@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #4B4D4D;
  background-color: #fff;
}

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

a {
  color: #0E81A0;
  text-decoration: none;
}

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.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;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #eae8e8;
}

.text-primary {
  color: #0E81A0;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0E81A0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

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

.initialism {
  font-size: 90%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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: #a9a9a9;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

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

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

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

.container:after {
  clear: both;
}

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

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

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

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

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

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

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

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

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .m-icon-box-container .field--name-field-icon-boxes, .p-frontpage__homeiconbox__wrapper, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .m-icon-box-container .field--name-field-icon-boxes, .p-frontpage__homeiconbox__wrapper {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-12, .m-icon-box-container .field--name-field-icon-boxes, .p-frontpage__homeiconbox__wrapper {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #cccccc;
  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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-box-shadow ease-in-out 0.15s;
}

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

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

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

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

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

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

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

.has-success .form-control {
  border-color: #3c763d;
  -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);
}

.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;
}

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

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

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

.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}

.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;
}

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

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

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

.has-error .form-control {
  border-color: #a94442;
  -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);
}

.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;
}

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

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

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

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8a8d8d;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -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);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #0E81A0;
  border-color: #0c6e89;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0a5b71;
  border-color: #021013;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0a5b71;
  border-color: #074150;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a5b71;
  border-color: #074150;
}

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

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0E81A0;
  border-color: #0c6e89;
}

.btn-primary .badge {
  color: #0E81A0;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #029a4c;
  border-color: #028140;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #016833;
  border-color: #000301;
}

.btn-success:hover {
  color: #fff;
  background-color: #016833;
  border-color: #014422;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #016833;
  border-color: #014422;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #014422;
  border-color: #000301;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #029a4c;
  border-color: #028140;
}

.btn-success .badge {
  color: #029a4c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #EE7032;
  border-color: #ec601a;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #db5412;
  border-color: #7d300a;
}

.btn-warning:hover {
  color: #fff;
  background-color: #db5412;
  border-color: #ba480f;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #db5412;
  border-color: #ba480f;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #ba480f;
  border-color: #7d300a;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #EE7032;
  border-color: #ec601a;
}

.btn-warning .badge {
  color: #EE7032;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #e30000;
  border-color: #ca0000;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #b00000;
  border-color: #4a0000;
}

.btn-danger:hover {
  color: #fff;
  background-color: #b00000;
  border-color: #8c0000;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b00000;
  border-color: #8c0000;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #8c0000;
  border-color: #4a0000;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #e30000;
  border-color: #ca0000;
}

.btn-danger .badge {
  color: #e30000;
  background-color: #fff;
}

.btn-link {
  color: #0E81A0;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #08485a;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #eae8e8;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -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;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #a9a9a9;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #9c9c9c;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0E81A0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #eae8e8;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #eae8e8;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -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);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.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;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #cccccc;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #f7f7f7;
}

.nav > li.disabled > a {
  color: #eae8e8;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #eae8e8;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #f7f7f7;
  border-color: #0E81A0;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #f7f7f7 #f7f7f7 #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #cccccc;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0E81A0;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -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) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: white;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: white;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: white;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: white;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #eae8e8;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #0E81A0;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #08485a;
  background-color: #f7f7f7;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #0E81A0;
  border-color: #0E81A0;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #eae8e8;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f7f7f7;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #eae8e8;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #eae8e8;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #d2cdcd;
}

.label-primary {
  background-color: #0E81A0;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #0a5b71;
}

.label-success {
  background-color: #029a4c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #016833;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #EE7032;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #db5412;
}

.label-danger {
  background-color: #e30000;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #b00000;
}

.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: #eae8e8;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0E81A0;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f7f7f7;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #dedede;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #4B4D4D;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0E81A0;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-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;
  }
}

.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);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0E81A0;
  -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;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #029a4c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #EE7032;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #e30000;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f7f7f7;
  color: #eae8e8;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #eae8e8;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0E81A0;
  border-color: #0E81A0;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #86ddf4;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #a9a9a9;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #a9a9a9;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #0E81A0;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0E81A0;
  border-color: #0E81A0;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0E81A0;
}

.panel-primary > .panel-heading .badge {
  color: #0E81A0;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0E81A0;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "futura-pt", 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);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "futura-pt", 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);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs, .p-frontpage a.carousel-control.right,
  .p-frontpage a.carousel-control.left, .p-frontpage #carouselButton,
  .p-frontpage #photoGalleryButton,
  .p-frontpage #promoSliderButton {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*** Student Application View ***/
.application-list {
  border: 1px solid #0E81A0;
  border-top-width: 20px;
  padding: 20px 20px 0 20px;
  margin: 10px;
}

.application-list-left {
  width: 48%;
  float: left;
}

.application-list-right {
  width: 50%;
  float: right;
}

.clear-both {
  clear: both;
}

.application-list-title {
  font-size: 20pt;
  font-family: 'futura-pt', sans-serif;
  color: #0E81A0;
  margin-bottom: 20px;
  line-height: normal;
}

.application-list-year {
  font-size: 16pt;
  font-family: 'acumin-pro', sans-serif;
  font-weight: bold;
  color: #0E81A0;
  margin-bottom: 20px;
}

.application-list-link a {
  color: #0E81A0;
  text-decoration: underline;
  font-weight: bold;
}

.application-list-status {
  background-color: #0E81A0;
  color: #fff;
  margin: 30px -20px 0 -20px;
  padding: 10px 20px;
}

.application-list-status .fa {
  background-color: #fff;
  color: #0E81A0;
  padding: 6px;
  border-radius: 50%;
}

/*** Styling Cookies banner ***/
#sliding-popup {
  color: #ffffff;
  border: none;
  border-radius: 0;
  background-image: linear-gradient(-45deg, #0E81A0 25%, rgba(0, 141, 168, 0.8) 25%, rgba(0, 141, 168, 0.8) 50%, #0E81A0 50%, #0E81A0 75%, rgba(0, 141, 168, 0.8) 75%, rgba(0, 141, 168, 0.8));
  background-size: 4px 4px;
  width: 100%;
  height: auto;
  bottom: 0px;
}

.eu-cookie-compliance-agree-button, .eu-cookie-compliance-default-button, .eu-cookie-compliance-more-button, .eu-cookie-compliance-hide-button {
  background-color: transparent;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
  font-size: 19px;
  font-weight: 700;
  border: 1px solid #ffffff;
  border-radius: 0;
  line-height: 19px;
  width: 16rem;
  padding: 1rem 0;
  margin: 5px auto;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}

.eu-cookie-compliance-message, .eu-cookie-compliance-buttons {
  padding-top: 8px;
}

.eu-cookie-compliance-agree-button:hover, .eu-cookie-compliance-default-button:hover, .eu-cookie-compliance-more-button:hover, .eu-cookie-compliance-hide-button:hover {
  background-color: #0E81A0;
  color: #ffffff;
}

/*** Styling drag and drop icon ***/
a.tabledrag-handle .handle {
  height: 25px;
  width: 25px;
}

/*** Styling search api form ***/
nav.js-menu.sliding-panel-content.is-visible #block-searchapipagesearchblockform--2 #edit-keys--2 {
  margin: 0 0;
}

@media (min-width: 992px) {
  nav.js-menu.sliding-panel-content.is-visible #block-searchapipagesearchblockform--2 #edit-keys--2 {
    margin: 0 1em;
  }
}

nav.js-menu.sliding-panel-content.is-visible #block-searchapipagesearchblockform--2 input[id^="edit-submit--"] {
  position: absolute;
  right: -4.5rem;
  top: .75rem;
}

.search-api-page-block-form {
  padding-bottom: 99px;
}

.search-api-page-block-form input.form-search {
  display: block;
  width: 100%;
  margin: 0 1em;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search-api-page-block-form input.form-submit {
  background: url(../images/svgs/magnifying-glass.svg) no-repeat right center;
  text-indent: -9999px;
  display: block;
  border: none;
  cursor: pointer;
  width: 28px;
  height: 3em;
  padding: 5px;
  margin: 0 0 0 -1.5em;
  color: #0E81A0;
}

.search-api-page-block-form input.form-submit:hover, .search-api-page-block-form input.form-submit:focus {
  color: #ffffff;
}

.search-api-page-block-form .form-item {
  display: block;
  width: 80%;
  width: calc(100% - 70px);
  float: left;
  padding: 0;
  margin: 0 1.25em 0 1em;
}

@media (min-width: 992px) {
  .search-api-page-block-form .form-item {
    margin: 5px 0;
  }
}

.search-api-page-block-form .form-actions {
  position: absolute;
  top: -.35em;
  right: 4em;
}

@media (min-width: 992px) {
  .search-api-page-block-form .form-actions {
    float: right;
    width: 70px;
    top: 0em;
  }
}

#block-uceap-reciprocity-local-tasks {
  top: 10px;
}

/*** Student Profile Block ***/
.student-profile {
  border: 1px solid #0E81A0;
  border-top-width: 1px;
  padding: 20px;
  margin: 15px 0;
}

.student-profile-long {
  width: 90%;
  float: left;
}

.student-profile-left {
  width: 48%;
  float: left;
}

.student-profile-picture img {
  float: left;
  padding-right: 10px;
  width: 100px;
}

.student-profile-right {
  width: 50%;
  float: right;
}

.student-profile-name {
  font-size: 20pt;
  font-family: 'futura-pt', sans-serif;
  color: #0E81A0;
  line-height: normal;
}

.student-profile-name-staff {
  font-size: 18pt;
  font-family: 'futura-pt', sans-serif;
  color: #0E81A0;
  line-height: normal;
}

.uppercase {
  text-transform: uppercase;
}

.student-profile-info {
  display: flex;
  color: #4B4D4D;
  font-family: futura-pt, sans-serif;
  font-size: 19px;
  font-weight: 300;
  height: 27px;
  line-height: 27px;
}

.student-profile-info .item {
  width: 30%;
}

textarea[id^="edit-field-step"] {
  width: 100%;
}

.row .additional-documentation:before {
  content: none;
}

.row .additional-documentation {
  padding-left: 10px;
}

.custom-moderation-form .form-item label {
  display: none;
}

.custom-moderation-form .form-item {
  font-size: 14px;
  color: #4B4D4D;
}

.view-doc {
  margin-top: 10px;
  background-color: #ffffff;
  color: #EE7032;
  border: 1px solid #EE7032;
  border-radius: 0;
  line-height: 16px;
  padding: 16px 32px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}

.doc-title {
  font-weight: 500;
  margin-top: 15px;
  color: #0E81A0;
}

.top-doc-title {
  font-weight: 500;
  color: #0E81A0;
}

.csv-feed .feed-icon {
  background-image: none !important;
}

.views-data-export-feed .feed-icon {
  margin-top: 10px;
  background-color: #ffffff;
  color: #0E81A0;
  border: 1px solid #EE7032;
  border-radius: 0;
  line-height: 16px;
  padding: 16px 32px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
  display: block;
  width: 250px;
  text-indent: 1px;
}

form#views-form-view-applications-page-applications input#edit-submit.button {
  margin-bottom: 20px;
  margin-top: 10px;
}

form#views-form-view-applications-page-applications input#edit-submit--2.button {
  margin-bottom: 20px;
  margin-top: 10px;
}

.checkin-academic {
  font-size: 21px;
  color: #a9a9a9;
  margin-top: 10px;
}

.student-story {
  border: 1px solid #0E81A0;
  border-top-width: 20px;
  padding: 20px 20px 0 20px;
  margin: 10px;
}

.student-story-left {
  float: left;
}

.student-story-title {
  font-size: 20pt;
  font-family: 'futura-pt', sans-serif;
  color: #0E81A0;
  margin-bottom: 20px;
  line-height: normal;
}

.uc-fees {
  margin-bottom: 10px;
}

.table-btn {
  margin: 10px 0;
}

form#letter-default-edit-form {
  font: inherit;
}

.tablesaw thead tr:first-child th {
  height: auto !important;
  text-align: left !important;
}

#application-edit-form .field--type-entity-reference-revisions {
  display: inline-block;
}

#application-add-form .field--type-entity-reference-revisions {
  display: inline-block;
}

#edit-field-step8-sign-wrapper #signature-data {
  display: none;
}

/**
 * UC Davis colors
 * 
 * These variables should _not_ be used in CSS property values.
 * They are intended only for use only to define theme colors in `05-colors/_color-vars.scss`.
 * 
 * To define new colors for a different brand in a sub-theme, create a folder `_patterns/00-base/00-overrides`
 * and create a brand-specific color variables file in it, such as `_color-vars-foo.scss`.
 * In that file, define your colors with a brand-specific prefix such as `$foo-color--`.
 */
.u-spacing-down {
  margin-bottom: 32px;
}

.u-spacing-up {
  margin-top: 32px;
}

.u-gap-down {
  margin-bottom: 8px;
}

.u-gap-up {
  margin-top: 8px;
}

.type-generous-spacing {
  margin-bottom: 32px;
}

.type-no-spacing {
  margin-bottom: 0;
}

.m-warning p, #block-views-block-country-dropdown-block-1 .block--block-content--info-section table h3.m-signup, .m-promo-image-left p, .photo-gallery h3, .o-menu ul.sidebar__menu a,
.o-menu ul.sidebar__submenu a, .o-menu ul.sidebar__menu .menu-item--collapsed:before,
.o-menu ul.sidebar__menu .menu-item--expanded:before,
.o-menu ul.sidebar__menu .menu-item--expanded.menu-item--active-trail:before,
.o-menu ul.sidebar__submenu .menu-item--collapsed:before,
.o-menu ul.sidebar__submenu .menu-item--expanded:before,
.o-menu ul.sidebar__submenu .menu-item--expanded.menu-item--active-trail:before, .t-page, .form-item-field-par-0-target-id > label,
#edit-field-permanent-0 > summary,
#edit-field-uc-address-0 > summary {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
}

.a-breadcrumb__spacer:before, .a-error-msg, .a-field-description, .a-field-prefix, .m-signup__text-register, .o-footer .col-sm-6 h2, .o-footer .col-sm-6 h3, .o-slider-title {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}

.a-circle-image-text, .a-local-task a, .user-register-form .fieldset-legend, .block--block-content--info-section .text-container h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}

input[type=submit], input[type=button], form label, input.a-btn[type="submit"], .a-btn, input.a-btn-small[type="submit"], .a-btn-small, input.a-btn-reversed[type="submit"], .a-btn-reversed,
.form-submit, label,
.a-label, .a-circle-image-figure, .dropbutton .dropbutton-action > *, .o-menu ul.sidebar__menu .menu-item--active-trail > a,
.o-menu ul.sidebar__submenu .menu-item--active-trail > a {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}

.p-user-login h2 {
  font-size: 40px;
  line-height: 48px;
}

.user-register-form .fieldset-legend, .m-warning p, .photo-gallery h3 {
  font-size: 20px;
  line-height: 22px;
}

input.a-btn[type="submit"], .a-btn, input.a-btn-small[type="submit"], .a-btn-small, input.a-btn-reversed[type="submit"], .a-btn-reversed, input[type=submit],
.form-submit, label,
.a-label, .a-local-task a, .m-signup__text-register, .card__body .card__content ul {
  font-size: 16px;
  line-height: 18px;
}

input[type=submit], input[type=button], .a-breadcrumb__path, .dropbutton .dropbutton-action > * {
  font-size: 14px;
  line-height: 16px;
}

input.a-btn-small[type="submit"], .a-btn-small, input.a-btn-reversed[type="submit"], .a-btn-reversed {
  font-size: 12px;
  line-height: 14px;
}

input[type=submit], input[type=button] {
  color: #EE7032;
}

h1, .h1 {
  margin: 0 0 1.2rem;
  font-family: "futura-pt", sans-serif;
  color: #0E81A0;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 3.6rem;
  line-height: 1.0;
}

h2, .h2 {
  margin: 0 0 1.2rem;
  font-family: "futura-pt", sans-serif;
  color: #0E81A0;
  text-transform: uppercase;
  font-size: 4rem;
}

h3, .h3 {
  margin: 0 0 1.2rem;
  font-family: "futura-pt", sans-serif;
  color: #0E81A0;
  text-transform: uppercase;
  font-size: 2rem;
}

h4, .h4 {
  margin: 0 0 1.2rem;
  font-family: "futura-pt", sans-serif;
  color: #0E81A0;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: bold;
}

h5, .h5 {
  margin: 0 0 1.2rem;
  font-family: "futura-pt", sans-serif;
  color: #0E81A0;
  text-transform: uppercase;
  font-size: 1.6rem;
}

h6, .h6 {
  margin: 0 0 1.2rem;
  font-family: "futura-pt", sans-serif;
  color: #0E81A0;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.b-lists ol > li {
  list-style-type: none;
  position: relative;
  counter-increment: list;
  line-height: 2;
}

.b-lists ol > li:before {
  color: #0E81A0;
  content: counter(list) ".";
  font-weight: 400;
  left: -2.125rem;
  position: absolute;
  text-align: right;
  width: 1.625rem;
}

.b-lists ol > li ol > li {
  list-style-type: none;
  position: relative;
  counter-increment: sublist;
  line-height: 2;
}

.b-lists ol > li ol > li:before {
  content: counter(sublist, lower-alpha) ".";
}

.b-lists ul > li {
  list-style-type: none;
  position: relative;
  counter-increment: none;
  line-height: 2;
}

.b-lists ul > li:before {
  content: "\2022";
  color: #0E81A0;
  position: absolute;
  left: -2rem;
}

.b-lists ul > li ul > li {
  list-style-type: none;
  position: relative;
  counter-increment: none;
  line-height: 2;
}

.b-lists ul > li ul > li:before {
  content: "\26AC";
}

html {
  font-size: 62.5%;
}

body {
  font-family: "futura-pt", sans-serif;
  font-size: 19px;
}

p {
  margin: 0 0 16px;
  font-weight: 300;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
}

a {
  font-size: 19px;
}

a:link, a:visited {
  color: #EE7032;
  text-decoration: none;
  font-weight: 500;
}

a:hover, a:focus, a:active {
  color: #EE7032;
  text-decoration: underline;
}

blockquote {
  font-style: italic;
  border-left: solid 3px #a9a9a9;
  margin-left: 32px;
  padding-left: 32px;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: currentColor;
}

code:before {
  content: '`';
}

code:after {
  content: '`';
}

pre code:after, pre code:before {
  content: '';
}

strong {
  font-weight: 500;
}

.demo-transition.transition-opacity {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.demo-transition.transition-move:after {
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}

.u-border {
  border: solid 1px #0E81A0;
}

form > div.expand-collapse-div:first-child > .expand-collapse-text {
  text-align: right;
}

.form-elements input[type="text"], form input[type="text"], input[type="date"],
.a-date, input[type="email"],
.a-email, input[type="number"],
.a-number, input[type="password"],
.a-password, input[type="search"],
.a-search, select,
.a-select, input[type="tel"],
.form-tel, textarea__input,
.a-textarea__input, input[type="text"],
.a-textfield, input[type="url"],
.a-url {
  border: 1px solid #0E81A0;
  border-radius: 0;
  padding: 0 8px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #4B4D4D;
  font-family: inherit;
  font-weight: 400;
  margin: 0;
  outline: 0;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  line-height: 2em;
  overflow: hidden;
}

input:focus[type="date"],
.a-date:focus, input:focus[type="email"],
.a-email:focus, input:focus[type="number"],
.a-number:focus, input:focus[type="password"],
.a-password:focus, input:focus[type="search"],
.a-search:focus, select:focus,
.a-select:focus, input:focus[type="tel"],
.form-tel:focus, textarea__input:focus,
.a-textarea__input:focus, input:focus[type="text"],
.a-textfield:focus, input:focus[type="url"],
.a-url:focus {
  outline: none;
}

.ui-dialog {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.field--type-file {
  border: 1px solid #cccccc;
  padding: 1rem;
}

form {
  /* Added css code for FA checkboxes and radio buttons per:
   * https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Advanced_styling_for_HTML_forms
   */
}

form img {
  border: 1px solid #0E81A0;
  margin-bottom: 2em;
  width: 132px;
  padding: 1em;
}

form label {
  color: #4B4D4D;
}

form label + input {
  display: block;
  position: relative;
}

form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/svgs/chevron-left.svg) right 2rem center no-repeat;
  background-size: 12px 12px;
  /*&:before {
      font-family: FontAwesome;
      content: '\f053';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      font-size: 2rem;
      line-height: 2rem;
      padding: 0 7px;
      color: $color--gray-light;
    }*/
}

form select:focus {
  background: url(../images/svgs/chevron-down.svg) right 2rem center no-repeat;
  background-size: 12px 12px;
}

form input[type="checkbox"], form input[type="radio"] {
  border-radius: .3em;
  color: #4B4D4D;
  background-color: #ffffff;
  height: 1.1em;
  position: relative;
  width: 1.2em;
}

@supports not (-ms-ime-align: auto) {
  form input[type="checkbox"], form input[type="radio"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

@supports (-ms-ime-align: auto) {
  form input[type="checkbox"]::-ms-check, form input[type="radio"]::-ms-check {
    color: #EE7032;
    border: 2px solid #EE7032;
    background-color: #ffffff;
    font-weight: 700;
  }
}

form input[type="checkbox"] + label, form input[type="radio"] + label {
  margin-left: .3em;
  position: relative;
  top: -.2em;
  display: inline;
}

form input[type="checkbox"]::before, form input[type="radio"]::before {
  font-size: 1.55em;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: -.1em;
}

form input[type="checkbox"]:checked::before {
  font-size: 1.4em;
}

form input[type="checkbox"]:disabled, form input[type="radio"]:disabled::before {
  border-color: #ffd3b8;
  background: #ddd;
  color: gray;
}

form input[type="radio"]:checked::before {
  content: '\f058';
}

form input[type="radio"]::before {
  content: '\f1db';
}

form input[type="checkbox"]:checked::before {
  content: '\f14a';
}

form input[type="checkbox"]::before {
  content: '\f096';
}

.u-grid-width--1 {
  width: calc((8.33333% + 1.33333px) - 16px) !important;
}

.u-grid-width--2 {
  width: calc((16.66667% + 2.66667px) - 16px) !important;
}

.u-grid-width--3 {
  width: calc((25% + 4px) - 16px) !important;
}

.u-grid-width--4 {
  width: calc((33.33333% + 5.33333px) - 16px) !important;
}

.u-grid-width--6 {
  width: calc((50% + 8px) - 16px) !important;
}

.grid-demo {
  counter-reset: grid-item;
}

.grid-demo > * {
  counter-increment: grid-item;
}

.grid-demo > *:after {
  content: counter(grid-item);
  margin-left: 3px;
}

.grid-demo > *:nth-child(odd) {
  border: dashed 1px red;
}

.grid-demo > *:nth-child(even) {
  border: dashed 1px orange;
}

.full-grid-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #eae8e8;
}

.full-grid-demo > * {
  margin-bottom: 16px;
  width: calc((8.33333% + 1.33333px) - 16px);
}

.full-grid-demo > *:last-child {
  margin-bottom: 16px;
}

.full-grid-demo > *:nth-child(1n) {
  margin-right: 16px;
}

.full-grid-demo > *:nth-child(12n) {
  margin-right: 0;
}

.full-grid-demo__item {
  background: #a9a9a9;
  border: solid 1px #cccccc;
  height: 200px;
}

.smart-grid > * {
  margin-bottom: 16px;
}

.smart-grid > *:last-child {
  margin-bottom: 16px;
}

.smart-grid > *[class]:last-child {
  margin-bottom: 16px;
}

@media (min-width: 375px) {
  .smart-grid[data-row-items-xsmall="1"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xsmall="1"] > * {
    margin-bottom: 16px;
    width: 100%;
  }
  .smart-grid[data-row-items-xsmall="1"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-xsmall="1"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-xsmall="1"] > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 375px) {
  .smart-grid[data-row-items-xsmall="2"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xsmall="2"] > * {
    margin-bottom: 16px;
    width: calc((50% + 8px) - 16px);
  }
  .smart-grid[data-row-items-xsmall="2"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-xsmall="2"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-xsmall="2"] > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 375px) {
  .smart-grid[data-row-items-xsmall="3"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xsmall="3"] > * {
    margin-bottom: 16px;
    width: calc((33.33333% + 5.33333px) - 16px);
  }
  .smart-grid[data-row-items-xsmall="3"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-xsmall="3"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-xsmall="3"] > *:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 375px) {
  .smart-grid[data-row-items-xsmall="4"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xsmall="4"] > * {
    margin-bottom: 16px;
    width: calc((25% + 4px) - 16px);
  }
  .smart-grid[data-row-items-xsmall="4"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-xsmall="4"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-xsmall="4"] > *:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 375px) {
  .smart-grid[data-row-items-xsmall="6"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xsmall="6"] > * {
    margin-bottom: 16px;
    width: calc((16.66667% + 2.66667px) - 16px);
  }
  .smart-grid[data-row-items-xsmall="6"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-xsmall="6"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-xsmall="6"] > *:nth-child(6n) {
    margin-right: 0;
  }
}

@media (min-width: 576px) {
  .smart-grid[data-row-items-small="1"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-small="1"] > * {
    margin-bottom: 16px;
    width: 100%;
  }
  .smart-grid[data-row-items-small="1"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-small="1"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-small="1"] > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 576px) {
  .smart-grid[data-row-items-small="2"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-small="2"] > * {
    margin-bottom: 16px;
    width: calc((50% + 8px) - 16px);
  }
  .smart-grid[data-row-items-small="2"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-small="2"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-small="2"] > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 576px) {
  .smart-grid[data-row-items-small="3"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-small="3"] > * {
    margin-bottom: 16px;
    width: calc((33.33333% + 5.33333px) - 16px);
  }
  .smart-grid[data-row-items-small="3"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-small="3"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-small="3"] > *:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 576px) {
  .smart-grid[data-row-items-small="4"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-small="4"] > * {
    margin-bottom: 16px;
    width: calc((25% + 4px) - 16px);
  }
  .smart-grid[data-row-items-small="4"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-small="4"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-small="4"] > *:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 576px) {
  .smart-grid[data-row-items-small="6"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-small="6"] > * {
    margin-bottom: 16px;
    width: calc((16.66667% + 2.66667px) - 16px);
  }
  .smart-grid[data-row-items-small="6"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-small="6"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-small="6"] > *:nth-child(6n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-medium="1"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-medium="1"] > * {
    margin-bottom: 16px;
    width: 100%;
  }
  .smart-grid[data-row-items-medium="1"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-medium="1"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-medium="1"] > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-medium="2"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-medium="2"] > * {
    margin-bottom: 16px;
    width: calc((50% + 8px) - 16px);
  }
  .smart-grid[data-row-items-medium="2"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-medium="2"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-medium="2"] > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-medium="3"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-medium="3"] > * {
    margin-bottom: 16px;
    width: calc((33.33333% + 5.33333px) - 16px);
  }
  .smart-grid[data-row-items-medium="3"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-medium="3"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-medium="3"] > *:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-medium="4"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-medium="4"] > * {
    margin-bottom: 16px;
    width: calc((25% + 4px) - 16px);
  }
  .smart-grid[data-row-items-medium="4"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-medium="4"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-medium="4"] > *:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-medium="6"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-medium="6"] > * {
    margin-bottom: 16px;
    width: calc((16.66667% + 2.66667px) - 16px);
  }
  .smart-grid[data-row-items-medium="6"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-medium="6"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-medium="6"] > *:nth-child(6n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .smart-grid[data-row-items-large="1"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-large="1"] > * {
    margin-bottom: 16px;
    width: 100%;
  }
  .smart-grid[data-row-items-large="1"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-large="1"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-large="1"] > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .smart-grid[data-row-items-large="2"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-large="2"] > * {
    margin-bottom: 16px;
    width: calc((50% + 8px) - 16px);
  }
  .smart-grid[data-row-items-large="2"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-large="2"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-large="2"] > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .smart-grid[data-row-items-large="3"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-large="3"] > * {
    margin-bottom: 16px;
    width: calc((33.33333% + 5.33333px) - 16px);
  }
  .smart-grid[data-row-items-large="3"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-large="3"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-large="3"] > *:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .smart-grid[data-row-items-large="4"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-large="4"] > * {
    margin-bottom: 16px;
    width: calc((25% + 4px) - 16px);
  }
  .smart-grid[data-row-items-large="4"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-large="4"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-large="4"] > *:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .smart-grid[data-row-items-large="6"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-large="6"] > * {
    margin-bottom: 16px;
    width: calc((16.66667% + 2.66667px) - 16px);
  }
  .smart-grid[data-row-items-large="6"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-large="6"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-large="6"] > *:nth-child(6n) {
    margin-right: 0;
  }
}

@media (min-width: 1170px) {
  .smart-grid[data-row-items-xlarge="1"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xlarge="1"] > * {
    margin-bottom: 16px;
    width: 100%;
  }
  .smart-grid[data-row-items-xlarge="1"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-xlarge="1"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-xlarge="1"] > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 1170px) {
  .smart-grid[data-row-items-xlarge="2"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xlarge="2"] > * {
    margin-bottom: 16px;
    width: calc((50% + 8px) - 16px);
  }
  .smart-grid[data-row-items-xlarge="2"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-xlarge="2"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-xlarge="2"] > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 1170px) {
  .smart-grid[data-row-items-xlarge="3"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xlarge="3"] > * {
    margin-bottom: 16px;
    width: calc((33.33333% + 5.33333px) - 16px);
  }
  .smart-grid[data-row-items-xlarge="3"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-xlarge="3"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-xlarge="3"] > *:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1170px) {
  .smart-grid[data-row-items-xlarge="4"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xlarge="4"] > * {
    margin-bottom: 16px;
    width: calc((25% + 4px) - 16px);
  }
  .smart-grid[data-row-items-xlarge="4"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-xlarge="4"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-xlarge="4"] > *:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 1170px) {
  .smart-grid[data-row-items-xlarge="6"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xlarge="6"] > * {
    margin-bottom: 16px;
    width: calc((16.66667% + 2.66667px) - 16px);
  }
  .smart-grid[data-row-items-xlarge="6"] > *:last-child {
    margin-bottom: 16px;
  }
  .smart-grid[data-row-items-xlarge="6"] > *:nth-child(1n) {
    margin-right: 16px;
  }
  .smart-grid[data-row-items-xlarge="6"] > *:nth-child(6n) {
    margin-right: 0;
  }
}

.u-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .grid--2-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .grid--2-1 > *:nth-child(odd) {
    width: calc(66.66% - (16px / 2));
  }
  .grid--2-1 > *:nth-child(even) {
    width: calc(33.33% - (16px / 2));
  }
}

:focus {
  outline-color: #0E81A0;
}

[data-whatinput="initial"] :focus {
  outline: 3px dotted black;
}

[data-whatinput="mouse"] :focus {
  outline-color: red;
}

[data-whatinput="keyboard"] :focus {
  outline-color: #0E81A0;
  padding: 0.5rem;
}

[data-whatinput="touch"] :focus {
  outline-color: blue;
}

.row:before, .row:after {
  display: block;
}

.optanon-alert-box-wrapper .banner-content .banner-policy-link {
  color: #FFF !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.u-full-width {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.local-base {
  font-size: 1rem;
}

.mobile-only {
  display: block;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}

@media (min-width: 768px) {
  .desktop-only {
    display: block;
  }
}

.u-border {
  border: solid 1px #a9a9a9;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

main {
  display: block;
}

:last-child {
  margin-bottom: 0;
}

[class]:last-child {
  margin-bottom: 0;
}

.a-accordion-item {
  border: 1px solid #eae8e8;
  margin-bottom: 1px;
}

.a-accordion-item-header a {
  color: #ffffff;
  background-image: linear-gradient(-45deg, #0E81A0 25%, rgba(0, 141, 168, 0.8) 25%, rgba(0, 141, 168, 0.8) 50%, #0E81A0 50%, #0E81A0 75%, rgba(0, 141, 168, 0.8) 75%, rgba(0, 141, 168, 0.8));
  background-size: 4px 4px;
}

.a-accordion-item-header a.collapsed {
  color: #0E81A0;
  background: #ffffff;
}

.a-breadcrumb__path {
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  color: inherit;
  text-align: center;
  font-weight: 500;
}

.a-breadcrumb__homeicon {
  display: inline-block;
  position: relative;
  color: inherit;
  font-size: 1.9rem;
  top: .0625rem;
}

.a-breadcrumb__homeicon:link, .a-breadcrumb__homeicon:visited {
  color: #4B4D4D;
  text-decoration: none;
  font-weight: 500;
}

.a-breadcrumb__homeicon:hover, .a-breadcrumb__homeicon:focus, .a-breadcrumb__homeicon:active {
  color: #4B4D4D;
  text-decoration: none;
}

.a-breadcrumb__dashboardicon {
  display: inline-block;
  position: relative;
  color: inherit;
  font-size: 1.7rem;
  top: .0625rem;
}

.a-breadcrumb__dashboardicon:link, .a-breadcrumb__dashboardicon:visited {
  color: #4B4D4D;
  text-decoration: none;
  font-weight: 500;
}

.a-breadcrumb__dashboardicon:hover, .a-breadcrumb__dashboardicon:focus, .a-breadcrumb__dashboardicon:active {
  color: #4B4D4D;
  text-decoration: none;
}

.a-breadcrumb__current-link {
  font-weight: 900 !important;
}

.a-breadcrumb__spacer {
  margin: 0 .5rem 0 .25rem;
}

.a-breadcrumb__spacer:before {
  color: #4B4D4D;
  content: "\2011";
}

a.a-breadcrumb__path:link, a.a-breadcrumb__path:visited {
  color: #4B4D4D;
  text-decoration: none;
  font-weight: 500;
}

a.a-breadcrumb__path:hover, a.a-breadcrumb__path:focus, a.a-breadcrumb__path:active {
  color: #4B4D4D;
  text-decoration: underline;
}

input[type="submit"].a-btn, .a-btn {
  background-color: #ffffff;
  color: #EE7032;
  border: 1px solid #EE7032;
  border-radius: 0;
  line-height: 16px;
  padding: 16px 32px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}

input[type="submit"].a-btn:link, input[type="submit"].a-btn:visited, .a-btn:link, .a-btn:visited {
  color: #EE7032;
  text-decoration: none;
  font-weight: 500;
}

input[type="submit"].a-btn:hover, input[type="submit"].a-btn:focus, input[type="submit"].a-btn:active, .a-btn:hover, .a-btn:focus, .a-btn:active {
  color: #ffffff;
  -webkit-text-decoration: "none";
          text-decoration: "none";
}

input[type="submit"].a-btn:hover, input[type="submit"].a-btn:focus, .a-btn:hover, .a-btn:focus {
  background-color: #EE7032;
}

input[type="submit"].a-btn-small, .a-btn-small {
  background-color: #ffffff;
  color: #EE7032;
  border: 1px solid #EE7032;
  border-radius: 0;
  line-height: 16px;
  padding: 16px 32px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
  padding: 8px 20px;
}

input[type="submit"].a-btn-small:link, input[type="submit"].a-btn-small:visited, .a-btn-small:link, .a-btn-small:visited {
  color: #EE7032;
  text-decoration: none;
  font-weight: 500;
}

input[type="submit"].a-btn-small:hover, input[type="submit"].a-btn-small:focus, input[type="submit"].a-btn-small:active, .a-btn-small:hover, .a-btn-small:focus, .a-btn-small:active {
  color: #ffffff;
  -webkit-text-decoration: "none";
          text-decoration: "none";
}

input[type="submit"].a-btn-small:hover, input[type="submit"].a-btn-small:focus, .a-btn-small:hover, .a-btn-small:focus {
  background-color: #EE7032;
}

input[type="submit"].a-btn-small:link, input[type="submit"].a-btn-small:visited, .a-btn-small:link, .a-btn-small:visited {
  color: #EE7032;
  text-decoration: none;
  font-weight: 500;
}

input[type="submit"].a-btn-small:hover, input[type="submit"].a-btn-small:focus, input[type="submit"].a-btn-small:active, .a-btn-small:hover, .a-btn-small:focus, .a-btn-small:active {
  color: #ffffff;
  -webkit-text-decoration: "none";
          text-decoration: "none";
}

input[type="submit"].a-btn-reversed, .a-btn-reversed {
  background-color: #ffffff;
  color: #EE7032;
  border: 1px solid #EE7032;
  border-radius: 0;
  line-height: 16px;
  padding: 16px 32px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
  padding: 8px 20px;
  background: none;
  color: #ffffff;
  border-color: #ffffff;
}

input[type="submit"].a-btn-reversed:link, input[type="submit"].a-btn-reversed:visited, .a-btn-reversed:link, .a-btn-reversed:visited {
  color: #EE7032;
  text-decoration: none;
  font-weight: 500;
}

input[type="submit"].a-btn-reversed:hover, input[type="submit"].a-btn-reversed:focus, input[type="submit"].a-btn-reversed:active, .a-btn-reversed:hover, .a-btn-reversed:focus, .a-btn-reversed:active {
  color: #ffffff;
  -webkit-text-decoration: "none";
          text-decoration: "none";
}

input[type="submit"].a-btn-reversed:hover, input[type="submit"].a-btn-reversed:focus, .a-btn-reversed:hover, .a-btn-reversed:focus {
  background-color: #EE7032;
}

input[type="submit"].a-btn-reversed:link, input[type="submit"].a-btn-reversed:visited, .a-btn-reversed:link, .a-btn-reversed:visited {
  color: #EE7032;
  text-decoration: none;
  font-weight: 500;
}

input[type="submit"].a-btn-reversed:hover, input[type="submit"].a-btn-reversed:focus, input[type="submit"].a-btn-reversed:active, .a-btn-reversed:hover, .a-btn-reversed:focus, .a-btn-reversed:active {
  color: #ffffff;
  -webkit-text-decoration: "none";
          text-decoration: "none";
}

input[type="submit"].a-btn-reversed:link, input[type="submit"].a-btn-reversed:visited, .a-btn-reversed:link, .a-btn-reversed:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

input[type="submit"].a-btn-reversed:hover, input[type="submit"].a-btn-reversed:focus, input[type="submit"].a-btn-reversed:active, .a-btn-reversed:hover, .a-btn-reversed:focus, .a-btn-reversed:active {
  color: #0E81A0;
  -webkit-text-decoration: "none";
          text-decoration: "none";
}

input[type="submit"].a-btn-reversed:hover, .a-btn-reversed:hover {
  background-color: #EE7032;
  color: #ffffff;
  border-color: #EE7032;
}

a.a-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="submit"],
.form-submit {
  background-color: #ffffff;
  color: #EE7032;
  border: 1px solid #EE7032;
  border-radius: 0;
  line-height: 16px;
  padding: 16px 32px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}

input[type="submit"]:link, input[type="submit"]:visited,
.form-submit:link,
.form-submit:visited {
  color: #EE7032;
  text-decoration: none;
  font-weight: 500;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active,
.form-submit:hover,
.form-submit:focus,
.form-submit:active {
  color: #ffffff;
  -webkit-text-decoration: "none";
          text-decoration: "none";
}

input[type="submit"]:hover, input[type="submit"]:focus,
.form-submit:hover,
.form-submit:focus {
  background-color: #EE7032;
}

.a-cta-high-level-text {
  font-family: "futura-pt", sans-serif;
  text-align: left;
}

.a-cta-short-text {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  text-align: left;
}

.a-text-font-light {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.a-text-font-heavy {
  font-weight: 800;
  font-size: 1.875rem;
  text-transform: uppercase;
}

.a-block-text {
  display: block;
}

.a-favheart {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../../../../images/icons/src/search.svg");
  background-repeat: no-repeat;
  font-family: "futura-pt", sans-serif;
}

.a-favheart span {
  display: inline-block;
  position: relative;
  top: -5px;
  left: 15px;
  font-weight: 900;
  font-size: 19px;
  color: #ffffff;
}

.a-nav-favtext {
  margin: auto;
  display: inline-block;
  position: relative;
  font-weight: 900;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  color: #ffffff;
}

.a-feed-icon {
  border: 1px solid #EE7032;
  background-color: #EE7032;
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  height: 15px;
  max-width: 60px;
}

.studyplan-record .dept {
  width: 30%;
}

.studyplan-record .title {
  width: 50%;
}

.studyplan-record .cnum, .studyplan-record .units {
  width: 10%;
}

.studyplan-record .cnum-suffix {
  width: 5%;
}

.a-field-subject-areas__field {
  padding-bottom: .5em;
}

.a-field-subject-areas__field__label {
  font-weight: 500;
}

.a-field-subject-areas__field__item {
  margin-left: .5em;
}

@media (min-width: 768px) {
  .a-field-subject-areas__field__label,
  .a-field-subject-areas__field__item {
    margin-left: 0;
  }
}

.a-field-user__field {
  padding-bottom: .5em;
}

.a-field-user__field__label {
  font-weight: 500;
}

.a-field-user__field__item {
  margin-left: .5em;
}

.a-field-user__field--name-user-picture .a-field-user__field__item {
  margin-left: 0;
}

@media (min-width: 768px) {
  .a-field-user__field__label,
  .a-field-user__field__item {
    margin-left: 0;
  }
}

.a-file-upload-help {
  font-weight: 400;
}

/*input[type=checkbox] {
  @extend %input[type=checkbox];
}
*/
input[type="date"],
.a-date {
  height: 3em;
  width: 100%;
}

input[type="date"]:last-child,
.a-date:last-child {
  margin-bottom: .5em;
}

input[type="email"],
.a-email {
  height: 3em;
  width: 100%;
}

input[type="email"]:last-child,
.a-email:last-child {
  margin-bottom: .5em;
}

label,
.a-label {
  color: #a9a9a9;
}

input[type="number"],
.a-number {
  height: 3em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}

input[type="number"]:last-child,
.a-number:last-child {
  margin-bottom: .5em;
}

input[type="password"],
.a-password {
  height: 3em;
  width: 100%;
}

input[type="password"]:last-child,
.a-password:last-child {
  margin-bottom: .5em;
}

/*input[type=radio] {
  @extend %input[type=radio];
}
*/
input[type="search"],
.a-search {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

input[type="search"]:last-child,
.a-search:last-child {
  margin-bottom: .5em;
}

select::-ms-expand {
  display: none;
}

select,
.a-select {
  height: 3em;
  width: 100%;
}

select[multiple],
.a-select[multiple] {
  height: auto;
}

select:last-child,
.a-select:last-child {
  margin-bottom: .5em;
}

.form-item-partner-country {
  margin-top: 0;
}

@media (min-width: 992px) {
  .form-item-partner-country select {
    width: 50%;
  }
}

input[type="tel"],
.form-tel {
  height: 3em;
  width: auto;
  margin-right: .3em;
}

input[type="tel"]:last-child,
.form-tel:last-child {
  margin-bottom: .5em;
}

textarea__input,
.a-textarea__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}

textarea :last-child,
.a-textarea :last-child {
  margin-bottom: .5em;
}

input[type="text"],
.a-textfield {
  height: 3em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}

input[type="text"]:last-child,
.a-textfield:last-child {
  margin-bottom: .5em;
}

input[type="url"],
.a-url {
  height: 3em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}

input[type="url"]:last-child,
.a-url:last-child {
  margin-bottom: .5em;
}

.a-form-item-label .fa-caret-square-down,
.a-form-item-label .fa-caret-square-up {
  display: none;
}

details summary {
  color: #0E81A0;
  font-weight: 500;
  font-size: 19px;
}

details summary a.details-title:link, details summary a.details-title:hover, details summary a.details-title:focus, details summary a.details-title:active {
  color: #0E81A0;
}

.header-image {
  background: #eae8e8;
  max-height: 340px;
  overflow: hidden;
  position: relative;
}

.header-image img {
  width: 100%;
}

@font-face {
  font-family: "icons";
  src: url("icons.eot?cachebust=14696");
  src: url("icons.eot?cachebust=33039#iefix") format("eot"), url("icons.woff?cachebust=81406") format("woff"), url("icons.ttf?cachebust=18918") format("truetype"), url("icons.svg?cachebust=1755#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * Font application to generic DOM
 */
[class*="icon--"] {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
}

.icon--close::before {
  content: "";
}

.icon--glyphicons-halflings-regular::before {
  content: "";
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

.a-circle-image-text {
  font-size: 1.75rem;
  color: #ffffff;
  line-height: 1.2;
  text-transform: uppercase;
}

.a-circle-image-figure {
  color: #ffffff;
  font-size: 5.5rem;
  line-height: 6.5rem;
  font-weight: 500;
}

.a-local-task {
  border: 1px solid #0E81A0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  list-style-type: none;
  display: inline-block;
  margin: 0;
}

.a-local-task:hover {
  background-color: #7fc6d3;
}

.a-local-task a {
  display: block;
  color: #EE7032;
  text-transform: uppercase;
}

.a-local-task a:hover {
  text-decoration: none;
}

.a-local-task.active {
  background-color: #0E81A0;
}

.a-local-task.active a {
  color: #ffffff;
}

.m-menu-item {
  list-style-type: none;
}

.a-dropdown-nav {
  width: 100%;
  border: 1px solid #eae8e8;
}

.a-dropdown-nav .dropdown-menu > li > a {
  font-size: 16px;
  padding: 1rem 31px;
}

.a-dropdown-nav .dropdown-menu > li > a:hover, .a-dropdown-nav .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #0E81A0;
}

.a-dropdown-nav .fa {
  color: #9b9999;
  float: right;
  margin-top: .4rem;
}

.a-dropdown-nav a.btn.dropdown-toggle {
  width: 100%;
  height: 52px;
  padding-top: 1.5rem;
}

.a-dropdown-nav.open {
  background-color: #0E81A0;
}

.a-dropdown-nav.open .a-dropdown-nav__title {
  color: #ffffff;
}

.a-dropdown-nav.open .fa {
  color: #ffffff;
}

.a-dropdown-nav.open > .dropdown-menu {
  width: 100%;
  border-radius: 0;
  padding: 3rem 0;
  border: 1px solid #0E81A0;
  margin: 0;
}

.a-dropdown-nav__title {
  float: left;
  font-size: 16px;
  font-weight: 900;
  color: #0E81A0;
}

.a-hamburgericon {
  display: inline-block;
  position: relative;
  margin: auto;
  top: 0.125rem;
  width: 1.625rem;
  height: 1rem;
}

.a-hamburgericon svg {
  width: 100%;
  height: 100%;
}

.a-hamburgericon svg :last-child {
  fill: #ffffff;
}

.a-nav-hamburgertext {
  display: inline-block;
  position: relative;
  margin: auto;
  font-family: "acumin-pro", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  top: 0px;
  color: #ffffff;
}

.a-local-task {
  border: 1px solid #EE7032;
  border-bottom: 1px solid #0E81A0;
  padding: 10px 20px;
  border-radius: 3px 3px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  list-style-type: none;
  display: inline-block;
}

.a-local-task:hover {
  background-color: #EE7032;
  color: #ffffff;
}

.a-local-task:hover a {
  color: #ffffff;
}

.a-local-task a:hover, .a-local-task a :active, .a-local-task a :visited, .a-local-task a :link {
  text-decoration: none;
}

.a-local-task.active {
  background-color: #0E81A0;
  border-color: #0E81A0;
}

.a-local-task.active a {
  color: #ffffff;
}

.m-menu-item {
  list-style-type: none;
}

.a-nav-list-item {
  font: normal normal 400 16px/150% "futura-pt", sans-serif;
  color: #cccccc;
  list-style: none;
  margin-left: 1.5rem;
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.a-nav-list-item .a-btn-nav-disclosure {
  color: #cccccc;
  font-size: 10px !important;
  margin-left: -1.5rem;
  margin-right: .75rem;
  cursor: pointer;
}

.a-nav-list-item a {
  color: #cccccc;
}

.a-nav-list-item a:link {
  text-decoration: none;
}

.a-nav-list-item.active {
  font-weight: 500;
}

.a-nav-list-item.active .a-btn-nav-disclosure {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.a-student-menu-item {
  border-bottom: 1px solid #eae8e8;
  padding: 20px 25px;
  list-style: none;
  display: block;
  max-width: 320px;
}

.a-student-menu-username {
  display: block;
  max-width: 320px;
  color: white;
  background-color: #0E81A0;
  padding: 10px 25px;
  text-align: left;
  font-weight: bold;
}

.a-student-menu-username a {
  color: white;
}

.a-two-level-menu-item {
  list-style: none;
}

.a-page-title {
  margin: 0 0 1.2rem;
  font-family: "futura-pt", sans-serif;
  color: #0E81A0;
  text-transform: uppercase;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.0;
  bottom: 0;
}

h1.a-page-title {
  position: absolute;
  bottom: 2rem;
  font-size: 35px;
}

@media (min-width: 768px) {
  h1.a-page-title {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  h1.a-page-title {
    font-size: 5.4rem;
  }
}

@media (min-width: 1200px) {
  h1.a-page-title {
    font-size: 75px;
  }
}

.page-title-block {
  position: inherit;
}

@media (min-width: 768px) {
  .page-title-block .a-page-title {
    width: 75vw;
  }
}

.a-horizontal-rule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.a-horizontal-rule span {
  height: 50px;
  background: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
}

.a-horizontal-rule span svg {
  width: 2.5rem;
}

.a-horizontal-rule .separator-icon {
  width: 100px;
}

.a-horizontal-rule__separator-icon__img {
  width: 2.5rem;
}

.a-horizontal-rule:before,
.a-horizontal-rule:after {
  content: "";
  height: 1px;
  background: #eae8e8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Not fully supported before IE9, may need revising */
.a-attribution-item {
  font: normal normal 400 16px/150% "futura-pt", sans-serif;
  color: #4B4D4D;
  list-style: none;
  display: inline;
}

.a-attribution-name {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 19px;
  color: #0E81A0;
}

.a-caption {
  font: normal normal 300 16px/150% "futura-pt", sans-serif;
  line-height: 2rem;
}

.a-error-msg {
  color: #e30000;
}

.a-field-description {
  color: #0E81A0;
}

.a-promo-text-link {
  font: normal normal 700 16px/150% "futura-pt", sans-serif;
}

.a-promo-text-link:link, .a-promo-text-link:visited {
  color: #EE7032;
  text-decoration: none;
  font-weight: 500;
}

.a-promo-text-link:hover, .a-promo-text-link:focus, .a-promo-text-link:active {
  color: #EE7032;
  text-decoration: underline;
}

.a-quote-text {
  font-family: "keplerstd-disp", serif;
  font-size: 2.4rem;
  color: #0E81A0;
  display: block;
}

.a-video-full {
  position: relative;
  padding-bottom: 56.25%;
  /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.a-video-full iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-branding {
  display: inline-block;
}

.m-branding__logo {
  min-width: 143px;
  min-height: 18px;
  margin-top: .25rem;
  padding-top: 1em;
  padding-bottom: .75em;
}

.m-branding__logo .hidden-xs > img, .m-branding__logo .p-frontpage a.carousel-control.right > img, .p-frontpage .m-branding__logo a.carousel-control.right > img, .m-branding__logo .p-frontpage a.carousel-control.left > img, .p-frontpage .m-branding__logo a.carousel-control.left > img, .m-branding__logo .p-frontpage #carouselButton > img, .p-frontpage .m-branding__logo #carouselButton > img, .m-branding__logo .p-frontpage #photoGalleryButton > img, .p-frontpage .m-branding__logo #photoGalleryButton > img, .m-branding__logo .p-frontpage #promoSliderButton > img, .p-frontpage .m-branding__logo #promoSliderButton > img {
  height: 28px;
}

.m-branding__logo .visible-xs > img {
  max-height: 18px;
}

@media (min-width: 768px) {
  .m-branding__logo {
    min-width: 160px;
  }
}

@media (min-width: 992px) {
  .m-branding__logo {
    min-width: 250px;
  }
}

.m-breadcrumb {
  width: 100%;
  color: #4B4D4D;
}

.m-breadcrumb ol {
  list-style: none;
  padding: 0;
}

.m-breadcrumb li {
  display: inline;
}

.caption-block {
  font-size: 1rem;
  margin: 0;
}

.caption-block__body {
  font-size: 1em;
  line-height: 1.35em;
}

@media (min-width: 768px) {
  .caption-block__body {
    line-height: 1.5em;
  }
}

.m-cta-high-level {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 141, 168, 0.8)), to(rgba(0, 141, 168, 0.8))), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/755519/create-account-bw-min.jpg");
  background: linear-gradient(rgba(0, 141, 168, 0.8), rgba(0, 141, 168, 0.8)), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/755519/create-account-bw-min.jpg");
  background-position: center center;
  background-size: cover;
  width: 100%;
  display: block;
  border: 0;
  outline: #0E81A0 solid thin;
  outline-offset: 0.625rem;
  padding: 1rem 1rem 1rem 2rem;
  text-align: left;
  margin: 1rem 0;
  color: #ffffff;
  text-decoration: none;
}

.m-cta-high-level p {
  margin-bottom: 0;
}

.m-cta-high-level:active {
  outline: #0E81A0 solid thin;
  outline-offset: 0.625rem;
}

.m-cta-high-level:hover {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 119, 40, 0.85)), to(rgba(247, 119, 40, 0.85))), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/755519/create-account-bw-min.jpg");
  background: linear-gradient(rgba(247, 119, 40, 0.85), rgba(247, 119, 40, 0.85)), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/755519/create-account-bw-min.jpg");
  background-position: center center;
  background-size: cover;
}

.m-cta-high-level:focus {
  outline: #0E81A0 solid thin;
  outline-offset: 0.625rem;
}

.m-cta-short,
.m-cta {
  background: transparent;
  border: 1px solid #0E81A0;
  padding: 1rem 1rem 1rem 2rem;
  width: 100%;
  text-align: left;
  margin: 2rem 0 1rem 0;
  color: #0E81A0;
}

.m-cta-short:hover,
.m-cta:hover {
  cursor: pointer;
  background: #0E81A0;
}

.m-cta-short p,
.m-cta p {
  margin: 0;
}

a.m-cta-short-url {
  color: #0E81A0;
}

a.m-cta-short-url:hover, a.m-cta-short-url:focus, a.m-cta-short-url:active {
  text-decoration: none;
}

a.m-cta-short-url:hover h3,
a.m-cta-short-url:hover p, a.m-cta-short-url:focus h3,
a.m-cta-short-url:focus p, a.m-cta-short-url:active h3,
a.m-cta-short-url:active p {
  color: #ffffff;
}

.m-cta p {
  margin-bottom: 0;
}

li.m-dashboard-item {
  border: 1px solid #0E81A0;
  border-radius: 0;
  width: 200px;
  margin: 10px;
  padding: 20px;
  list-style: none;
}

li.m-dashboard-item:hover {
  background-color: #7fc6d3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

li.m-dashboard-item:hover a {
  color: #0E81A0;
}

li.m-dashboard-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}

li.m-dashboard-item a:hover {
  text-decoration: none;
}

li.m-dashboard-item a img {
  width: 100px;
  text-align: center;
}

li.m-dashboard-item a span {
  display: block;
  margin-top: 20px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

li.m-dashboard-item.active {
  background-color: #f07e47;
  border-color: #EE7032;
}

li.m-dashboard-item.active a {
  color: #EE7032;
  font-weight: bold;
}

.m-accordion-bar {
  padding: 0 20px;
  border: 1px solid #eae8e8;
}

.m-tab {
  padding: 0 20px;
  display: inline-block;
}

.m-form-element {
  border: 1px solid #0E81A0;
}

.m-form-element label {
  background-color: #0E81A0;
  color: white;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-form-element label span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.m-form-element label .fa-caret-square-o-up {
  display: block;
}

.m-form-element label .fa-caret-square-o-down {
  display: none;
}

@media (min-width: 992px) {
  .m-form-element label i.fa {
    display: none;
  }
}

.m-form-element .checkbox-expand {
  display: none;
}

.m-form-element .checkbox-expand:checked ~ label .fa-caret-square-o-down {
  display: block;
}

@media (min-width: 992px) {
  .m-form-element .checkbox-expand:checked ~ label .fa-caret-square-o-down {
    display: none;
  }
}

.m-form-element .checkbox-expand:checked ~ label .fa-caret-square-o-up {
  display: none;
}

.m-form-element .checkbox-expand:checked ~ .form-element-content {
  display: block;
}

.m-form-element .form-element-content {
  display: none;
  padding: 20px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .m-form-element .form-element-content {
    display: block;
  }
}

form {
  font-size: 1.6rem;
}

.search-block-form {
  margin-right: 2em;
}

.search-block-form input.form-search {
  display: block;
  width: 11em;
  margin: 0 1em;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search-block-form input.form-submit {
  display: block;
  margin: 0 0 0 1.5em;
  padding: 5px;
  color: #0E81A0;
}

.search-block-form input.form-submit:hover, .search-block-form input.form-submit:focus {
  color: #ffffff;
}

.search-block-form .form-item {
  display: block;
  width: 80%;
  width: calc(100% - 70px);
  float: left;
  margin: 5px 0;
  padding: 0;
}

.search-block-form .form-actions {
  display: block;
  float: right;
  width: 70px;
}

.m-signup {
  text-align: center;
  margin-top: 1em;
}

.m-signup ul {
  padding: 0;
  list-style-position: inside;
  margin-bottom: 1em;
  text-align: left;
  margin-left: 25%;
}

@media (min-width: 768px) {
  .m-signup ul {
    margin-left: 1.25em;
  }
}

.m-signup a.button.a-btn {
  font-size: 14px;
  font-weight: 700;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .m-signup {
    margin-top: 0;
  }
}

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

@media (min-width: 768px) {
  .m-signup__text {
    text-align: left;
  }
}

.m-signup__text-register {
  font-weight: 700;
  color: #4B4D4D;
}

.user-register-form legend {
  padding-top: .5em;
}

.user-register-form .fieldset-legend {
  color: #0E81A0;
}

.user-register-form .form-wrapper {
  margin-bottom: .5em;
}

.m-warning {
  margin-top: 1.5em;
  text-align: center;
}

@media (min-width: 768px) {
  .m-warning {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .m-warning {
    margin-top: 2em;
  }
}

.block--block-content--icon-box {
  margin: 0 0 50px 0;
  position: relative;
  height: 100%;
  border: 5px solid #ffffff;
}

.block--block-content--icon-box > a {
  display: block;
  height: 100%;
  padding: 60px 20px 40px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block--block-content--icon-box > a:hover {
  cursor: pointer;
  text-decoration: none;
}

.block--block-content--icon-box > a:hover h2, .block--block-content--icon-box > a:hover h3, .block--block-content--icon-box > a:hover p {
  color: #fff;
  text-decoration: none;
}

.block--block-content--icon-box > a:hover svg {
  background-color: #EE7032;
}

.block--block-content--icon-box > a:hover svg .cls-1, .block--block-content--icon-box > a:hover svg .cls-2, .block--block-content--icon-box > a:hover svg .cls-3 {
  stroke: #ffffff;
  stroke-width: 1.25px;
}

.block--block-content--icon-box > a:hover .m-icon-box__icon-container {
  border-top: 1px solid #ffffff;
}

.m-icon-box__icon-container {
  position: relative;
  width: 100%;
  border-top: 1px solid #0E81A0;
  text-align: center;
}

.m-icon-box__icon {
  position: relative;
  width: 75px;
  height: 75px;
  margin: -25px auto;
}

.m-icon-box__icon svg {
  background-color: #ffffff;
  border: 8px solid transparent;
  position: relative;
  top: -13px;
  width: 100%;
}

.m-icon-box__icon svg .cls-1, .m-icon-box__icon svg .cls-2, .m-icon-box__icon svg .cls-3 {
  stroke-width: 1.25px;
}

.m-icon-box__text-container {
  text-align: center;
}

.m-icon-box__text-container h3 {
  margin: 0 0 1.3rem 0;
  font-size: 2.4rem;
}

.m-iconbox {
  margin: 0;
  border: 5px solid #ffffff;
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1em;
}

.m-iconbox:hover .white-stroke {
  stroke: #ffffff;
}

.m-iconbox > a {
  display: block;
  height: 100%;
  padding: 60px 0 40px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 1rem;
}

.m-iconbox > a:hover {
  cursor: pointer;
  text-decoration: none;
}

.m-iconbox > a:hover h3, .m-iconbox > a:hover p {
  color: #fff;
  text-decoration: none;
}

.m-iconbox:hover, .m-iconbox:focus {
  background-color: #EE7032;
}

.m-icon-box-container .field__item:hover svg {
  background-color: #EE7032;
}

.m-icon-box-container .field__item:hover svg .cls-1, .m-icon-box-container .field__item:hover svg .cls-2, .m-icon-box-container .field__item:hover svg .cls-3 {
  stroke: #ffffff;
  stroke-width: 1.25px;
}

.m-icon-box-container .field__item:hover svg .cls-1-thin, .m-icon-box-container .field__item:hover svg .cls-2-thin, .m-icon-box-container .field__item:hover svg .cls-3-thin {
  stroke: #ffffff;
  stroke-width: 0.95px;
}

.m-icon-box-container .field__item:hover .m-icon-box__icon-container {
  border-top: 1px solid #ffffff;
}

.m-circle-image-outer {
  border-radius: 50%;
  border: 1px solid #EE7032;
  padding: 0.5rem;
  margin: auto;
}

@media (max-width: 768px) {
  .m-circle-image-outer {
    max-width: 50%;
    min-width: 35rem;
  }
}

.m-circle-image-outer .m-circle-image-inner {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 0;
  padding: 50% 0;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 0;
  position: relative;
}

.m-circle-image-outer .m-circle-image-inner img {
  border-radius: 50%;
}

.m-circle-image-outer .color-overlay {
  -webkit-box-shadow: inset 0 0 0 999rem rgba(0, 141, 168, 0.8);
          box-shadow: inset 0 0 0 999rem rgba(0, 141, 168, 0.8);
}

.m-circle-image-outer .color-overlay:hover {
  -webkit-box-shadow: inset 0 0 0 999rem rgba(247, 119, 40, 0.85);
          box-shadow: inset 0 0 0 999rem rgba(247, 119, 40, 0.85);
}

.m-circle-image-content {
  /*position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  resize: vertical;
  height: 100%;
  position: relative;
  top: -4.5rem;
}

@media (min-width: 1250px) {
  .m-circle-image-content {
    padding: 0 1rem;
  }
}

.m-image-full {
  border: 1px solid #cccccc;
  clear: both;
}

.m-image-full img {
  width: 100%;
  height: auto;
}

.m-image-full .a-caption {
  display: block;
  padding: 1em;
}

.m-image-full.alt-border {
  border: 1px solid #EE7032;
}

.m-image-full.alt-border img {
  padding: 1rem;
}

.block--block-content--info-section {
  border-bottom: 0;
  padding: 30px 0 2em;
  text-align: center;
}

.block--block-content--info-section p {
  font-size: 2rem;
  margin: 1em 0;
}

.block--block-content--info-section .icon-container {
  position: relative;
  border-top: 1px solid #0E81A0;
  text-align: center;
  height: 80px;
}

.block--block-content--info-section .icon-container .icon {
  position: relative;
  margin: -25px auto;
  width: 50px;
  background-color: #ffffff;
}

.block--block-content--info-section .icon-container .icon svg {
  height: 50px;
}

.block--block-content--info-section .text-container {
  margin-top: -2em;
}

.block--block-content--info-section .text-container h2 {
  font-size: 1.5em;
}

@media (min-width: 1200px) {
  .block--block-content--info-section .text-container h2 {
    font-weight: 900;
    font-size: 54px;
    line-height: .44;
  }
}

#block-infosecthomeeligibility.block--block-content--info-section {
  padding: 30px 0 0;
}

#block-infosecthomeeligibility.block--block-content--info-section h2 {
  margin-top: 2rem;
}

#block-views-block-country-dropdown-block-1 .block--block-content--info-section {
  padding: 0 0 2rem;
}

#block-views-block-country-dropdown-block-1 .block--block-content--info-section table h3.m-signup {
  color: #4B4D4D;
  text-transform: none;
}

#block-views-block-country-dropdown-block-1 label {
  font-weight: 300;
  font-size: 2rem;
}

#block-infosecthomeintro {
  padding: 0 0 2em;
}

#block-infosecthomeintro p {
  margin: 0;
}

#block-frontmiddlesectioninfo h2.m-info-section__frontpagemiddleinfotitle {
  font-size: 18px;
  letter-spacing: .5px;
}

#block-frontmiddlesectioninfo .text-container {
  margin-top: 0;
}

#block-frontmiddlesectioninfo a.a-btn {
  margin-top: 2rem;
}

h2.m-info-section__frontpagemiddleinfotitle {
  display: none;
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
}

@media (min-width: 1200px) {
  h2.m-info-section__frontpagemiddleinfotitle {
    display: block;
    color: #EE7032;
    width: 40%;
    padding-bottom: .25em;
    border-bottom: 3px solid #EE7032;
  }
}

.m-main-menu-toggler label[for=main-menu-toggler] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-main-menu-toggler label[for=main-menu-toggler] .toggler-text {
  color: #0E81A0;
  margin-right: 20px;
}

.m-main-menu-toggler label[for=main-menu-toggler] .toggle-element {
  background: none;
  border: 0;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  display: block;
  float: left;
  height: 4px;
  padding: 0;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  width: 24px;
  z-index: 17;
}

.m-main-menu-toggler label[for=main-menu-toggler] .toggle-element::before {
  background: #0E81A0;
  content: '';
  display: block;
  height: 4px;
  width: 24px;
  position: relative;
  top: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.m-main-menu-toggler label[for=main-menu-toggler] .toggle-element::after {
  top: -4px;
  content: '';
  display: block;
  position: relative;
  width: 24px;
  height: 4px;
  background: #0E81A0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#main-menu-toggler {
  display: none;
}

#main-menu-toggler ~ .off-canvas-wrapper {
  background-color: rgba(28, 29, 29, 0.5785);
  height: 100%;
  -webkit-transition: background-color .4s ease 0s;
  transition: background-color .4s ease 0s;
}

#main-menu-toggler:checked ~ .off-canvas-wrapper {
  background-color: rgba(28, 29, 29, 0);
  height: 0;
}

#main-menu-toggler:checked ~ .off-canvas-wrapper .off-canvas-container .off-canvas {
  -webkit-box-shadow: none;
          box-shadow: none;
  right: -320px;
}

@media (min-width: 1250px) {
  #main-menu-toggler:checked ~ .off-canvas-wrapper .off-canvas-container .off-canvas {
    background: none;
    height: 0;
    min-height: 0;
    overflow: hidden;
    right: 0;
    top: -200px;
  }
}

#main-menu-toggler:checked ~ header label[for=main-menu-toggler] .toggler-text {
  color: white;
}

#main-menu-toggler:checked ~ header label[for=main-menu-toggler] .toggle-element {
  background: white;
}

#main-menu-toggler:checked ~ header label[for=main-menu-toggler] .toggle-element::before {
  background: white;
  top: -7px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#main-menu-toggler:checked ~ header label[for=main-menu-toggler] .toggle-element::after {
  background: white;
  top: 3px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.m-menu-slide {
  position: absolute;
  margin-top: .75em;
  z-index: 100;
  right: 0;
}

@media (min-width: 768px) {
  .m-menu-slide {
    margin-top: 1.1em;
    right: 12px;
  }
}

@media (min-width: 992px) {
  .m-menu-slide {
    margin-top: 1em;
  }
}

.m-menu-slide .fa.fa-bars,
.m-menu-slide .m-menu-slide__title {
  color: #0E81A0;
  display: inline;
  font-size: 18.5px;
}

@media (min-width: 768px) {
  .m-menu-slide .fa.fa-bars,
  .m-menu-slide .m-menu-slide__title {
    color: #ffffff;
    font-size: 28px;
  }
}

.sliding-panel-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 300px;
  height: 100%;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 999999;
}

.sliding-panel-content ul {
  padding: 0;
  margin: 0;
}

.sliding-panel-content li {
  list-style: none;
}

.sliding-panel-content li a {
  border-bottom: 1px solid #cccccc;
  color: #EE7032;
  display: block;
  padding: 1em;
  text-decoration: none;
}

.sliding-panel-content li a:hover, .sliding-panel-content li a:focus {
  text-decoration: underline;
}

.sliding-panel-content.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sliding-panel-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  z-index: 999998;
}

.sliding-panel-fade-screen.is-visible {
  opacity: 0.4;
  visibility: visible;
}

.sliding-panel-button {
  cursor: pointer;
  display: inline-block;
  outline: none;
  float: right;
  background: none;
  border: 0;
  color: #ffffff;
}

.sliding-panel-button img {
  height: 1.3em;
}

.breadcrumb {
  background: #eae8e8;
  padding: 20px 15px;
}

.breadcrumb ol {
  margin: 0;
  padding: 0;
}

.breadcrumb ol li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumb ol li:first-child::before {
  content: none;
}

.breadcrumb ol li::before {
  content: ' \BB ';
}

.breadcrumb ol li:last-child {
  margin-bottom: 0;
}

.m-dashboard-fa-icon-item {
  border: 1px solid #0E81A0;
  border-radius: 4px;
  width: 200px;
  margin: 10px;
  padding: 20px;
  list-style: none;
  min-height: 160px;
}

.m-dashboard-fa-icon-item:last-child {
  margin-bottom: 10px;
}

.m-dashboard-fa-icon-item:hover {
  background-color: #7fc6d3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.m-dashboard-fa-icon-item:hover a {
  color: #0E81A0;
}

.m-dashboard-fa-icon-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}

.m-dashboard-fa-icon-item a:hover {
  text-decoration: none;
}

.m-dashboard-fa-icon-item a span {
  display: block;
  margin-top: 20px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.m-dashboard-fa-icon-item.active {
  background-color: #ffd3b8;
  border-color: #EE7032;
}

.m-dashboard-fa-icon-item.active a {
  color: #EE7032;
  font-weight: bold;
}

.m-dashboard-fa-icon-item p {
  text-align: center;
}

/**
 * @file
 * General styles for dropbuttons.
 */
.js .dropbutton-widget {
  background-color: #ffffff;
  border: 1px solid #0E81A0;
}

.dropbutton-widget:hover {
  border-color: #EE7032;
}

.js .dropbutton-widget .button {
  border: 0;
  margin: 0;
  padding: .32em 1em;
  background: transparent none;
  color: #0E81A0;
}

.js .dropbutton-widget .button:hover {
  color: #EE7032;
}

.dropbutton .dropbutton-action > * {
  padding: .32em 1em;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.dropbutton .secondary-action {
  border-top: 1px solid #7fc6d3;
}

.dropbutton .secondary-action:hover {
  border-top: 1px solid #ffd3b8;
}

.dropbutton-multiple .dropbutton {
  border-right: 1px solid #7fc6d3;
  /* LTR */
}

.dropbutton-multiple .dropbutton:hover {
  border-right: 1px solid #ffd3b8;
  /* LTR */
}

[dir="rtl"] .dropbutton-multiple .dropbutton {
  border-left: 1px solid #7fc6d3;
  border-right: 0 none;
}

[dir="rtl"] .dropbutton-multiple .dropbutton:hover {
  border-left: 1px solid #ffd3b8;
}

.dropbutton-multiple .dropbutton .dropbutton-action > * {
  margin-right: 0.25em;
  /* LTR */
}

[dir="rtl"] .dropbutton-multiple .dropbutton .dropbutton-action > * {
  margin-left: 0.25em;
  margin-right: 0;
}

.local-task-tabs .tabs {
  margin: 1em 0;
}

.local-task-tabs ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0;
}

.local-task-tabs .tabs > li {
  display: inline-block;
  margin-right: 0.3em;
}

.local-task-tabs [dir="rtl"] .tabs > li {
  margin-left: 0.3em;
  margin-right: 0;
}

.local-task-tabs .tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
}

.local-task-tabs .tabs a.is-active {
  background-color: #eee;
}

.local-task-tabs .tabs a:focus, .local-task-tabs .tabs a:hover {
  background-color: #f5f5f5;
}

.m-local-tasks {
  margin-bottom: 20px;
}

.m-local-tasks ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #0E81A0;
  padding: 0;
  margin: 0;
}

.m-local-tasks ul li {
  margin-left: 10px;
  margin-bottom: -1px;
}

.m-local-tasks ul li:first-child {
  margin-left: 0;
}

.m-local-tasks ul li:last-child {
  margin-bottom: -1px;
}

.m-menu-favorites {
  display: block;
  float: right;
}

.m-menu-favorites :hover {
  text-decoration: none;
}

.m-menu-hamburger {
  display: block;
  cursor: pointer;
}

ul.menu {
  list-style-type: none;
  padding: 0;
}

.off-canvas ul.menu {
  padding: 20px 20px 0 20px;
}

.off-canvas ul.menu li {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
  text-transform: uppercase;
}

.m-nav-list {
  padding-left: 0rem;
  padding-right: 0rem;
  list-style: none;
}

.m-nav-list .sub {
  margin-left: 1rem;
}

.m-nav-list hr {
  color: #eae8e8;
}

.m-student-menu-items {
  margin: 0;
  list-style-type: none;
  padding: 0;
  color: #0E81A0;
}

.m-tab-step {
  display: inline-block;
  font: normal normal 700 16px/150% "futura-pt", sans-serif;
  font-size: 10px;
  line-height: 13px;
  padding: 10px 15px;
  margin: 0 5px;
  color: #0E81A0;
}

.m-tab-step.is-active {
  background-color: #0E81A0;
  color: #ffffff;
}

a.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  background: rgba(14, 129, 160, 0.5) url("../images/arrow-up.png") no-repeat center 43%;
  border-radius: 50%;
}

a:hover.back-to-top {
  background-color: rgba(238, 112, 50, 0.6);
}

.m-pager ul {
  list-style-type: none;
  padding: 0;
  margin: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-pager ul li {
  display: inline;
  padding: 0 10px;
  color: #EE7032;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.m-accordion-section {
  margin: 1rem 0 1rem 0;
  padding-bottom: 1rem;
}

.m-accordion-section .a-accordion-item-block {
  padding: 2rem 1.5rem;
  border: 1px solid #0E81A0;
}

.m-accordion-section .a-accordion-item a[data-toggle=collapse] {
  display: block;
  padding: 0;
  border: 0;
}

.m-accordion-section .a-accordion-item .a-accordion-item-header a {
  padding: 1.5rem;
  text-decoration: none;
}

.m-accordion-section .a-accordion-item .a-accordion-item-header a:before {
  font-family: FontAwesome;
  font-weight: 600;
  content: "\f107";
  display: block;
  float: right;
  margin-right: .5rem;
}

.m-accordion-section .a-accordion-item .a-accordion-item-header a.collapsed:before {
  content: "\f104";
  color: #cccccc;
}

.m-block-promo p {
  margin-top: 1em;
}

.m-block-promo__link {
  font-weight: 500;
}

/**
 * @file
 * molecules/components/card/_card-layout.scss
 */
/**
 * @file
 * molecules/components/card/_card.scss
 */
.card {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .card {
    margin-bottom: 2rem;
  }
}

.card__title {
  font-size: 3.5rem;
  font-weight: 400;
}

.card__image {
  padding: 1rem;
  border: 1px solid #EE7032;
}

.card__image img {
  width: 100%;
}

.card__image img:focus, .card__image img:hover {
  -webkit-filter: opacity(75%);
          filter: opacity(75%);
}

.card__body .card__content {
  margin-bottom: 2rem;
}

.card__body .card__content ul {
  color: #4B4D4D;
  padding-left: 1.75rem;
}

.card__body .card__content ul li {
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.card__body:last-child {
  margin-bottom: 4rem;
}

.m-icon-box-container .field--name-field-icon-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2em;
}

@media (min-width: 992px) {
  .m-icon-box-container .field--name-field-icon-boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.m-icon-box-container .field--name-field-icon-boxes .field__item {
  margin-bottom: 1em;
  border: 1px solid #EE7032;
}

.m-icon-box-container .field--name-field-icon-boxes .field__item:hover, .m-icon-box-container .field--name-field-icon-boxes .field__item:focus {
  background-color: #EE7032;
}

.m-icon-box-container .field--name-field-icon-boxes .field__item:hover svg,
.m-icon-box-container .field--name-field-icon-boxes .field__item:hover h3,
.m-icon-box-container .field--name-field-icon-boxes .field__item:hover p, .m-icon-box-container .field--name-field-icon-boxes .field__item:focus svg,
.m-icon-box-container .field--name-field-icon-boxes .field__item:focus h3,
.m-icon-box-container .field--name-field-icon-boxes .field__item:focus p {
  color: white;
}

@media (min-width: 992px) {
  .m-icon-box-container .field--name-field-icon-boxes .field__item {
    margin: 0 1em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.studyplan table th:first-child {
  width: 50%;
}

.m-tab {
  padding: 0;
}

.m-tab .nav-tabs li a {
  color: #0E81A0;
  background: none;
  border: none;
  border-radius: 0;
  display: block;
  padding: 1.5rem;
  margin-bottom: -1px;
  font-size: 20px;
}

.m-tab .nav-tabs li.active a {
  color: #ffffff;
  border: none;
  border-radius: 0;
  background-image: linear-gradient(-45deg, #0E81A0 25%, rgba(0, 141, 168, 0.8) 25%, rgba(0, 141, 168, 0.8) 50%, #0E81A0 50%, #0E81A0 75%, rgba(0, 141, 168, 0.8) 75%, rgba(0, 141, 168, 0.8));
  background-size: 4px 4px;
}

.m-tab .tab-content {
  border: 1px solid #0E81A0;
  padding: 3rem;
}

/**
 * @file
 * molecules/components/testimonial/_testimonial.scss
 */
.o-testimonial {
  text-align: center;
}

.o-testimonial .m-circle-image-outer {
  margin: 1.5rem auto;
  max-width: 10rem;
}

.o-testimonial .a-quote-text,
.o-testimonial .a-attribution-title,
.o-testimonial .m-attribution-item-list {
  padding: 0 3rem .125rem;
}

@media (min-width: 768px) {
  .m-promo-image-left img {
    width: 47.61905%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 768px) {
  .m-promo-image-left span {
    width: 47.61905%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.m-promo-image-left p {
  position: relative;
  top: -0.3125rem;
}

.m-promo {
  clear: both;
}

.m-promo__wrapper {
  overflow: auto;
}

h3.m-promo__heading {
  font-size: 40px;
}

.m-promo__img {
  float: left;
  max-width: 75%;
  padding: 0 1em 1em 0;
}

.m-promo__txt p {
  font-size: 19px;
}

.featured-gallery-component-container {
  background: #000;
  position: relative;
}

.featured-gallery-component-container:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.featured-gallery-component-container .gallery-component {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.featured-gallery-component-container .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.featured-gallery-component-container .slick-list:focus {
  outline: none;
}

.featured-gallery-component-container .slick-slider .slick-track,
.featured-gallery-component-container .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.featured-gallery-component-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.featured-gallery-component-container .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  max-height: 731px;
  overflow: hidden;
}

.featured-gallery-component-container .slick-track:before,
.featured-gallery-component-container .slick-track:after {
  display: table;
  content: '';
}

.featured-gallery-component-container .slick-track:after {
  clear: both;
}

.featured-gallery-component-container .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: 100%;
}

.featured-gallery-component-container .slick-slide:focus, .featured-gallery-component-container .slick-slide:hover {
  outline: 0;
}

.featured-gallery-component-container .slick-loading .slick-track {
  visibility: hidden;
}

.featured-gallery-component-container [dir='rtl'] .slick-slide {
  float: right;
}

.featured-gallery-component-container .slick-slide img {
  display: block;
  height: auto;
  width: 100%;
  opacity: 0.75;
}

.featured-gallery-component-container .slick-slide.slick-loading img {
  display: none;
}

.featured-gallery-component-container .slick-initialized .slick-slide {
  display: block;
}

.featured-gallery-component-container .slick-loading .slick-slide {
  visibility: hidden;
}

.featured-gallery-component-container .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.featured-gallery-component-container .gallery-header {
  color: #0E81A0;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: left;
}

.featured-gallery-component-container .featured-gallery-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.featured-gallery-component-container .featured-gallery-caption h1 {
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .featured-gallery-component-container .featured-gallery-caption h1 {
    font-size: 7.5rem;
  }
}

.featured-gallery-component-container .featured-gallery-caption h1:focus {
  outline-color: #EE7032;
  padding: 0.5rem;
}

.featured-gallery-component-container ul.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.featured-gallery-component-container ul.slick-dots li {
  display: inline-block;
}

.featured-gallery-component-container ul.slick-dots li a {
  display: block;
  text-align: center;
  padding: 1rem;
  text-decoration: none;
}

.featured-gallery-component-container .gallery-img {
  position: relative;
  width: 100%;
  min-height: 15rem;
}

.featured-gallery-component-container .gallery-img:before {
  content: "";
  display: block;
}

.featured-gallery-component-container .gallery-img * > {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.featured-gallery-component-container .slider-icons {
  border: 2px solid #ffffff;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.3rem;
  border-radius: 50%;
  margin: 0.2rem;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

@media (min-width: 576px) {
  .featured-gallery-component-container .slider-icons {
    margin: 1rem;
  }
}

.featured-gallery-component-container li.slick-active .slider-icons {
  background: #ffffff;
}

.featured-gallery-component-container .prev, .featured-gallery-component-container .next {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 2000;
  font-size: 5.0rem;
  opacity: 0.3;
}

@media (min-width: 992px) {
  .featured-gallery-component-container .prev, .featured-gallery-component-container .next {
    font-size: 10.0rem;
  }
}

.featured-gallery-component-container .prev {
  left: 5rem;
}

.featured-gallery-component-container .next {
  right: 5rem;
}

.featured-gallery-component-container .slider-lightbox-control {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  margin: 0 auto;
  color: #EE7032;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3rem;
  height: 3rem;
  display: none;
}

@media (min-width: 576px) {
  .featured-gallery-component-container .slider-lightbox-control {
    margin: -0.5rem auto;
    display: block;
  }
}

.featured-gallery-component-container .slider-lightbox-control span {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 1.2rem;
  color: #ffffff;
}

.featured-gallery-component-container .icon {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.featured-gallery-component-container span.fa.fa-circle-thin {
  color: #ffffff;
  font-size: 2rem;
  padding: 0.5rem;
}

button .slick-prev, .slick-arrow {
  display: none;
}

@media (min-width: 768px) {
  button .slick-prev, .slick-arrow {
    display: block;
  }
}

#close-gallery {
  position: absolute;
  font-size: 2rem;
  top: 10px;
  right: 10px;
  color: #ffffff;
  cursor: pointer;
}

.photo-gallery .carousel-indicators {
  position: relative;
  left: 0;
  width: auto;
  margin: 0;
  bottom: -1.25rem;
}

.photo-gallery .carousel-indicators li {
  border: 1px solid #EE7032;
  margin: 0;
  margin-right: 1px;
}

.photo-gallery .carousel-indicators .active {
  background-color: #EE7032;
}

.photo-gallery .carousel-indicators li,
.photo-gallery .carousel-indicators li.active {
  width: 8px;
  height: 9px;
}

@media (min-width: 992px) {
  .photo-gallery .carousel-indicators {
    bottom: -1rem;
  }
}

.photo-gallery .carousel-inner {
  margin: auto;
  width: 90%;
}

.photo-gallery .carousel-inner .carousel-item > div {
  display: none;
}

.photo-gallery .carousel-inner .carousel-item :first-child {
  display: block;
}

.photo-gallery .carousel-control {
  background: none;
}

.photo-gallery .carousel-control .glyphicon-chevron-left {
  left: 0;
}

.photo-gallery .carousel-control .glyphicon-chevron-left:before {
  font-family: FontAwesome;
  content: '\f053';
}

.photo-gallery .carousel-control .glyphicon-chevron-right {
  right: 0;
}

.photo-gallery .carousel-control .glyphicon-chevron-right:before {
  font-family: FontAwesome;
  content: '\f054';
}

.photo-gallery a.carousel-control.right,
.photo-gallery a.carousel-control.left {
  color: #0E81A0;
}

.photo-gallery .play-pause {
  position: relative;
  width: 100%;
  margin-top: -2.75rem;
  font-size: 3rem;
  text-align: right;
}

@media (min-width: 768px) {
  .photo-gallery .play-pause {
    margin-top: -3.25rem;
  }
}

.photo-gallery .play-pause button {
  position: relative;
  right: 1.5rem;
  z-index: 20;
  outline: none;
}

.photo-gallery .play-pause button .glyphicon {
  left: .75px;
  top: 1.5px;
}

@media (min-width: 768px) {
  .photo-gallery .play-pause button {
    right: 2.75rem;
  }
}

@media (min-width: 1200px) {
  .photo-gallery .play-pause button {
    right: 5rem;
  }
}

.photo-gallery .btn-xs, .photo-gallery .btn-group-xs > .btn, .photo-gallery .btn-group-xs > .btn {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.photo-gallery .btn-default {
  color: #EE7032;
  border: 2px solid #EE7032;
  background-color: #ffffff;
}

.carousel-control > .m-photo-gallery__chevron {
  top: 42%;
}

@media (min-width: 992px) {
  .t-page__content.col-sm-9 .photo-gallery[data-type="multi"] .play-pause,
  .t-page__content.col-sm-12 .photo-gallery[data-type="multi"] .play-pause {
    top: 0;
  }
  .t-page__content.col-sm-9 .photo-gallery[data-type="multi"] .carousel-inner .item.active.left,
  .t-page__content.col-sm-12 .photo-gallery[data-type="multi"] .carousel-inner .item.active.left {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .t-page__content.col-sm-9 .photo-gallery[data-type="multi"] .carousel-inner .item.active.right,
  .t-page__content.col-sm-12 .photo-gallery[data-type="multi"] .carousel-inner .item.active.right {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .t-page__content.col-sm-9 .photo-gallery[data-type="multi"] .carousel-inner .item.next,
  .t-page__content.col-sm-12 .photo-gallery[data-type="multi"] .carousel-inner .item.next {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .t-page__content.col-sm-9 .photo-gallery[data-type="multi"] .carousel-inner .item.prev,
  .t-page__content.col-sm-12 .photo-gallery[data-type="multi"] .carousel-inner .item.prev {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .t-page__content.col-sm-9 .photo-gallery[data-type="multi"] .carousel-inner .item.right,
  .t-page__content.col-sm-12 .photo-gallery[data-type="multi"] .carousel-inner .item.right {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .t-page__content.col-sm-9 .photo-gallery[data-type="multi"] .carousel-inner .item.left,
  .t-page__content.col-sm-12 .photo-gallery[data-type="multi"] .carousel-inner .item.left {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .t-page__content.col-sm-9 .photo-gallery[data-type="multi"] .carousel-inner .active > div,
  .t-page__content.col-sm-12 .photo-gallery[data-type="multi"] .carousel-inner .active > div {
    display: none;
  }
  .t-page__content.col-sm-9 .photo-gallery[data-type="multi"] .carousel-inner .active > div:first-child,
  .t-page__content.col-sm-12 .photo-gallery[data-type="multi"] .carousel-inner .active > div:first-child {
    display: block;
  }
  .t-page__content.col-sm-9 .photo-gallery[data-type="multi"] .carousel-inner .active > div:first-child + div,
  .t-page__content.col-sm-12 .photo-gallery[data-type="multi"] .carousel-inner .active > div:first-child + div {
    display: block;
  }
  .t-page__content.col-sm-9 .photo-gallery[data-type="multi"] .carousel-inner .carousel-col,
  .t-page__content.col-sm-12 .photo-gallery[data-type="multi"] .carousel-inner .carousel-col {
    position: relative;
    display: block;
    min-height: 1px;
    padding: 5px;
    float: left;
    width: 50%;
  }
}

.promo-slider .carousel-inner {
  width: 100%;
}

@media (min-width: 1200px) {
  .promo-slider .carousel-inner .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.promo-slider .carousel-control {
  color: #0E81A0;
}

.promo-slider a.carousel-control.right,
.promo-slider a.carousel-control.left {
  color: #ffffff;
}

.promo-slider .carousel-indicators {
  top: -2rem;
}

.promo-slider .carousel-indicators li {
  border-color: #0E81A0;
  margin: 0;
  margin-right: 1px;
}

.promo-slider .carousel-indicators .active {
  background-color: #0E81A0;
}

.promo-slider .carousel-indicators li,
.promo-slider .carousel-indicators li.active {
  width: 8px;
  height: 9px;
}

@media (min-width: 1200px) {
  .promo-slider .carousel-control {
    color: #ffffff;
    margin: 1rem;
  }
  .promo-slider .carousel-indicators {
    margin: -8rem 0 0 0;
    top: 1.5rem;
  }
  .promo-slider .carousel-indicators li {
    border-color: #ffffff;
  }
  .promo-slider .carousel-indicators .active {
    background-color: #ffffff;
  }
}

.promo-slider--item img {
  display: block;
  position: relative;
}

@media (min-width: 1200px) {
  .promo-slider--item img {
    position: relative;
  }
}

.promo-slider--item-inner {
  background-color: #ffffff;
  padding: 2rem 0;
  max-height: 85%;
}

.promo-slider--item-inner__topic {
  display: inline-block;
  padding: 0 3rem 1rem 0;
  color: #EE7032;
  border-bottom: 3px solid #EE7032;
}

.promo-slider--item-inner__title {
  font-weight: 400;
  font-size: 4rem;
  display: block;
}

@media (min-width: 1200px) {
  .promo-slider--item-inner {
    position: absolute;
    outline: 1px solid #ffffff;
    outline-offset: 10px;
    padding: 2rem 3rem;
    bottom: 25%;
    right: 10%;
    width: 40rem;
    max-width: 65%;
  }
  .promo-slider--item-inner a {
    z-index: 6;
  }
}

.promo-slider .btn-default {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}

.o-card-program-application {
  margin-top: 50px;
  border: 1px solid #0E81A0;
  border-top: 20px solid #0E81A0;
  max-width: 992px;
}

@media (min-width: 992px) {
  .o-card-program-application .card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.o-card-program-application .card-top .section-text {
  padding: 15px;
}

.o-card-program-application .card-top .section-text .terms-of-participation {
  display: block;
  margin: 30px 0;
}

.o-card-program-application .card-top .section-text .deadline h4, .o-card-program-application .card-top .section-text .deadline p {
  display: inline-block;
}

.o-card-program-application .card-top .section-text a {
  color: #0E81A0;
  display: inline-block;
  border-bottom: 1px solid #0E81A0;
  padding-bottom: 3px;
  margin-top: 15px;
}

.o-card-program-application .card-top .section-text a:hover {
  text-decoration: none;
}

.o-card-program-application .card-top .section-image {
  padding: 15px;
}

.o-card-program-application .card-top .section-image img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .o-card-program-application .card-top .section-image img {
    max-width: 400px;
    min-width: 300px;
  }
}

@media (min-width: 992px) {
  .o-card-program-application .card-top .section-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.o-card-program-application .card-bottom {
  border-top: 1px solid #0E81A0;
  padding: 10px;
}

.o-student-profile {
  margin-top: 120px;
  font: normal normal 300 16px/150% "acumin-pro", sans-serif;
  font-size: 14px;
}

.o-student-profile ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.o-student-profile ul .name {
  color: #0E81A0;
  font-weight: bold;
}

.o-student-profile ul .picture {
  margin: 20px 0;
}

.o-student-profile ul .picture img {
  width: 90px;
  height: 90px;
}

.o-student-profile ul .email {
  margin: 5px 0;
  color: #0E81A0;
}

.o-student-profile ul .email span {
  display: block;
}

.o-student-profile ul .email span.label {
  color: #cccccc;
}

.o-student-profile ul .uc-campus {
  margin: 5px 0;
  color: #0E81A0;
}

.o-student-profile ul .uc-campus span {
  display: block;
}

.o-student-profile ul .uc-campus span.label {
  color: #cccccc;
}

.o-student-profile ul .address {
  margin-top: 30px;
  color: #0E81A0;
}

.o-student-profile ul .address span {
  display: block;
}

.o-student-profile ul .address span.label {
  color: #cccccc;
}

.o-student-profile ul .more {
  margin-top: 30px;
}

.o-student-profile ul .more a {
  color: #0E81A0;
  text-decoration: underline;
}

.o-student-profile .edit-profile {
  margin-top: 30px;
}

/*
Special for student profile block from views
*/
#block-views-block-view-applications-block-student-profile {
  height: 160px;
}

#block-views-block-view-applications-block-student-profile .student-profile {
  background: #FFF;
}


#block-views-block-view-applications-block-student-profile .scrolling {
  position: fixed;
  top: 0px;
  z-index: 99;
  background: #FFF;
  width: 1250px;
  height: 160px;
}

.o-system-menu {
  clear: both;
}

.o-system-menu #block-uceap-reciprocity-account-menu ul.menu {
  padding-top: 0;
}

.o-dashboard {
  margin: 0;
}

.o-dashboard ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-dashboard ul li.m-dashboard-item:last-child {
  margin-bottom: 10px;
}

.o-footer img {
  width: 100%;
}

.o-footer .col-sm-6 h2 {
  font-size: 30px;
  border-bottom: 1px solid #0E81A0;
  margin-bottom: .5em;
  padding-bottom: .25em;
}

.o-footer .col-sm-6 h3 {
  font-size: 2rem;
  text-transform: none;
}

.o-footer #block-footercontactuceap a:link, .o-footer #block-footercontactuceap a:visited,
.o-footer #block-footerlinks a:link,
.o-footer #block-footerlinks a:visited,
.o-footer #block-footercopyright a:link,
.o-footer #block-footercopyright a:visited {
  color: #0E81A0;
  font-weight: inherit;
}

.o-footer .footer__copyright {
  border-top: 1px solid #0E81A0;
  margin-top: 2em;
  padding-top: 1em;
}

.o-footer__wrapper {
  padding-top: 1em;
}

.o-footer__links {
  padding: 1em;
}

#block-footerimage.contextual-region.block--block-content--footer-section {
  position: static;
}

#block-views-block-taxonomy-social-media .social-wrapper {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

#block-views-block-taxonomy-social-media .social-wrapper .fa {
  color: #EE7032;
}

#block-views-block-taxonomy-social-media .social-wrapper .fa-instagram:before {
  padding-left: .2rem;
}

#block-views-block-taxonomy-social-media .social-wrapper .fa-circle-thinner:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 2em;
  height: 2em;
  padding-top: 0.45em;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #EE7032;
}

header {
  clear: both;
}

header > .container {
  padding-top: 1em;
}

header .slider-container {
  width: 100%;
  position: static;
}

@media (min-width: 768px) {
  header .slider-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 501;
    padding-top: 1em;
  }
}

.o-header__overlay h1.a-page-title {
  font-size: 30px;
}

.o-header__parallax h1.a-page-title {
  font-size: 28px;
}

.o-header__parallax,
.o-header__overlay {
  position: relative;
}

.o-header__parallax h1.a-page-title,
.o-header__overlay h1.a-page-title {
  padding-right: 3px;
  bottom: 1rem;
}

@media (min-width: 768px) {
  .o-header__parallax h1.a-page-title,
  .o-header__overlay h1.a-page-title {
    font-size: 75px;
    bottom: 2rem;
    padding-right: 0;
  }
}

img.o-header__banner {
  width: 100%;
}

.o-header__img--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.o-header__container {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.o-header__container .container,
.o-header__container .row,
.o-header__container .col-sm-7 {
  height: 100%;
}

.o-dashboard {
  margin: 0;
}

.o-dashboard ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-dashboard ul li.m-dashboard-item:last-child {
  margin-bottom: 10px;
}

.o-menu.o-menu--login-or-sign-up ul.sidebar__menu li.menu-item a {
  color: #EE7032;
  font-weight: 500;
  padding-top: 0;
}

.o-menu ul.sidebar__menu,
.o-menu ul.sidebar__submenu {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.o-menu ul.sidebar__menu .menu-item--active-trail > a,
.o-menu ul.sidebar__submenu .menu-item--active-trail > a {
  color: #4B4D4D;
}

.o-menu ul.sidebar__menu a,
.o-menu ul.sidebar__submenu a {
  color: #4B4D4D;
}

.o-menu ul.sidebar__menu li.is-active,
.o-menu ul.sidebar__submenu li.is-active {
  font-style: italic;
  text-decoration: underline;
}

.o-menu ul.sidebar__menu .menu-item--collapsed:before,
.o-menu ul.sidebar__menu .menu-item--expanded:before,
.o-menu ul.sidebar__menu .menu-item--expanded.menu-item--active-trail:before,
.o-menu ul.sidebar__submenu .menu-item--collapsed:before,
.o-menu ul.sidebar__submenu .menu-item--expanded:before,
.o-menu ul.sidebar__submenu .menu-item--expanded.menu-item--active-trail:before {
  font-family: FontAwesome;
  color: #a9a9a9;
}

.o-menu ul.sidebar__menu .menu-item--collapsed:before,
.o-menu ul.sidebar__submenu .menu-item--collapsed:before {
  content: "\f105";
  padding-right: .5em;
}

.o-menu ul.sidebar__menu .menu-item--expanded:before,
.o-menu ul.sidebar__menu .menu-item--expanded.menu-item--active-trail:before,
.o-menu ul.sidebar__submenu .menu-item--expanded:before,
.o-menu ul.sidebar__submenu .menu-item--expanded.menu-item--active-trail:before {
  content: "\f107";
  position: relative;
  padding-right: .25em;
}

.o-menu ul.sidebar__menu > li {
  border-top: 1px solid #eae8e8;
  padding: .75em 0;
}

.o-menu ul.sidebar__submenu > li {
  padding: .75em 0 0 2em;
}

#toolbar-administration * {
  font-size: 1em;
}

.o-nav-primary {
  width: 100%;
  height: 3.375rem;
  display: block;
  float: right;
  margin-right: 6.25rem;
}

@media (max-width: 768px) {
  .o-nav-primary {
    margin-right: 1.25rem;
  }
}

.o-nav-primary .m-menu-favorites {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  float: right;
  margin-right: 1.25rem;
}

@media (max-width: 768px) {
  .o-nav-primary .m-menu-favorites {
    display: none;
  }
}

.o-nav-primary .m-menu-hamburger {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  float: right;
}

@media (max-width: 768px) {
  .o-nav-primary .m-menu-hamburger span {
    color: #0E81A0;
  }
  .o-nav-primary .m-menu-hamburger svg :last-child {
    fill: #0E81A0;
  }
}

.o-nav-primary .a-btn-reversed {
  position: relative;
  float: right;
  margin-right: 1.25rem;
  font-weight: 900;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
}

@media (max-width: 768px) {
  .o-nav-primary .a-btn-reversed {
    display: none;
  }
}

.o-nav-primary :hover, .o-nav-primary a:visited, .o-nav-primary a:link {
  text-decoration: none;
}

.o-two-level-menu {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  width: 240px;
  margin-right: 35px;
}

.o-two-level-menu .side-nav-all {
  font-size: 15px;
  color: #0E81A0;
  font-weight: bold;
}

.o-two-level-menu .side-nav-all i {
  padding-right: 10px;
}

.o-two-level-menu .side-nav-heading {
  margin-top: 90px;
  font-size: 22px;
  font-weight: bold;
  color: #0E81A0;
  border-bottom: 4px solid #0E81A0;
  padding: 3px;
}

.o-two-level-menu .side-nav-title {
  margin-top: 20px;
  color: #0E81A0;
  position: relative;
}

.o-two-level-menu .side-nav-title a {
  display: inline-block;
  width: 100%;
}

.o-two-level-menu .side-nav-title a:hover {
  text-decoration: none;
}

.o-two-level-menu .side-nav-title i {
  float: right;
  position: absolute;
  right: -15px;
  bottom: -5px;
}

.o-two-level-menu .side-nav-title:hover {
  border-bottom: 4px solid #0E81A0;
  margin-bottom: -4px;
  cursor: pointer;
}

.o-two-level-menu .side-nav-title.active {
  font-weight: bold;
  border-bottom: 2px solid #EE7032;
}

.o-two-level-menu .side-nav-title.active a {
  color: #EE7032;
}

.o-two-level-menu .side-nav-title.active i {
  color: #EE7032;
}

.o-two-level-menu .side-nav-title.active:hover {
  margin-bottom: 0;
}

.o-two-level-menu .side-nav-category {
  color: #0E81A0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}

.o-two-level-menu .add-link {
  margin-top: 20px;
  color: #0E81A0;
  position: relative;
}

.o-two-level-menu .add-link:hover {
  font-weight: bold;
}

.o-two-level-menu .add-link.active {
  font-weight: bold;
  border-bottom: 2px solid #EE7032;
  color: #EE7032;
}

.o-two-level-menu .add-link.active i:last-of-type {
  float: right;
  position: absolute;
  right: -15px;
  bottom: -5px;
}

.o-two-level-menu .add-link.active a {
  color: #EE7032;
}

.o-two-level-menu .add-link.active a:hover {
  text-decoration: none;
}

/**
 * @file
 * organisms/sections/multi/_multi.scss
 */
.multi > div > .card {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .multi {
    padding-right: 0.5rem;
  }
  .multi > div > .card {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .multi :not(:last-child) {
    margin-right: -0.5rem;
  }
}

.o-status-message {
  position: relative;
  padding: 1em;
  color: #a9a9a9;
  margin: 1em 0;
}

.o-status-message__messages {
  margin: .5em;
  padding: 0;
}

.o-status-message__messages li {
  margin-bottom: 20px;
}

.o-status-message__messages li:last-child {
  margin-bottom: 0;
}

.o-status-message__dismiss {
  position: absolute;
  right: 20px;
  top: 10px;
}

.o-status-message__dismiss:hover {
  cursor: pointer;
}

.o-status-message_success {
  border: 1px solid #029a4c;
  border-left: 10px solid #029a4c;
  background-color: rgba(178, 224, 201, 0.3);
  color: #029a4c;
}

.o-status-message_success .o-status-message__dismiss {
  color: #029a4c;
}

.o-status-message_warn {
  border: 1px solid #e30000;
  border-left: 10px solid #e30000;
  background-color: rgba(227, 0, 0, 0.3);
  color: #e30000;
}

.o-status-message_warn .o-status-message__dismiss {
  color: #e30000;
}

.o-status-message_info {
  border: 1px solid #EE7032;
  border-left: 10px solid #EE7032;
  background-color: rgba(247, 119, 40, 0.25);
  color: #EE7032;
}

.o-status-message_info .o-status-message__dismiss {
  color: #EE7032;
}

.o-student-menu-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 90px;
}

.o-student-menu-block .student-menu-container {
  max-width: 1250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.o-student-menu-block .student-menu-container .student-menu {
  width: 320px;
  background-color: white;
  display: inline-block;
  position: relative;
}

.o-student-menu-block .student-menu-container .student-menu #student-menu-check {
  display: none;
}

.o-student-menu-block .student-menu-container .student-menu #student-menu-check ~ .student-menu-content {
  display: none;
}

.o-student-menu-block .student-menu-container .student-menu #student-menu-check:checked ~ .student-menu-content {
  display: block;
}

.o-student-menu-block .student-menu-container .student-menu #student-menu-check:checked ~ .user-icon {
  color: #0E81A0;
  background-color: #0E81A0;
}

.o-student-menu-block .student-menu-container .student-menu .user-icon {
  position: absolute;
  right: 140px;
  top: -60px;
  height: 60px;
  padding: 10px;
  display: block;
}

.o-student-menu-block .student-menu-container .student-menu .user-icon i {
  border: 3px solid white;
  background-color: white;
  color: #0E81A0;
  border-radius: 50%;
}

.o-student-menu-block .student-menu-container .student-menu .student-menu-content {
  overflow: hidden;
}

.o-switch-user {
  max-width: 400px;
  border: 1px solid #0E81A0;
  background-color: white;
}

.o-switch-user > h2 {
  background-color: #0E81A0;
  color: white;
  padding: 20px;
  margin: 0;
}

.o-switch-user ul {
  background-color: white;
  margin: 0 20px;
  padding: 20px;
}

.o-switch-user form {
  margin: 0 20px;
  padding-bottom: 20px;
}

.o-switch-user form .form-item {
  display: block;
}

.o-switch-user form .form-item .form-element-content {
  background: white;
}

.o-switch-user form .form-actions {
  display: block;
  margin-top: 20px;
}

table {
  font: normal normal 300 16px/150% "acumin-pro", sans-serif;
  font-size: 14px;
  color: #4B4D4D;
  border: solid 0.0625rem #0E81A0;
  border-spacing: 0;
  margin-bottom: -0.0625rem;
  width: 100%;
}

table caption {
  text-align: left;
  margin: 0 0 1.2rem;
  font-family: "futura-pt", sans-serif;
  color: #0E81A0;
  text-transform: uppercase;
  font-size: 1.6rem;
}

table thead a:link,
table thead a:visited {
  color: #ffffff;
}

table thead .tablesort {
  background: none;
  color: #ffffff;
  font-family: FontAwesome;
}

table thead .tablesort--desc:after {
  content: '\f0d8';
}

table thead .tablesort--asc:after {
  content: '\f0d7';
}

table tbody {
  display: table;
  width: 100%;
}

table tr td:first-child {
  font: normal normal 600 16px/150% "acumin-pro", sans-serif;
  font-size: inherit;
  color: #4B4D4D;
}

table tr:nth-child(odd) {
  background-color: #ffffff;
}

table th, table td {
  vertical-align: initial;
  border: none;
}

table th {
  margin: 0 0 1.2rem;
  font-family: "futura-pt", sans-serif;
  color: #0E81A0;
  text-transform: uppercase;
  font-size: 1.6rem;
  border: none;
  color: #0E81A0;
  padding: .75rem;
}

table td {
  padding: 1rem;
}

@media (min-width: 0px) {
  table table {
    border: solid 0.0625rem #0E81A0;
  }
  table tbody {
    display: table-row-group;
  }
  table tr th, table tr td {
    min-width: 6rem;
  }
  table tr th:first-child, table tr td:first-child {
    border: none;
  }
  table tr th {
    color: #ffffff;
    background-color: #0E81A0;
    text-align: center;
    vertical-align: middle;
    width: auto;
    font-weight: 600;
  }
}

table a:link,
table a:visited {
  color: #EE7032;
  font: inherit;
}

.tablesaw-stack tbody tr {
  border: solid 0.13rem #0E81A0;
}

.tablesaw thead tr:first-child th {
  text-align: center;
  height: 73px;
}

.tablesaw thead tr:first-child th.select-all {
  text-align: initial;
}

.tablesaw thead tr:first-child th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
  color: #0E81A0;
  text-transform: uppercase;
  font-weight: 900;
  width: 40%;
}

.tablesaw-stack, .tablesaw-bar {
  clear: none !important;
}
@media (min-width: 768px) {
  .tablesaw {
    border: solid 0.13rem #0E81A0;
  }
  .tablesaw-stack tbody tr {
    border: none;
    height: 54px;
  }
  .tablesaw th, .tablesaw td {
    padding: 1.2em;
  }
  td + td {
    border-left: 1px solid rgba(101, 102, 107, 0.5);
  }
  tr:nth-child(even) {
    background-color: #f7f7f7;
  }
}

.o-view-table {
  margin: 50px 0;
}

@media (min-width: 992px) {
  .o-view-table {
    margin: 20px 50px;
  }
}

.o-view-table thead {
  background-color: #0E81A0;
  color: white;
}

.o-view-table thead tr th {
  padding: 20px;
}

.o-view-table thead tr th a {
  color: white;
}

.o-view-table tbody tr:nth-child(odd) {
  background-color: #7fc6d3;
}

.o-view-table tbody tr td {
  max-width: 300px;
  padding: 20px;
  color: #0E81A0;
}

.o-slider-title {
  color: #ffffff;
  font-size: 32px;
  margin: 1.5em 0 0;
  text-transform: uppercase;
}

@media (min-width: 375px) {
  .o-slider-title {
    margin: 1.5em 1.5em 0;
  }
}

@media (min-width: 768px) {
  .o-slider-title {
    font-size: 40px;
    margin: 1.75em 1.75em 0;
  }
}

@media (min-width: 992px) {
  .o-slider-title {
    font-size: 60px;
    margin: 1em 1em 0;
  }
}

@media (min-width: 1200px) {
  .o-slider-title {
    font-size: 80px;
    margin: .75em 1em 0;
  }
}

.t-layout-2col .field--name-field-paragraph > .field__item {
  clear: both;
}

.t-layout-2col .field--name-field-paragraph .field__item {
  margin-top: 1em;
}

.field--name-field-third-column-paragraphs .field__item {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(247, 119, 40, 0.25);
}

.field--name-field-third-column-paragraphs .field__item:last-child {
  border-bottom: none;
}

.t-page {
  position: relative;
}

.t-page main {
  margin-bottom: 3em;
  margin-top: 2em;
}

.t-page__breadcrumb {
  background-color: #f7f7f7;
  padding: 0.65em 0;
  margin: 0;
}

.t-page__sidebar,
.t-page__content,
.t-page__sidebar_second,
.field--name-field-paragraph .field__item,
.field--name-field-third-column-block-type .field__item {
  margin-bottom: 2em;
}

.field--name-field-third-column-block-type .field__item {
  border-bottom: 1px solid rgba(247, 119, 40, 0.25);
  padding-bottom: 2em;
}

.field--name-field-third-column-block-type .field__item:first-child {
  margin-top: 1em;
}

.field--name-field-third-column-block-type .field__item:last-child {
  border-bottom: none;
}

.t-page__sidebar_second .block--block-content--third-column:first-child {
  padding-top: 0;
}

.p-discover .carousel h1 {
  position: absolute;
  bottom: 2rem;
  font-size: 35px;
  width: 100%;
}

@media (min-width: 768px) {
  .p-discover .carousel h1 {
    font-size: 4rem;
    width: 75vw;
  }
}

@media (min-width: 992px) {
  .p-discover .carousel h1 {
    font-size: 5.4rem;
  }
}

@media (min-width: 1200px) {
  .p-discover .carousel h1 {
    font-size: 75px;
  }
}

.p-frontpage .carousel-indicators {
  bottom: -.5em;
  left: 0;
  margin-left: 0;
  right: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .p-frontpage .carousel-indicators {
    bottom: 0;
  }
}

.p-frontpage .carousel-indicators li {
  margin: 0;
  margin-right: 1px;
}

.p-frontpage .carousel-indicators li,
.p-frontpage .carousel-indicators li.active {
  width: 8px;
  height: 9px;
}

.p-frontpage .carousel img {
  width: 100%;
}

.p-frontpage .carousel h1 {
  color: #ffffff;
}

.p-frontpage .carousel p.lead {
  font-family: "futura-pt", sans-serif;
}

.p-frontpage .carousel-inner {
  background-color: #4B4D4D;
}

.p-frontpage .carousel-inner .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.175);
}

.p-frontpage .carousel-caption {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}

.p-frontpage .carousel-control.left, .p-frontpage .carousel-control.right {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-image: none;
}

.p-frontpage .carousel-control .glyphicon-chevron-right {
  right: 35%;
}

.p-frontpage .carousel-control .glyphicon-chevron-left {
  left: 35%;
}

.p-frontpage .carousel-control .glyphicon-chevron-left,
.p-frontpage .carousel-control .glyphicon-chevron-right {
  margin-top: 0;
}

@media (min-width: 768px) {
  .p-frontpage .carousel-control .glyphicon-chevron-left,
  .p-frontpage .carousel-control .glyphicon-chevron-right {
    margin-top: 0;
  }
}

.p-frontpage a.carousel-control.right,
.p-frontpage a.carousel-control.left {
  display: none;
  color: #ffffff;
}

.p-frontpage .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.p-frontpage .carousel-fade .carousel-inner .active {
  opacity: 1;
}

.p-frontpage .carousel-fade .carousel-inner .active.left,
.p-frontpage .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.p-frontpage .carousel-fade .carousel-inner .next.left,
.p-frontpage .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.p-frontpage #carouselButton,
.p-frontpage #photoGalleryButton,
.p-frontpage #promoSliderButton {
  bottom: .5em;
  float: right;
  position: absolute;
  z-index: 15;
}

@media (min-width: 768px) {
  .p-frontpage #carouselButton,
  .p-frontpage #photoGalleryButton,
  .p-frontpage #promoSliderButton {
    bottom: 1em;
  }
}

.p-frontpage #carouselButton .btn-default,
.p-frontpage #photoGalleryButton .btn-default,
.p-frontpage #promoSliderButton .btn-default {
  color: #ffffff;
  background-color: transparent;
  outline: none;
}

.p-frontpage button#playButton {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.p-frontpage button#playButton .glyphicon {
  left: .05rem;
  top: .15rem;
}

.p-frontpage__homeiconbox__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .p-frontpage__homeiconbox__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.p-frontpage__homeiconbox {
  margin-bottom: 1em;
  border: 1px solid #EE7032;
}

.p-frontpage__homeiconbox:hover, .p-frontpage__homeiconbox:focus {
  background-color: #EE7032;
}

@media (min-width: 992px) {
  .p-frontpage__homeiconbox {
    margin: 0 1em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-frontpage__section__middle {
  margin-bottom: 2em;
  position: relative;
}

@media (min-width: 1200px) {
  .p-frontpage__section__middle {
    margin: -2em 0 2.5em;
  }
}

.p-frontpage__section__middle img {
  width: 100%;
}

.p-frontpage__section__middle__info {
  border: 1px solid #ffffff;
  position: static;
}

@media (min-width: 1200px) {
  .p-frontpage__section__middle__info {
    bottom: 2em;
    padding: .5em;
    position: absolute;
  }
}

#block-frontmiddlesectioninfo {
  text-align: center;
  padding: 2em 0;
}

#block-frontmiddlesectioninfo .icon-container {
  display: none;
}

@media (min-width: 1200px) {
  #block-frontmiddlesectioninfo {
    text-align: left;
    background: #ffffff;
    padding: 2em 5em 2em 2em;
  }
  #block-frontmiddlesectioninfo .text-container h2 {
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
  }
  #block-frontmiddlesectioninfo .text-container p {
    font-size: 19px;
    line-height: 18px;
  }
}

.p-gparallax .parallax {
  min-height: 200px !important;
  height: auto !important;
  padding-top: 20px;
}

.p-gparallax .block--block-content--parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left;
  background-color: transparent;
  background-size: cover;
  min-height: 600px;
  position: relative;
  margin: 0;
}

.p-gparallax #block-graduatestepsparallax1 {
  background-image: none;
  background-color: #efefef;
}

.p-gparallax #block-graduatestepsparallax2 {
  background: url("/themes/uceap_reciprocity/images/parallax/teal-gradient-background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left center;
  background-color: transparent;
  background-size: cover;
}

.p-gparallax #block-graduatestepsparallax3 {
  background-image: none;
  background-color: #efefef;
}

.p-gparallax .parallax-sqr-main {
  width: 90%;
  height: auto;
  margin: 10px auto;
  border: 2px solid #0E81A0;
}

.p-gparallax .parallax-sqr {
  display: block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 15px;
  height: auto;
}

.p-gparallax .parallax-sqr h2 {
  font-weight: normal;
  text-transform: uppercase;
  color: #424041;
  margin: 0;
  line-height: 0.8;
}

.p-gparallax .parallax-sqr h3 {
  font-weight: normal;
  text-transform: uppercase;
  color: #424041;
  font-size: 24px;
  line-height: normal;
  margin: 0;
}

.p-gparallax .parallax-sqr h4 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  color: #424041;
  line-height: normal;
  margin: 0;
}

.p-gparallax .parallax-content {
  position: relative;
  width: 90%;
  right: 0;
  max-width: 400px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 20px auto;
}

.p-gparallax #block-graduatestepsparallax2 .parallax-content {
  left: 0;
}

.p-gparallax .parallax-content h2 {
  color: #0E81A0;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}

.p-gparallax .parallax-content h3 {
  color: #f77c2c;
  margin: 0 0 16px 0;
}

.p-gparallax .parallax-links {
  margin-bottom: 20px;
  color: #0E81A0;
  font-weight: bold;
  font-size: 16px;
}

.p-gparallax .parallax-links a {
  font-weight: bold;
  color: #0E81A0;
  text-decoration: none;
  font-size: 16px;
}

.p-gparallax .parallax-links a:hover {
  font-weight: bold;
  color: #EE7032;
  text-decoration: none;
  font-size: 16px;
}

.p-gparallax .parallax-image {
  position: relative;
  top: 10px;
  z-index: 1;
  width: 90%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto 20px;
}

.p-gparallax #block-graduatestepsparallax2 .parallax-sqr h2,
.p-gparallax #block-graduatestepsparallax2 .parallax-sqr h3,
.p-gparallax #block-graduatestepsparallax2 .parallax-sqr h4,
.p-gparallax #block-graduatestepsparallax2 .parallax-content h2,
.p-gparallax #block-graduatestepsparallax2 .parallax-content h3,
.p-gparallax #block-graduatestepsparallax2 .parallax-content p,
.p-gparallax #block-graduatestepsparallax2 .parallax-links,
.p-gparallax #block-graduatestepsparallax2 .parallax-links a {
  color: #FFFFFF;
}

.p-gparallax #block-graduatestepsparallax2 .parallax-sqr-main {
  border: 2px solid #FFFFFF;
}

.p-gparallax .a-btn {
  background-color: transparent;
}

.p-gparallax #block-graduatestepsparallax2 .a-btn a {
  background: transparent;
  color: #FFFFFF;
}

.p-gparallax #block-graduatestepsparallax2 .a-btn a:hover {
  color: #FFFFFF;
}

.p-gparallax #block-graduatestepsintro h2,
.p-gparallax #block-graduatestepsfaq h2 {
  font-size: 30px;
}

@media (min-width: 768px) {
  .p-gparallax .parallax {
    overflow: hidden;
  }
  .p-gparallax #block-graduatestepsparallax1 {
    background-image: url("/themes/uceap_reciprocity/images/parallax/graduate-step-1-new4.jpg");
  }
  .p-gparallax #block-graduatestepsparallax3 {
    background-image: url("/themes/uceap_reciprocity/images/parallax/graduate-steps-3.jpg");
  }
  .p-gparallax .parallax-sqr-main {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: 2px solid #0E81A0;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    top: 195px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-gparallax .parallax-sqr {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 200px;
    padding: 10px;
  }
  .p-gparallax .parallax-content {
    position: absolute;
    top: 220px;
    width: 40%;
    max-width: 400px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
  }
  .p-gparallax .parallax-image {
    position: absolute;
    right: 8%;
    top: 310px;
    z-index: 1;
    width: 500px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-gparallax .parallax-links {
    margin-bottom: 50px;
  }
  .p-gparallax #block-graduatestepsparallax2 .parallax-content {
    right: auto;
  }
}

/**
 * Maintenance Page Styles
 ============================================================================ */
body.maintenance-page {
  width: 75%;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../images/reciprocity-maintainence-page-background-image.jpg") no-repeat center center fixed;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/reciprocity-maintainence-page-background-image.jpg") no-repeat center center fixed;
  background-size: cover;
  text-align: center;
  color: #FFFFFF;
}

body.maintenance-page header {
  min-height: 18px;
  margin-top: 0.25rem;
  padding-top: 1em;
  padding-bottom: 0.75em;
}

body.maintenance-page h1 {
  font-size: 7rem;
  margin: 20px 0;
  line-height: normal;
}

#maintenance-page .m-menu-slide {
  display: none;
}

#maintenance-page .a-quote-text, #maintenance-page .a-attribution-name {
  color: #FFFFFF;
}

#maintenance-page .a-horizontal-rule span {
  background: transparent;
}

#maintenance-page .mp-content-area {
  margin: 100px auto 70px;
}

#maintenance-page .mp-content-area h1 {
  font-size: 7rem;
  margin: 20px 0;
  line-height: normal;
}

#maintenance-page .mp-content-area p {
  font-size: 2.3rem;
  color: #FFFFFF;
}

#maintenance-page .mp-footer-cont p {
  margin: 0;
  color: #FFFFFF;
}

#maintenance-page .mp-footer-cont .emergency {
  margin: 60px 0 0 0;
  color: #FFFFFF;
  font-weight: 600;
}

#maintenance-page .mp-social-area {
  margin: 30px auto 10px;
  height: 45px;
  width: 300px;
}

#maintenance-page .mp-social-area ul {
  margin: 0;
  padding: 0;
}

#maintenance-page .mp-social-area ul li {
  float: left;
  list-style: none;
  margin-right: 20px;
}

#maintenance-page .mp-social-area ul li.mp-pintrest-link {
  margin-right: 0;
}

#maintenance-page .mp-social-area ul li a {
  display: block;
  text-indent: -9999px;
  height: 44px;
  width: 44px;
  background-repeat: no-repeat;
  background-color: transparent;
}

#maintenance-page .mp-social-area ul li.mp-facebook-link a {
  background-image: url("../images/mp_facebook_icon.png");
}

#maintenance-page .mp-social-area ul li.mp-twitter-link a {
  background-image: url("../images/mp_twitter_icon.png");
}

#maintenance-page .mp-social-area ul li.mp-instagram-link a {
  background-image: url("../images/mp_instagram_icon.png");
}

#maintenance-page .mp-social-area ul li.mp-youtube-link a {
  background-image: url("../images/mp_youtube_icon.png");
}

#maintenance-page .mp-social-area ul li.mp-pintrest-link a {
  background-image: url("../images/mp_pintrest_icon.png");
}

#maintenance-page .mp-social-area ul li a:hover,
#maintenance-page .mp-social-area ul li a:focus {
  opacity: 0.4;
}

#maintenance-page .mp-copyright-area {
  font-size: 12px;
  margin: 20px 0;
}

/**
 * Maintenance Page Styles
 ============================================================================ */
body.page403 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../images/403-page-background-image.jpg") no-repeat center center fixed;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/403-page-background-image.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #FFFFFF;
}

.page403 .m-branding {
  display: inline;
}

.page403 .m-menu-slide .fa.fa-bars {
  color: #FFFFFF;
}

.page403 .m-menu-slide {
  margin-top: -2em;
}

#page-403 .a-quote-text, #page-403 .a-attribution-name {
  color: #FFFFFF;
}

#page-403 .a-horizontal-rule span {
  background: transparent;
}

#page-403 .p403-content-area {
  margin: 50px auto 70px;
  text-align: center;
}

#page-403 .p403-content-area h1 {
  font-size: 7rem;
  margin: 20px 0;
  line-height: normal;
}

#page-403 .p403-content-area p {
  font-size: 2.3rem;
  color: #FFFFFF;
}

#page-403 .p403-copyright-area {
  margin: 100px 0 0 0;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 19px;
  text-align: center;
}

#page-403 .p403-action-area {
  margin: 100px auto 70px;
  text-align: center;
}

#page-403 .a-btn {
  background-color: #EE7032;
  color: #ffffff;
  border: 1px solid #EE7032;
  width: calc(100% - 70px);
}

#page-403 .a-btn:hover {
  background-color: #ffffff;
  color: #EE7032;
  border: 1px solid #EE7032;
}

#page-403 a:link, #page-403 a:visited {
  color: #FFFFFF;
}

#page-403 .search-api-page-block-form {
  margin: 0;
}

#page-403 .search-api-page-block-form input.form-search {
  -webkit-box-shadow: -2px 0px 7px 0 rgba(0, 0, 0, 0.25);
          box-shadow: -2px 0px 7px 0 rgba(0, 0, 0, 0.25);
  background: #FFFFFF;
  margin-top: -5px;
  font-size: 17px;
}

#page-403 .search-api-page-block-form input.form-submit {
  margin: .35em 0 0 2em;
}

#page-403 #search-api-page-block-form .form-submit {
  background: url(../images/svgs/magnifying-glass.svg) no-repeat right center;
  text-indent: -9999px;
  display: block;
  border: none;
  cursor: pointer;
  width: 28px;
  height: 28px;
  padding: 0;
}

@media (min-width: 768px) {
  .page403 .m-menu-slide {
    margin-top: .75em;
  }
}

/**
 * Maintenance Page Styles
 ============================================================================ */
body.page404 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../images/404-page-background-image.jpg") no-repeat center center fixed;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/404-page-background-image.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #FFFFFF;
}

.page404 .m-branding {
  display: inline;
}

.page404 .m-menu-slide .fa.fa-bars {
  color: #FFFFFF;
}

.page404 .m-menu-slide {
  margin-top: -2em;
}

#page-404 .a-quote-text, #page-404 .a-attribution-name {
  color: #FFFFFF;
}

#page-404 .a-horizontal-rule span {
  background: transparent;
}

#page-404 .p404-content-area {
  margin: 50px auto 70px;
  text-align: center;
}

#page-404 .p404-content-area h1 {
  font-size: 7rem;
  margin: 20px 0;
  line-height: normal;
}

#page-404 .p404-content-area p {
  font-size: 2.3rem;
  color: #FFFFFF;
}

#page-404 .p404-copyright-area {
  margin: 100px 0 0 0;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 19px;
  text-align: center;
}

#page-404 .p404-action-area {
  margin: 100px auto 70px;
  text-align: center;
}

#page-404 .a-btn {
  background-color: #EE7032;
  color: #ffffff;
  border: 1px solid #EE7032;
  width: calc(100% - 70px);
}

#page-404 .a-btn:hover {
  background-color: #ffffff;
  color: #EE7032;
  border: 1px solid #EE7032;
}

#page-404 a:link, #page-404 a:visited {
  color: #FFFFFF;
}

#page-404 .search-api-page-block-form {
  margin: 0;
}

#page-404 .search-api-page-block-form input.form-search {
  -webkit-box-shadow: -2px 0px 7px 0 rgba(0, 0, 0, 0.25);
          box-shadow: -2px 0px 7px 0 rgba(0, 0, 0, 0.25);
  background: #FFFFFF;
  margin-top: -5px;
  font-size: 17px;
}

#page-404 .search-api-page-block-form input.form-submit {
  margin: .35em 0 0 2em;
}

#page-404 #search-api-page-block-form .form-submit {
  background: url(../images/svgs/magnifying-glass.svg) no-repeat right center;
  text-indent: -9999px;
  display: block;
  border: none;
  cursor: pointer;
  width: 28px;
  height: 28px;
  padding: 0;
}

@media (min-width: 768px) {
  .page404 .m-menu-slide {
    margin-top: .75em;
  }
}

.p-uparallax .parallax {
  min-height: 200px !important;
  height: auto !important;
  padding-top: 20px;
}

.p-uparallax .block--block-content--parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left;
  background-color: transparent;
  background-size: cover;
  min-height: 600px;
  position: relative;
  margin: 0;
}

.p-uparallax #block-undergraduatestepsparallax1 {
  background-image: none;
  background-color: #efefef;
}

.p-uparallax #block-undergraduatestepsparallax2 {
  background: url("/themes/uceap_reciprocity/images/parallax/teal-gradient-background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left center;
  background-color: transparent;
  background-size: cover;
}

.p-uparallax #block-undergraduatestepsparallax3 {
  background-image: none;
  background-color: #efefef;
}

.p-uparallax .parallax-sqr-main {
  width: 90%;
  height: auto;
  margin: 10px auto;
  border: 2px solid #0E81A0;
}

.p-uparallax .parallax-sqr {
  display: block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 15px;
  height: auto;
}

.p-uparallax .parallax-sqr h2 {
  font-weight: normal;
  text-transform: uppercase;
  color: #424041;
  margin: 0;
  line-height: 0.8;
}

.p-uparallax .parallax-sqr h3 {
  font-weight: normal;
  text-transform: uppercase;
  color: #424041;
  font-size: 24px;
  line-height: normal;
  margin: 0;
}

.p-uparallax .parallax-sqr h4 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  color: #424041;
  line-height: normal;
  margin: 0;
}

.p-uparallax .parallax-content {
  position: relative;
  width: 90%;
  right: 0;
  max-width: 400px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 20px auto;
}

.p-uparallax #block-undergraduatestepsparallax2 .parallax-content {
  left: 0;
}

.p-uparallax .parallax-content h2 {
  color: #0E81A0;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}

.p-uparallax .parallax-content h3 {
  color: #f77c2c;
  margin: 0 0 16px 0;
}

.p-uparallax .parallax-links {
  margin-bottom: 20px;
  color: #0E81A0;
  font-weight: bold;
  font-size: 16px;
}

.p-uparallax .parallax-links a {
  font-weight: bold;
  color: #0E81A0;
  text-decoration: none;
  font-size: 16px;
}

.p-uparallax .parallax-links a:hover {
  font-weight: bold;
  color: #EE7032;
  text-decoration: none;
  font-size: 16px;
}

.p-uparallax .parallax-image {
  position: relative;
  top: 10px;
  z-index: 1;
  width: 90%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto 20px;
}

.p-uparallax #block-undergraduatestepsparallax2 .parallax-sqr h2,
.p-uparallax #block-undergraduatestepsparallax2 .parallax-sqr h3,
.p-uparallax #block-undergraduatestepsparallax2 .parallax-sqr h4,
.p-uparallax #block-undergraduatestepsparallax2 .parallax-content h2,
.p-uparallax #block-undergraduatestepsparallax2 .parallax-content h3,
.p-uparallax #block-undergraduatestepsparallax2 .parallax-content p,
.p-uparallax #block-undergraduatestepsparallax2 .parallax-links,
.p-uparallax #block-undergraduatestepsparallax2 .parallax-links a {
  color: #FFFFFF;
}

.p-uparallax #block-undergraduatestepsparallax2 .parallax-sqr-main {
  border: 2px solid #FFFFFF;
}

.p-uparallax .a-btn {
  background-color: transparent;
}

.p-uparallax #block-undergraduatestepsparallax2 .a-btn a {
  background: transparent;
  color: #FFFFFF;
}

.p-uparallax #block-undergraduatestepsparallax2 .a-btn a:hover {
  color: #FFFFFF;
}

.p-uparallax #block-undergraduatestepsintro h2,
.p-uparallax #block-undergraduatestepsfaq h2 {
  font-size: 30px;
}

@media (min-width: 768px) {
  .p-uparallax .parallax {
    overflow: hidden;
  }
  .p-uparallax #block-undergraduatestepsparallax1 {
    background-image: url("/themes/uceap_reciprocity/images/parallax/step-1-undergraduate.jpg");
  }
  .p-uparallax #block-undergraduatestepsparallax3 {
    background-image: url("/themes/uceap_reciprocity/images/parallax/undergraduate-step3.jpg");
  }
  .p-uparallax .parallax-sqr-main {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: 2px solid #0E81A0;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    top: 195px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-uparallax .parallax-sqr {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 200px;
    padding: 10px;
  }
  .p-uparallax .parallax-content {
    position: absolute;
    top: 220px;
    width: 40%;
    max-width: 400px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
  }
  .p-uparallax .parallax-image {
    position: absolute;
    right: 8%;
    top: 310px;
    z-index: 1;
    width: 500px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-uparallax .parallax-links {
    margin-bottom: 50px;
  }
  .p-uparallax #block-undergraduatestepsparallax2 .parallax-content {
    right: auto;
  }
}

#user-form {
  margin-top: 1em;
}

.js-form-item.form-item {
  margin-bottom: 1em;
}

.form-item-field-par-0-target-id > label,
#edit-field-permanent-0 > summary,
#edit-field-uc-address-0 > summary {
  margin-bottom: .5em;
  font-size: 21px;
  color: #a9a9a9;
}

.p-user-login .m-local-tasks {
  display: none;
}

.p-user-login .p-login {
  text-align: center;
}

.p-user-login .p-login label {
  float: left;
}

.p-user-login .p-login input .form-text,
.p-user-login .p-login input .form-email {
  width: 65%;
}

.p-user-login .p-login .description {
  margin-top: 0;
  text-align: left;
}

.p-user-login h2 {
  text-transform: none;
}

.p-user-login #edit-name--description,
.p-user-login #edit-pass--description {
  display: none;
}

.p-user-view {
  margin-top: 1em;
}

/*------------------------------------*\
    $PATTERN LAB-SPECIFIC STYLES
\*------------------------------------*/
/**
 * This stylesheet is for styles you want to include only when the interface is being viewed within Pattern Lab.
 * This is helpful for displaying demo styles for grids, animations, color swatches, etc
 * It's also helpful for overriding context-specific styles like fixed or absolutely positioned elements
 * These styles will not be your production CSS.
 */
pre {
  margin-top: 0;
}

.u-demo-bg {
  background-color: #cccccc;
}

.sg-colors, .sg-textures {
  overflow: hidden;
  margin: 5px;
  padding: 0;
}

.sg-colors > li, .sg-textures > li {
  overflow: hidden;
  border: 1px solid #cccccc;
  padding: 0.3em;
  margin: 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
}

.sg-colors > li .sg-swatch, .sg-textures > li .sg-swatch {
  display: block;
  height: 25px;
  border: dotted 1px #cccccc;
}

.sg-colors > li .sg-info, .sg-textures > li .sg-info {
  line-height: 1;
}

@media all and (min-width: 400px) {
  .sg-colors > li, .sg-textures > li {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
}

@media all and (min-width: 700px) {
  .sg-colors > li, .sg-textures > li {
    width: 24%;
  }
  .sg-colors > li:nth-child(4n+1), .sg-textures > li:nth-child(4n+1) {
    clear: both;
  }
}

.sg-disclosure-active {
  display: inline-block;
  padding: 20px;
  text-align: center;
}

.sg-breakpoints {
  overflow: hidden;
  position: relative;
}

.sg-breakpoints ul {
  margin: 0;
  padding: 0;
}

.sg-breakpoints li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sg-breakpoints .breakpoints > li {
  position: absolute;
  border-left: solid 3px #a9a9a9;
  height: 100%;
}

.sg-breakpoints .breakpoints > li > .label {
  display: block;
  background: #595959;
  padding: 3px;
  color: white;
}

.sg-breakpoints .breakpoints > li:hover {
  border-left-color: rgba(89, 89, 89, 0.3);
}

.sg-breakpoints .breakpoints > li:hover > .label {
  opacity: 0;
}

.sg-breakpoints .device_widths {
  padding-top: 20px;
}

.sg-breakpoints .device_widths > li {
  border-bottom: solid 3px #f7f7f7;
  text-align: right;
  margin-bottom: 15px;
  padding-right: 15px;
  border-right: solid 3px #f7f7f7;
}

.sg-font-sizes thead {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid black;
}

.sg-font-sizes th,
.sg-font-sizes td {
  text-align: left;
  white-space: nowrap;
  line-height: 1.5em;
}

.sg-font-sizes th:first-child,
.sg-font-sizes td:first-child {
  padding-right: 12px;
}

.demo__block {
  height: 200px;
  background-color: rgba(234, 232, 232, 0.5);
}

.icons-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 25px;
}

.icons-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.icons__item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0.3em;
  margin: 0 0.5em 0.5em 0;
  border: 1px solid #eae8e8;
  border-radius: 8px;
  line-height: 2em;
  overflow: hidden;
}

.icons__item:last-child {
  margin-bottom: 0.5em;
}

.icons__item i {
  display: inline-block;
  width: 32px;
  text-align: center;
}

.demo .g .gi {
  text-align: center;
  outline: dotted 1px #cccccc;
}

/*# sourceMappingURL=style.css.map */
