/**
* style.less imports all required less partials
*/
/**
* Bootstrap
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-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"] {
  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;
  -moz-box-sizing: content-box;
  -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;
    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;
  }
  select {
    background: #fff !important;
  }
  .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('assets/icons/flat-ui-icons-regular.eot');
  src: url('assets/icons/flat-ui-icons-regular.eot?#iefix') format('embedded-opentype'), url('assets/icons/flat-ui-icons-regular.woff') format('woff'), url('assets/icons/flat-ui-icons-regular.ttf') format('truetype'), url('assets/icons/flat-ui-icons-regular.svg#flat-ui-icons-regular') 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: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.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";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.72222;
  color: #595959;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0088DD;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #c9c9c9;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.72222;
  background-color: #fff;
  border: 1px solid #bdc3c7;
  border-radius: 6px;
  -o-transition: all 0.2s ease-in-out;
  -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: 29px;
  margin-bottom: 29px;
  border: 0;
  border-top: 1px solid #8e7bb1;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 800;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e9e6f0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 29px;
  margin-bottom: 14.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 37px;
}
h2,
.h2 {
  font-size: 31px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 21px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 19px;
}
p {
  margin: 0 0 14.5px;
}
.lead {
  margin-bottom: 29px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}
small,
.small {
  font-size: 88%;
}
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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #bdc3c7;
}
.text-primary {
  color: #4B2E83;
}
a.text-primary:hover {
  color: #35215d;
}
a.text-primary:hover {
  color: #3c2569;
}
.text-success {
  color: #2ecc71;
}
a.text-success:hover {
  color: #25a25a;
}
a.text-success:hover {
  color: #25a35a;
}
.text-info {
  color: #3498db;
}
a.text-info:hover {
  color: #217dbb;
}
a.text-info:hover {
  color: #2a7aaf;
}
.text-warning {
  color: #f1c40f;
}
a.text-warning:hover {
  color: #c29d0b;
}
a.text-warning:hover {
  color: #c19d0c;
}
.text-danger {
  color: #e74c3c;
}
a.text-danger:hover {
  color: #d62c1a;
}
a.text-danger:hover {
  color: #b93d30;
}
.bg-primary {
  color: #fff;
  background-color: #4B2E83;
}
a.bg-primary:hover {
  background-color: #35215d;
}
a.bg-primary:hover {
  background-color: #35215d;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 13.5px;
  margin: 58px 0 29px;
  border-bottom: 1px solid #e9e6f0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 14.5px;
}
ul ul,
ol ul,
ul ol,
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: 29px;
}
dt,
dd {
  line-height: 1.72222;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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 #bdc3c7;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 14.5px 29px;
  margin: 0 0 29px;
  font-size: 21.25px;
  border-left: 5px solid #e9e6f0;
}
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.72222;
  color: inherit;
}
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 #e9e6f0;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 29px;
  font-style: normal;
  line-height: 1.72222;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, 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: white;
  background-color: #4B2E83;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 14px;
  margin: 0 0 14.5px;
  font-size: 16px;
  line-height: 1.72222;
  word-break: break-all;
  word-wrap: break-word;
  color: inherit;
  background-color: white;
  border: 1px solid #e9e6f0;
  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;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.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;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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, .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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #bdc3c7;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 29px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.72222;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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-child(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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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: 21.75px;
    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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 29px;
  font-size: 25.5px;
  line-height: inherit;
  color: inherit;
  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;
  -moz-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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 17px;
  line-height: 1.72222;
  color: #c9c9c9;
}
.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.72222;
  color: #c9c9c9;
  background-color: white;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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);
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group.focus .form-control,
.form-control:focus {
  border-color: #4B2E83;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control:-moz-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control.placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #fafafa;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 41px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 35px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 45px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 29px;
  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 {
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 35px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 35px;
  line-height: 35px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 35px;
  line-height: 35px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 51.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.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: #2ecc71;
}
.has-success .form-control {
  border-color: #2ecc71;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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: #25a25a;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ee2a8;
}
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #2ecc71;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #2ecc71;
}
.has-success .form-control {
  color: #2ecc71;
  border-color: #2ecc71;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control::-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}
.has-success .form-control:-ms-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control:-moz-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}
.has-success .form-control:-ms-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control.placeholder {
  color: #2ecc71;
}
.has-success .form-control:focus {
  border-color: #2ecc71;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #dff0d8;
}
.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: #f1c40f;
}
.has-warning .form-control {
  border-color: #f1c40f;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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: #c29d0b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7dc6f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7dc6f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7dc6f;
}
.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #f1c40f;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #f1c40f;
}
.has-warning .form-control {
  color: #f1c40f;
  border-color: #f1c40f;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control::-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control:-moz-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control.placeholder {
  color: #f1c40f;
}
.has-warning .form-control:focus {
  border-color: #f1c40f;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: #fcf8e3;
}
.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: #e74c3c;
}
.has-error .form-control {
  border-color: #e74c3c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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: #d62c1a;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f29f97;
}
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #e74c3c;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #e74c3c;
}
.has-error .form-control {
  color: #e74c3c;
  border-color: #e74c3c;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control::-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}
.has-error .form-control:-ms-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control:-moz-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}
.has-error .form-control:-ms-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control.placeholder {
  color: #e74c3c;
}
.has-error .form-control:focus {
  border-color: #e74c3c;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #f2dede;
}
.has-feedback label ~ .form-control-feedback {
  top: 34px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #999999;
}
@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: 36px;
}
.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;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.72222;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: white;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: white;
  background-color: #bdc3c7;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: white;
  background-color: #a1aab0;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #bdc3c7;
  border-color: #ccc;
}
.btn-default .badge {
  color: #bdc3c7;
  background-color: white;
}
.btn-primary {
  color: #fff;
  background-color: #4B2E83;
  border-color: #402770;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #35215d;
  border-color: #261743;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #4B2E83;
  border-color: #402770;
}
.btn-primary .badge {
  color: #4B2E83;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #2ecc71;
  border-color: #29b765;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #25a25a;
  border-color: #1e854a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #2ecc71;
  border-color: #29b765;
}
.btn-success .badge {
  color: #2ecc71;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #3498db;
  border-color: #258cd1;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #217dbb;
  border-color: #1c699d;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #3498db;
  border-color: #258cd1;
}
.btn-info .badge {
  color: #3498db;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f1c40f;
  border-color: #dab10d;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c29d0b;
  border-color: #a08209;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f1c40f;
  border-color: #dab10d;
}
.btn-warning .badge {
  color: #f1c40f;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d62c1a;
  border-color: #b62516;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-danger .badge {
  color: #e74c3c;
  background-color: #fff;
}
.btn-link {
  color: #0088DD;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -moz-box-shadow: none;
  -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: #c9c9c9;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #bdc3c7;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 15px;
  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;
  -o-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
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 solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: 17px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -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: 13.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.72222;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  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: #4B2E83;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bdc3c7;
}
.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: 15px;
  line-height: 1.72222;
  color: #bdc3c7;
  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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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 .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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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 {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -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 {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  line-height: 35px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  line-height: 35px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 17px;
  font-weight: normal;
  line-height: 1;
  color: #c9c9c9;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 22px;
  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 {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #bdc3c7;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #bdc3c7;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0088DD;
}
.nav .nav-divider {
  height: 1px;
  margin: 13.5px 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.72222;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #c9c9c9;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: #4B2E83;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.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: 29px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 6px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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: 10.5px 15px;
  font-size: 22px;
  line-height: 29px;
  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;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  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: 5.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    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: 29px;
  }
  .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: 10.5px;
    padding-bottom: 10.5px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -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: 4.5px;
  margin-bottom: 4.5px;
  padding-top: 6px;
  padding-bottom: 6px;
}
@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;
    -moz-box-shadow: none;
    -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 {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
.navbar-text {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@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: #ececf4;
  border-color: #d7d7e8;
}
.navbar-default .navbar-brand {
  color: #4B2E83;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #4B2E83;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #4B2E83;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #4B2E83;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #4B2E83;
  background-color: transparent;
}
.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: #d7d7e8;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #4B2E83;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #4B2E83;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #4B2E83;
    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: #4B2E83;
    background-color: transparent;
  }
  .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: #4B2E83;
}
.navbar-default .navbar-link:hover {
  color: #4B2E83;
}
.navbar-default .btn-link {
  color: #4B2E83;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #4B2E83;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #4B2E83;
  border-color: #35215d;
}
.navbar-inverse .navbar-brand {
  color: white;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #4B2E83;
  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: #4B2E83;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #4B2E83;
}
.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: #3c2569;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #4B2E83;
  color: white;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #35215d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #35215d;
  }
  .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: #4B2E83;
    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: white;
    background-color: #4B2E83;
  }
  .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: #4B2E83;
}
.navbar-inverse .btn-link {
  color: white;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #4B2E83;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 29px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #bdc3c7;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 29px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.72222;
  text-decoration: none;
  color: #dbd5e6;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #c9c9c9;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #4B2E83;
  border-color: #4B2E83;
  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: #bdc3c7;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 22px;
}
.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: 15px;
}
.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: 29px 0;
  list-style: none;
  text-align: center;
}
.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: #eeeeee;
}
.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: #bdc3c7;
  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;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #bdc3c7;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #a1aab0;
}
.label-primary {
  background-color: #4B2E83;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #35215d;
}
.label-success {
  background-color: #2ecc71;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #25a25a;
}
.label-info {
  background-color: #3498db;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #217dbb;
}
.label-warning {
  background-color: #f1c40f;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c29d0b;
}
.label-danger {
  background-color: #e74c3c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d62c1a;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #bdc3c7;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0088DD;
  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;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 76.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 29px;
  line-height: 1.72222;
  background-color: #fff;
  border: 1px solid #bdc3c7;
  border-radius: 6px;
  -o-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0088DD;
}
.thumbnail .caption {
  padding: 9px;
  color: #595959;
}
.alert {
  padding: 15px;
  margin-bottom: 29px;
  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: #2ecc71;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #25a25a;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3498db;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #217dbb;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #f1c40f;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #c29d0b;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #e74c3c;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #d62c1a;
}
@-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: 29px;
  margin-bottom: 29px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -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: 15px;
  line-height: 29px;
  color: #fff;
  text-align: center;
  background-color: #4B2E83;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -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);
  -o-transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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 {
  -o-animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #2ecc71;
}
.progress-striped .progress-bar-success {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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: #3498db;
}
.progress-striped .progress-bar-info {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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: #f1c40f;
}
.progress-striped .progress-bar-warning {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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: #e74c3c;
}
.progress-striped .progress-bar-danger {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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-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 {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #bdc3c7;
  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: #bdc3c7;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #4B2E83;
  border-color: #4B2E83;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #b5a0dd;
}
.list-group-item-success {
  color: #2ecc71;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #2ecc71;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #2ecc71;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.list-group-item-info {
  color: #3498db;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #3498db;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #3498db;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.list-group-item-warning {
  color: #f1c40f;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #f1c40f;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #f1c40f;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.list-group-item-danger {
  color: #e74c3c;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #e74c3c;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #e74c3c;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 29px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -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-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: 20px;
  color: inherit;
}
.panel-title > 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-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-responsive:first-child > .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 > 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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th: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-responsive:last-child > .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 > 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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th: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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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: 29px;
}
.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: #333333;
  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: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #4B2E83;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #4B2E83;
  border-color: #4B2E83;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #4B2E83;
}
.panel-primary > .panel-heading .badge {
  color: #4B2E83;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #4B2E83;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #2ecc71;
  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: #2ecc71;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3498db;
  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: #3498db;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #f1c40f;
  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: #f1c40f;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #e74c3c;
  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: #e74c3c;
}
.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.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -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: 25.5px;
  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: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -o-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-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;
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -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: absolute;
  top: 0;
  right: 0;
  left: 0;
  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;
  min-height: 16.72222px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.72222;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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 {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -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;
  visibility: visible;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  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;
  text-decoration: none;
  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: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.72222;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.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: 17px;
  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;
  -o-transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    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);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.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%;
  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;
  margin-top: -10px;
  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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
tr.visible-xs,
tr.visible-sm,
tr.visible-md,
tr.visible-lg,
th.visible-xs,
th.visible-sm,
th.visible-md,
th.visible-lg,
td.visible-xs,
td.visible-sm,
td.visible-md,
td.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;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !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;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !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;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !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;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !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 {
    display: none !important;
  }
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !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;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
body {
  position: relative;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
.navbar.container {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.modal {
  z-index: 1620;
}
.modal-dialog {
  z-index: 1630;
}
.modal-backdrop {
  z-index: 1610;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
}
.block:first-child h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 22px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
form#search-block-form {
  margin: 0;
}
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}
.navbar-search .control-group {
  margin-bottom: 0px;
}
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #e74c3c;
  border-color: #ebccd1;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-actions {
  clear: both;
}
.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #bdc3c7;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #e74c3c;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #e74c3c;
}
.control-group.error {
  background: none;
}
.control-group.error label,
.control-group.error .control-label {
  color: #e74c3c;
  font-weight: 600;
}
.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
  color: #c9c9c9;
  border: 1px solid #ccc;
}
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #595959;
}
.list-inline > li.first {
  padding-left: 0;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.password-strength {
  width: 17em;
  float: right;
  /* LTR */
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right;
  /* LTR */
  font-weight: bold;
}
.password-indicator {
  background-color: #949494;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #999;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;
  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  width: 36.3em;
}
.progress-wrapper .progress {
  margin-bottom: 10px;
}
.pagination ul > li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #bdc3c7;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #4B2E83;
}
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}
.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -0.25em 0 0.5em;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #bdc3c7;
  font-size: 15px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
.alert a {
  font-weight: bold;
}
.alert-success a {
  color: #25a25a;
}
.alert-info a {
  color: #217dbb;
}
.alert-warning a {
  color: #c29d0b;
}
.alert-danger a {
  color: #d62c1a;
}
#block-views-boundless-front-slider-block-1 .flexslider .flex-direction-nav a {
  background: none;
}
/**
* UW Marketing & Communications partials
*/
@font-face {
  font-family: 'Encode Sans Compressed';
  src: url('assets/fonts/encodesanscondensed-400-regular-webfont.eot');
  src: url('assets/fonts/encodesanscondensed-400-regular-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/encodesanscondensed-400-regular-webfont.woff') format('woff'), url('assets/fonts/encodesanscondensed-400-regular-webfont.ttf') format('truetype'), url('assets/fonts/encodesanscondensed-400-regular-webfont.svg#encodesanscondensed-400-regular-webfont') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Encode Sans Compressed';
  src: url('assets/fonts/encodesanscondensed-500-medium-webfont.eot');
  src: url('assets/fonts/encodesanscondensed-500-medium-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/encodesanscondensed-500-medium-webfont.woff') format('woff'), url('assets/fonts/encodesanscondensed-500-medium-webfont.ttf') format('truetype'), url('assets/fonts/encodesanscondensed-500-medium-webfont.svg#encodesanscondensed-500-medium-webfont') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Encode Sans Compressed';
  src: url('assets/fonts/encodesanscompressed-600-semibold-webfont.eot');
  src: url('assets/fonts/encodesanscompressed-600-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/encodesanscompressed-600-semibold-webfont.woff') format('woff'), url('assets/fonts/encodesanscompressed-600-semibold-webfont.ttf') format('truetype'), url('assets/fonts/encodesanscompressed-600-semibold-webfont.svg#encodesanscompressed-600-semibold-webfont') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Encode Sans Compressed';
  src: url('assets/fonts/encodesanscompressed-700-bold-webfont.eot');
  src: url('assets/fonts/encodesanscompressed-700-bold-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/encodesanscompressed-700-bold-webfont.woff') format('woff'), url('assets/fonts/encodesanscompressed-700-bold-webfont.ttf') format('truetype'), url('assets/fonts/encodesanscompressed-700-bold-webfont.svg#encodesanscompressed-700-bold-webfont') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Encode Sans Compressed';
  src: url('assets/fonts/encodesanscompressed-800-extrabold-webfont.eot');
  src: url('assets/fonts/encodesanscompressed-800-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/encodesanscompressed-800-extrabold-webfont.woff') format('woff'), url('assets/fonts/encodesanscompressed-800-extrabold-webfont.ttf') format('truetype'), url('assets/fonts/encodesanscompressed-800-extrabold-webfont.svg#encodesanscompressed-800-extrabold-webfont') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Encode Sans Compressed';
  src: url('assets/fonts/encodesanscompressed-900-black-webfont.eot');
  src: url('assets/fonts/encodesanscompressed-900-black-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/encodesanscompressed-900-black-webfont.woff') format('woff'), url('assets/fonts/encodesanscompressed-900-black-webfont.ttf') format('truetype'), url('assets/fonts/encodesanscompressed-900-black-webfont.svg#encodesanscompressed-900-black-webfont') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Flat-UI-Icons";
  src: url('assets/icons/flat-ui-icons-regular.eot');
  src: url('assets/icons/flat-ui-icons-regular.eot?#iefix') format('embedded-opentype'), url('assets/icons/flat-ui-icons-regular.woff') format('woff'), url('assets/icons/flat-ui-icons-regular.ttf') format('truetype'), url('assets/icons/flat-ui-icons-regular.svg#flat-ui-icons-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Flat-UI-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="fui-"] {
*/
.fui-arrow-right,
.fui-arrow-left,
.fui-cmd,
.fui-check-inverted,
.fui-heart,
.fui-location,
.fui-plus,
.fui-check,
.fui-cross,
.fui-list,
.fui-new,
.fui-video,
.fui-photo,
.fui-volume,
.fui-time,
.fui-eye,
.fui-chat,
.fui-search,
.fui-user,
.fui-mail,
.fui-lock,
.fui-gear,
.fui-radio-unchecked,
.fui-radio-checked,
.fui-checkbox-unchecked,
.fui-checkbox-checked,
.fui-calendar-solid,
.fui-pause,
.fui-play,
.fui-check-inverted-2 {
  display: inline-block;
  font-family: 'Flat-UI-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fui-arrow-right:before {
  content: "\e02c";
}
.fui-arrow-left:before {
  content: "\e02d";
}
.fui-cmd:before {
  content: "\e02f";
}
.fui-check-inverted:before {
  content: "\e006";
}
.fui-heart:before {
  content: "\e007";
}
.fui-location:before {
  content: "\e008";
}
.fui-plus:before {
  content: "\e009";
}
.fui-check:before {
  content: "\e00a";
}
.fui-cross:before {
  content: "\e00b";
}
.fui-list:before {
  content: "\e00c";
}
.fui-new:before {
  content: "\e00d";
}
.fui-video:before {
  content: "\e00e";
}
.fui-photo:before {
  content: "\e00f";
}
.fui-volume:before {
  content: "\e010";
}
.fui-time:before {
  content: "\e011";
}
.fui-eye:before {
  content: "\e012";
}
.fui-chat:before {
  content: "\e013";
}
.fui-search:before {
  content: "\e01c";
}
.fui-user:before {
  content: "\e01d";
}
.fui-mail:before {
  content: "\e01e";
}
.fui-lock:before {
  content: "\e01f";
}
.fui-gear:before {
  content: "\e024";
}
.fui-radio-unchecked:before {
  content: "\e02b";
}
.fui-radio-checked:before {
  content: "\e032";
}
.fui-checkbox-unchecked:before {
  content: "\e033";
}
.fui-checkbox-checked:before {
  content: "\e034";
}
.fui-calendar-solid:before {
  content: "\e022";
}
.fui-pause:before {
  content: "\e03b";
}
.fui-play:before {
  content: "\e03c";
}
.fui-check-inverted-2:before {
  content: "\e000";
}
.dropdown-arrow-inverse {
  border-bottom-color: #4B2E83 !important;
  border-top-color: #4B2E83 !important;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.72222;
  color: #595959;
  background-color: #fff;
}
a {
  color: #0088DD;
  text-decoration: none;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a:hover,
a:focus {
  color: #c9c9c9;
  text-decoration: none;
}
a:focus {
  outline: none;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.72222;
  background-color: #fff;
  border: 2px solid #bdc3c7;
  border-radius: 6px;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-comment {
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
  margin: 24px 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 800;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #e9e6f0;
}
h1,
h2,
h3 {
  margin-top: 29px;
  margin-bottom: 14.5px;
}
h4,
h5,
h6 {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
h6 {
  font-weight: normal;
}
h1,
.h1 {
  font-size: 37px;
}
h2,
.h2 {
  font-size: 31px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 21px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 19px;
}
p {
  font-size: 17px;
  line-height: 1.72222;
  margin: 0 0 14.5px;
  font-weight: normal;
  color: #3D3D3D;
  -webkit-font-smoothing: antialiased;
}
.lead {
  margin-bottom: 29px;
  font-size: 26px;
  line-height: 1.46428571;
  font-weight: 300;
}
@media (min-width: 768px) {
  .lead {
    font-size: 28.339px;
  }
}
small,
.small {
  font-size: 83%;
  line-height: 2.067;
}
.text-muted {
  color: #bdc3c7;
}
.text-inverse {
  color: white;
}
.text-primary {
  color: #4B2E83;
}
a.text-primary:hover {
  color: #35215d;
}
a.text-primary:hover {
  color: #3c2569;
}
.text-warning {
  color: #f1c40f;
}
a.text-warning:hover {
  color: #c29d0b;
}
a.text-warning:hover {
  color: #c19d0c;
}
.text-danger {
  color: #e74c3c;
}
a.text-danger:hover {
  color: #d62c1a;
}
a.text-danger:hover {
  color: #b93d30;
}
.text-success {
  color: #2ecc71;
}
a.text-success:hover {
  color: #25a25a;
}
a.text-success:hover {
  color: #25a35a;
}
.text-info {
  color: #3498db;
}
a.text-info:hover {
  color: #217dbb;
}
a.text-info:hover {
  color: #2a7aaf;
}
.bg-primary {
  color: white;
  background-color: #4B2E83;
}
a.bg-primary:hover {
  background-color: #35215d;
}
a.bg-primary:hover {
  background-color: #35215d;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 13.5px;
  margin: 58px 0 29px;
  border-bottom: 1px solid #e9e6f0;
}
ul,
ol {
  margin-bottom: 14.5px;
}
dl {
  margin-bottom: 29px;
}
dt,
dd {
  line-height: 1.72222;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    width: 160px;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #bdc3c7;
}
blockquote {
  border-left: 3px solid #e9e6f0;
  padding: 0 0 0 16px;
  margin: 0 0 29px;
}
blockquote p {
  font-size: 19px;
  line-height: 1.55;
  font-weight: normal;
  margin-bottom: .4em;
}
blockquote small,
blockquote .small {
  font-size: 17px;
  line-height: 1.72222;
  font-style: italic;
  color: inherit;
}
blockquote small:before,
blockquote .small:before {
  content: "";
}
blockquote.pull-right {
  padding-right: 16px;
  padding-left: 0;
  border-right: 3px solid #e9e6f0;
  border-left: 0;
}
blockquote.pull-right small:after {
  content: "";
}
address {
  margin-bottom: 29px;
  line-height: 1.72222;
}
/* Styles necessary for quicklinks */
#uw-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 0;
  background-color: white;
  overflow-x: hidden;
}
#uw-container #quicklinks {
  position: absolute;
  background-color: #4d4d4d;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 300px;
  padding: 10px 0 0 90px;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #4d4d4d;
  background: #2e2e2e;
  background: -moz-linear-gradient(left, #2e2e2e 0%, #4d4d4d 4%, #4d4d4d 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #2e2e2e), color-stop(4%, #4d4d4d), color-stop(100%, #4d4d4d));
  background: -webkit-linear-gradient(left, #2e2e2e 0%, #4d4d4d 4%, #4d4d4d 100%);
  background: -o-linear-gradient(left, #2e2e2e 0%, #4d4d4d 4%, #4d4d4d 100%);
  background: -ms-linear-gradient(left, #2e2e2e 0%, #4d4d4d 4%, #4d4d4d 100%);
  background: linear-gradient(to right, #2e2e2e 0%, #4d4d4d 4%, #4d4d4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#4d4d4d', GradientType=1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: matrix(1, 0, 0, 1, 190, 0);
  -moz-transform: matrix(1, 0, 0, 1, 190, 0);
  -ms-transform: matrix(1, 0, 0, 1, 190, 0);
  -o-transform: matrix(1, 0, 0, 1, 190, 0);
  transform: matrix(1, 0, 0, 1, 190, 0);
}
#uw-container #quicklinks ul {
  padding: 0;
}
#uw-container #quicklinks ul#big-links {
  list-style: none;
  margin-top: 10px;
}
#uw-container #quicklinks ul#big-links li {
  display: block;
  width: 100%;
  padding: 14px 0 0 0;
}
#uw-container #quicklinks ul#big-links li a {
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 19px;
  margin-left: 15px;
}
#uw-container #quicklinks ul#big-links li a:hover,
#uw-container #quicklinks ul#big-links li a:focus {
  color: #ffd800;
  text-decoration: underline;
}
#uw-container #quicklinks ul#big-links li span {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url(assets/svg/uw-sprite.svg) no-repeat 0 0;
}
#uw-container #quicklinks ul#big-links li span.icon-maps {
  background-position: 6px -303px;
}
#uw-container #quicklinks ul#big-links li span.icon-directories {
  background-position: -84px -303px;
}
#uw-container #quicklinks ul#big-links li span.icon-calendar {
  background-position: -39px -303px;
}
#uw-container #quicklinks ul#big-links li span.icon-libraries {
  background-position: -129px -303px;
}
#uw-container #quicklinks ul#big-links li span.icon-medicine {
  background-position: -264px -303px;
}
#uw-container #quicklinks ul#big-links li span.icon-myuw {
  background-position: -174px -303px;
}
#uw-container #quicklinks ul#big-links li span.icon-uwtoday {
  background-position: -219px -303px;
}
#uw-container #quicklinks h3 {
  font-size: 19px;
  color: white;
  margin: 40px 0 30px 0;
  position: relative;
}
#uw-container #quicklinks h3:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: -19px;
}
#uw-container #quicklinks ul#little-links {
  margin-left: 10px;
}
#uw-container #quicklinks ul#little-links li {
  list-style: none;
  position: relative;
}
#uw-container #quicklinks ul#little-links li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background-color: #ffd800;
  position: absolute;
  left: -15px;
  top: 13px;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
}
#uw-container #quicklinks ul#little-links li:nth-child(1):before {
  background-color: #8a00ff;
}
#uw-container #quicklinks ul#little-links li:nth-child(2):before {
  background-color: #8a00ff;
}
#uw-container #quicklinks ul#little-links li:nth-child(3):before {
  background-color: #e49243;
}
#uw-container #quicklinks ul#little-links li:nth-child(4):before {
  background-color: #9bc343;
}
#uw-container #quicklinks ul#little-links li:nth-child(5):before {
  background-color: #9bc343;
}
#uw-container #quicklinks ul#little-links li:nth-child(6):before {
  background: url(assets/svg/uw-sprite.svg) no-repeat 0px -159px;
  height: 20px;
  width: 20px;
  top: 5px;
  left: -28px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-size: 700px;
}
#uw-container #quicklinks ul#little-links li:nth-child(7):before {
  background: url(assets/svg/uw-sprite.svg) no-repeat -37px -157px;
  height: 20px;
  width: 20px;
  top: 5px;
  left: -28px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-size: 690px;
}
#uw-container #quicklinks ul#little-links li:nth-child(6) {
  margin-top: 30px;
}
#uw-container #quicklinks ul#little-links li:nth-child(6):after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: -15px;
  left: -26px;
}
#uw-container #quicklinks ul#little-links li:nth-child(7),
#uw-container #quicklinks ul#little-links li:nth-child(6) {
  margin-left: 15px;
  padding-left: 3px;
}
#uw-container #quicklinks ul#little-links li a {
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 19px;
}
#uw-container #quicklinks ul#little-links li a:hover,
#uw-container #quicklinks ul#little-links li a:focus {
  color: #ffd800;
  text-decoration: underline;
}
#uw-container #quicklinks a {
  color: white;
}
#uw-container #quicklinks.open {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#uw-container div#uw-container-inner {
  position: relative;
  background-color: white;
  box-shadow: 10px 0px 11px -6px #1f1f1f;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#uw-container.open div#uw-container-inner {
  -webkit-transform: matrix(1, 0, 0, 1, -270, 0);
  -moz-transform: matrix(1, 0, 0, 1, -270, 0);
  -ms-transform: matrix(1, 0, 0, 1, -270, 0);
  -o-transform: matrix(1, 0, 0, 1, -270, 0);
  transform: matrix(1, 0, 0, 1, -270, 0);
}
@media only screen and (max-width: 767px) {
  #uw-container #quicklinks {
    padding: 0 0 0 70px;
  }
}
.uw-thinstrip {
  height: 90px;
  width: 100%;
  background: #4B2E83;
  padding-top: 22px;
  position: relative;
  z-index: 2;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.uw-thinstrip .container {
  position: relative;
}
.uw-thinstrip .uw-patch {
  display: block;
  text-indent: -9999px;
  width: 163px;
  height: 90px;
  background: url(assets/svg/uw-sprite.svg) no-repeat 0 0 transparent;
  position: absolute;
  top: -22px;
  left: 0;
  z-index: 1;
}
.uw-thinstrip .uw-patch:focus,
.uw-thinstrip .uw-patch:hover {
  background: url(assets/svg/uw-sprite-focus.svg) no-repeat 0 0 transparent;
}
.uw-thinstrip .uw-patch:before {
  content: url(assets/svg/uw-sprite-focus.svg);
  display: none;
}
.uw-thinstrip .uw-wordmark {
  display: block;
  position: absolute;
  top: 12px;
  left: 150px;
  text-indent: -9999px;
  width: 330px;
  height: 24px;
  background: url(assets/svg/uw-coe-sprite.svg) no-repeat 0 -398px transparent;
}
.uw-thinstrip div.align-right {
  float: right;
}
.uw-thinstrip nav {
  display: inline-block;
  vertical-align: top;
}
.uw-thinstrip ul.uw-thin-links {
  margin: 0;
  position: relative;
  z-index: 1;
  font-weight: 700;
  padding: 0;
}
.uw-thinstrip ul.uw-thin-links li {
  float: left;
  list-style: none;
}
.uw-thinstrip ul.uw-thin-links li:last-child a:after {
  display: none;
}
.uw-thinstrip ul.uw-thin-links li a,
.uw-thinstrip ul.uw-thin-links li button {
  font-family: "Encode Sans Compressed", sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  float: right;
  padding: 8px 25px 10px 0;
  letter-spacing: .01em;
}
.uw-thinstrip ul.uw-thin-links li a:after,
.uw-thinstrip ul.uw-thin-links li button:after {
  position: absolute;
  right: 6px;
  height: 32px;
  width: 12px;
  top: 7px;
  content: "";
  background: url(assets/svg/uw-sprite.svg) no-repeat -696px 0;
}
.uw-thinstrip ul.uw-thin-links li a:hover,
.uw-thinstrip ul.uw-thin-links li button:hover,
.uw-thinstrip ul.uw-thin-links li a:focus,
.uw-thinstrip ul.uw-thin-links li button:focus {
  color: #b7a57a;
  text-decoration: underline;
}
.uw-thinstrip button {
  border: none;
  display: inline-block;
  vertical-align: top;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.uw-thinstrip button.uw-search {
  text-indent: -99999px;
  padding-right: 78px;
  border: 2px solid white;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 45px;
  padding: 0;
  height: 45px;
  margin: 0 15px;
  overflow: hidden;
}
.uw-thinstrip button.uw-search:hover,
.uw-thinstrip button.uw-search:focus {
  border: 2px solid #b7a57a;
  background-color: #402770;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.uw-thinstrip button.uw-search:after {
  display: none;
}
.uw-thinstrip button.uw-search svg {
  position: absolute;
  top: 12px;
  left: 11px;
}
.uw-thinstrip button.uw-quicklinks {
  height: 45px;
  padding-left: 38px;
  margin-left: -15px;
  margin-right: 0;
  padding-right: 54px;
  color: #404040;
  background: url(assets/svg/uw-sprite.svg) no-repeat -451px -235px;
  overflow: hidden;
}
.uw-thinstrip button.uw-quicklinks div {
  position: absolute;
  top: -22px;
  right: 0px;
  width: 160px;
  height: 68px;
  margin: 0px;
}
.uw-thinstrip button.uw-quicklinks:hover,
.uw-thinstrip button.uw-quicklinks:focus {
  color: #FFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.54);
  text-decoration: underline;
  outline: none;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.uw-thinstrip button.uw-quicklinks:hover svg,
.uw-thinstrip button.uw-quicklinks:focus svg {
  right: 15px;
}
.uw-thinstrip button.uw-quicklinks:after {
  display: none;
}
.uw-thinstrip button.uw-quicklinks svg {
  position: absolute;
  right: 11px;
  top: 16px;
  -o-transition: right 0.2s ease;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
.search-open .uw-thinstrip button.uw-search svg {
  top: -20px;
  left: 10px;
}
.open .uw-thinstrip ul.uw-thin-links li.uw-quicklinks button:hover svg,
.open .uw-thinstrip ul.uw-thin-links li.uw-quicklinks button:focus svg {
  right: 11px;
}
.open .uw-thinstrip ul.uw-thin-links li.uw-quicklinks button svg {
  top: -37px;
}
#uw-container.open .uw-quicklinks a {
  color: black;
}
#uw-container.open .uw-quicklinks a:after {
  top: 11px;
  right: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  #uw-container.open .uw-quicklinks button {
    color: black;
    background-position: -492px -317px;
  }
  #uw-container.open .uw-quicklinks button:after {
    background-position: -294px -52px;
    background-size: 880px;
  }
  .uw-thinstrip {
    padding: 0;
    height: 45px;
  }
  .uw-thinstrip .container {
    position: static;
  }
  .uw-thinstrip .uw-patch {
    width: 73px;
    height: 45px;
    top: 0;
    left: 0;
    background-size: 470px;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .uw-thinstrip .uw-patch:hover,
  .uw-thinstrip .uw-patch:focus {
    background-size: 470px;
  }
  .uw-thinstrip .uw-wordmark {
    width: 155px;
    height: 34px;
    background: url(assets/svg/uw-sprite.svg) no-repeat 0 -185px transparent;
    margin: 0;
    float: none;
    position: absolute;
    left: 78px;
    top: 4px;
    background-size: 397px;
  }
  .uw-thinstrip button.uw-quicklinks {
    background-position: -484px -247px;
    background-size: 900px;
    text-indent: -99999px;
    overflow: hidden;
    padding: 20px 9px 0 0;
    width: 50px;
    top: 0;
    right: 0;
    position: absolute;
  }
  .uw-thinstrip button.uw-quicklinks:after {
    background-position: -253px 4px;
    background-size: 780px;
    top: 11px;
    right: 9px;
  }
  .uw-thinstrip button.uw-search {
    top: 0;
    right: 36px;
    height: 47px;
    width: 47px;
    margin-right: 10px;
    border: none;
    overflow: hidden;
    position: absolute;
  }
  .uw-thinstrip button.uw-search:hover {
    background-color: transparent;
    border: none;
  }
  .uw-thinstrip button.uw-search svg {
    top: 14px;
    left: 14px;
  }
  .search-open .uw-thinstrip button.uw-search svg {
    top: -17px;
    left: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .uw-thinstrip ul.uw-thin-links li {
    display: none;
  }
  .uw-thinstrip ul.uw-thin-links li.uw-search,
  .uw-thinstrip ul.uw-thin-links li.uw-quicklinks {
    display: block;
  }
  .uw-thinstrip ul.uw-thin-links li.uw-quicklinks button:before {
    background: none;
  }
  .uw-thinstrip ul.uw-thin-links li.uw-quicklinks div {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .uw-thinstrip {
    height: 140px;
  }
  .uw-thinstrip .uw-wordmark {
    z-index: 2;
  }
  .uw-thinstrip div.align-right {
    position: relative;
  }
  .uw-thinstrip div.align-right #search-quicklinks {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .uw-thinstrip ul.uw-thin-links:before {
    position: absolute;
    top: 0;
    height: 50px;
    width: 100%;
    content: "";
    background-color: #4B2E83;
  }
  .uw-thinstrip ul.uw-thin-links li a,
  .uw-thinstrip ul.uw-thin-links li button {
    font-size: 16px;
    padding: 10px 25px 10px 0;
    color: white;
  }
  .uw-thinstrip li {
    margin-top: 68px;
  }
  .uw-thinstrip li.uw-quicklinks {
    position: absolute;
    right: 0;
    top: -69px;
    margin: 0;
  }
  .uw-thinstrip ul.uw-thin-links li.uw-search {
    position: absolute;
    right: 145px;
    top: -69px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .uw-thinstrip ul.uw-thin-links li a,
  .uw-thinstrip ul.uw-thin-links li button {
    font-size: 16px;
    padding: 10px 25px 10px 0;
  }
  .uw-thinstrip .uw-wordmark {
    left: 100px;
    -o-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}
.assistive-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  z-index: -1;
}
#dawgdrops {
  -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  background-color: white;
  position: relative;
  z-index: 5;
  display: block;
}
#dawgdrops li {
  list-style: none;
  display: inline-block;
}
#dawgdrops li li {
  width: 80%;
  margin: 0 10%;
}
#dawgdrops ul {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  list-style: none;
}
.dawgdrops-inner {
  padding: 20px 0 5px 0;
}
.menu-block {
  float: left;
  width: 230px;
}
.dawgdrops-item.dawgdrops-item a {
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 800;
  font-size: 19px;
  padding: 5px 10px 21px 15px;
}
.dawgdrops-item.dawgdrops-item a:focus,
.dawgdrops-item.dawgdrops-item a:hover {
  color: #b7a57a;
}
.dawgdrops-item.dawgdrops-item li a {
  font-family: "Encode Sans Compressed", sans-serif;
  text-transform: none;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-top: 4px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 28px;
}
.dawgdrops-item.dawgdrops-item li a:hover,
.dawgdrops-item.dawgdrops-item li a:focus {
  color: #4B2E83;
  background-color: #E7E7E7;
}
.dawgdrops-item a {
  color: #4B2E83;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  text-transform: uppercase;
  padding: 24px 10px 19px 15px;
  display: block;
  position: relative;
}
.dawgdrops-item a.dropdown-toggle {
  padding-right: 30px;
}
.dawgdrops-item a.dropdown-toggle:hover:before {
  background: url(assets/svg/uw-sprite.svg) no-repeat -203px -490px;
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 25px;
  width: 18px;
  right: 4px;
  top: 8px;
}
.dawgdrops-item a.dropdown-toggle:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  right: 8px;
  top: 17px;
  background: url(assets/svg/uw-sprite.svg) no-repeat -353px 0px;
}
.dawgdrops-item a:after {
  content: "";
  position: absolute;
  right: -14px;
  height: 24px;
  width: 12px;
  top: 14px;
  background: url('assets/svg/slash.svg') no-repeat;
}
.dawgdrops-item:hover .dawgdrops-menu {
  display: block;
}
.dawgdrops-item:last-child a:after {
  display: none;
}
.dawgdrops-menu {
  top: 66px;
  left: 0;
  position: absolute;
  display: none;
  min-width: 260px;
  border: 0;
  border-top: 4px solid #4B2E83;
  padding: 10px 0;
  margin: -1px 0 0;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.dawgdrops-menu li {
  float: left;
  clear: left;
  border-bottom: thin solid #eee;
}
.dawgdrops-menu li a {
  color: #707070;
  font-size: 17px;
  margin: 10px 30px 0px 20px;
  text-align: left;
  padding: 0 10px;
}
.dawgdrops-menu li a:after {
  background: none;
}
.dawgdrops-menu li:first-child {
  margin-top: 5px;
}
.dawgdrops-menu li:last-child {
  margin-bottom: 10px;
  border: none;
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  #dawgdrops {
    display: none;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .dawgdrops-inner {
    padding: 20px 0;
  }
  .dawgdrops-item.dawgdrops-item:hover .dawgdrops-menu {
    display: none;
  }
  .dawgdrops-item.dawgdrops-item a {
    padding: 4px 10px 10px 15px;
  }
  .dawgdrops-item.dawgdrops-item a.dropdown-toggle {
    padding-right: 10px;
  }
  .dawgdrops-item.dawgdrops-item a:before {
    display: none;
  }
  .dawgdrops-item.dawgdrops-item a:after {
    top: 13px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .dawgdrops-item.dawgdrops-item a {
    font-size: 18px;
    padding-bottom: 23px;
  }
}
@media only screen and (min-width: 768px) {
  nav#dawgdrops .btn-myuw a {
    font-size: 18px;
    text-transform: none;
    color: #FFF;
    font-weight: 600;
    position: absolute;
    top: 65px;
    right: 0;
    padding: 15px 20px 20px 100px;
    z-index: -1;
    overflow: hidden;
  }
  nav#dawgdrops .btn-myuw a:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 33px;
    left: 58px;
    top: 16px;
    background: url(assets/svg/person.svg) no-repeat 0 0;
  }
  nav#dawgdrops .btn-myuw a:hover {
    color: black;
  }
  nav#dawgdrops .btn-myuw a:before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    width: 450px;
    height: 60px;
    left: 33px;
    top: -1px;
    background-color: #b7a57a;
    -webkit-transform: skewX(-15deg) skewY(0);
    -o-transform: skewX(-15deg) skewY(0);
    transform: skewX(-15deg) skewY(0);
    -webkit-transform: skew(-15deg, 0);
    -ms-transform: skewX(-15deg) skewY(0);
    transform: skew(-15deg, 0);
    z-index: -1;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  }
}
.uw-hero-image,
.no-uw-hero-image {
  height: 170px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.uw-hero-image:after,
.no-uw-hero-image:after {
  position: absolute;
  bottom: 0;
  height: 80px;
  width: 100%;
  content: "";
  background: url('assets/images/stripes-dark-tile.svg');
  opacity: .2;
}
.uw-hero-image:before,
.no-uw-hero-image:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  content: "";
  opacity: .4;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8))) 0 0 no-repeat;
}
.uw-hero-image.hero-height,
.no-uw-hero-image.hero-height {
  height: 350px;
}
.uw-hero-image.hero-height #hero-container,
.no-uw-hero-image.hero-height #hero-container {
  padding-left: 0;
  position: static;
}
.uw-hero-image.hero-height #hero-container h1,
.no-uw-hero-image.hero-height #hero-container h1 {
  line-height: 1;
  padding: 80px 20% 0 0;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.uw-hero-image.hero-height #hero-container h1:after,
.no-uw-hero-image.hero-height #hero-container h1:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 360px;
  left: -140px;
  opacity: .3;
  width: 600px;
  background: url(assets/svg/slashes-light.svg) no-repeat 0 0;
  z-index: 0;
}
.uw-hero-image.hero-height:after,
.no-uw-hero-image.hero-height:after {
  display: none;
}
.uw-hero-image.hero-height #hero-bg,
.no-uw-hero-image.hero-height #hero-bg {
  padding: 0;
}
.uw-hero-image.hero-height .udub-slant span,
.no-uw-hero-image.hero-height .udub-slant span {
  background-color: #E8E3D3;
}
.no-uw-hero-image {
  background: none;
  background-color: #e8e3d3;
  height: 130px;
}
.no-uw-hero-image:after {
  opacity: .2;
}
.no-uw-hero-image:before {
  display: none;
}
.udub-slant {
  overflow: hidden;
  display: block;
  margin: 30px 0 25px 0;
}
.udub-slant span {
  -webkit-transform: skewX(-25deg) skewY(0);
  -o-transform: skewX(-25deg) skewY(0);
  transform: skewX(-25deg) skewY(0);
  -webkit-transform: skew(-25deg, 0);
  -ms-transform: skewX(-25deg) skewY(0);
  transform: skew(-25deg, 0);
  display: block;
  height: 11px;
  width: 210px;
  background-color: white;
  margin: 0 0 0 -5px;
}
.page-template-templatestemplate-no-hero-php .uw-body .uw-site-title {
  color: #5A5A5A;
}
.page-template-templatestemplate-no-title-php .uw-body .uw-site-title {
  display: none;
}
.page-template-templatestemplate-no-title-php .uw-body.container {
  margin-top: 30px;
}
.page-template-templatestemplate-no-title-php ul.uw-sidebar-menu {
  margin-top: -20px;
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .uw-hero-image {
    display: none;
  }
  .uw-hero-image.hero-height {
    padding: 50px 20px 20px;
    display: block;
    height: auto;
  }
  .uw-hero-image.hero-height #hero-container h1 {
    font-size: 35px;
    padding: 0;
  }
  .uw-hero-image.hero-height #hero-container h1:after {
    background-size: 80%;
    -moz-background-size: 80%;
    -webkit-background-size: 80%;
    top: -60px;
    left: -270px;
  }
  .uw-hero-image.hero-blank {
    display: block;
  }
  .uw-hero-image.hero-blank .uw-site-title-blank {
    font-size: 30px;
    margin: 5px 0 20px 5px;
  }
  .udub-slant {
    margin: 10px 0 15px 0;
  }
  .udub-slant span {
    height: 8px;
    margin: 0 0 0 -145px;
  }
  div.container.uw-body {
    padding-top: 0;
  }
  div.container.uw-body div.uw-site-title {
    margin-top: 0;
  }
  button.uw-mobile-menu-toggle {
    bottom: 10px;
  }
  div.hero-content.col-md-12.uw-content {
    margin-top: 0;
  }
}
.uw-breadcrumbs {
  margin: -17px 0 0 -30px;
  background-color: white;
  display: inline-block;
  padding: 20px 20px 0 30px;
}
.uw-breadcrumbs ul {
  padding: 0;
  margin: 0;
}
.uw-breadcrumbs li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.uw-breadcrumbs li:first-child a {
  background: url(assets/svg/uw-sprite.svg) no-repeat -249px 5px;
  text-indent: -99999px;
  width: 30px;
  padding: 5px 0 5px 0;
  margin-right: 25px;
}
.uw-breadcrumbs li:first-child a:before {
  right: -18px;
}
.uw-breadcrumbs li:first-child:after {
  top: 17px;
}
.uw-breadcrumbs li.current span {
  color: #b7a57a;
}
.uw-breadcrumbs li.current:after {
  display: none;
}
.uw-breadcrumbs li:before {
  content: "";
  position: absolute;
  height: 29px;
  width: 25px;
  right: 0;
  top: 4px;
  background: url('assets/images/breadcrumb-gradient.png') right top repeat-y transparent;
}
.uw-breadcrumbs li:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  right: 5px;
  top: 7px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: url('assets/svg/caret.svg') no-repeat;
  -webkit-background-size: 7px 5px;
  -moz-background-size: 7px 5px;
  -o-background-size: 7px 5px;
  background-size: 7px 5px;
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.uw-breadcrumbs li:empty {
  display: none;
}
.uw-breadcrumbs li a:hover {
  border-bottom: none;
  text-decoration: underline;
}
.uw-breadcrumbs a,
.uw-breadcrumbs span {
  font-family: "Encode Sans Compressed", sans-serif;
  color: #535353;
  font-weight: 500;
  font-size: 15px;
  padding: 0 25px 0 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .uw-breadcrumbs {
    float: none;
    padding: 0;
    margin: 0 0 0 -5px;
  }
  .uw-breadcrumbs li {
    float: left;
    display: initial;
  }
  .uw-breadcrumbs li a,
  .uw-breadcrumbs li span {
    padding: 0 25px 0 0;
  }
  .uw-breadcrumbs li:first-child a {
    background-position: -250px -3px;
    padding: 0;
  }
  .uw-breadcrumbs li:first-child:after {
    top: 8px;
  }
}
ul {
  padding-left: 25px;
}
dd {
  margin-bottom: 24.5px;
}
hr {
  border-top: 1px solid #EBEBEB;
  clear: both;
}
iframe {
  margin: 40px 0 20px;
}
small,
.small {
  font-size: 15px;
  line-height: 1.5;
}
.intro {
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.uw-body-copy .weight-900 {
  font-weight: 900;
}
a.more {
  position: relative;
}
a.more:after {
  background: url(/wp-content/themes/uw-2014/assets/svg/uw-sprite.svg) no-repeat -206px -492px;
  content: "";
  position: absolute;
  right: -24px;
  bottom: 0px;
  width: 14px;
  height: 21px;
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.uw-body {
  position: relative;
}
.uw-body.container {
  background-color: white;
  margin-bottom: 80px;
}
.uw-body {
  padding-top: 10px;
  -webkit-font-smoothing: antialiased;
}
.uw-body h1,
.uw-body h2 {
  color: #4B2E83;
  display: block;
}
.uw-body h2,
.uw-body h3,
.uw-body h4,
.uw-body h5 {
  font-weight: 700;
}
.uw-body blockquote p {
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 21px;
}
.uw-body .uw-site-title {
  position: absolute;
  top: -150px;
  left: 11px;
  color: #fff;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 50px;
  line-height: 55px;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
}
.uw-body .uw-site-title span {
  font-weight: 700;
}
.uw-body div.uw-site-title {
  margin-top: 29px;
  margin-bottom: 14.5px;
}
.uw-body p.date {
  margin-top: 25px;
  margin-bottom: -19px;
}
.uw-body .author-info {
  margin: -4.5px 0 20px 0;
  font-weight: 800;
}
span.next-page {
  display: block;
  margin-top: 50px;
}
span.next-page a {
  padding: 10px 40px 10px 19px;
  text-transform: uppercase;
  background-color: #ECE9E2;
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 800;
  color: #5A5A5A;
  display: inline-block;
  position: relative;
  background-image: none !important;
  border-bottom: none;
  margin-bottom: 25px;
  margin-right: 55px;
  z-index: 1;
  line-height: 24px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
span.next-page a:after {
  background: url(/wp-content/themes/uw-2014/assets/svg/uw-sprite.svg) no-repeat -206px -492px;
  content: "";
  position: absolute;
  right: 17px;
  top: 12px;
  bottom: 3px;
  width: 14px;
  height: 21px;
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
span.next-page a:hover {
  background-color: #e2ddd3;
}
.uw-body-copy h1 a,
.uw-body-copy h2 a,
.uw-body-copy h3 a,
.uw-body-copy h4 a,
.uw-body-copy h5 a {
  border-bottom: none;
  color: inherit;
}
.uw-body-copy a {
  text-decoration: none;
}
.info-box {
  width: 310px;
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-top: 20px;
  margin-left: -150px;
  padding: 30px 30px 30px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-top: 6px solid #b7a57a;
  position: relative;
  background: url('assets/images/stripes-dark-tile.svg') repeat-x 0 -88px transparent;
}
.info-box img {
  max-width: 100%;
  height: auto;
}
.info-box:after {
  top: auto;
  bottom: -40px;
}
.info-box p,
.info-box li,
.info-box a {
  font-size: 16px;
  line-height: 1.6;
}
.info-box h1,
.info-box h2,
.info-box h3,
.info-box h4,
.info-box h5 {
  margin-top: 0;
}
.uw-body-copy ul.links {
  overflow: visible;
}
.links {
  padding: 0;
  margin-top: 20px;
  overflow: visible;
}
.links li {
  padding: 0;
  list-style: none;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #EEE;
}
.links li:last-child {
  border-bottom: none;
}
img.attachment-post-thumbnail.wp-post-image {
  float: left;
  margin: 5px 50px 0 0;
  height: 150px;
  width: auto;
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .uw-body {
    padding: 20px;
  }
  .uw-body .uw-site-title {
    color: #4B2E83;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 900;
    margin: -20px -20px 20px -20px;
    padding: 15px 15px 15px 20px;
    position: static;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  .uw-body h1 {
    margin: 10px 80px 20px 0;
    font-size: 33px;
    font-size: 99px;
  }
  .uw-body p.date {
    margin-bottom: -15px;
  }
  .home .uw-body .uw-site-title {
    padding-right: 65px;
  }
}
@media only screen and (min-width: 768px) {
  .uw-body .uw-site-title.long-title {
    margin-top: 3px;
  }
}
.widget {
  padding: 10px 0 0 40px;
}
@media only screen and (max-width: 1600px) {
  .info-box {
    margin-left: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .widget {
    padding: 0;
  }
  .info-box {
    margin-left: 0;
    width: 100%;
  }
  .uw-body-copy h1,
  .uw-body-copy h2,
  .uw-body-copy h3,
  .uw-body-copy h4,
  .uw-body-copy p:first-of-type {
    clear: right;
  }
  .uw-body-copy > div.row {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .uw-body .uw-site-title {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
  .uw-body-copy ul {
    overflow: hidden;
  }
}
body.search-open #uwsearcharea {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
body.search-open #uwsearcharea .uw-search-wrapper {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#uwsearcharea {
  -webkit-transform: matrix(1, 0, 0, 1, 0, -100);
  -moz-transform: matrix(1, 0, 0, 1, 0, -100);
  -ms-transform: matrix(1, 0, 0, 1, 0, -100);
  -o-transform: matrix(1, 0, 0, 1, 0, -100);
  transform: matrix(1, 0, 0, 1, 0, -100);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#uwsearcharea .uw-search-wrapper {
  -webkit-transform: matrix(1, 0, 0, 1, 0, -20);
  -moz-transform: matrix(1, 0, 0, 1, 0, -20);
  -ms-transform: matrix(1, 0, 0, 1, 0, -20);
  -o-transform: matrix(1, 0, 0, 1, 0, -20);
  transform: matrix(1, 0, 0, 1, 0, -20);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#uwsearcharea .uw-results {
  position: relative;
  top: 162px;
}
.uw-search-bar-container {
  background-color: #FFF;
}
.uw-search-bar-container .radio.checked,
.uw-search-bar-container .radio.checked .second-icon {
  color: #4B2E83;
}
.uw-search-bar-container .radio .icons {
  color: #C7C7C7;
}
.uw-search-bar-container .container.no-height {
  position: absolute;
  width: 100%;
  padding: 40px 0 50px;
}
.uw-search-bar-container .uw-search-wrapper {
  position: relative;
  width: 890px;
  margin-top: 30px;
}
.uw-search-bar-container form {
  float: left;
  width: calc(100% - 240px);
  outline: 2px solid #ADADAD;
}
.uw-search-bar-container form input {
  width: 100%;
  height: 54px;
  padding: 10px 0 10px 15px;
  border: none;
  font-size: 20px;
  outline: none;
  background-color: #F1F1F1;
}
.uw-search-bar-container div.labels {
  float: left;
  display: block;
  margin-left: 40px;
  margin-top: -10px;
  color: #707070;
}
.uw-search-bar-container div.labels .radio {
  margin-bottom: -5px;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.uw-search-bar-container div#search-labels.labels.hidden-xs.focused {
  zoom: 1.2;
  margin-top: -15px;
}
.uw-search-bar-container input.search {
  border: none;
  font-size: 0px;
  float: left;
  display: block;
  height: 54px;
  outline: 2px solid #808080;
  background: url(assets/svg/search.svg) no-repeat center center gray;
  position: relative;
  -webkit-background-size: 22px;
  -moz-background-size: 22px;
  -o-background-size: 22px;
  background-size: 22px;
  padding: 0px 60px 0px 0px;
}
.uw-search-bar-container input.search:focus {
  zoom: 1.2;
  bottom: 5px;
}
.uw-search-bar-container .uw-results {
  width: 890px;
  margin: auto;
}
.uw-search-bar-container .uw-results .result {
  z-index: 1;
  width: 690px;
  border-bottom: 1px solid #E4E4E4;
  display: block;
  float: left;
  margin-top: -10px;
  margin-bottom: 10px;
  position: relative;
}
.uw-search-bar-container .uw-results .result .information {
  margin: -10px 0 20px 0;
  padding: 0 15px;
}
.uw-search-bar-container .uw-results .result .title {
  margin-bottom: -3px;
}
.uw-search-bar-container .uw-results .result .mail,
.uw-search-bar-container .uw-results .result .fax,
.uw-search-bar-container .uw-results .result .telephonenumber {
  padding-left: 30px;
}
.uw-search-bar-container .uw-results .result .mail a:hover,
.uw-search-bar-container .uw-results .result .fax a:hover,
.uw-search-bar-container .uw-results .result .telephonenumber a:hover {
  color: #4B2E83;
}
.uw-search-bar-container .uw-results .result .mail {
  background: url('assets/images/search-mail.png') no-repeat 0 8px;
}
.uw-search-bar-container .uw-results .result .fax {
  background: url('assets/images/search-fax.png') no-repeat 0 8px;
}
.uw-search-bar-container .uw-results .result .telephonenumber {
  background: url('assets/images/search-phone.png') no-repeat 0 6px;
}
.uw-search-bar-container .uw-results .result .vcard {
  background: url('assets/images/search-vcard.png') no-repeat 0 6px;
}
.uw-search-bar-container .uw-results .result.open h4 {
  color: #4B2E83;
}
.uw-search-bar-container .uw-results .result.open a.directory-more {
  background-position: -310px -23px;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.uw-search-bar-container .uw-results .result:last-child {
  border: none;
  margin-bottom: 20px;
}
.uw-search-bar-container .uw-results h4 {
  width: 100%;
  font-size: 18px;
  color: #757575;
  padding: 15px 0 15px 14px;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
}
.uw-search-bar-container .uw-results a.directory-more {
  text-indent: -99999px;
  background: url(assets/svg/uw-sprite.svg) no-repeat -283px 1px;
  height: 25px;
  right: 25px;
  top: 14px;
  position: absolute;
  width: 30px;
}
.uw-search-bar-container .uw-results .information {
  float: left;
  width: 100%;
  color: #4E4E4E;
}
.uw-search-bar-container .uw-results .information p {
  color: #4E4E4E;
}
.uw-search-bar-container .uw-results .information span {
  float: left;
  width: 100%;
}
.uw-search-bar-container .uw-results .information a {
  color: #4E4E4E;
}
.uw-search-bar-container .uw-results .more-results {
  clear: both;
  padding: 10px 0 0 10px;
  font-size: 15px;
  color: #525252;
}
body #uw-container {
  transition: transform .3s;
}
body.search-open #uw-container {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 192);
  -moz-transform: matrix(1, 0, 0, 1, 0, 192);
  -ms-transform: matrix(1, 0, 0, 1, 0, 192);
  -o-transform: matrix(1, 0, 0, 1, 0, 192);
  transform: matrix(1, 0, 0, 1, 0, 192);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #uwsearcharea .center-block {
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  #uwsearcharea .uw-results {
    top: 126px;
  }
  .uw-search-bar-container {
    padding: 0px;
  }
  .uw-search-bar-container .container.no-height {
    padding: 0px 10px;
  }
  .uw-search-bar-container .uw-search-wrapper {
    width: 100%;
    position: relative;
    margin-top: 15px;
  }
  .uw-search-bar-container .uw-search-wrapper .search {
    position: absolute;
    right: 0;
    top: 0;
  }
  .uw-search-bar-container .uw-search-wrapper div.labels {
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .uw-search-bar-container select {
    width: 100%;
    margin: 0 0 15px;
  }
  .uw-search-bar-container form {
    width: 100%;
    margin-bottom: 15px;
  }
  .uw-search-bar-container form input {
    border-radius: 0;
  }
  .uw-search-bar-container .uw-results h4 {
    padding: 15px 60px 15px 14px;
  }
  .uw-search-bar-container .uw-results .result {
    width: 100%;
  }
  body.search-open #uw-container {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 136);
    -moz-transform: matrix(1, 0, 0, 1, 0, 136);
    -ms-transform: matrix(1, 0, 0, 1, 0, 136);
    -o-transform: matrix(1, 0, 0, 1, 0, 136);
    transform: matrix(1, 0, 0, 1, 0, 136);
  }
}
ul.uw-sidebar-menu,
ul.uw-mobile-menu {
  margin-left: 20px;
  padding: 20px;
  margin-top: -124px;
  background-color: white;
}
ul.uw-sidebar-menu ul,
ul.uw-mobile-menu ul,
ul.uw-sidebar-menu li,
ul.uw-mobile-menu li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: auto;
}
ul.uw-sidebar-menu li.pagenav a,
ul.uw-mobile-menu li.pagenav a,
ul.uw-sidebar-menu > div a,
ul.uw-mobile-menu > div a,
ul.uw-sidebar-menu li.pagenav span,
ul.uw-mobile-menu li.pagenav span,
ul.uw-sidebar-menu > div span,
ul.uw-mobile-menu > div span {
  display: block;
  font-size: 16px;
  padding: 10px 10px 10px 20px;
}
ul.uw-sidebar-menu li.pagenav a.homelink,
ul.uw-mobile-menu li.pagenav a.homelink,
ul.uw-sidebar-menu > div a.homelink,
ul.uw-mobile-menu > div a.homelink,
ul.uw-sidebar-menu li.pagenav span.homelink,
ul.uw-mobile-menu li.pagenav span.homelink,
ul.uw-sidebar-menu > div span.homelink,
ul.uw-mobile-menu > div span.homelink {
  display: none;
  color: #4B2E83;
  font-size: 25px;
}
ul.uw-sidebar-menu li.pagenav ul,
ul.uw-mobile-menu li.pagenav ul,
ul.uw-sidebar-menu > div ul,
ul.uw-mobile-menu > div ul {
  font-size: 20px;
  line-height: 1.3;
  font-size: 19px;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item,
ul.uw-mobile-menu li.pagenav ul li.current_page_item,
ul.uw-sidebar-menu > div ul li.current_page_item,
ul.uw-mobile-menu > div ul li.current_page_item,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent,
ul.uw-sidebar-menu > div ul li.current_page_parent,
ul.uw-mobile-menu > div ul li.current_page_parent {
  background-color: #4B2E83;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item > a,
ul.uw-mobile-menu li.pagenav ul li.current_page_item > a,
ul.uw-sidebar-menu > div ul li.current_page_item > a,
ul.uw-mobile-menu > div ul li.current_page_item > a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent > a,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent > a,
ul.uw-sidebar-menu > div ul li.current_page_parent > a,
ul.uw-mobile-menu > div ul li.current_page_parent > a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item > span,
ul.uw-mobile-menu li.pagenav ul li.current_page_item > span,
ul.uw-sidebar-menu > div ul li.current_page_item > span,
ul.uw-mobile-menu > div ul li.current_page_item > span,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent > span,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent > span,
ul.uw-sidebar-menu > div ul li.current_page_parent > span,
ul.uw-mobile-menu > div ul li.current_page_parent > span {
  font-weight: bold;
  padding-left: 19px;
  padding-top: 16px;
  padding-bottom: 16px;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item a,
ul.uw-mobile-menu li.pagenav ul li.current_page_item a,
ul.uw-sidebar-menu > div ul li.current_page_item a,
ul.uw-mobile-menu > div ul li.current_page_item a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent a,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent a,
ul.uw-sidebar-menu > div ul li.current_page_parent a,
ul.uw-mobile-menu > div ul li.current_page_parent a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item span,
ul.uw-mobile-menu li.pagenav ul li.current_page_item span,
ul.uw-sidebar-menu > div ul li.current_page_item span,
ul.uw-mobile-menu > div ul li.current_page_item span,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent span,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent span,
ul.uw-sidebar-menu > div ul li.current_page_parent span,
ul.uw-mobile-menu > div ul li.current_page_parent span {
  color: white;
  border-bottom: none;
  border-left: 10px solid #b7a57a;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item.current_page_ancestor,
ul.uw-mobile-menu li.pagenav ul li.current_page_item.current_page_ancestor,
ul.uw-sidebar-menu > div ul li.current_page_item.current_page_ancestor,
ul.uw-mobile-menu > div ul li.current_page_item.current_page_ancestor,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent.current_page_ancestor,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent.current_page_ancestor,
ul.uw-sidebar-menu > div ul li.current_page_parent.current_page_ancestor,
ul.uw-mobile-menu > div ul li.current_page_parent.current_page_ancestor {
  position: relative;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item.current_page_ancestor > a,
ul.uw-mobile-menu li.pagenav ul li.current_page_item.current_page_ancestor > a,
ul.uw-sidebar-menu > div ul li.current_page_item.current_page_ancestor > a,
ul.uw-mobile-menu > div ul li.current_page_item.current_page_ancestor > a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent.current_page_ancestor > a,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent.current_page_ancestor > a,
ul.uw-sidebar-menu > div ul li.current_page_parent.current_page_ancestor > a,
ul.uw-mobile-menu > div ul li.current_page_parent.current_page_ancestor > a {
  padding-right: 60px;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item.current_page_ancestor > a:hover,
ul.uw-mobile-menu li.pagenav ul li.current_page_item.current_page_ancestor > a:hover,
ul.uw-sidebar-menu > div ul li.current_page_item.current_page_ancestor > a:hover,
ul.uw-mobile-menu > div ul li.current_page_item.current_page_ancestor > a:hover,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent.current_page_ancestor > a:hover,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent.current_page_ancestor > a:hover,
ul.uw-sidebar-menu > div ul li.current_page_parent.current_page_ancestor > a:hover,
ul.uw-mobile-menu > div ul li.current_page_parent.current_page_ancestor > a:hover,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item.current_page_ancestor > a:focus,
ul.uw-mobile-menu li.pagenav ul li.current_page_item.current_page_ancestor > a:focus,
ul.uw-sidebar-menu > div ul li.current_page_item.current_page_ancestor > a:focus,
ul.uw-mobile-menu > div ul li.current_page_item.current_page_ancestor > a:focus,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent.current_page_ancestor > a:focus,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent.current_page_ancestor > a:focus,
ul.uw-sidebar-menu > div ul li.current_page_parent.current_page_ancestor > a:focus,
ul.uw-mobile-menu > div ul li.current_page_parent.current_page_ancestor > a:focus {
  color: #b7a57a;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item.current_page_ancestor > a:after,
ul.uw-mobile-menu li.pagenav ul li.current_page_item.current_page_ancestor > a:after,
ul.uw-sidebar-menu > div ul li.current_page_item.current_page_ancestor > a:after,
ul.uw-mobile-menu > div ul li.current_page_item.current_page_ancestor > a:after,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent.current_page_ancestor > a:after,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent.current_page_ancestor > a:after,
ul.uw-sidebar-menu > div ul li.current_page_parent.current_page_ancestor > a:after,
ul.uw-mobile-menu > div ul li.current_page_parent.current_page_ancestor > a:after {
  content: "";
  background: url(assets/svg/uw-sprite.svg) no-repeat -191px -478px;
  display: inline-block;
  height: 52px;
  width: 44px;
  margin-left: 7px;
  margin-top: -26px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #b7a57a;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item.current_page_ancestor a,
ul.uw-mobile-menu li.pagenav ul li.current_page_item.current_page_ancestor a,
ul.uw-sidebar-menu > div ul li.current_page_item.current_page_ancestor a,
ul.uw-mobile-menu > div ul li.current_page_item.current_page_ancestor a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent.current_page_ancestor a,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent.current_page_ancestor a,
ul.uw-sidebar-menu > div ul li.current_page_parent.current_page_ancestor a,
ul.uw-mobile-menu > div ul li.current_page_parent.current_page_ancestor a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item.current_page_ancestor span,
ul.uw-mobile-menu li.pagenav ul li.current_page_item.current_page_ancestor span,
ul.uw-sidebar-menu > div ul li.current_page_item.current_page_ancestor span,
ul.uw-mobile-menu > div ul li.current_page_item.current_page_ancestor span,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent.current_page_ancestor span,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent.current_page_ancestor span,
ul.uw-sidebar-menu > div ul li.current_page_parent.current_page_ancestor span,
ul.uw-mobile-menu > div ul li.current_page_parent.current_page_ancestor span {
  border-left: none;
  position: relative;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item li.page_item_has_children ul,
ul.uw-mobile-menu li.pagenav ul li.current_page_item li.page_item_has_children ul,
ul.uw-sidebar-menu > div ul li.current_page_item li.page_item_has_children ul,
ul.uw-mobile-menu > div ul li.current_page_item li.page_item_has_children ul,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent li.page_item_has_children ul,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent li.page_item_has_children ul,
ul.uw-sidebar-menu > div ul li.current_page_parent li.page_item_has_children ul,
ul.uw-mobile-menu > div ul li.current_page_parent li.page_item_has_children ul {
  display: none;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item li.page_item_has_children.current_page_item ul,
ul.uw-mobile-menu li.pagenav ul li.current_page_item li.page_item_has_children.current_page_item ul,
ul.uw-sidebar-menu > div ul li.current_page_item li.page_item_has_children.current_page_item ul,
ul.uw-mobile-menu > div ul li.current_page_item li.page_item_has_children.current_page_item ul,
ul.uw-sidebar-menu li.pagenav ul li.current_page_parent li.page_item_has_children.current_page_item ul,
ul.uw-mobile-menu li.pagenav ul li.current_page_parent li.page_item_has_children.current_page_item ul,
ul.uw-sidebar-menu > div ul li.current_page_parent li.page_item_has_children.current_page_item ul,
ul.uw-mobile-menu > div ul li.current_page_parent li.page_item_has_children.current_page_item ul {
  display: block;
}
ul.uw-sidebar-menu li.pagenav ul li a,
ul.uw-mobile-menu li.pagenav ul li a,
ul.uw-sidebar-menu > div ul li a,
ul.uw-mobile-menu > div ul li a {
  color: #4B2E83;
  border-bottom: thin solid #eee;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children,
ul.uw-sidebar-menu > div ul li.current_page_item ul.children,
ul.uw-mobile-menu > div ul li.current_page_item ul.children,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children,
ul.uw-sidebar-menu > div ul li.current_page_ancestor ul.children,
ul.uw-mobile-menu > div ul li.current_page_ancestor ul.children {
  display: block;
  font-size: 17px;
  background-color: white;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li,
ul.uw-sidebar-menu > div ul li.current_page_item ul.children li,
ul.uw-mobile-menu > div ul li.current_page_item ul.children li,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li,
ul.uw-sidebar-menu > div ul li.current_page_ancestor ul.children li,
ul.uw-mobile-menu > div ul li.current_page_ancestor ul.children li {
  background-color: #eee;
  border-bottom: 1px solid #fff;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li a,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li a,
ul.uw-sidebar-menu > div ul li.current_page_item ul.children li a,
ul.uw-mobile-menu > div ul li.current_page_item ul.children li a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li a,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li a,
ul.uw-sidebar-menu > div ul li.current_page_ancestor ul.children li a,
ul.uw-mobile-menu > div ul li.current_page_ancestor ul.children li a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li span,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li span,
ul.uw-sidebar-menu > div ul li.current_page_item ul.children li span,
ul.uw-mobile-menu > div ul li.current_page_item ul.children li span,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li span,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li span,
ul.uw-sidebar-menu > div ul li.current_page_ancestor ul.children li span,
ul.uw-mobile-menu > div ul li.current_page_ancestor ul.children li span {
  color: #5A5A5A;
  padding: 10px 30px 10px 30px;
  border-left: none;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li a:hover,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li a:hover,
ul.uw-sidebar-menu > div ul li.current_page_item ul.children li a:hover,
ul.uw-mobile-menu > div ul li.current_page_item ul.children li a:hover,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li a:hover,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li a:hover,
ul.uw-sidebar-menu > div ul li.current_page_ancestor ul.children li a:hover,
ul.uw-mobile-menu > div ul li.current_page_ancestor ul.children li a:hover,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li span:hover,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li span:hover,
ul.uw-sidebar-menu > div ul li.current_page_item ul.children li span:hover,
ul.uw-mobile-menu > div ul li.current_page_item ul.children li span:hover,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li span:hover,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li span:hover,
ul.uw-sidebar-menu > div ul li.current_page_ancestor ul.children li span:hover,
ul.uw-mobile-menu > div ul li.current_page_ancestor ul.children li span:hover,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li a:focus,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li a:focus,
ul.uw-sidebar-menu > div ul li.current_page_item ul.children li a:focus,
ul.uw-mobile-menu > div ul li.current_page_item ul.children li a:focus,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li a:focus,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li a:focus,
ul.uw-sidebar-menu > div ul li.current_page_ancestor ul.children li a:focus,
ul.uw-mobile-menu > div ul li.current_page_ancestor ul.children li a:focus,
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li span:focus,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li span:focus,
ul.uw-sidebar-menu > div ul li.current_page_item ul.children li span:focus,
ul.uw-mobile-menu > div ul li.current_page_item ul.children li span:focus,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li span:focus,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li span:focus,
ul.uw-sidebar-menu > div ul li.current_page_ancestor ul.children li span:focus,
ul.uw-mobile-menu > div ul li.current_page_ancestor ul.children li span:focus {
  background-color: #DDD;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li.current_page_item ul.children li,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li.current_page_item ul.children li,
ul.uw-sidebar-menu > div ul li.current_page_item ul.children li.current_page_item ul.children li,
ul.uw-mobile-menu > div ul li.current_page_item ul.children li.current_page_item ul.children li,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item ul.children li,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item ul.children li,
ul.uw-sidebar-menu > div ul li.current_page_ancestor ul.children li.current_page_item ul.children li,
ul.uw-mobile-menu > div ul li.current_page_ancestor ul.children li.current_page_item ul.children li {
  border-bottom: 1px solid #E0E0E0;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li.current_page_item ul.children li:last-child,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li.current_page_item ul.children li:last-child,
ul.uw-sidebar-menu > div ul li.current_page_item ul.children li.current_page_item ul.children li:last-child,
ul.uw-mobile-menu > div ul li.current_page_item ul.children li.current_page_item ul.children li:last-child,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item ul.children li:last-child,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item ul.children li:last-child,
ul.uw-sidebar-menu > div ul li.current_page_ancestor ul.children li.current_page_item ul.children li:last-child,
ul.uw-mobile-menu > div ul li.current_page_ancestor ul.children li.current_page_item ul.children li:last-child {
  border-bottom: none;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li.current_page_item ul.children a,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li.current_page_item ul.children a,
ul.uw-sidebar-menu > div ul li.current_page_item ul.children li.current_page_item ul.children a,
ul.uw-mobile-menu > div ul li.current_page_item ul.children li.current_page_item ul.children a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item ul.children a,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item ul.children a,
ul.uw-sidebar-menu > div ul li.current_page_ancestor ul.children li.current_page_item ul.children a,
ul.uw-mobile-menu > div ul li.current_page_ancestor ul.children li.current_page_item ul.children a {
  background-color: white;
  color: #5A5A5A;
  border-left: none;
  padding-left: 25px;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li.current_page_item ul.children a:before,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li.current_page_item ul.children a:before,
ul.uw-sidebar-menu > div ul li.current_page_item ul.children li.current_page_item ul.children a:before,
ul.uw-mobile-menu > div ul li.current_page_item ul.children li.current_page_item ul.children a:before,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item ul.children a:before,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item ul.children a:before,
ul.uw-sidebar-menu > div ul li.current_page_ancestor ul.children li.current_page_item ul.children a:before,
ul.uw-mobile-menu > div ul li.current_page_ancestor ul.children li.current_page_item ul.children a:before {
  content: "- ";
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li.current_page_item span,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li.current_page_item span,
ul.uw-sidebar-menu > div ul li.current_page_item ul.children li.current_page_item span,
ul.uw-mobile-menu > div ul li.current_page_item ul.children li.current_page_item span,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item span,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item span,
ul.uw-sidebar-menu > div ul li.current_page_ancestor ul.children li.current_page_item span,
ul.uw-mobile-menu > div ul li.current_page_ancestor ul.children li.current_page_item span {
  border-left: 10px solid #b7a57a;
  padding-left: 20px;
  background-color: #ddd;
  border-bottom: none;
}
ul.uw-sidebar-menu li.pagenav ul li.current_page_item ul.children li.current_page_item span a,
ul.uw-mobile-menu li.pagenav ul li.current_page_item ul.children li.current_page_item span a,
ul.uw-sidebar-menu > div ul li.current_page_item ul.children li.current_page_item span a,
ul.uw-mobile-menu > div ul li.current_page_item ul.children li.current_page_item span a,
ul.uw-sidebar-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item span a,
ul.uw-mobile-menu li.pagenav ul li.current_page_ancestor ul.children li.current_page_item span a,
ul.uw-sidebar-menu > div ul li.current_page_ancestor ul.children li.current_page_item span a,
ul.uw-mobile-menu > div ul li.current_page_ancestor ul.children li.current_page_item span a {
  color: white;
  border-bottom: none;
}
ul.uw-sidebar-menu li.pagenav ul li:last-child a,
ul.uw-mobile-menu li.pagenav ul li:last-child a,
ul.uw-sidebar-menu > div ul li:last-child a,
ul.uw-mobile-menu > div ul li:last-child a {
  border-bottom: none;
}
ul.uw-sidebar-menu ul.children,
ul.uw-mobile-menu ul.children {
  display: none;
}
.uw-sidebar .widgettitle {
  clear: left;
  font-weight: 900;
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
.uw-sidebar .widgettitle:after,
.uw-sidebar .widgettitle:before {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: "";
  height: 4px;
}
.uw-sidebar .widgettitle:before {
  width: 100px;
  background-color: #b7a57a;
}
.uw-sidebar .widgettitle:after {
  width: 40px;
  -webkit-transform: skewX(-25deg) skewY(0);
  -o-transform: skewX(-25deg) skewY(0);
  transform: skewX(-25deg) skewY(0);
  -webkit-transform: skew(-25deg, 0);
  -ms-transform: skewX(-25deg) skewY(0);
  transform: skew(-25deg, 0);
  left: 80px;
  background-color: white;
  bottom: 3px;
  height: 8px;
}
body.home .uw-sidebar-menu {
  display: none;
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  ul.uw-sidebar-menu {
    padding: 0;
    margin: 50px 0 0 0;
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .uw-sidebar {
    padding-top: 40px;
  }
}
#mobile-relative {
  display: none;
}
#mobile-relative ul.uw-mobile-menu {
  display: none;
  width: 100%;
  float: right;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
#mobile-relative ul.uw-mobile-menu > ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobile-relative ul.uw-mobile-menu li {
  width: 100%;
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (max-width: 768px) {
  #desktop-relative {
    display: none;
  }
  .uw-mobile-menu li {
    background-color: #eee;
    border-bottom: 1px solid #fff;
  }
  #mobile-relative {
    display: block;
  }
  #mobile-relative button.uw-mobile-menu-toggle {
    display: block;
    position: relative;
    float: right;
    margin-top: -55px;
    margin-right: -10px;
    font-size: 14.16666667px;
    line-height: 1.43518333;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 800;
    text-align: center;
    width: 50px;
    height: 40px;
    text-transform: uppercase;
    color: #4B2E83;
    background: url(assets/svg/uw-sprite.svg) no-repeat -475px 20px transparent;
    background-size: 1200px;
    border: none;
    padding: 0 0 20px 0;
  }
  #mobile-relative button.uw-mobile-menu-toggle:before {
    content: "";
    position: absolute;
    right: 55px;
    top: -4px;
    width: 20px;
    height: 40px;
    background: url(assets/svg/uw-sprite.svg) no-repeat -600px 0 transparent;
  }
  #mobile-relative ul.uw-mobile-menu li.pagenav ul li.current_page_parent.current_page_ancestor > a:after {
    display: none;
  }
  #mobile-relative.frontpage {
    margin-top: -18px;
    position: relative;
  }
  #mobile-relative.frontpage button.uw-mobile-menu-toggle {
    position: absolute;
    right: -20px;
    z-index: 10;
    margin: 0;
    top: -50px;
  }
  #mobile-relative.frontpage ul.uw-mobile-menu {
    z-index: 1;
  }
  #mobile-relative.frontpage ul.uw-mobile-menu .menu-dropdowns-container {
    margin-top: 0px;
  }
  #mobile-relative.frontpage.bighero {
    margin-top: 0px;
    background-color: white;
  }
  #mobile-relative.frontpage.bighero button.uw-mobile-menu-toggle {
    right: 0px;
    top: 12px;
  }
  #mobile-relative.frontpage.bighero ul.uw-mobile-menu {
    margin: 0;
  }
  #mobile-relative.frontpage.bighero #spacer {
    height: 58px;
    margin-bottom: 2px;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  #mobile-relative:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .home #mobile-relative li a:hover,
  .home #mobile-relative li a:focus {
    border-bottom: 1px solid #eee;
  }
  .home #mobile-relative li:last-child a:hover,
  .home #mobile-relative li:last-child a:focus {
    border-bottom: none;
  }
}
.uw-footer {
  background: url('assets/images/footer.jpg') center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0 0 30px 0;
  background-color: #4B2E83;
  border-top: 7px solid #d1d1d1;
  text-align: center;
  position: relative;
}
.uw-footer .footer-wordmark {
  display: inline-block;
  width: 335px;
  background: url(assets/svg/uw-sprite.svg) no-repeat 0 -434px transparent;
  text-indent: -9999px;
  overflow: hidden;
  margin-top: 50px;
}
.uw-footer .footer-wordmark:focus,
.uw-footer .footer-wordmark:hover {
  background: url(assets/svg/uw-sprite-focus.svg) no-repeat 0 -434px transparent;
}
.uw-footer .be-boundless {
  font-size: 24px;
  background: url(assets/images/boundless.png) no-repeat center top transparent;
  display: block;
  text-indent: -99999px;
  margin: 10px 0 60px;
  opacity: .6;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.uw-footer .be-boundless:hover,
.uw-footer .be-boundless:focus {
  opacity: 1;
}
.uw-footer h4 {
  font-family: "Encode Sans Compressed", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  margin: 41px 0 11px 0;
}
.uw-footer h4:before,
.uw-footer h4:after {
  content: "";
  position: absolute;
  width: 85px;
  height: 1px;
  background-color: #9184aa;
  left: 50%;
  margin-left: -40px;
}
.uw-footer h4:before {
  top: -27px;
}
.uw-footer h4:after {
  bottom: -85px;
}
.uw-footer ul.footer-social li {
  list-style: none;
  display: inline-block;
}
.uw-footer ul.footer-social li a {
  color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  background: url(assets/svg/uw-sprite.svg) no-repeat 0 -185px transparent;
  padding: 8px 21px;
}
.uw-footer ul.footer-social li a.facebook {
  background-position: 0px -185px;
}
.uw-footer ul.footer-social li a.twitter {
  background-position: -46px -185px;
}
.uw-footer ul.footer-social li a.tumblr {
  background-position: -366px -185px;
}
.uw-footer ul.footer-social li a.youtube {
  background-position: -138px -185px;
}
.uw-footer ul.footer-social li a.linkedin {
  background-position: -184px -185px;
}
.uw-footer ul.footer-social li a.pinterest {
  background-position: -92px -185px;
}
.uw-footer ul.footer-social li a.vine {
  background-position: -230px -185px;
}
.uw-footer ul.footer-social li a.google {
  background-position: -275px -185px;
}
.uw-footer ul.footer-social li a.instagram {
  background-position: -322px -185px;
}
.uw-footer ul.footer-social li a.soundcloud {
  background-position: -414px -185px;
}
.uw-footer ul.footer-social li a:hover.facebook,
.uw-footer ul.footer-social li a:focus.facebook {
  background-position: 0px -225px;
}
.uw-footer ul.footer-social li a:hover.twitter,
.uw-footer ul.footer-social li a:focus.twitter {
  background-position: -46px -225px;
}
.uw-footer ul.footer-social li a:hover.tumblr,
.uw-footer ul.footer-social li a:focus.tumblr {
  background-position: -366px -225px;
}
.uw-footer ul.footer-social li a:hover.youtube,
.uw-footer ul.footer-social li a:focus.youtube {
  background-position: -138px -225px;
}
.uw-footer ul.footer-social li a:hover.linkedin,
.uw-footer ul.footer-social li a:focus.linkedin {
  background-position: -184px -225px;
}
.uw-footer ul.footer-social li a:hover.pinterest,
.uw-footer ul.footer-social li a:focus.pinterest {
  background-position: -92px -225px;
}
.uw-footer ul.footer-social li a:hover.vine,
.uw-footer ul.footer-social li a:focus.vine {
  background-position: -230px -225px;
}
.uw-footer ul.footer-social li a:hover.google,
.uw-footer ul.footer-social li a:focus.google {
  background-position: -275px -225px;
}
.uw-footer ul.footer-social li a:hover.instagram,
.uw-footer ul.footer-social li a:focus.instagram {
  background-position: -322px -225px;
}
.uw-footer ul.footer-social li a:hover.soundcloud,
.uw-footer ul.footer-social li a:focus.soundcloud {
  background-position: -414px -225px;
}
.uw-footer ul.footer-links {
  margin: 45px 0 0 0;
}
.uw-footer ul.footer-links li {
  list-style: none;
  display: inline-block;
}
.uw-footer ul.footer-links li:last-child a:after {
  display: none;
}
.uw-footer ul.footer-links li a {
  color: #fff;
  position: relative;
  margin-right: 20px;
}
.uw-footer ul.footer-links li a:after {
  content: "/";
  opacity: .5;
  position: absolute;
  right: -14px;
  top: -2px;
}
.uw-footer ul.footer-links li a:focus,
.uw-footer ul.footer-links li a:hover {
  color: #b7a57a;
  text-decoration: none;
}
.uw-footer ul.footer-links li a:focus:after,
.uw-footer ul.footer-links li a:hover:after {
  color: #fff;
}
.uw-footer p {
  color: #fff;
  font-size: .8em;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .uw-footer .footer-wordmark {
    background-position: 25px -338px;
    background-size: 690px;
  }
  .uw-footer h4:after {
    display: none;
  }
}
@media only screen and (min-width: 993px) {
}
a.screen-reader-shortcut {
  position: absolute;
  left: 6px;
  top: -99px;
}
a.screen-reader-shortcut:focus {
  z-index: 5;
  font-size: 14px;
  font-weight: 700;
  top: 6px;
  padding: 15px 23px 14px;
  background-color: #f1f1f1;
  color: #4B2E83;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
label.screen-reader {
  position: absolute;
  opacity: 0;
}
.offscreen {
  position: absolute;
  font-size: 1px;
  left: -9999px;
}
#dawgdrops li.dawgdrops-item a:focus {
  text-decoration: underline;
}
#dawgdrops li.dawgdrops-item ul.dawgdrops-menu a:focus {
  text-decoration: none;
}
.uw-body a:focus,
.uw-body a:hover {
  color: #b7a57a;
  border-bottom: 1px solid #BDBDBD;
}
.uw-body a:focus.uw-btn,
.uw-body a:hover.uw-btn {
  border-bottom: none;
}
.uw-body a.uw-btn:focus {
  text-decoration: underline;
}
.uw-body .uw-breadcrumbs a:focus {
  border-bottom: none;
  text-decoration: underline;
}
.uw-body #main_content:focus {
  outline: none;
}
.uw-body .widget a.widget-link:focus,
.uw-body .widget a.widget-link:hover {
  border-bottom: none;
  color: #b7a57a;
}
.uw-body .widget a.widget-link:focus {
  text-decoration: underline;
}
.uw-body input::-webkit-input-placeholder {
  color: #7B7B7B;
}
.uw-body input:-moz-placeholder {
  color: #7B7B7B;
}
.uw-body input::-moz-placeholder {
  color: #7B7B7B;
}
.uw-body input:-ms-input-placeholder {
  color: #7B7B7B;
}
.uw-body .form-control {
  color: #303030;
}
.site-accessibility .uw-body-copy a,
.site-accessibility .uw-sidebar a {
  border-bottom: 1px solid #DFDFDF;
}
.site-accessibility .uw-body-copy a:hover,
.site-accessibility .uw-sidebar a:hover {
  border-bottom: 1px solid #b7a57a;
}
/**
* UW Boundless theme overrides
*/
.uw-search-bar-container form {
  overflow: hidden;
}
.uw-search-bar-container .uw-search-wrapper .block-search .form-control {
  border-radius: 0;
  z-index: 0;
}
.uw-search-bar-container .uw-search-wrapper .btn.search {
  border-radius: 0;
}
.uw-search-bar-container button.search {
  border: none;
  font-size: 0px;
  float: left;
  display: block;
  height: 54px;
  outline: 2px solid #808080;
  background: url(assets/svg/search.svg) no-repeat center center gray;
  position: relative;
  -webkit-background-size: 22px;
  -moz-background-size: 22px;
  -o-background-size: 22px;
  background-size: 22px;
  padding: 0px 60px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .uw-search-bar-container .uw-search-wrapper .search {
    position: relative;
  }
}
.dawgdrops-menu {
  left: inherit;
  top: 78px;
}
.admin-menu .dawgdrops-menu {
  top: 58px;
}
.front .uw-hero-image {
  height: 595px;
  padding: 60px 0 0 0;
}
.front .uw-hero-image h1 {
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 900;
  line-height: 1;
  font-size: 95px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.front .uw-hero-image p {
  color: #fff;
  line-height: 1.55;
  -webkit-font-smoothing: auto;
  margin-bottom: 30px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
.uw-body .uw-site-title + p {
  position: absolute;
  top: -60px;
  color: #fff;
  line-height: 1.55;
  -webkit-font-smoothing: auto;
  margin-bottom: 30px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 767px) {
  .uw-body .uw-site-title {
    padding-right: 75px;
  }
  div.container.uw-body {
    padding-top: 20px;
  }
}
.front .uw-body .uw-site-title + p {
  display: none;
}
@media only screen and (max-width: 767px) {
  .uw-body .uw-site-title + p {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .front .uw-body > .row {
    margin-top: -30px;
    background-color: #fff;
  }
  .front .uw-body .uw-site-title {
    display: none;
  }
}
.uw-breadcrumbs span {
  padding-top: 0;
}
.page-header {
  margin: 29px 0 14.5px;
  border-bottom: 0;
}
.uw-sidebar .region:not(:last-child) {
  padding-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .uw-sidebar .region {
    padding-top: 30px;
  }
}
nav#mobile-relative .navbar-nav .dawgdrops-menu {
  display: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
  border-top: none;
}
nav#mobile-relative .navbar-nav .dawgdrops-menu li {
  background-color: inherit;
}
nav#mobile-relative .navbar-nav .dawgdrops-menu li a {
  background-color: inherit;
  color: #5a5a5a;
  border-left: none;
  padding-left: 35px;
  padding-top: 10;
  padding-bottom: 10;
}
nav#mobile-relative .navbar-nav .dawgdrops-item a {
  font-weight: 400;
  text-transform: none;
}
nav#mobile-relative .navbar-nav .dawgdrops-item a:after {
  background: none;
}
nav#mobile-relative .navbar-nav .dawgdrops-item .dawgdrops-item-menu-link {
  display: block;
  float: right;
  z-index: 1;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 60%;
  cursor: pointer;
  text-transform: uppercase;
  background: url(assets/svg/caret.svg) no-repeat 33px 35px;
}
nav#mobile-relative .navbar-nav .dawgdrops-item .dawgdrops-item-menu-link:before {
  display: inline-block;
  content: "";
  position: absolute;
  right: 50px;
  top: 12px;
  width: 20px;
  height: 30px;
  background: url(assets/svg/uw-sprite.svg) no-repeat -600px 0 transparent;
}
.front nav#mobile-relative {
  margin-right: -15px;
  margin-left: -15px;
}
.not-front nav#mobile-relative .navbar-nav {
  width: inherit;
}
@media only screen and (max-width: 768px) {
  nav#mobile-relative button.uw-mobile-menu-toggle {
    margin-top: -55px;
    margin-right: 0;
  }
}
a.more:after {
  background: url(assets/svg/uw-sprite.svg) no-repeat -206px -492px;
}
span.next-page a:after {
  background: url(assets/svg/uw-sprite.svg) no-repeat -206px -492px;
}
.links a:after {
  background: url(assets/svg/uw-sprite.svg) no-repeat -206px -492px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}
.checkbox input,
.radio input {
  opacity: 1;
}
.form-text,
.form-textarea,
.form-select,
.form-file {
  border-radius: 0;
  color: #595959;
}
.form-submit {
  border-radius: 0;
}
.webform-component {
  margin-bottom: 15px;
}
/**
* COE Boundless theme overrides
*/
/*@ultralightgold:            #E8E3D3;
/*@ultralightgold:            ##ECE9E2;*/
ol li {
  list-style-type: inherit;
}
li {
  list-style-type: square;
}
a {
  color: #0074bb;
}
.gsc-resultsbox-visible {
  margin-top: 32px;
}
table.shaded td {
  border: 1px solid #ccc;
}
table.shaded tr.even {
  background-color: #eee;
  vertical-align: top;
}
.coe-hero-image {
  position: relative;
}
.container .col-md-8 {
  position: relative;
}
.uw-body-copy h1 a,
.uw-body-copy h2 a,
.uw-body-copy h3 a,
.uw-body-copy h4 a,
.uw-body-copy h5 a {
  color: #0074bb;
}
h1.page-header {
  font-size: 22px;
}
div.ds-1col .field-name-body img {
  float: right;
  padding: 0 0 8px 28px;
}
div.ds-1col .field-name-body .coe-table img {
  float: left;
}
.uw-body a:link,
.uw-body h2 a:link,
.uw-body h3 a:link,
.uw-body a:visited,
.uw-body h2 a:visited,
.uw-body h3 a:visited {
  border-bottom: 0;
  color: #0088DD;
}
.uw-body a:focus,
.uw-body h2 a:focus,
.uw-body h3 a:focus,
.uw-body a:hover,
.uw-body h2 a:hover,
.uw-body h3 a:hover {
  border-bottom: 0;
  color: #b7a57a;
}
/*TABLE STYLES*/
.coe-table {
  width: 100%;
}
.coe-table th p {
  font-style: 'Encode Sans Compressed', sans-serif;
  color: #4B2E83;
  font-size: 1.2em;
  font-weight: 600;
}
.coe-table td.col1 {
  background: #fff;
  font-size: 1.2em;
  font-weight: 600;
}
.coe-table tr {
  vertical-align: top;
}
.coe-table tr:nth-child(2n+0) {
  background-color: #F1F5FA;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
.coe-table tr:nth-child(2n+1) {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
.coe-table tr.even {
  background-color: #F1F5FA;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
.coe-table tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
.coe-table th,
.coe-table td {
  padding: 12px;
}
.coe-table.graphics img {
  width: 90%;
  height: auto;
}
.schpsy-table tr.even {
  background-color: #F1F5FA;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
.schpsy-table td {
  border: 1px solid #ccc;
  text-align: center;
}
.schpsy-table td:first-child {
  text-align: left;
  padding-left: 8px;
}
.schpsy-table tr.even {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
.schpsy-table td,
#schpsy-table th {
  vertical-align: top;
}
.schpsy-table td {
  padding: 2px;
}
#schpsy-table th {
  padding: 2px 12px 2px 2px;
}
th.schpsy-first-cell,
td.schpsy-first-cell {
  width: 20%;
}
#schpsy-table tr.even {
  background-color: #F1F5FA;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
#schpsy-table tr.even {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
.schpsy-table h2 {
  padding-top: 0;
}
table.ep18 {
  margin-bottom: 12px;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.ep18 tr {
  padding: 0.1em 0.6em;
  border: none;
  vertical-align: top;
}
.ep18 th,
.ep18 td {
  width: 33%;
  padding: 12px;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
.ep18 th:first-child,
.ep18 th:nth-child(3),
.ep18 td:first-child,
.ep18 td:nth-child(3) {
  background-color: #F1F5FA;
}
table th,
table td {
  padding: 12px;
}
/*END TABLE STYLES*/
/*******BLOCK STYLES ******/
.adviser-block p {
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 500;
}
.adviser-block p:first-of-type {
  margin: 0;
}
.inset-callout,
#block-block-203 {
  width: 100%;
  background-color: #ECE9E2;
  padding: 10px;
  margin: 0 10px 0 10px;
  float: right;
}
.inset-callout h3 {
  margin-top: 0;
}
#block-block-207 p {
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 500;
}
#block-block-217,
#block-block-218 {
  margin-top: 12px;
  margin-bottom: 12px;
}
#block-block-217 .callout,
#block-block-218 .callout {
  margin-top: 0;
}
#block-block-219 h3 {
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
/*CAMPAIGN STYLES*/
ul.ambassadors {
  padding-left: 0;
}
ul.ambassadors li {
  margin-top: 20px;
  float: left;
  display: inline;
  position: relative;
}
ul.ambassadors.buttons li {
  width: 30%;
  margin-right: 2%;
}
ul.ambassadors.buttons li:last-item {
  margin-right: 0;
}
ul.ambassadors.priorities li {
  display: block;
  width: 23%;
  min-height: 200px;
  margin-right: 2%;
}
ul.ambassadors.priorities li:last-child {
  margin-right: 0;
}
ul.ambassadors.priorities h2 {
  position: absolute;
  bottom: 4px;
  margin-left: 6px;
  background: rgba(0, 0, 0, 0.5);
  /* Black see-through */
}
ul.ambassadors.priorities h2 a:link,
ul.ambassadors.priorities h2 a:visited {
  color: #fff;
}
ul.ambassadors.priorities h2 a:hover {
  color: #b7a57a;
}
ul.ambassadors.priorities li.el {
  background: url('/sites/default/files/alumni/campaign/EARLY-LERANING.jpg') no-repeat;
  background-size: cover;
}
ul.ambassadors.priorities li.gt {
  background: url('/sites/default/files/alumni/campaign/GREAT-TEACHING.jpg') no-repeat;
  background-size: cover;
}
ul.ambassadors.priorities li.ue {
  background: url('/sites/default/files/alumni/campaign/COMMMUNITY-PARTNERSHIP.jpg') no-repeat;
  background-size: cover;
}
ul.ambassadors.priorities li.ej {
  background: url('/sites/default/files/alumni/campaign/EDUCATIONAL-JUSTICE.jpg') no-repeat;
  background-size: cover;
}
ul.ambassadors.priorities li.bro {
  background: url('/sites/default/files/alumni/campaign/rs/bhood.jpg') no-repeat;
  background-size: cover;
}
ul.ambassadors.priorities li.cult {
  background: url('/sites/default/files/alumni/campaign/rs/cultivate.jpg') no-repeat;
  background-size: cover;
}
ul.ambassadors.priorities li.haring {
  background: url('/sites/default/files/alumni/campaign/rs/haring.jpg') no-repeat;
  background-size: cover;
}
ul.ambassadors.priorities li.inspire {
  background: url('/sites/default/files/alumni/campaign/rs/inspire.jpg') no-repeat;
  background-size: cover;
}
#brochures img {
  float: left;
  width: 220px;
  padding: 0 5px 5px 0;
}
#brochures h3 {
  margin-top: 8px;
}
#brochures .br1 {
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
}
#brochures .br2 {
  float: left;
  width: 50%;
  padding: 0 0 0 10px;
}
/*CAMPAIGN BLOCK*/
#block-block-175 {
  width: 100%;
  clear: both;
}
#block-views-campaign-quotes-block {
  background-color: #fff;
}
#block-views-campaign-quotes-block h2,
#block-views-campaign-quotes-block h3 {
  padding-bottom: 10px;
  padding-left: 0;
  margin: 32px 0 4px 0;
}
#block-views-campaign-quotes-block p {
  padding-left: 0;
}
#block-views-campaign-quotes-block h3 {
  font-size: 1.15em;
  padding-bottom: 0;
}
#block-views-campaign-quotes-block .views-vTicker-tick-field h2,
#block-views-campaign-quotes-block .views-vTicker-tick-field h3 {
  margin: 4px 0 4px 0;
}
.node-type-landing-with-sidebar .region-sidebar-second #block-views-campaign-quotes-block .widget p {
  padding-left: 0;
}
/*END CAMPAIGN QUOTES BLOCK*/
/*******END BLOCK STYLES ******/
/*******LANDING PAGE STYLES ******/
.region-secondary-content {
  background-color: #ccc;
  height: 100%;
  height: 200px;
}
.node-type-landing-page .uw-body.container {
  margin-top: 32px;
  margin-bottom: 32px;
}
.node-type-landing-page .uw-body.container p {
  font-size: 1.4em;
}
.node-type-landing-page div.programs-wrapper {
  background-color: #4b2e83;
  padding-top: 12px;
  padding-bottom: 24px;
}
.node-type-landing-page div.programs-wrapper .leadership .programs-item {
  width: 19%;
  float: left;
  margin-right: 10px;
}
.node-type-landing-page div.programs-wrapper .leadership .programs-item.last {
  margin-right: 0;
}
.node-type-landing-page div.programs-wrapper .leadership .programs-item img {
  width: 100%;
  height: auto;
}
.node-type-landing-page div.programs-wrapper .programs-inner h3 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #5b438b;
  padding: 4px 8px;
  margin-right: 30%;
  margin-left: -6%;
  padding-left: 6%;
}
.node-type-landing-page div.programs-wrapper .programs-inner h1 {
  border-bottom: 1px solid #e8e3d3;
}
.node-type-landing-page div.programs-wrapper .programs-inner a:link,
.node-type-landing-page div.programs-wrapper .programs-inner a:visited {
  color: #e8e3d3;
}
.node-type-landing-page div.programs-wrapper .programs-inner a:visited a:hover {
  color: #85754d;
}
.node-type-landing-page div.programs {
  margin: 0 auto;
}
.node-type-landing-page div.programs i.fa.fa-arrow-right,
.node-type-landing-page div.programs i.fa.fa-arrow-right a:link,
.node-type-landing-page div.programs i.fa.fa-arrow-right a:visited {
  color: #b7a57a;
}
.node-type-landing-page li.programs-item {
  padding: 0 22px 32px 0;
  width: 50%;
  float: left;
}
.node-type-landing-page li.programs-item {
  list-style-type: none;
}
.node-type-landing-page div.programs h3,
.node-type-landing-page div.programs h3 a:link,
.node-type-landing-page div.programs h3 a:visited {
  color: #b7a57a;
}
.node-type-landing-page div.programs p,
.node-type-landing-page div.programs p {
  color: #fff;
}
.node-type-landing-page .more-info h2.container-header {
  text-align: center;
  color: #b7a57a;
}
.node-type-landing-page .more-info h2 {
  padding: 10% 10% 5% 10%;
  font-size: 22px;
  margin: 0;
  margin-left: 0;
  text-indent: 0;
  text-align: center;
  text-transform: uppercase;
}
.coe-hero-image {
  height: 320px;
}
.node-type-landing-with-sidebar .coe-hero-image {
  height: 220px;
}
/*******MASONRY STYLE ******/
.view-faculty-spotlights .masonry-item,
.masonry-item {
  padding: 0 0 5%;
  margin: 8px;
  width: 100%;
  background-color: #e8e3d3;
  margin-bottom: 10%;
}
.view-faculty-spotlights .masonry-item {
  margin-bottom: 24px;
}
.masonry-item h2 {
  font-size: 18px;
  padding: 0 8px;
}
.masonry-item p {
  font-size: 15px;
  padding: 0 8px;
}
.node-type-landing-page .masonry-item h2 {
  border-bottom: 1px solid #fff;
  padding: 0;
  padding-bottom: 5%;
  margin-bottom: 5%;
}
.node-type-landing-page .masonry-item h2,
.node-type-landing-page .masonry-item h2 a:visited,
.node-type-landing-page .masonry-item h2 a:link {
  color: #4b2e83;
  padding-top: 10%;
}
.node-type-landing-page .more-info p {
  padding: 0 10%;
  line-height: 1.4em;
}
.node-type-landing-page .more-info p.readmore {
  padding: 0;
}
.node-type-landing-page .masonry-item p,
.node-type-landing-page .masonry-item {
  font-size: 14px;
}
.node-type-landing-page div.view-admissions-dates,
.node-type-landing-page div.view-sidebar-events-nopath {
  padding: 0 10%;
}
.node-type-landing-page div.view-admissions-dates .views-row,
.node-type-landing-page div.view-sidebar-events-nopath .views-row {
  padding-bottom: 5%;
}
.views-field-title {
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: 1.2em;
}
.views-field-title a {
  color: #0074bb;
}
.masonry-item .view-front-video-feature h3,
.node-type-landing-page .view-masonry-press .views-field-title h3,
.node-type-landing-page .view-id-feature_teasers_newsroom h3 {
  font-size: 16px;
  color: #85754d;
  text-indent: 0;
  margin-top: 0;
  padding: 0 5% 0 0;
  border-bottom: none;
}
.node-type-landing-page .view-masonry-press .views-field-field-source,
.node-type-landing-page .view-masonry-press .views-field-field-pub-date {
  text-indent: 0px;
  margin-top: 0;
}
.node-type-landing-page .more-info .container {
  width: 100%;
  background-color: #444444;
}
.field-name-field-news-date {
  font-family: 'Encode Sans Compressed', sans-serif;
  padding: 6px 0 12px;
  font-weight: 600;
}
#block-views-news-block-1 .views-row {
  margin-top: 5%;
  border-bottom: 1px solid #ccc;
}
#block-views-news-block-1 .views-row p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.region-sidebar-first #block-views-news-block-1 .views-row .views-field-title h3 {
  margin-top: 3px;
  margin-bottom: 3px;
}
#block-views-news-block-1 .views-row .views-field-field-pub-date {
  font-size: 14px;
  padding-bottom: 2px;
}
#block-views-news-block-1 .views-row .views-field-field-source a {
  font-size: 14px;
  padding-bottom: 2px;
}
#block-views-news-associated-content-block,
#block-views-news-associated-content-block-2 {
  margin: 2%;
  background-color: #ECE9E2;
  float: left;
}
#block-views-news-associated-content-block h2.block-title,
#block-views-news-associated-content-block-2 h2.block-title {
  text-align: center;
  padding-bottom: 8px;
}
#block-views-news-associated-content-block .views-row,
#block-views-news-associated-content-block-2 .views-row {
  width: 40%;
  float: left;
  margin: 0 4% 10% 4%;
}
#block-views-news-associated-content-block .views-field-title,
#block-views-news-associated-content-block-2 .views-field-title {
  padding: 8px 0 0 0;
  font-size: 1em;
}
#block-views-news-associated-content-block .views-field-field-teaser,
#block-views-news-associated-content-block-2 .views-field-field-teaser {
  padding: 6px 0;
  font-size: .85em;
}
#block-views-rtm-info-block-block {
  background-color: #e8e3d3;
}
.node-type-landing-page .view-rtm-news-block .views-row {
  padding: 0 10%;
}
.node-type-landing-page .view-rtm-news-block .views-row img {
  width: 100%;
  margin-bottom: 10%;
}
.node-type-landing-page .view-sidebar-events .views-row {
  padding-bottom: 5%;
}
.node-type-landing-page .view-masonry-press .views-row,
.node-type-landing-page .view-id-feature_teasers_newsroom .views-row {
  padding: 0 5% 5% 10%;
}
.view-masonry-landing-page-ambassadors .masonry-item {
  padding: 20px;
}
.view-masonry-landing-page-ambassadors .masonry-item h2 {
  padding: 0;
  font-size: 18px;
}
.uw-body .view-masonry-landing-page-ambassadors .masonry-item h3 {
  font-size: 16px;
}
.uw-body .view-masonry-landing-page-ambassadors .masonry-item p {
  font-size: 14px;
}
.uw-body .view-masonry-landing-page-ambassadors .masonry-item .view-front-video-feature {
  padding: 0;
}
#block-views-ambassador-news-block,
#block-views-ambassador-news-block-1,
#block-views-ambassador-news-block-2 {
  float: left;
  padding: 10px;
  margin-bottom: 12px;
}
#block-views-ambassador-news-block,
#block-views-ambassador-news-block-1 {
  width: 45%;
  background-color: #ECE9E2;
}
#block-views-ambassador-news-block {
  margin-right: 8%;
}
#block-views-ambassador-news-block-2 {
  width: 98%;
}
.node-student-ambassador img {
  float: right;
  padding: 0 0 12px 24px;
}
.node-type-landing-page .view-footer {
  padding: 0 5% 5% 10%;
}
.view-research-that-matters-mobile .masonry-item {
  background-color: #fff;
}
.view-research-that-matters-mobile .masonry-item .views-field-title {
  padding: 5%;
  color: #4b2e83;
}
.view-research-that-matters-mobile .masonry-item .views-field-body {
  font-size: .9em;
}
.masonry-item .view-front-video-feature {
  padding: 0 10%;
}
.masonry-item .view-front-video-feature .views-row {
  padding-bottom: 10%;
}
.masonry-item .view-front-video-feature .view-footer p {
  padding: 10% 0;
}
.view-front-video-feature .video-embed-description {
  display: none;
}
li.views-fade-item-tweets_digisign {
  list-style-type: none;
  padding: 0 3%;
}
.view-sidebar-events li.views-row {
  list-style-type: none;
  padding: 0 9% 0 3%;
}
.masonry-item .views-field-body h3 {
  font-size: 1.2em;
}
.uw-body .masonry-item h3 {
  font-size: 1em;
  margin-top: 14px;
  margin-bottom: 7.5px;
}
.views-field-field-deadline-date,
.uw-body .block-views .views-field-field-time {
  font-size: .9em;
  font-weight: 600;
}
.view-application-deadlines table thead tr th {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  vertical-align: top;
}
.view-application-deadlines th.views-field-field-deadline-date {
  font-size: 20px;
}
.view-application-deadlines .views-field-field-deadline-date {
  font-size: 17px;
  font-weight: 400;
}
.uw-body .block-views .views-field-field-time {
  font-size: .9em;
  font-weight: 600;
}
#block-views-rtm-info-block-block h2 {
  padding: 5%;
  text-align: center;
  font-size: 28px;
}
#block-views-rtm-info-block-block p {
  padding: 0;
}
#block-views-rtm-info-block-block p {
  padding-bottom: 10%;
}
#block-views-rtm-info-block-block .views-row {
  width: 33%;
  float: left;
  padding-left: 5%;
}
#block-views-rtm-info-block-block .view-footer {
  clear: both;
  text-align: center;
}
img.masonry-image {
  float: right;
  padding: 0 0 12px 12px;
}
.top-layer {
  /*for position uw-btn style block over lead image*/
  position: absolute;
  top: 30px;
  right: 0;
}
#block-block-198,
#block-block-223,
.lhe-info {
  position: absolute;
  right: 5vw;
  top: 6px;
  width: 20vw;
  padding: 12px 24px;
  background-color: #ECE9E2;
  box-shadow: 1px 1px #d3d3d3;
}
.lhe-info {
  position: inherit;
  float: right;
  margin: 24px 0 12px 24px;
  padding: 0 0 12px 24px;
}
.apply-now h2 {
  margin-top: 4px;
  font-size: 16px;
}
.apply-now p {
  font-size: 15px;
  font-family: 'Encode Sans Compressed', sans-serif;
  color: #444;
}
/**ORS**/
ul#ors-stats {
  padding-left: 0;
}
ul#ors-stats li {
  display: inline;
  float: left;
  background-color: #ECE9E2;
  font-family: 'Encode Sans Compressed', sans-serif;
  color: #4b2e83;
  width: 46%;
  margin: 1%;
  padding: 10px;
  min-height: 100px;
  text-align: center;
  vertical-align: top;
}
ul#ors-stats li:last-child {
  margin-right: 0;
}
ul#ors-stats li .ors-lg {
  font-size: 1.2em;
  font-weight: 700;
}
#block-views-ors-grants-block,
#block-block-200,
#block-block-201,
#block-block-202 {
  float: left;
  width: 46%;
}
#block-views-ors-grants-block .views-row {
  margin-bottom: 12px;
}
/*******END LANDING PAGE STYLES ******/
/*CAMPAIGN STYLES*/
button.coe-give {
  text-transform: uppercase;
  background-color: #e8e3d3;
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #5a5a5a;
  display: inline-block;
  position: relative;
  background-image: none !important;
  border-bottom: none;
  margin: 25px 55px 25px 8px;
  z-index: 1;
  line-height: 24px;
  text-shadow: none;
}
button.coe-give {
  font-size: 18px;
  padding: 13px 24px;
  margin-left: 0;
  border-width: 0;
}
button.coe-give:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 55px;
  height: 55px;
  right: -55px;
  top: 50%;
  margin-top: -28px;
  background: url(assets/svg/uw-sprite.svg) no-repeat -36px -475px transparent;
}
button.coe-give:before {
  content: "";
  width: 55px;
  right: -55px;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #4b2e83;
  border-left: 5px solid rgba(0, 0, 0, 0.3);
}
.uw-sidebar section#block-block-173 .widgettitle::before,
.uw-sidebar section#block-block-173 .widgettitle::after {
  bottom: -8px;
}
.uw-sidebar .widgettitle::after {
  height: 5px;
  bottom: 5px;
}
/*Derived from campaign styles for News Features*/
.node-type-news-feature .field-name-field-biography {
  width: 100%;
  float: right;
  background-color: #f9f9f9;
  margin: 12px 0 12px 12px;
  padding: 20px 32px;
}
.node-type-news-feature .field-name-field-biography p + div {
  font-family: 'Encode sans compressed', arial, sans-serif;
  font-size: 1.1em;
}
.node-type-news-feature .field-name-field-biography p {
  position: relative;
  font-family: 'Encode sans compressed', arial, sans-serif;
  font-size: 1.2em;
}
.node-type-news-feature .field-name-field-biography p:before {
  content: " ";
  position: absolute;
  top: -50px;
  left: -20%;
  width: 62px;
  height: 51px;
  background: url(assets/svg/sprite.svg) -593px -101px no-repeat transparent;
  display: inline;
}
.node-type-news-feature .field-name-field-biography p:after {
  content: " ";
  position: absolute;
  left: 90%;
  bottom: 10px;
  width: 62px;
  height: 51px;
  background: url(assets/svg/sprite.svg) -599px -212px no-repeat transparent;
  display: inline;
}
.node-type-news-feature .field-name-field-biography p:before,
.node-type-news-feature .field-name-field-biography p:after {
  transform: scale(0.35) translateX(0) translateY(85px);
  -webkit-transform: scale(0.35) translateX(0) translateY(85px);
  -ms-transform: scale(0.35) translateY(0) translateX(85px);
}
.node-news-feature.node-teaser > .field-name-field-news-date {
  padding-top: 0;
}
.node-news-feature.node-teaser img {
  float: left;
  padding: 0 24px 12px 0;
}
/*PAGE-SPECIFIC STYLES*/
li.fastfacts {
  list-style-type: none;
  padding-left: 120px;
  min-height: 100px;
  background-size: 60px;
  background-position-x: left;
  background-position-y: center;
}
li.fastfacts h2 {
  padding-top: 18px;
  font-size: 1.2em;
}
.cols {
  background: url('../images/fastfacts/cols.png') no-repeat;
}
.cup {
  background: url('../images/fastfacts/cup.png') no-repeat;
}
.globe {
  background: url('../images/fastfacts/globe.png') no-repeat;
}
.handshake-gold {
  background: url('../images/fastfacts/handshake-gold.png') no-repeat;
}
.people {
  background: url('../images/fastfacts/people.png') no-repeat;
}
.school {
  background: url('../images/fastfacts/school.png') no-repeat;
}
.clock {
  background: url('../images/fastfacts/clock.png') no-repeat;
}
.school {
  background: url('../images/fastfacts/school.png') no-repeat;
}
.glasses {
  background: url('../images/fastfacts/glasses.png') no-repeat;
}
/*CME styles*/
div.cme_pubs {
  clear: both;
  margin-top: 18px;
}
.node-type-cme .section-content img {
  float: left;
  padding: 6px 8px 6px 0;
}
#cme_pub_index img {
  border: 0px;
  width: 116px;
  height: 169px;
}
#cme_pub_index ul li {
  float: left;
  list-style: none;
  padding-left: 20px;
}
#cme_pubs .caption {
  margin-left: 8px;
}
#cme-people img {
  width: 200px;
  height: auto;
}
#cme-people .right {
  float: right;
  padding: 0 0 12px 12px;
}
#cme-front p {
  clear: both;
}
#cme-front img {
  float: right;
  padding: 0 0 12px 8px;
  width: 180px;
  height: auto;
}
.view-coe-programs h3 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.view-coe-programs .views-table {
  width: 98%;
}
.view-coe-programs .views-table td {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.view-coe-programs .views-table td.views-field-title {
  width: 100%;
}
.view-coe-programs .views-table .views-row-last {
  border-bottom: 1px solid #ccc;
}
div.ds-1col .field-name-body .cme-pubs img {
  padding: 0 12px 0 0;
}
p.cme-imagerow {
  clear: both;
}
div.ds-1col .field-name-body .cme-imagerow img {
  float: left;
  padding: 0 0 12px 8px;
  height: 200px;
  width: auto;
}
#me-series {
  padding-left: 0;
}
#me-series li {
  width: 240px;
  list-style-type: none;
  display: inline;
  float: left;
  margin-right: 6px;
  min-height: 540px;
}
#me-series h4 {
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}
#me-series p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.4em;
}
#me-series img {
  width: 240px;
  height: auto;
  float: left;
  margin-bottom: 6px;
  padding: 0 8px 0 0;
}
/*End CME styles*/
/*SMART styles*/
.page-node-12005 div.ds-1col .field-name-body img {
  float: left;
  padding: 0 28px 8px 0;
}
.node-type-student-ambassador .field-name-field-position {
  display: inline;
  font-size: 1.2em;
  font-weight: 500;
  font-family: 'Encode Sans Compressed', sans-serif;
}
/*End SMART styles*/
.node-event legend,
.node-event .field-name-field-time,
.node-event .field-name-field-room,
.node-event .field-name-field-location,
.node-event .field-name-field-other-location {
  font-size: 1.2em;
  font-weight: 500;
  font-family: 'Encode Sans Compressed', sans-serif;
}
.node-event .group-combined-body {
  margin-top: 24px;
}
.aba-course {
  position: relative;
}
.aba-course img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: auto;
}
ul.research-areas li.tiles {
  position: relative;
  list-style-type: none;
  display: inline;
  float: left;
  width: 240px;
  height: auto;
  padding: 6px;
  margin: 0 24px 24px 0;
}
ul.research-areas li.tiles img {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
ul.research-areas li.tiles a {
  position: absolute;
  bottom: 20%;
  left: 0;
  padding: 6px;
  color: #fff;
  background: rgba(51, 0, 111, 0.9);
  background-opacity: .5;
}
ul.research-areas li.tiles a:hover {
  border: none;
}
div.view-research-areas .col-lg-3 {
  width: 50%;
  float: left;
}
.page-node-862 li {
  list-style-type: none;
}
.page-node-862 li img {
  width: 100px;
}
/*div.view-research-areas 
.col-lg-3 {
    width: 45%;
}

.page-node-10975 .field-name-field-video-embedded{
  float:none;
  margin:auto;
}
/*ambassador and alum profile pages*/
.field-name-field-ambassador-profile-image img {
  width: 35%;
  height: auto;
  padding-top: 12px;
}
/*BLOG STYLES*/
.field-name-field-filefield-sources ul li {
  display: inline;
}
/*END BLOG STYLES*/
/*END PAGE-SPECIFIC STYLES*/
/*jquery style*/
.uw-content .ui-widget {
  font-family: 'Open Sans';
  margin-bottom: 24px;
}
.uw-content .jquery-ui-filter-header {
  font-size: 16px;
  font-weight: 500;
  color: #4b2e83;
}
.uw-content .jquery-ui-filter-header a,
.uw-content .jquery-ui-filter-header a:link,
.uw-content .jquery-ui-filter-header a:visited {
  text-decoration: none;
}
.uw-content .jquery-ui-filter-container p,
.uw-content .jquery-ui-filter-container a,
.uw-content .jquery-ui-filter-container li {
  font-size: 14px;
  font-size: inherit;
}
.uw-content .jquery-ui-filter-container a:link,
.uw-content .jquery-ui-filter-container a:visited {
  text-decoration: underline;
}
.uw-content #jquery-ui-filter li {
  list-style-type: square;
  line-height: 1.5em;
}
/*TOC STYLES*/
/*Table of Content Styles*/
div.toc {
  float: right;
  width: 30%;
  background: #eee;
  font-size: 0.9em;
  padding: 1em 2em;
  margin: 0 0 0.5em 1.5em;
}
div.toc-title {
  text-align: left;
  margin-bottom: 12px;
}
div.toc-list ul {
  padding: 0;
}
div.toc-list li {
  font-size: .95em;
  margin-bottom: 12px;
}
/*END TOC STYLES*/
/*PROFILES STYLES*/
/*Hide extra realname field*/
div.field-name-realname {
  display: none;
}
div#profile-info-wrapper {
  background-color: #e8e3d3;
  min-height: 282px;
  padding: 12px;
  margin-bottom: 12px;
}
div#profile-info-wrapper h3 {
  margin-top: 0;
}
div#profile-info-wrapper p {
  color: #4b2e83;
  margin: 0 0 6px;
}
div#profile-info-wrapper a:link,
div#profile-info-wrapper a:visited {
  color: #4b2e83;
  border-bottom: 1px solid #ccc;
}
div#profile-info-wrapper .field-name-field-research-link,
div#profile-info-wrapper .field-name-field-cv {
  margin: 22px 0 22px 134px;
}
div#profile-info-wrapper .field-name-field-research-link a:link,
div#profile-info-wrapper .field-name-field-research-link a:visited,
div#profile-info-wrapper .field-name-field-cv a:link,
div#profile-info-wrapper .field-name-field-cv a:visited {
  padding: 4px 12px;
  color: #fff;
  background-color: #4b2e83;
}
div#profile-info-wrapper .field-name-field-research-link a:hover,
div#profile-info-wrapper .field-name-field-cv a:hover {
  text-decoration: underline;
}
div.profile2-faculty .field-name-faculty-profile-info {
  margin: 0 0 0 132px;
}
div.profile2-faculty .field-name-field-profile-image {
  float: left;
  padding: 8px 24px 12px 8px;
}
div.profile2-faculty .appointments {
  padding: 8px 6px 8px 0;
  color: #4b2e83;
}
div.profile2-faculty .field-name-profile2-title {
  font-size: 1.2em;
}
div.profile2-faculty .group-appointments,
div.profile2-faculty .group-faculty-info {
  margin-left: 112px;
  background-color: #85754d;
  padding: 6px;
  color: #fff;
}
.field-name-field-faculty-program-area {
  clear: both;
}
div.profile2-faculty .field-name-field-faculty-program-area {
  color: #fff;
  background-color: #54338B;
}
.field-name-field-research-interests div.field-item,
.field-name-field-faculty-program-area div.field-item {
  padding: 6px;
  text-indent: -6px;
  margin-right: -22px;
}
#block-ds-extras-faculty-research-sidebar a:link,
#block-ds-extras-faculty-research-sidebar a:visited,
#block-ds-extras-faculty-programs-sidebar a:link,
#block-ds-extras-faculty-programs-sidebar a:visited {
  padding: 6px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background-color: #4b2e83;
}
div.profile2-faculty .field-name-field-research-centers {
  clear: both;
  margin: 24px 0 24px;
  padding: 12px;
  color: #fff;
  background-color: #54338B;
}
div.profile2-faculty .field-name-field-research-centers a:link,
div.profile2-faculty .field-name-field-research-centers a:visited {
  color: #fff;
  font-weight: 500;
  padding: 6px;
  background-color: #4b2e83;
}
div.profile2-faculty .field-name-field-research-interests {
  margin: 12px 0 24px;
  padding: 12px;
  color: #fff;
  background-color: #54338B;
}
div.profile2-faculty .field-name-field-research-interests a:link,
div.profile2-faculty .field-name-field-research-interests a:visited {
  color: #fff;
  font-weight: 500;
  padding: 6px;
  background-color: #4b2e83;
}
.field-name-field-profile-image .img-responsive {
  width: 50%;
  width: 120px;
  height: auto;
}
div.field-name-field-faculty-video .embedded-video iframe {
  margin-top: 12px;
}
div.field-name-field-faculty-video img.img-responsive {
  background: url('../images/video-play.png');
  z-index: -1;
}
.field-name-field-faculty-video {
  float: none;
  width: 95%;
  height: auto;
  padding: 12px 0;
}
/*END FACULTY PROFILES*/
/*STAFF PROFILES*/
.profile2-staff .field-name-field-profile-image {
  float: left;
}
.profile2-staff .field-name-field-biography {
  float: left;
  margin-top: 20px;
  clear: both;
}
.profile2-staff .group-contact h3,
.profile2-staff .field-name-field-biography h3 {
  font-size: 20px;
}
.profile2-staff .group-contact h3 {
  margin-top: 0;
}
.profile2-staff .group-contact {
  float: left;
  margin-left: 20px;
  width: 500px;
}
.profile2-staff .group-contact h2 {
  font-size: 24px;
  margin-top: 8px;
}
/*END STAFF PROFILES*/
/*Custom region display settings*/
.menu-block-19 {
  display: block;
}
.menu-name-menu-james-banks a:link,
.menu-name-menu-james-banks a:visited,
.menu-block-29 a:link,
.menu-block-29 a:visited {
  color: #fff;
}
.menu-name-menu-james-banks a:hover,
.menu-block-29 a:hover {
  color: #4b2e83;
}
.menu-name-menu-james-banks a:link,
.menu-name-menu-james-banks a:visited,
.menu-name-menu-james-banks a:hover,
.menu-block-29 a:link,
.menu-block-29 a:visited,
.menu-block-29 a:hover {
  font-family: 'Encode Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 18px;
  margin-bottom: 6px;
  background-color: #4b2e83;
}
/*temporarily hide shib login block*/
div.field-name-field-faculty-video .embedded-video iframe {
  margin-top: 12px;
  width: 400px;
  height: 227px;
}
.box-outer {
  margin: -10px -20px 0 -20px;
}
.box-outer .box {
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 20px;
  margin: 0 0 40px;
}
.box-outer .box .tile {
  display: table-cell;
  padding: 0 50px 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  vertical-align: top;
}
/*accordion style overrides*/
.uw-content .ui-widget .ui-accordion-header {
  font-family: "Encode Sans Compressed", sans-serif;
  border-radius: 0;
}
.uw-content .ui-widget .ui-accordion-header,
.uw-content .ckeditor-accordion-container > dl dt > a {
  font-family: 'Encode Sans Compressed', sans-serif;
  font-size: 20px;
  background: #ECE9E2;
  color: #333;
}
.ckeditor-accordion-container > dl {
  border: none;
}
.ckeditor-accordion-container > dl dd {
  padding: 0 45px;
}
.ckeditor-accordion-container > dl dt > a {
  border-bottom: 1px solid #fff;
}
.ckeditor-accordion-container > dl dd > p {
  margin: 6px 0;
}
.uw-content .jquery-ui-filter-accordion-header a:link,
.uw-content .jquery-ui-filter-accordion-header a:hover {
  color: #333;
  font-size: 26px;
}
.uw-content .jquery-ui-filter-accordion-header a:hover {
  text-decoration: underline;
}
.uw-content .jquery-ui-filter-container p {
  font-size: 16px;
}
.three-col {
  column-count: 3;
}
.callout {
  float: right;
  padding: 5%;
  margin-top: 24px;
  margin-bottom: 12px;
  margin-left: 3%;
  background-color: #e8e3d3;
  width: 45%;
  clear: both;
}
div.callout.ecfs {
  margin-top: 0;
}
div.callout.ecfs p {
  color: #4B2E83;
  font-family: 'Encode Sans Compressed', sans-serif;
}
div.callout.ecfs span {
  color: #fff;
  background-color: #4B2E83;
  padding: 4px;
}
.callout p {
  font-size: 14px;
}
.callout.mil {
  float: left;
  clear: none;
}
.callout.right.mil {
  float: right;
}
.callout .quote {
  font-size: 1.1em;
  font-style: italic;
}
.callout p,
.callout h2 {
  font-weight: 500;
  font-size: 1em;
  margin-top: 0;
}
.caption .mil {
  float: left;
}
.field-name-field-image {
  padding: 0;
  clear: both;
}
.field-name-field-image img {
  margin-bottom: 12px;
}
.field-name-field-image .caption {
  width: 100%;
  padding: 0;
}
.caption {
  width: 33%;
  float: right;
  padding: 0 0 12px 12px;
  text-align: center;
  font-style: italic;
}
.caption img {
  width: 100%;
  height: auto;
}
.enews-inset {
  width: 60%;
  float: right;
}
.emphasis {
  font-style: italic;
}
/*BUTTONS*/
div.uw-btn {
  padding: 7px 12px;
  text-transform: uppercase;
  background-color: #e8e3d3;
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #5a5a5a;
  display: inline-block;
  position: relative;
  background-image: none !important;
  border-bottom: none;
  margin-bottom: 25px;
  margin-right: 55px;
  margin-left: 8px;
  width: 40%;
  float: right;
  z-index: 1;
  line-height: 24px;
  text-shadow: none;
}
.view-faculty-spotlights div.uw-btn {
  background-color: #f5f5f5;
  float: left;
  width: 60%;
  margin: 12px 0;
}
.spotlight {
  margin-top: 24px;
}
div.uw-btn.btn-sm {
  padding: 5px 10px 3px 10px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
div.uw-btn.btn-sm:before {
  width: 45px;
  right: -45px;
}
div.uw-btn.btn-sm:after {
  width: 45px;
  height: 45px;
  top: 50%;
  margin-top: -21px;
  right: -45px;
  background-size: 740px;
  background-position: -32px -410px;
}
div.uw-btn.btn-sm.btn-play:after {
  background-position: -31px -466px;
}
div.uw-btn.btn-sm.btn-external:after {
  background-position: -126px -410px;
}
div.uw-btn.btn-sm.btn-plus:after {
  background-position: -83px -465px;
}
div.uw-btn:hover,
div.uw-btn:focus {
  color: #85754d;
  background-color: #f5f5f5;
}
div.uw-btn:hover:before,
div.uw-btn:focus:before {
  background-color: #613ba9;
}
div.uw-btn.btn-gold:hover:before {
  background-color: #a49161;
}
div.uw-btn.btn-purple {
  background-color: #4b2e83;
  color: white;
}
div.uw-btn.btn-purple:hover,
div.uw-btn.btn-purple:focus {
  background-color: #402770;
}
div.uw-btn.btn-purple:before {
  background-color: #402770;
}
div.uw-btn.btn-purple:hover:before {
  background-color: #201338;
}
div.uw-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 55px;
  height: 55px;
  right: -55px;
  top: 50%;
  margin-top: -28px;
  background: url(assets/svg/uw-sprite.svg) no-repeat -36px -475px transparent;
}
div.uw-btn:before {
  content: "";
  width: 55px;
  right: -55px;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #4b2e83;
  border-left: 5px solid rgba(0, 0, 0, 0.3);
}
div.uw-btn.btn-play:after {
  background-position: -36px -539px;
}
div.uw-btn.btn-external:after {
  background-position: -146px -475px;
}
div.uw-btn.btn-plus:after {
  background-position: -95px -539px;
}
div.uw-btn.btn-gold:before {
  background-color: #85754d;
}
div.uw-btn.btn-gold:before {
  border-left: 5px solid rgba(0, 0, 0, 0.1);
}
div.uw-btn p,
div.uw-btn h2 {
  padding: 2px;
  font-size: .98m;
  margin: 0;
}
div.uw-btn h2 {
  font-size: 1.1em;
}
a.uw-btn {
  padding: 7px 12px;
  text-transform: uppercase;
  background-color: #e8e3d3;
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #5a5a5a;
  display: inline-block;
  position: relative;
  background-image: none !important;
  border-bottom: none;
  margin-bottom: 25px;
  margin-right: 55px;
  margin-left: 8px;
  z-index: 1;
  line-height: 24px;
  text-shadow: none;
}
a.uw-btn.btn-sm {
  padding: 5px 10px 3px 10px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
a.uw-btn.btn-sm:before {
  width: 45px;
  right: -45px;
}
a.uw-btn.btn-sm:after {
  width: 45px;
  height: 45px;
  top: 50%;
  margin-top: -21px;
  right: -45px;
  background-size: 740px;
  background-position: -32px -410px;
}
a.uw-btn.btn-sm.btn-play:after {
  background-position: -31px -466px;
}
a.uw-btn.btn-sm.btn-external:after {
  background-position: -126px -410px;
}
a.uw-btn.btn-sm.btn-plus:after {
  background-position: -83px -465px;
}
a.uw-btn:hover,
a.uw-btn:focus {
  color: #85754d;
  background-color: #f5f5f5;
}
a.uw-btn:hover:before,
a.uw-btn:focus:before {
  background-color: #613ba9;
}
a.uw-btn.btn-gold:hover:before {
  background-color: #a49161;
}
a.uw-btn.btn-purple {
  background-color: #4b2e83;
  color: white;
}
a.uw-btn.btn-purple:hover,
a.uw-btn.btn-purple:focus {
  background-color: #402770;
}
a.uw-btn.btn-purple:before {
  background-color: #402770;
}
a.uw-btn.btn-purple:hover:before {
  background-color: #201338;
}
a.uw-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 55px;
  height: 55px;
  right: -55px;
  top: 50%;
  margin-top: -28px;
  background: url(assets/svg/uw-sprite.svg) no-repeat -36px -475px transparent;
}
a.uw-btn:before {
  content: "";
  width: 55px;
  right: -55px;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #4b2e83;
  border-left: 5px solid rgba(0, 0, 0, 0.3);
}
a.uw-btn.btn-play:after {
  background-position: -36px -539px;
}
a.uw-btn.btn-external:after {
  background-position: -146px -475px;
}
a.uw-btn.btn-plus:after {
  background-position: -95px -539px;
}
a.uw-btn.btn-gold:before {
  background-color: #85754d;
}
a.uw-btn.btn-gold:before {
  border-left: 5px solid rgba(0, 0, 0, 0.1);
}
div.field-slideshow-wrapper {
  position: relative;
}
div.field-slideshow {
  position: inherit;
}
div.field-slideshow img {
  padding: 20px;
  background-color: #3D3D3D;
}
div.field-slideshow-caption {
  font-size: 18px;
  color: #fff;
  background: #ECE9E2;
  background-color: #3D3D3D;
  padding: 12px 12px 12px 20px;
  margin-top: 12px;
  margin-top: 0;
  min-height: 12vh;
}
.field-slideshow-controls a:visited,
.field-slideshow-controls a:link {
  color: #fff;
  text-decoration: underline;
}
.field-slideshow-controls .prev {
  position: absolute;
  bottom: 4%;
  left: 20px;
  z-index: 10;
}
.field-slideshow-controls .next {
  position: absolute;
  bottom: 4%;
  right: 18%;
  z-index: 10;
}
.field-slideshow-pager li {
  list-style-type: none;
  float: none;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}
.field-slideshow-pager li.activeSlide {
  background: #ccc;
}
.field-slideshow-pager li img {
  width: 120px;
  padding: 8px;
}
.region-content ul.field-slideshow-pager {
  position: absolute;
  right: 0;
  top: 0;
}
/* VIEWS STYLES */
.view-clone-of-college-leadership .col-xs-12 {
  margin-bottom: 29px;
}
.view-clone-of-college-leadership h2 {
  font-size: 1.2em;
  margin-top: 14.5px;
  margin-bottom: 0;
}
.view-clone-of-college-leadership h3 {
  font-size: 1.1em;
  margin-top: 14.5px;
}
.view-smart-faculty img {
  float: left;
  padding: 0 24px 12px 0;
}
#views-exposed-form-search-api-block-view-page-1 .views-exposed-form .views-exposed-widget {
  padding-left: 1em;
}
#views-exposed-form-search-api-block-view-page-1 .views-exposed-form .form-submit {
  margin-top: .6em;
}
#views-exposed-form-search-api-block-view-page-1 .views-exposed-form .views-exposed-widget .btn-primary {
  padding-top: 0;
}
#edit-search-api-multi-fulltext-wrapper label {
  display: none;
}
#block-views-5455c00df9c884a18c660eb3570b705b .masonry-item h2 {
  font-size: 1.2em;
}
#block-views-5455c00df9c884a18c660eb3570b705b .masonry-item h3 {
  font-size: 1.1em;
}
#block-views-5455c00df9c884a18c660eb3570b705b .masonry-item h4 {
  font-size: 1em;
}
#block-views-5455c00df9c884a18c660eb3570b705b .masonry-item h3,
#block-views-5455c00df9c884a18c660eb3570b705b .masonry-item h4 {
  padding-left: 8px;
}
/*Centers & Initiatives*/
div.view-centers-and-initiatives .views-field-body ul {
  padding-left: 0;
  padding-right: 20%;
}
div.view-centers-and-initiatives .views-field-body ul > li {
  display: inline;
  list-style-type: none;
}
div.view-centers-and-initiatives .views-field-body ul > li:nth-child(2)::before,
div.view-centers-and-initiatives .views-field-body ul > li::after {
  content: " | ";
}
div.view-centers-and-initiatives .views-field-body ul > li:first-child a {
  font-size: 1.2em;
  font-weight: 500;
}
div.view-centers-and-initiatives .views-field-body ul > li:first-child::after {
  content: "";
}
div.view-centers-and-initiatives .views-field-body ul > li:last-child::after {
  content: "";
}
/*End Centers & Initiatives*/
/* END VIEWS STYLES */
/*GIVING VIDEO BG PAGE */
#block-block-205,
#block-block-204 {
  position: relative;
}
.page-node-12528 #block-block-205 p,
.page-node-12592 #block-block-204 p {
  margin: auto;
  text-align: center;
}
.page-node-12528 #block-block-205 button,
.page-node-12592 #block-block-204 button {
  color: white;
  display: inline-block;
  font-family: 'Encode Sans Compressed', sans-serif;
  speak: none;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  font-variant: normal;
  text-transform: none;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 30px;
  border: none;
  background-color: #4c2b85;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.page-node-12528 #block-block-205 button.coe-give:before,
.page-node-12592 #block-block-204 button.coe-give:before {
  border-left: 0;
}
.page-node-12528 .uw-body.container,
.page-node-12592 .uw-body.container {
  background: none;
}
.page-node-12528 .uw-body,
.page-node-12592 .uw-body {
  padding-top: 5vh;
}
.page-node-12528 section#campaign-intro,
.page-node-12592 section#campaign-intro {
  padding: 0;
  background: black !important;
  height: 50vh;
  width: 100vw;
  text-align: center;
  overflow: hidden;
  color: white;
  position: relative;
}
.page-node-12528 .video-bg,
.page-node-12592 .video-bg {
  position: absolute;
  height: 50vh;
  width: 100%;
}
.page-node-12528 section#campaign-intro .video-text,
.page-node-12592 section#campaign-intro .video-text {
  position: absolute;
  top: 5vh;
  z-index: 1;
  left: 0;
  width: 100%;
  padding: 0 15vw;
}
.page-node-12528 section#campaign-intro .video-text h1,
.page-node-12592 section#campaign-intro .video-text h1 {
  font-size: 2em;
}
.video-container {
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: -100;
}
.video-bg {
  position: absolute;
  width: 100%;
}
.video-text {
  position: absolute;
  top: 5vh;
  padding: 0 10vw;
}
.video-text h1 {
  font-size: 4em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.video-text p {
  font-size: 1em;
  color: #fff;
  text-align: center;
}
.video-text h3 {
  font-size: 2em;
  color: #fff;
}
.iframe-rsp {
  height: auto;
  width: auto;
}
video {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
video poster {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.yt-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 94px;
}
.yt-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.giving-frame {
  display: none;
  padding: 0 0 12px 12px;
  margin: auto;
  text-align: middle;
}
#cv2-give {
  padding: 5px 30px;
  border: none;
  background-color: #4c2b85;
  color: white;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
#cv2-give::after {
  content: '\e939';
  color: white;
  display: inline-block;
  font-family: 'uw-icon';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  margin-top: -5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.scroll-hint {
  color: #212121;
  position: absolute;
  top: -2vh;
  left: 50%;
  min-height: 90px;
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  padding: 10px 40px;
  font-size: 13px;
  content: '';
  font-weight: bold;
  font-family: 'Uni Sans Light';
  background: url(assets/images/scroll-arrow.png) no-repeat 0 -20px;
  z-index: 2;
}
#sliding-popup.sliding-popup-bottom {
  background: #b7a57a;
}
/*END GIVING VIDEO BG PAGE */
/*campaign specific styles*/
/* Container needed to position the overlay. Adjust the width as needed */
.advcontainer {
  position: relative;
  width: 50%;
  max-width: 300px;
}
div.ds-1col .field-name-body .advcontainer img {
  display: block;
  width: 100%;
  height: auto;
}
/*INTERNAL BLOG*/
.field-name-field-blog-post-type ul li {
  display: inline;
  float: left;
}
/*END INTERNAL BLOG*/
/*FACULTY ONE PAGERS*/
.one-pager img.img-responsive {
  float: right;
  padding: 0 0 12px 12px;
  margin-top: 29px;
  width: 40%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.priorities:hover .overlay,
.advcontainer:hover .overlay {
  opacity: 1;
}
/* Some text inside the overlay, which is positioned in the middle vertically and horizontally */
@media (min-width: 768px) {
  .inset-callout,
  #block-block-203 {
    width: 15vw;
  }
  .giving-frame {
    display: block;
  }
  .page-node-12528 section#campaign-intro .video-text,
  .page-node-12592 section#campaign-intro .video-text {
    top: 20vh;
  }
  .video-text {
    position: absolute;
    top: 10vh;
    padding: 0 10vw;
  }
  .page-node-12528 section#campaign-intro .video-text h1,
  .page-node-12592 section#campaign-intro .video-text h1 {
    font-size: 3em;
  }
  .page-node-12528 section#campaign-intro,
  .page-node-12592 section#campaign-intro {
    height: 60vh;
  }
  .page-node-12528 .video-bg,
  .page-node-12592 .video-bg {
    height: 80vh;
  }
  .video-text p {
    font-size: 1.2em;
  }
  .node-type-landing-page ul.programs-wrapper li:nth-child(4) {
    clear: both;
  }
  .node-type-landing-page ul.programs-wrapper li {
    width: 33%;
  }
  .landing-page-program-info {
    display: block;
    width: 30%;
    position: absolute;
    padding: 20px;
    left: 65%;
    top: 124px;
  }
  .page-program-info {
    display: block;
    float: right;
    width: 40%;
    padding: 12px;
    font-size: .95em;
  }
  .node-type-news-feature .field-name-field-biography {
    width: 40%;
  }
  ul.research-areas li.tiles {
    position: relative;
    list-style-type: none;
    display: inline;
    float: left;
    width: 30%;
    height: 320px;
    padding: 6px;
    margin: 0 24px 24px 0;
  }
  ul.research-areas li.tiles img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }
  ul.research-areas li.tiles a {
    position: absolute;
    bottom: 20%;
    left: 0;
    padding: 6px;
    color: #fff;
    background: rgba(51, 0, 111, 0.9);
    background-opacity: .5;
  }
  ul.research-areas li.tiles a:hover {
    border: none;
  }
  div.profile2-faculty .field-name-field-program-directorships,
  div.profile2-faculty .field-name-field-appointment,
  div.profile2-faculty .field-name-field-secondary,
  div.profile2-faculty .field-name-faculty-profile-info {
    margin: 0 0 0 232px;
  }
  div.profile2-faculty h2.field-name-field-appointment {
    color: #4B2E83;
    margin-bottom: 12px;
  }
  div.profile2-faculty .field-name-field-program-directorships h3 {
    color: #4B2E83;
  }
  div.profile2-faculty .field-name-field-secondary {
    font-size: 1em;
  }
  div.profile2-faculty .field-name-faculty-cv {
    color: #4B2E83;
    font-family: 'Encode Sans Compressed', sans-serif;
  }
  div#profile-info-wrapper .field-name-field-research-link,
  div#profile-info-wrapper .field-name-field-cv {
    margin: 22px 0 22px 234px;
  }
  div.profile2-faculty .group-appointments,
  div.profile2-faculty .group-faculty-info {
    margin-left: 212px;
  }
  div.ds-1col .field-name-body .grad-students img {
    width: 240px;
    height: auto;
    float: left;
    padding: 0 24px 12px 0;
  }
  .profile2-staff .field-name-field-profile-image .img-responsive {
    width: 120px;
    height: auto;
  }
  .field-name-field-profile-image .img-responsive {
    width: 100%;
    height: 100%;
  }
  div.field-name-field-faculty-video .embedded-video iframe {
    width: 576px;
    height: 324px;
  }
  h1.page-header {
    font-size: 37px;
  }
  .masonry-item {
    width: 30%;
  }
  .view-faculty-spotlights .masonry-item,
  .view-research-that-matters-mobile .masonry-item {
    width: 22%;
  }
  .view-faculty-spotlights .masonry-item {
    padding: 24px;
  }
  .view-faculty-spotlights .masonry-item h2 {
    font-size: 24px;
    padding: 0;
  }
  .view-faculty-spotlights .masonry-item p {
    padding: 0;
    margin-bottom: 0;
  }
  .view-faculty-spotlights .masonry-item ul li {
    font-size: .95em;
    font-family: 'Encode Sans Compressed', sans-serif;
  }
  .menu-block-19 {
    display: none;
  }
}
/* social media custom styles */
.uw-footer ul.footer-social li a.soundcloud {
  background: url(assets/svg/uw-coe-sprite-web.svg) no-repeat -414px -185px;
}
@media (min-width: 992px) {
  div.view-research-areas .col-lg-3 {
    width: 25%;
  }
  body.landing-page .container .region-more-info,
  body.landing-page div.programs-wrapper,
  body.front section#block-views-front-fastfacts-slider-block-1 .view-content {
    width: 970px;
  }
  .region-content .field-name-field-image {
    margin-bottom: 20px;
  }
  #block-block-200,
  #block-block-201,
  #block-block-202,
  #block-views-ors-grants-block {
    float: left;
    width: 30%;
  }
  #block-block-202 {
    margin-right: 0;
  }
  ul#ors-stats li {
    width: 18%;
    min-height: 100px;
  }
  ul#ors-stats li .ors-lg {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  body.landing-page .container .region-more-info,
  body.landing-page div.programs-wrapper,
  body.front section#block-views-front-fastfacts-slider-block-1 .view-content {
    width: 1170px;
  }
}
/*==================================================
=            FLEXSLIDES
==================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  zoom: 1;
}
.flexslider .optionset-videos-with-thumbnails .slides {
  font-size: 1.3em;
  font-weight: 800;
  color: #827552;
  width: 100%;
}
.flex-control-thumbs li:first-child {
  margin-left: 0;
}
div.flex-viewport h3.field-content {
  color: #4b2e83;
}
.flex-control-thumbs li {
  margin-left: 10%;
}
ol.flex-control-nav {
  margin-top: 40px;
}
ol.flex-control-nav .flex-caption {
  float: left;
  color: #4b2e83;
  text-align: left;
  font-weight: 700;
}
ul.quicktabs-tabs {
  padding-left: 12px;
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
}
ul.quicktabs-tabs li,
ul.quicktabs-tabs li.active {
  font-family: 'Encode Sans Compressed', sans-serif;
  color: #fff;
  margin-right: 20px;
}
ul.quicktabs-tabs li {
  padding: 12px 12px 4px 12px;
  background-color: rgba(51, 0, 111, 0.5);
}
ul.quicktabs-tabs li.active {
  background-color: #33006f;
}
ul.quicktabs-tabs li a:link,
ul.quicktabs-tabs li a:visited {
  color: #fff;
}
/* VIEWS STYLES */
.view-faculty-listing2 td {
  float: left;
}
.view-faculty-listing2 .col-xs-12 .view-faculty-listing2 .col-sm-6 .view-faculty-listing2 .col-md-4 .view-faculty-listing2 .col-lg-3 {
  margin-bottom: 32px;
}
.view-faculty-listing2 .views-field-user,
.view-faculty-listing2 .views-field-field-user-email,
.view-faculty-listing2 .views-field-field-phone,
.view-faculty-listing2 .views-field-field-appointment,
.view-faculty-listing2 .views-field-field-program-directorships,
.view-faculty-listing2 .views-field-field-faculty-program-area {
  font-family: 'Encode Sans Compressed', sans-serif;
}
.view-faculty-listing2 .views-field-field-appointment,
.view-faculty-listing2 .views-field-field-phone {
  margin-bottom: 4px;
}
.view-faculty-listing2 .views-field-field-program-directorships {
  margin-bottom: 6px;
}
.view-faculty-listing2 .views-field-field-user-email,
.view-faculty-listing2 .views-field-field-phone {
  font-size: 14px;
}
.view-faculty-listing2 .views-field-field-faculty-program-area {
  display: none;
  font-size: 14px;
  width: 65%;
}
.view-faculty-listing2 .views-field-field-profile-image {
  position: absolute;
  right: 0;
  top: 12px;
  max-width: 170px;
}
.view-faculty-listing2 .list-group-item {
  margin-top: 4px;
}
#views-exposed-form-search-api-block-view-page-1 .views-exposed-form .views-exposed-widget {
  padding-left: 1em;
}
#views-exposed-form-search-api-block-view-page-1 .views-exposed-form .form-submit {
  margin-top: .6em;
}
#views-exposed-form-search-api-block-view-page-1 .views-exposed-form .views-exposed-widget .btn-primary {
  padding-top: 0;
}
/* PROGRAM SEARCH VIEW */
.region-program-finder .block:first-child h2.block-title {
  color: #4B2E83;
  margin-top: 24px;
}
.view-coe-search-programs .views-exposed-form {
  font-family: 'Encode Sans Compressed', sans-serif;
  background-color: #ECE9E2;
  padding: 10px;
  margin-bottom: 8px;
  border-color: #d3d3d3;
}
.views-exposed-form .views-exposed-widget .btn-info {
  background-color: #4B2E83;
  border-color: #ECE9E2;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.8em;
}
.view-coe-search-programs .table > thead > tr > th {
  vertical-align: top;
}
.view-coe-search-programs .table tbody tr td.active,
.view-coe-search-programs .table thead tr th.active {
  background-color: inherit;
}
.view-coe-search-programs thead {
  font-family: 'Encode Sans Compressed', sans-serif;
  font-size: 18px;
}
.view-coe-search-programs .views-field {
  font-family: 'Encode Sans Compressed', sans-serif;
  font-size: 18px;
}
.node-type-landing-page .uw-body.container .view-coe-search-programs .views-field p {
  font-size: 18px;
}
/* END PROGRAM SEARCH VIEW */
.views-field-field-profile-image {
  min-width: 100px;
}
.views-field-field-user-email p {
  margin: 0 0 0 0;
}
.view-centers-and-initiatives .view-header,
.view-centers-and-initiatives .view-filters {
  margin-bottom: 24px;
}
#block-views-feature-teaser-list-block-2 .view-feature-teaser-list img,
.view-feature-teaser-list-sidebar img {
  float: right;
  padding: 0 0 8px 12px;
}
#block-views-feature-teaser-list-block-2 .view-feature-teaser-list- h3,
.view-feature-teaser-list-sidebar h3 {
  font-size: .9em;
}
#block-views-feature-teaser-list-block-2 .view-feature-teaser-list .views-field-body .field-content {
  font-size: .88em;
}
#block-views-feature-teaser-list-block-1 .views-row {
  margin-bottom: 40px;
  min-height: 100px;
  border-bottom: 1px solid #ccc;
}
#block-views-feature-teaser-list-block-1 .views-field-field-image {
  width: 110px;
  float: left;
}
#block-views-feature-teaser-list-block-1 .views-field-field-image img {
  margin: 6px 10px 40px 0;
}
#block-views-feature-teaser-list-block-1 .views-field-field-news-date p {
  font-size: 14px;
  font-weight: 600;
  margin-left: 110px;
}
#block-views-feature-teaser-list-block-1 .views-field-title h3 {
  font-size: 17px;
  margin-top: 0;
}
.view .date-nav-wrapper .date-heading h3 {
  font-size: 1.2em;
}
.view .date-nav-wrapper .pager {
  margin: 0;
}
.view-upcoming-college-events .views-row {
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.view-upcoming-college-events h3 {
  background-color: #4B2E83;
  color: #fff;
  padding: 12px;
}
.view-upcoming-college-events h4 {
  margin-bottom: 6px;
}
.region-sidebar-first .views-row-last,
.region-sidebar-second .views-row-last {
  margin-bottom: 20px;
}
.region-sidebar-first .views-field-field-time,
.region-sidebar-second .views-field-field-time {
  font-size: 1.2em;
  font-weight: 500;
}
.region-sidebar-first h3,
.region-sidebar-second h3 {
  font-size: 17px;
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 8px;
}
.region-sidebar-first .view-faculty-program-areas-taxonomy-imported,
.region-sidebar-first .view-program-directors {
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 500;
}
.view-research-areas .views-field-url h3 a:link,
.view-research-areas .views-field-url h3 a:visited {
  border-bottom: 1px solid;
}
.view-research-areas .thumbnail {
  background-color: #e8e3d3;
  padding: 10%;
  border: 0;
  border-radius: 0;
  font-size: .95em;
}
.view-research-areas .thumbnail .views-label-field-faculty-program-area {
  font-weight: 600;
}
.view-research-areas .thumbnail .views-field-field-biography,
.view-research-areas .thumbnail .views-field-field-user-email {
  margin-bottom: 12px;
}
.view-research-areas .views-field-url {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
}
.view-research-areas .thumbnail img {
  margin-bottom: 5%;
  width: 105%;
}
.view-advancement-office-staff tr {
  vertical-align: top;
}
.view-equity-cards-display .masonry-item img {
  width: auto;
}
.view-equity-cards-display .masonry-item .views-field-field-image {
  width: auto;
}
.view-equity-cards-display .masonry-item .views-field-field-full-name {
  font-size: 1.2em;
  font-weight: 500;
}
.view-equity-cards-display .masonry-item .views-field-field-state {
  font-weight: 400;
  margin-bottom: 8px;
}
.view-equity-cards-display .masonry-item .views-field-field-your-six-words {
  font-size: 1.4em;
}
.view-equity-cards-display .masonry-item .view-row-even {
  left: 5%;
}
.view-equity-cards-display .masonry-item {
  margin-bottom: 20px;
  background-attachment: scroll;
  background-image: url(http://theracecardproject.com/wp-content/uploads/2012/03/race-card-big-background.jpg);
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #DBD6D1;
  border-top-color: #E5D9CC;
  border-right-color: #E5D9CC;
  border-left-color: #E5D9CC;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
  margin-right: 8px;
}
.view-mil-alumn-masonry .masonry-item h2 {
  font-size: 24px;
}
.view-mil-alumn-masonry h3 {
  padding: 0 8px;
  font-size: 20px;
}
.view-mode-search_result img {
  width: 20%;
  padding: 0 0 8px 12px;
  float: right;
}
.faculty-tooltip {
  position: relative;
  display: inline-block;
}
/* Tooltip text */
.block-views-a710f270de47862f0c3db39fded4faa3 {
  position: relative;
}
.faculty-tooltip .faculty-tooltip-text {
  visibility: hidden;
  width: 240px;
  background-color: #4b2e83;
  color: #fff;
  text-align: left;
  padding: 10px;
  border-radius: 3px;
  position: absolute;
  top: 16px;
  left: 84px;
  z-index: 1;
}
.node-type-landing-page .region-more-info #block-views-3a20fb14b7883117f8c491550ab1ff8a .faculty-tooltip .faculty-tooltip-text {
  top: 4px;
}
/* Show the tooltip text when you mouse over the tooltip container */
.faculty-tooltip:hover .faculty-tooltip-text {
  visibility: visible;
  font-size: .8em;
}
.faculty-tooltip h3 {
  margin: 0;
}
/*Clinical Faculty block*/
.region-sidebar-second #block-views-5ce939dcf6d358b836546dbb686abd84 h3 {
  margin-top: 4px;
}
/*END VIEWS STYLE*/
/* MISC BLOCKS */
.landing-page-program-info {
  display: none;
  width: 20%;
  position: absolute;
  padding: 20px;
  left: 8vw;
  top: 24px;
}
.page-program-info {
  display: block;
}
.landing-page-program-info h2 {
  font-size: 1.2em;
}
.page-program-info h2 {
  font-size: 1em;
  margin-top: 9px;
}
.page-program-info p {
  font-size: 0.95em;
}
.landing-page-program-info,
.page-program-info {
  color: #fff;
  background-color: #ECE9E2;
  background-color: rgba(212, 217, 218, 0.8);
  background-color: #f0ede3;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.landing-page-program-info h2,
.page-program-info h2 {
  color: #4b2e83;
  margin-bottom: 8px;
  border-color: #dbd5c5;
  border-bottom: 1px;
}
.landing-page-program-info p {
  margin-bottom: 8px;
}
.view-coe-search-programs .views-table h3 {
  margin-top: 0;
}
.view-coe-search-programs .views-table .views-field-title {
  width: 60%;
}
/*CAMPAIGN STYLES*/
.view-campaign-stories-centered {
  background: #e8e3d3;
}
.view-campaign-stories-centered .views-fluidgrid-item {
  width: 100%;
  padding: 10px;
}
div.view-campaign-stories-centered {
  background: #e8e3d3;
  padding: 10px;
}
.view-campaign-stories-centered a:link,
.view-campaign-stories-centered a:visited {
  color: #4b2e83;
}
.view-campaign-stories-centered .views-fluidgrid-item {
  background: #fff;
}
.view-campaign-stories-centered .views-field-title {
  font-size: .95em;
  font-weight: 600;
  padding: 18px;
}
.view-campaign-stories-centered .views-field-field-teaser {
  padding: 0 18px 20px 18px;
  font-size: .95em;
}
#block-block-175 {
  width: 100%;
  clear: both;
}
#block-views-campaign-quotes-block {
  background-color: #fff;
}
#block-views-campaign-quotes-block h2,
#block-views-campaign-quotes-block h3 {
  padding-bottom: 10px;
  padding-left: 0;
  margin: 32px 0 4px 0;
}
#block-views-campaign-quotes-block p {
  padding-left: 0;
}
#block-views-campaign-quotes-block h3 {
  font-size: 1.15em;
  padding-bottom: 0;
}
#block-views-campaign-quotes-block .views-vTicker-tick-field h2,
#block-views-campaign-quotes-block .views-vTicker-tick-field h3 {
  margin: 4px 0 4px 0;
}
.node-type-landing-with-sidebar .region-sidebar-second #block-views-campaign-quotes-block .widget p {
  padding-left: 0;
}
.view-campaign-stories-centered .views-fluidgrid-item {
  width: 50%;
}
/*END CAMPAIGN */
/*AREA LANDING PAGES*/
.view-faculty-program-area-landing-page .masonry-item {
  width: 12%;
  background-color: #fff;
}
.node-type-landing-page .landing-info-wrapper {
  position: relative;
  padding: 20px 0 0;
  background: url(assets/images/miller-bg-gray.jpg) no-repeat center center fixed #6b6b6b;
  background-size: 100%;
}
.node-type-landing-page .landing-info .container {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.node-type-landing-page .region-landing-info div.view-sidebar-events-nopath .views-row,
.node-type-landing-page .region-landing-info div.view-sidebar-events-nopath {
  padding: 0;
}
.node-type-landing-page .region-landing-info .block {
  width: 46%;
  margin: 2%;
  padding: 16px 10px 18px 24px;
  background-color: #ECE9E2;
}
.node-type-landing-page .region-landing-info #block-views-sidebar-events-nopath-block-2 {
  float: right;
}
.node-type-landing-page .region-landing-info #block-views-news-associated-content-block-1 {
  float: left;
}
.node-type-landing-page #block-block-195,
.node-type-landing-page #block-block-197 {
  float: left;
}
.node-type-landing-page #block-block-196 {
  float: right;
}
.node-type-landing-page .region-landing-info #block-views-sidebar-events-nopath-block-2 h3 {
  font-size: 1.2em;
  margin-bottom: 0;
}
.node-type-landing-page .region-landing-info #block-views-sidebar-events-nopath-block-2 .views-row {
  margin-bottom: 8px;
}
.node-type-landing-page .region-landing-info h2 {
  margin-top: 0;
  font-size: 14px;
  color: #B7A57A;
  text-transform: uppercase;
}
.node-type-landing-page .region-landing-info h3,
.node-type-landing-page .region-landing-info h3 a:link,
.node-type-landing-page .region-landing-info h3 a:visited {
  margin-top: 0;
  font-size: 18px;
  color: #4B2E83;
}
.node-type-landing-page .region-landing-info p,
.node-type-landing-page .region-landing-info p a:link,
.node-type-landing-page .region-landing-info p a:visited {
  margin-top: 0;
  font-size: 14px;
}
.node-type-landing-page .region-landing-info #block-views-news-associated-content-block-1 .views-row {
  margin-bottom: 12px;
}
.node-type-landing-page .region-landing-info #block-views-news-associated-content-block-1 p {
  margin-right: 24px;
  margin-bottom: 20px;
}
#block-views-news-associated-content-block-1 h3 {
  margin: 12px 0 8px;
}
.node-type-landing-page .more-info h2.container-header {
  display: none;
}
.node-type-landing-page .more-info h2 {
  padding: 3%;
}
.node-type-landing-page .region-more-info #block-views-3a20fb14b7883117f8c491550ab1ff8a {
  width: 100%;
}
.node-type-landing-page .region-more-info #block-views-3a20fb14b7883117f8c491550ab1ff8a .views-row {
  width: 50%;
  float: left;
  margin-bottom: 12px;
  padding-left: auto;
  padding-right: auto;
  text-align: center;
}
.node-type-landing-page .region-more-info #block-views-3a20fb14b7883117f8c491550ab1ff8a .views-row .faculty-tooltip {
  font-size: 14px;
  font-family: 'Encode Sans Compressed', sans-serif;
}
.node-type-landing-page .region-more-info #block-views-3a20fb14b7883117f8c491550ab1ff8a .views-row .faculty-tooltip h3 {
  font-size: 18px;
}
/*SEARCH RESULTS VIEWS*/
.view-search-api-block-view .view-content .views-row {
  background-color: #EEEEEE;
  padding: 8px 12px;
  margin-bottom: 12px;
  font-size: .9em;
}
.uw-body .view-mode-profile2_search_results h2,
.view-search-api-block-view .view-mode-search_result .field-items h2 {
  font-size: 1.2em;
  margin-bottom: 8px;
}
.view-search-api-block-view .view-mode-search_result h2 {
  font-size: .95em;
  margin-top: 8px;
}
.view-search-api-block-view .view-mode-search_result .field-name-field-news-taxonomy {
  font-size: 1em;
  font-family: 'Encode Sans Compressed', sans-serif;
  margin-left: 24px;
}
.view-search-api-block-view h3 {
  font-size: 1.1em;
}
.view-search-api-block-view h4 {
  font-size: 1em;
}
.view-search-api-block-view p {
  font-size: .9em;
}
.view-search-api-block-view img {
  width: 12px;
  height: auto;
  float: right;
  padding: 0 0 12px 12px;
}
ul.facetapi-facetapi-links {
  padding-left: 0;
}
.field-name-field-blog-post-type {
  display: flex;
  justify-content: left;
  margin-top: 12px;
  margin-bottom: 24px;
}
.view-internal-news-blog .field-name-field-blog-post-type,
.view-internal-news-blog .field-name-field-blog-post-type > .field-type-taxonomy-term-reference {
  justify-content: left;
  margin-top: 12px;
}
.field-name-field-blog-post-type .field-item a,
.field-name-field-blog-post-type a,
.field-name-field-blog-post-type h2 a,
.blog-tags a {
  color: #fff;
  font-size: 18px;
  background: #4b2f92;
  border-radius: 6px;
  padding: 6px 10px;
  margin: 0 10px;
}
.view-internal-news-blog .view-footer {
  margin-top: 40px;
}
.field-name-field-blog-post-type a:first-child {
  margin-left: 0;
}
.view-internal-news-blog h3 {
  margin-top: 14px;
  margin-bottom: 10px;
  font-size: 21px;
}
.view-internal-news-blog h4 {
  font-size: 18px;
}
.view-internal-news-blog .field-name-field-image {
  float: right;
  padding: 0 0 12px 28px;
}
a.uw-btn.blog {
  padding: 6px 12px;
  margin: 12px 0 24px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .view-faculty-listing2 .views-field-field-faculty-program-area {
    display: block;
  }
  .view-campaign-stories-centered .views-fluidgrid-item {
    width: 33%;
  }
  .node-type-landing-page .region-more-info #block-views-3a20fb14b7883117f8c491550ab1ff8a .views-row {
    width: 16%;
  }
}
.view-coe-search-programs .stickynav-active tr {
  width: inherit;
}
.view-coe-search-programs .stickynav-processed .stickynav-active thead th .views-field-title {
  width: 60%;
}
/* flexslider faculty profiles */
/* flexslider faculty profiles */
.view-updating-your-faculty-profile .flexslider .slides img {
  width: 100%;
}
.view-updating-your-faculty-profile .flexslider .flex-direction-nav a {
  background: none;
}
.view-updating-your-faculty-profile .views-field-body {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 1.2em;
  padding: 2%;
  width: 100%;
  position: absolute;
  bottom: 0;
  min-height: 100px;
}
.view-updating-your-faculty-profile .views-field-body {
  position: absolute;
  bottom: 2%;
  background-color: #000;
  color: #fff;
}
/*.view-coe-search-programs .stickynav-processed table tr:first {
    width:100%;
}
/*END VIEWS STYLES*/
