@charset "UTF-8";
/*
NOTE: Has been edited to change lg size from 1200 to 1440

*/
/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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 {
  margin: .67em 0;
  font-size: 2em; }

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

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 {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

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

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

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

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-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("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\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"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  -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: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  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 {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  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: #777; }

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

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: 10px;
  margin-bottom: 10px; }

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: 36px; }

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

.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: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover {
  color: #286090; }

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:hover {
  background-color: #286090; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

  .dl-horizontal dd {
    margin-left: 180px; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

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

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.42857143;
  color: #777; }

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

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

.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: 20px;
  font-style: normal;
  line-height: 1.42857143; }

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

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

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

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

@media (min-width: 768px) {
  .container {
    width: 768px; } }
@media (min-width: 992px) {
  .container {
    width: 992px; } }
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
@media (min-width: 1440px) {
  .container {
    width: 1200px; } }
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row, .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .submitAndLinks {
  margin-right: -15px;
  margin-left: -15px; }

.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, .courseFinderModule.detailed .interestFieldColumn, .courseFinderModule.detailed .keywordsFieldColumn, .courseFinderModule.detailed .searchButtonColumn, .courseFinderModule.detailed .coursesColumn, .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, .courseFinderModule.detailed .interestFieldColumn, .courseFinderModule.detailed .keywordsFieldColumn, .courseFinderModule.detailed .searchButtonColumn, .courseFinderModule.detailed .coursesColumn, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 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, .courseFinderModule.detailed .interestFieldColumn, .courseFinderModule.detailed .keywordsFieldColumn, .courseFinderModule.detailed .searchButtonColumn, .courseFinderModule.detailed .coursesColumn {
  float: left; }

.col-xs-12, .courseFinderModule.detailed .interestFieldColumn, .courseFinderModule.detailed .keywordsFieldColumn, .courseFinderModule.detailed .searchButtonColumn, .courseFinderModule.detailed .coursesColumn {
  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, .courseFinderModule.detailed .interestFieldColumn, .courseFinderModule.detailed .keywordsFieldColumn, .courseFinderModule.detailed .searchButtonColumn, .courseFinderModule.detailed .coursesColumn, .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, .courseFinderModule.detailed .interestFieldColumn, .courseFinderModule.detailed .keywordsFieldColumn, .courseFinderModule.detailed .searchButtonColumn, .courseFinderModule.detailed .coursesColumn {
    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: #777;
  text-align: left; }

th {
  text-align: left; }

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

.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.42857143;
  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-of-type(odd) {
  background-color: #f9f9f9; }

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

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

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

.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 {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > 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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  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: 14px;
  line-height: 1.42857143;
  color: #555; }

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

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

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

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

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

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  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: 34px; }

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

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

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

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

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

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

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  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-right: 0;
  padding-left: 0; }

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

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

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

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

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

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

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

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

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

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

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

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

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

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

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

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

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

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

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

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

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

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

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

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

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

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

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

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

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

@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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

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

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

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.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: #333;
  text-decoration: none; }

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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 {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

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

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  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: #fff;
  border-color: #ccc; }

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

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

.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: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

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

.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: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

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

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

.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: #5bc0de;
  border-color: #46b8da; }

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

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

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

.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: #f0ad4e;
  border-color: #eea236; }

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

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.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: #d9534f;
  border-color: #d43f3a; }

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

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

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

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

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  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: #777;
  text-decoration: none; }

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .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-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility; }

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

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

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

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

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }
.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-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

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

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

.btn-lg .caret {
  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-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px; }

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

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

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

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

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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: 46px;
  line-height: 46px; }

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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  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: 30px;
  line-height: 30px; }

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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

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

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

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

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 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: #eee; }

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

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

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7; }

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

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

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

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

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

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

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

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

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

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

.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: #337ab7; }

.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 {
  margin-bottom: 5px;
  text-align: center; }

.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-left-radius: 0;
  border-top-right-radius: 0; }

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

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

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

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important; }

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

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.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;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

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

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

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

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }

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

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }

  .navbar-right ~ .navbar-right {
    margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333; }

.navbar-default .btn-link[disabled]:hover,
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: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808; }

  .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: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff; }

.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: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  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;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.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: #eee; }

.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: #777;
  cursor: not-allowed;
  background-color: #fff; }

.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: #777; }

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  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: #337ab7;
  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: #eee; }

.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  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-right: 60px;
    padding-left: 60px; }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.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 {
  padding-left: 0;
  margin-bottom: 20px; }

.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-left-radius: 4px;
  border-top-right-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 {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.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: #777; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.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: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-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-right: 15px;
  padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-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-right-radius: 3px;
  border-bottom-left-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 {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  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: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.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 {
  right: 5px;
  bottom: 0;
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .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 {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5; }

.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-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  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-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.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;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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 {
    right: 20%;
    left: 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,
.courseFinderModule.detailed .inputFields:before,
.courseFinderModule.detailed .submitAndLinks:before,
.row:after,
.courseFinderModule.detailed .inputFields:after,
.courseFinderModule.detailed .submitAndLinks: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 {
  display: table;
  content: " "; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.courseFinderModule.detailed .inputFields:after,
.courseFinderModule.detailed .submitAndLinks: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-right: auto;
  margin-left: 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-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; } }
@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; } }
@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; } }
@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; } }
@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; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  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; } }
/*# sourceMappingURL=bootstrap.css.map */
/*
.container {
	padding-left: $columnPaddingWidth;
	padding-right: $columnPaddingWidth;

	@media (min-width: $screen-sm-min) {
		padding-left: $container-sm-padding;
		padding-right: $container-sm-padding;
	}

	@media (min-width: $screen-md-min) {
		padding-left: $container-md-padding;
		padding-right: $container-md-padding;
	}

	@media (min-width: $screen-lg-min) {
		padding-left: $container-lg-padding;
		padding-right: $container-lg-padding;
	}
}

*/
.formRow, .row, .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .submitAndLinks {
  margin-left: -10px;
  margin-right: -10px; }

.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, .courseFinderModule.detailed .interestFieldColumn, .courseFinderModule.detailed .keywordsFieldColumn, .courseFinderModule.detailed .searchButtonColumn, .courseFinderModule.detailed .coursesColumn, .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, .courseFinderModule.detailed .interestFieldColumn, .courseFinderModule.detailed .keywordsFieldColumn, .courseFinderModule.detailed .searchButtonColumn, .courseFinderModule.detailed .coursesColumn, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px; }

@font-face {font-family: 'Antwerp'; font-weight: 300; font-style: normal; font-display: swap; src: url('../fonts/antwerp/Antwerp-Light.woff2') format('woff2'), url('../fonts/antwerp/Antwerp-Light.woff') format('woff')}
@font-face {font-family: 'Antwerp'; font-weight: 300; font-style: italic; font-display: swap; src: url('../fonts/antwerp/Antwerp-LightItalic.woff2') format('woff2'), url('../fonts/antwerp/Antwerp-LightItalic.woff') format('woff')}
@font-face {font-family: 'Antwerp'; font-weight: 400; font-style: normal; font-display: swap; src: url('../fonts/antwerp/Antwerp-Regular.woff2') format('woff2'), url('../fonts/antwerp/Antwerp-Regular.woff') format('woff')}
@font-face {font-family: 'Antwerp'; font-weight: 400; font-style: italic; font-display: swap; src: url('../fonts/antwerp/Antwerp-Italic.woff2') format('woff2'), url('../fonts/antwerp/Antwerp-Italic.woff') format('woff')}
@font-face {font-family: 'Antwerp'; font-weight: 500; font-style: normal; font-display: swap; src: url('../fonts/antwerp/Antwerp-Medium.woff2') format('woff2'), url('../fonts/antwerp/Antwerp-Medium.woff') format('woff')}
@font-face {font-family: 'Antwerp'; font-weight: 500; font-style: italic; font-display: swap; src: url('../fonts/antwerp/Antwerp-MediumItalic.woff2') format('woff2'), url('../fonts/antwerp/Antwerp-MediumItalic.woff') format('woff')}
@font-face {font-family: 'Antwerp'; font-weight: 600; font-style: normal; font-display: swap; src: url('../fonts/antwerp/Antwerp-SemiBold.woff2') format('woff2'), url('../fonts/antwerp/Antwerp-SemiBold.woff') format('woff')}
@font-face {font-family: 'Antwerp'; font-weight: 600; font-style: italic; font-display: swap; src: url('../fonts/antwerp/Antwerp-SemiBoldItalic.woff2') format('woff2'), url('../fonts/antwerp/Antwerp-SemiBoldItalic.woff') format('woff')}
@font-face {font-family: 'Antwerp'; font-weight: 700; font-style: normal; font-display: swap; src: url('../fonts/antwerp/Antwerp-Bold.woff2') format('woff2'), url('../fonts/antwerp/Antwerp-Bold.woff') format('woff')}
@font-face {font-family: 'Antwerp'; font-weight: 700; font-style: italic; font-display: swap; src: url('../fonts/antwerp/Antwerp-BoldItalic.woff2') format('woff2'), url('../fonts/antwerp/Antwerp-BoldItalic.woff') format('woff')}

@font-face {font-family: 'Apercu'; font-weight: 300; font-style: normal; src: url('../fonts/apercu/Apercu-Light-Web.woff2') format('woff2'), url('../fonts/apercu/Apercu-Light-Web.woff') format('woff')}
@font-face {font-family: 'Apercu'; font-weight: 300; font-style: italic; src: url('../fonts/apercu/Apercu-LightItalic-Web.woff2') format('woff2'), url('../fonts/apercu/Apercu-LightItalic-Web.woff') format('woff')}
@font-face {font-family: 'Apercu'; font-weight: 400; font-style: normal; src: url('../fonts/apercu/Apercu-Regular-Web.woff2') format('woff2'), url('../fonts/apercu/Apercu-Regular-Web.woff') format('woff')}
@font-face {font-family: 'Apercu'; font-weight: 400; font-style: italic; src: url('../fonts/apercu/Apercu-Italic-Web.woff2') format('woff2'), url('../fonts/apercu/Apercu-Italic-Web.woff') format('woff')}
@font-face {font-family: 'Apercu'; font-weight: 500; font-style: normal; src: url('../fonts/apercu/Apercu-Medium-Web.woff2') format('woff2'), url('../fonts/apercu/Apercu-Medium-Web.woff') format('woff')}
@font-face {font-family: 'Apercu'; font-weight: 500; font-style: italic; src: url('../fonts/apercu/Apercu-MediumItalic-Web.woff2') format('woff2'), url('../fonts/apercu/Apercu-MediumItalic-Web.woff') format('woff')}
@font-face {font-family: 'Apercu'; font-weight: 700; font-style: normal; src: url('../fonts/apercu/Apercu-Bold-Web.woff2') format('woff2'), url('../fonts/apercu/Apercu-Bold-Web.woff') format('woff')}
@font-face {font-family: 'Apercu'; font-weight: 700; font-style: italic; src: url('../fonts/apercu/Apercu-BoldItalic-Web.woff2') format('woff2'), url('../fonts/apercu/Apercu-BoldItalic-Web.woff') format('woff')}
//@font-face {font-family: 'Apercu'; font-weight: 900; font-style: normal; src: url('../fonts/apercu/Apercu-Black-Web.woff2') format('woff2'), url('../fonts/apercu/Apercu-Black-Web.woff') format('woff')}
//@font-face {font-family: 'Apercu'; font-weight: 900; font-style: italic; src: url('../fonts/apercu/Apercu-BlackItalic-Web.woff2') format('woff2'), url('../fonts/apercu/Apercu-BlackItalic-Web.woff') format('woff')}
@font-face {font-family: 'ApercuLight'; font-style: normal; src: url('../fonts/apercu/Apercu-Light-Web.woff2') format('woff2'), url('../fonts/apercu/Apercu-Light-Web.woff') format('woff')}
@font-face {font-family: 'ApercuLight'; font-style: italic; src: url('../fonts/apercu/Apercu-LightItalic-Web.woff2') format('woff2'), url('../fonts/apercu/Apercu-LightItalic-Web.woff') format('woff')}
@font-face {font-family: 'ApercuMedium'; font-style: normal; src: url('../fonts/apercu/Apercu-Medium-Web.woff2') format('woff2'), url('../fonts/apercu/Apercu-Medium-Web.woff') format('woff')}
@font-face {font-family: 'ApercuMedium'; font-style: italic; src: url('../fonts/apercu/Apercu-MediumItalic-Web.woff2') format('woff2'), url('../fonts/apercu/Apercu-MediumItalic-Web.woff') format('woff')}
@font-face {font-family: 'ApercuMono'; font-style: normal; src: url('../fonts/apercu/Apercu-Mono-Web.woff2') format('woff2'), url('../fonts/apercu/Apercu-Mono-Web.woff') format('woff')}

@media (max-width: 991px) {
  body {
    overflow-x: hidden; } }
@media (max-width: 767px) {
  .datepicker-dropdown {
    left: auto !important;
    right: auto !important; } }
.datepicker-days .table-condensed tr:hover {
  background-color: rgba(230, 70, 38, 0.7); }

body {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px; }
  body .bodyColumn p {
    color: #252525; }

.fixedPosition {
  position: fixed; }

.rotate {
  font-size: 12px;
  line-height: 12px;
  padding: 0;
  border: 0;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 45px;
  left: 0;
  color: white; }

.datepicker td, .datepicker th {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-image: linear-gradient(to bottom, #e64626, #e64626);
  background-repeat: repeat-x;
  color: white !important; }

.datepicker table tr td.active.active {
  background-color: #e64626;
  color: white; }

.codeStyle, .signpostsModule .bottomRow .signpostVideoItem .contentType, .signpostsModule .bottomRow .signpostTileItem .contentType, .featuredArticleModule.style1 .contentType, .featuredArticleModule.style2 .contentType, .featuredArticleListModule.style2 .featuredArticleModule .contentType, .featuredArticleListModule .featuredArticleModule .contentType, .pageTitleModule .contentType {
  font-family: "ApercuMono", Courier;
  font-size: 14px; }

.columnStyle, .pageTemplate1 .fullWidthColumn, .pageTemplate2 .fullWidthColumn, .pageTemplate2 .leftSidebarColumn, .pageTemplate2 .bodyColumn, .pageTemplate3 .fullWidthColumn, .pageTemplate3 .leftSidebarColumn, .pageTemplate3 .superzone, .pageTemplate3 .superzone .titleColumn, .pageTemplate3 .superzone .bodyColumn, .pageTemplate3 .superzone .rightSidebarColumn, .studyOverseas .mainSection, .sectionPage .zone3, .sectionPage .zone4, .sectionPage .zone5, .sectionPage .zone6, .sectionPage .zone7, .sectionPage .zone8, .sectionPage .zone9, .sectionPage .superZone1 {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  float: left; }

.active:not(.item) {
  border-top: 2px solid #e64626;
  color: #e64626 !important; }

.resizeableText_40, .keyDates .heading, .studyOverseas .heading, .sectionPage .scholarships .heading, .sectionPage .oweek .heading {
  font-size: 25px; }
  @media (min-width: 768px) {
    .resizeableText_40, .keyDates .heading, .studyOverseas .heading, .sectionPage .scholarships .heading, .sectionPage .oweek .heading {
      font-size: 35px; } }
  @media (min-width: 1200px) {
    .resizeableText_40, .keyDates .heading, .studyOverseas .heading, .sectionPage .scholarships .heading, .sectionPage .oweek .heading {
      font-size: 40px; } }

.redFilter {
  background-color: #e64626;
  opacity: 0.9; }

.pageWrapper {
  width: 100%;
  overflow-x: hidden; }

.bodyContentContainer {
  -moz-transition-property: margin-left;
  -o-transition-property: margin-left;
  -webkit-transition-property: margin-left;
  transition-property: margin-left;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative; }

@media (max-width: 991px) {
  .bodyContentContainer.pushedAcross {
    margin-left: 250px; } }

.bold {
  font-weight: bold; }

.darkener {
  position: absolute;
  top: 50px;
  left: 0px;
  background-color: black;
  opacity: 0.0;
  width: 0%;
  height: 100%;
  z-index: 1250;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

@media (max-width: 991px) {
  .darkener.revealed {
    width: 100%;
    opacity: 0.6; } }

.accordionModule, .callOutModule, .callToActionModule, .checklistModule, .contactInformationModule, .courseFinderModule, .documentEmbed, .downloadsModule, .eventsCalendarModule, .eventDetailsModule, .eventsListModule, .featuredArticleModule, .featuredArticleListModule, .featuredLinkModule, .imageGalleryModule, .linkListModule, .mapsModule, .pageSummaryModule, .peopleProfileModule, .podcastModule, .priceModule, .signpostsModule, .signpostsLinkModule, .socialFeedModule, .socialShareModule, .tabsModule, .tagsModule, .timelineModule, .videoModule {
  margin-bottom: 10px; }

.featuredArticleListModule .featuredArticleModule {
  margin-bottom: 0px; }
  @media (max-width: 767px) {
    .featuredArticleListModule .featuredArticleModule {
      margin-right: 0;
      margin-left: 0;
      padding-right: 0;
      padding-left: 0; } }

.pagination li > a,
.pagination li > a:hover,
.pagination li > a:active {
  color: #ce3d20;
  font-weight: normal; }

.hideOverflow {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%; }

.quickSearchStyle {
  background-color: #e64626;
  height: 660px; }

.searchInput {
  border-radius: 0; }

.plus {
  background-image: url(../img/Plus_Grey.svg); }

.close {
  background-image: url(../img/Cross_Red.svg);
  opacity: 1; }

.datepicker {
  width: 100%;
  padding: 0 15px 15px;
  margin-left: 0;
  border: none;
  border-radius: 0;
  box-shadow: none; }
  @media (min-width: 992px) {
    .datepicker {
      width: 240px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .datepicker {
      width: 292px; } }
  .datepicker:before, .datepicker:after {
    display: none; }
  .datepicker table {
    width: 100%; }
  .datepicker tr {
    border-bottom: 1px solid #f1f1f1; }
    .datepicker tr:last-child {
      border-bottom: none; }
  .datepicker td {
    padding: 10px; }

.tooltip {
  z-index: 1; }

.b-title--first {
  margin-top: 0; }
.b-title--h1 {
  line-height: 60px;
  font-size: 60px; }
.b-title--h2 {
  line-height: 60px;
  font-size: 40px; }
.b-title--h3 {
  line-height: 40px;
  font-size: 30px; }
.b-title--h4 {
  line-height: 30px;
  font-size: 24px; }
.b-title--h5 {
  line-height: 25px;
  font-size: 18px; }

.b-text--uppercase {
  text-transform: uppercase; }
.b-text--antwerp-light {
  font-family: "AntwerpLight", Georgia; }
.b-text--antwerp-medium {
  font-family: "AntwerpMedium", Georgia; }
.b-text--large {
  font-size: 24px; }
.b-text--bold {
  font-weight: bold; }
.b-text--light {
  font-weight: 300; }

.b-link {
  color: #ce3d20;
  text-decoration: underline; }
  .b-link:hover, .b-link:focus, .b-link:active {
    color: #ce3d20;
    text-decoration: underline; }
  .b-link--dark {
    color: black;
    text-decoration: none; }
    .b-link--dark:hover, .b-link--dark:focus, .b-link--dark:active {
      color: black;
      text-decoration: underline; }
  .b-link--external {
    padding-right: 20px;
    background-image: url(../img/externalLinkIcon.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    font-family: "ApercuMono", Courier; }
  .b-link--pdf:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 7px;
    background-image: url(../img/icons/pdf.svg);
    background-size: 100% 100%; }

.fieldsetTitle {
  font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  color: black;
  border-bottom: none;
  margin: 0px 10px 0px 10px; }
  @media (min-width: 768px) {
    .fieldsetTitle {
      margin: 0px; } }

.fieldsetDescription {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  margin: 0px 10px 0px 10px; }
  @media (min-width: 768px) {
    .fieldsetDescription {
      margin: 0px; } }

.fieldGroup {
  margin: 15px 10px 30px 10px; }
  .fieldGroup label {
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    display: block;
    color: black;
    margin-bottom: 12px; }
  .fieldGroup .description {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    margin-top: 7px; }
  .fieldGroup input[type="text"], .fieldGroup input[type="number"], .fieldGroup select {
    width: 350px;
    max-width: 100%;
    font-family: "ApercuMono", Courier;
    font-size: 16px; }
  .fieldGroup input[type="text"], .fieldGroup input[type="number"] {
    border: 1px solid black;
    padding: 13px 20px; }
  .fieldGroup input.currency {
    background-image: url(../img/forms/currencyIcon.png) !important;
    background-repeat: no-repeat;
    background-position: 15px 50% !important;
    padding-left: 35px; }
  .fieldGroup input.datepicker {
    background-image: url(../img/forms/datepickerIcon.png) !important;
    background-repeat: no-repeat;
    background-position: 96% 50% !important;
    padding-right: 40px; }
    .fieldGroup input.datepicker::-webkit-input-placeholder {
      color: #363636; }
    .fieldGroup input.datepicker:-moz-placeholder {
      color: #363636; }
    .fieldGroup input.datepicker::-moz-placeholder {
      color: #363636; }
    .fieldGroup input.datepicker:-ms-input-placeholder {
      color: #363636; }
  .fieldGroup .errorMessage {
    display: none; }
  @media (min-width: 768px) {
    .fieldGroup {
      margin: 15px 0px 30px 0px; } }

.fieldGroup.valid input[type="text"], .fieldGroup.valid input[type="number"] {
  background-color: #f5fbf6;
  border: 2px solid #44ac49; }
  @media (max-width: 767px) {
    .fieldGroup.valid input[type="text"], .fieldGroup.valid input[type="number"] {
      background-image: url(../img/forms/fieldValidIcon.png);
      background-position: 95% 50%;
      background-repeat: no-repeat;
      padding-right: 40px; } }
@media (min-width: 768px) {
  .fieldGroup.valid .validationIcon {
    width: 23px;
    height: 16px;
    background-image: url(../img/forms/fieldValidIcon.png);
    background-size: cover;
    display: inline-block;
    margin-left: 20px; } }

.fieldGroup.invalid input[type="text"], .fieldGroup.invalid input[type="number"] {
  background-color: #fdf5f4;
  border: 2px solid #ce3d20; }
  @media (max-width: 767px) {
    .fieldGroup.invalid input[type="text"], .fieldGroup.invalid input[type="number"] {
      background-image: url(../img/forms/fieldInvalidIcon.png);
      background-position: 95% 50%;
      background-repeat: no-repeat;
      padding-right: 40px; } }
.fieldGroup.invalid .errorMessage {
  display: block;
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #ce3d20;
  font-weight: bold; }
@media (min-width: 768px) {
  .fieldGroup.invalid .validationIcon {
    width: 15px;
    height: 15px;
    background-image: url(../img/forms/fieldInvalidIcon.png);
    background-size: cover;
    display: inline-block;
    margin-left: 20px; } }

.submitOrCancel input {
  background-color: #e64626;
  color: white;
  font-family: "ApercuMono", Courier;
  font-size: 16px;
  border: none;
  padding: 10px 20px;
  margin-right: 20px; }
.submitOrCancel .cancel {
  color: #e64626;
  font-family: "ApercuMono", Courier;
  font-size: 16px;
  text-decoration: underline; }

.styledTextInput {
  border: 2px solid black;
  padding: 10px 10px 11px 10px;
  height: 43px; }
  .styledTextInput::-webkit-input-placeholder {
    color: black; }
  .styledTextInput:-moz-placeholder {
    color: black; }
  .styledTextInput::-moz-placeholder {
    color: black; }
  .styledTextInput:-ms-input-placeholder {
    color: black; }

.styledSelect {
  border: 2px solid black;
  padding: 10px;
  height: 45px; }

.styledRadioButton input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.styledRadioButton input[type="radio"] + span {
  display: block;
  font-family: "ApercuMono", Courier;
  font-size: 16px;
  color: #6e6e6e;
  font-weight: normal; }
.styledRadioButton input[type="radio"] + span::before {
  content: ' ';
  background-image: url(../img/forms/radioButtonsLight.png);
  background-position: 0px -15px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  top: 2px; }
.styledRadioButton input[type="radio"]:checked + span::before {
  background-position: 0px 0px; }

.styledCheckbox input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.styledCheckbox input[type="checkbox"] + span {
  display: block;
  font-family: "ApercuMono", Courier;
  font-size: 16px;
  color: #6e6e6e;
  font-weight: normal; }
.styledCheckbox input[type="checkbox"] + span::before {
  content: ' ';
  background-image: url(../img/forms/checkboxes.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  top: 5px; }
.styledCheckbox input[type="checkbox"]:checked + span::before {
  background-position: 0px -20px; }

/*************** jQuery UI datepicker widget *********************/
#ui-datepicker-div {
  font-size: 11px; }

/*****************************************************************/
/*************** jQueryUI selectmenu widget **********************/
.ui-selectmenu-button.ui-widget {
  border: 1px solid black;
  background: white;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }
  .ui-selectmenu-button.ui-widget .ui-icon {
    display: none; }
  .ui-selectmenu-button.ui-widget span.ui-selectmenu-text {
    padding: 13px 20px;
    font-family: "ApercuMono", Courier;
    font-size: 16px;
    background-image: url(../img/downChevronRed.svg);
    background-size: 13px 7px;
    background-position: 95% 50%;
    background-repeat: no-repeat; }

.ui-selectmenu-menu .ui-menu {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
  border: none; }
  .ui-selectmenu-menu .ui-menu .ui-menu-item {
    border: 1px solid black;
    padding: 13px 20px;
    font-family: "ApercuMono", Courier;
    font-size: 16px;
    background: white; }
  .ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus {
    background: #ce3d20;
    color: white; }

/*************** End jQueryUI selectmenu widget ******************/
.pageTemplate1 .fullWidthColumn {
  width: 100%; }

.pageTemplate2 .fullWidthColumn {
  width: 100%;
  min-height: 1px; }
.pageTemplate2 .leftSidebarColumn {
  display: none;
  min-height: 1px; }
  @media (min-width: 992px) {
    .pageTemplate2 .leftSidebarColumn {
      display: block;
      width: 19.58333333%;
      padding-right: 2.08333333%; } }
.pageTemplate2 .bodyColumn {
  width: 100%; }
  @media (min-width: 992px) {
    .pageTemplate2 .bodyColumn {
      width: 80.41666666%;
      padding-left: 2.08333333%; } }
@media (min-width: 768px) {
  .pageTemplate2 .titleColumn .pageTitleModule {
    width: 95%;
    float: left; }
  .pageTemplate2 .titleColumn .socialShareModule {
    position: absolute;
    top: 30px;
    right: 6px; } }

.pageTemplate3 .fullWidthColumn {
  width: 100%;
  min-height: 1px; }
.pageTemplate3 .leftSidebarColumn {
  display: none;
  min-height: 1px; }
  @media (min-width: 992px) {
    .pageTemplate3 .leftSidebarColumn {
      display: block;
      width: 19.58333333%;
      padding-right: 2.08333333%; } }
.pageTemplate3 .superzone {
  width: 100%; }
  @media (min-width: 992px) {
    .pageTemplate3 .superzone {
      width: 80.41666666%;
      padding-left: 2.08333333%; } }
  .pageTemplate3 .superzone .titleColumn {
    width: 100%;
    min-height: 1px; }
  .pageTemplate3 .superzone .bodyColumn {
    width: 100%;
    min-height: 1px; }
    @media (min-width: 768px) {
      .pageTemplate3 .superzone .bodyColumn {
        width: 66.84210526%;
        padding-right: 2.63157894%; } }
  .pageTemplate3 .superzone .rightSidebarColumn {
    width: 100%;
    min-height: 1px; }
    @media (min-width: 768px) {
      .pageTemplate3 .superzone .rightSidebarColumn {
        width: 33.15789474%;
        padding-left: 2.63157894%; } }
  @media (min-width: 768px) {
    .pageTemplate3 .superzone > .row:nth-child(2) > .rightSidebarColumn, .pageTemplate3 .courseFinderModule.detailed .superzone > .inputFields:nth-child(2) > .rightSidebarColumn, .courseFinderModule.detailed .pageTemplate3 .superzone > .inputFields:nth-child(2) > .rightSidebarColumn, .pageTemplate3 .courseFinderModule.detailed .superzone > .submitAndLinks:nth-child(2) > .rightSidebarColumn, .courseFinderModule.detailed .pageTemplate3 .superzone > .submitAndLinks:nth-child(2) > .rightSidebarColumn {
      padding-top: 10px; } }
.pageTemplate3 .zoneChecker {
  width: 100%;
  min-height: 100px;
  border: 3px solid black; }
@media (min-width: 768px) {
  .pageTemplate3 .titleColumn .pageTitleModule {
    width: 95%;
    float: left; }
  .pageTemplate3 .titleColumn .socialShareModule {
    position: absolute;
    top: 30px;
    right: 6px; } }

.activeTopHeader {
  background-color: #ffffff;
  color: orange;
  padding: 10px 15px 10px 15px;
  color: #ce3d20 !important; }

.globalHeaderModule {
  min-height: 50px;
  position: relative;
  z-index: 602; }
  @media (min-width: 1440px) {
    .globalHeaderModule .container-fluid .image {
      height: 365px;
      overflow: hidden; } }
  @media (min-width: 1200px) {
    .globalHeaderModule .container-fluid .image {
      height: 365px;
      overflow: hidden; } }
  @media (min-width: 992px) {
    .globalHeaderModule {
      min-height: 145px; } }
  .globalHeaderModule .mainNavigation.fixed {
    position: fixed;
    top: 68px;
    min-height: 60px;
    opacity: 1;
    z-index: 500;
    background-color: #fff;
    padding-bottom: 20px;
    width: 100%; }
    @media print {
      .globalHeaderModule .mainNavigation.fixed {
        position: relative !important; } }
    @media (max-width: 768px) {
      .globalHeaderModule .mainNavigation.fixed {
        min-height: 68px; } }
    @media (max-width: 615px) {
      .globalHeaderModule .mainNavigation.fixed {
        min-height: 72px; } }
  @media (max-width: 991px) {
    .globalHeaderModule .mainNavigation.revealMobile {
      top: 50px; } }
  @media (min-width: 992px) {
    .globalHeaderModule .mainNavigation {
      top: 47px;
      border-bottom: 1px solid #f1f2f2; } }
  .globalHeaderModule .mainNavigation .arrow {
    width: 29px;
    height: 24px;
    background-image: url(../img/rightArrowRed.svg);
    background-size: cover;
    float: left;
    position: relative;
    width: 20px;
    height: 16px;
    margin-right: 40px;
    margin-left: 5px;
    margin-top: 10px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
  .globalHeaderModule .primaryNavigation {
    min-height: 50px;
    background: white;
    width: 100%;
    z-index: 502;
    position: relative; }
    .globalHeaderModule .primaryNavigation.fixed {
      position: fixed;
      top: 0;
      left: 0px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .globalHeaderModule .primaryNavigation.fixed {
          display: none; } }
      @media print {
        .globalHeaderModule .primaryNavigation.fixed {
          position: relative !important; } }
      @media (max-width: 991px) {
        .globalHeaderModule .primaryNavigation.fixed {
          -moz-transition-property: top;
          -o-transition-property: top;
          -webkit-transition-property: top;
          transition-property: top;
          -moz-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }
          .globalHeaderModule .primaryNavigation.fixed.revealMobile {
            top: 0px; } }
      @media (min-width: 992px) {
        .globalHeaderModule .primaryNavigation.fixed {
          top: 0px;
          border-bottom: 1px solid #f1f2f2; } }
    @media (min-width: 992px) {
      .globalHeaderModule .primaryNavigation {
        height: 108px; } }
  .globalHeaderModule header.desktop {
    display: none; }
    .globalHeaderModule header.desktop .topnav {
      background-color: #363636;
      height: 37px; }
      .globalHeaderModule header.desktop .topnav a {
        color: white;
        margin-right: 40px;
        display: inline-block;
        font-family: "ApercuMono", Courier;
        text-decoration: none;
        padding-bottom: 11px;
        font-size: 12px;
        font-weight: normal;
        line-height: 19px; }
      .globalHeaderModule header.desktop .topnav a.last {
        margin-right: 0px; }
      .globalHeaderModule header.desktop .topnav .content {
        text-align: right; }
    .globalHeaderModule header.desktop .mainNav {
      height: 108px;
      padding-top: 17px;
      position: relative; }
      .globalHeaderModule header.desktop .mainNav .col-sm-10 {
        position: static; }
      .globalHeaderModule header.desktop .mainNav .unilogo {
        width: 90px;
        margin-top: 11px;
        height: auto; }
      .globalHeaderModule header.desktop .mainNav .navItems {
        text-align: right;
        margin-top: 20px;
        height: 72px; }
      .globalHeaderModule header.desktop .mainNav a {
        color: #363636;
        display: inline-block;
        font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
        font-weight: bold;
        margin-right: 12px;
        padding-top: 5px;
        font-size: 15px;
        line-height: 22px; }
      .globalHeaderModule header.desktop .mainNav a.active {
        border-top: 2px solid #e64626;
        color: #e64626; }
      .globalHeaderModule header.desktop .mainNav a:last-child {
        margin-right: 0;
        padding-right: 0; }
      .globalHeaderModule header.desktop .mainNav a:hover, .globalHeaderModule header.desktop .mainNav a:focus {
        text-decoration: none;
        color: #e64626; }
      .globalHeaderModule header.desktop .mainNav a.searchIcon {
        padding-right: 0px;
        margin-right: 0px; }
      @media (min-width: 992px) {
        .globalHeaderModule header.desktop .mainNav .unilogo {
          width: 130px;
          margin-top: 5px; }
        .globalHeaderModule header.desktop .mainNav a {
          margin-right: 25px; } }
      @media (min-width: 1200px) {
        .globalHeaderModule header.desktop .mainNav .unilogo {
          width: 168px;
          margin-top: 0px; }
        .globalHeaderModule header.desktop .mainNav a {
          margin-right: 65px; } }
    .globalHeaderModule header.desktop .moreDetailsNav {
      background-color: #ffffff;
      min-height: 40px;
      border-bottom: 2px solid white;
      border-top: 2px solid white;
      position: relative; }
    .globalHeaderModule header.desktop .openHoursNav {
      background-color: #f1f2f2;
      min-height: 40px;
      border-bottom: 2px solid white;
      border-top: 2px solid white;
      position: relative; }
      .globalHeaderModule header.desktop .openHoursNav .activeHours {
        border-bottom: 4px solid #ce3d20;
        padding: 0; }
    .globalHeaderModule header.desktop .bottomnav {
      background-color: #e6e6e6;
      min-height: 40px;
      border-bottom: 2px solid white;
      border-top: 2px solid white;
      position: relative; }
      .globalHeaderModule header.desktop .bottomnav.fixed {
        top: 105px;
        position: fixed;
        top: 106px;
        width: 100%;
        z-index: 100;
        /*@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
            position: initial !important;
            margin-bottom: 50px;
        }*/ }
        @media (min-width: 992px) and (max-width: 1199px) {
          .globalHeaderModule header.desktop .bottomnav.fixed {
            top: 0; } }
        @media print {
          .globalHeaderModule header.desktop .bottomnav.fixed {
            position: relative !important; } }
      .globalHeaderModule header.desktop .bottomnav .navItems {
        text-align: left; }
        .globalHeaderModule header.desktop .bottomnav .navItems .hours {
          display: inline-block;
          max-width: 100%;
          margin-bottom: 5px;
          font-weight: 400; }
        .globalHeaderModule header.desktop .bottomnav .navItems a {
          font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
          display: inline-block;
          text-decoration: none;
          padding: 12px 8px 30px 7px;
          border-right: 2px solid white;
          min-width: 187px;
          text-align: center;
          height: 36px;
          color: #252525;
          font-family: Apercu;
          font-size: 15px;
          font-weight: 800;
          line-height: 20px;
          vertical-align: middle; }
          @media (min-width: 992px) {
            .globalHeaderModule header.desktop .bottomnav .navItems a {
              min-width: 0;
              width: auto;
              padding: 12px 8px 30px 9px; }
              .globalHeaderModule header.desktop .bottomnav .navItems a:last-child {
                padding-right: 11px; } }
          @media (min-width: 1200px) {
            .globalHeaderModule header.desktop .bottomnav .navItems a {
              padding: 12px 10px 30px 10px;
              min-width: 191px; } }
          .globalHeaderModule header.desktop .bottomnav .navItems a .fa {
            color: #ce3d20;
            vertical-align: middle;
            font-size: 16px;
            font-weight: 400;
            line-height: 16px;
            padding-bottom: 3px;
            padding-right: 8px; }
        .globalHeaderModule header.desktop .bottomnav .navItems a:hover {
          text-decoration: underline; }
        .globalHeaderModule header.desktop .bottomnav .navItems a.last {
          margin-right: 0px; }
        .globalHeaderModule header.desktop .bottomnav .navItems a:first-child {
          border-left: 2px solid white; }
      .globalHeaderModule header.desktop .bottomnav .content {
        text-align: right; }
    @media (min-width: 768px) {
      .globalHeaderModule header.desktop {
        display: block; } }
    .globalHeaderModule header.desktop .mainNavDropdown {
      display: none;
      z-index: 50;
      position: absolute;
      top: 108px;
      left: 50%;
      width: 628px;
      margin-left: -314px;
      background-color: #f6f6f6;
      padding-top: 50px;
      padding-bottom: 40px;
      padding-left: 64px;
      padding-right: 51.2px;
      text-align: left; }
      .globalHeaderModule header.desktop .mainNavDropdown .title {
        font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
        font-weight: bold;
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 24px;
        border-bottom: 2px solid black;
        margin-bottom: 40px; }
      .globalHeaderModule header.desktop .mainNavDropdown .linkColumn {
        padding-right: 14px; }
        .globalHeaderModule header.desktop .mainNavDropdown .linkColumn a {
          display: block !important;
          font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
          font-size: 13px;
          line-height: 16px;
          color: #252525;
          text-decoration: none;
          padding-right: 30px;
          padding-bottom: 10px;
          margin-bottom: 28px;
          background-image: url(../img/rightArrowRed.svg);
          background-size: 20px 16px;
          background-repeat: no-repeat;
          background-position: 100% 23%; }
        .globalHeaderModule header.desktop .mainNavDropdown .linkColumn a:hover, .globalHeaderModule header.desktop .mainNavDropdown .linkColumn a:focus {
          color: #e64626;
          border-bottom: 1px solid #e64626;
          margin-bottom: 27px; }
      .globalHeaderModule header.desktop .mainNavDropdown .sectionHeading {
        color: #5e5e5e;
        font-weight: bold;
        position: relative; }
        .globalHeaderModule header.desktop .mainNavDropdown .sectionHeading span {
          position: absolute;
          top: -32px; }
          @media (min-width: 1200px) {
            .globalHeaderModule header.desktop .mainNavDropdown .sectionHeading span {
              top: -45px; } }
      .globalHeaderModule header.desktop .mainNavDropdown .sectionDivider {
        border-color: #9f9f9f;
        margin: 0 0 10px 0; }
      .globalHeaderModule header.desktop .mainNavDropdown .sectionDivider + .sectionHeading {
        margin: 0 0 12px 0; }
        .globalHeaderModule header.desktop .mainNavDropdown .sectionDivider + .sectionHeading span {
          position: relative;
          top: 0; }
        @media (min-width: 1200px) {
          .globalHeaderModule header.desktop .mainNavDropdown .sectionDivider + .sectionHeading {
            margin: 0 0 28px 0; } }
      .globalHeaderModule header.desktop .mainNavDropdown .viewAllButton {
        background-color: #5e5e5e;
        font-weight: normal;
        padding: 10px 70px 10px 16px;
        padding-right: 70px !important;
        float: right;
        background-image: url(../img/rightArrowWhite.svg);
        background-size: 20px 16px;
        background-repeat: no-repeat;
        background-position: 80% 50%;
        margin-right: 33px !important; }
        @media (min-width: 1200px) {
          .globalHeaderModule header.desktop .mainNavDropdown .viewAllButton {
            margin-right: 58px !important; } }
      .globalHeaderModule header.desktop .mainNavDropdown .viewAllButton, .globalHeaderModule header.desktop .mainNavDropdown .viewAllButton:hover, .globalHeaderModule header.desktop .mainNavDropdown .viewAllButton:visited {
        color: #ffffff; }
      @media (min-width: 992px) {
        .globalHeaderModule header.desktop .mainNavDropdown {
          padding-left: 82.66667px;
          padding-right: 66.13333px;
          width: 812px;
          margin-left: -406px; }
          .globalHeaderModule header.desktop .mainNavDropdown .linkColumn {
            padding-right: 65px; }
            .globalHeaderModule header.desktop .mainNavDropdown .linkColumn a {
              font-size: 14px; } }
      @media (min-width: 1200px) {
        .globalHeaderModule header.desktop .mainNavDropdown {
          padding-left: 100px;
          padding-right: 80px;
          width: 940px;
          margin-left: -470px; }
          .globalHeaderModule header.desktop .mainNavDropdown .title {
            font-size: 40px;
            line-height: 40px;
            margin-bottom: 55px; }
          .globalHeaderModule header.desktop .mainNavDropdown .linkColumn {
            padding-right: 90px; }
            .globalHeaderModule header.desktop .mainNavDropdown .linkColumn a {
              font-size: 16px; } }
    .globalHeaderModule header.desktop .searchRow {
      margin-right: 0;
      margin-left: 0; }
  .globalHeaderModule header.mobile {
    text-align: center;
    font-size: 24px;
    /*a:last-child {
        margin-right: 0;
        padding-right: 0;
    }*/ }
    .globalHeaderModule header.mobile .searchRow {
      min-height: 261px; }
    .globalHeaderModule header.mobile .unilogo {
      width: 100px;
      margin-top: 6px; }
    .globalHeaderModule header.mobile .row, .globalHeaderModule header.mobile .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .globalHeaderModule header.mobile .inputFields, .globalHeaderModule header.mobile .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .globalHeaderModule header.mobile .submitAndLinks {
      margin-left: -15px;
      margin-right: -15px; }
    .globalHeaderModule header.mobile a, .globalHeaderModule header.mobile a:hover {
      color: #362f2d; }
    .globalHeaderModule header.mobile .hamburgerIcon {
      float: left;
      margin-top: 8px;
      margin-left: 20px;
      text-decoration: none;
      margin-right: 24px;
      font-size: 24px !important; }
      .globalHeaderModule header.mobile .hamburgerIcon .glyphicon-remove {
        display: none; }
    .globalHeaderModule header.mobile .mainNavDropdown {
      display: none;
      z-index: 50;
      position: absolute;
      top: 108px;
      left: 50%;
      width: 628px;
      margin-left: -314px;
      background-color: #f6f6f6;
      padding-top: 50px;
      padding-bottom: 40px;
      padding-left: 64px;
      padding-right: 51.2px;
      text-align: left; }
      .globalHeaderModule header.mobile .mainNavDropdown .title {
        font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
        font-weight: bold;
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 24px;
        border-bottom: 2px solid black;
        margin-bottom: 40px; }
      .globalHeaderModule header.mobile .mainNavDropdown .linkColumn {
        padding-right: 14px; }
        .globalHeaderModule header.mobile .mainNavDropdown .linkColumn a {
          display: block !important;
          font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
          font-size: 13px;
          line-height: 16px;
          color: black;
          text-decoration: none;
          padding-right: 30px;
          padding-bottom: 10px;
          margin-bottom: 28px;
          background-image: url(../img/rightArrowRed.svg);
          background-size: 20px 16px;
          background-repeat: no-repeat;
          background-position: 100% 23%; }
        .globalHeaderModule header.mobile .mainNavDropdown .linkColumn a:hover, .globalHeaderModule header.mobile .mainNavDropdown .linkColumn a:focus {
          color: #e64626;
          border-bottom: 1px solid #e64626;
          margin-bottom: 27px; }
      @media (min-width: 992px) {
        .globalHeaderModule header.mobile .mainNavDropdown {
          padding-left: 82.66667px;
          padding-right: 66.13333px;
          width: 812px;
          margin-left: -406px; }
          .globalHeaderModule header.mobile .mainNavDropdown .linkColumn {
            padding-right: 65px; }
            .globalHeaderModule header.mobile .mainNavDropdown .linkColumn a {
              font-size: 14px; } }
      @media (min-width: 1200px) {
        .globalHeaderModule header.mobile .mainNavDropdown {
          padding-left: 100px;
          padding-right: 80px;
          width: 940px;
          margin-left: -470px; }
          .globalHeaderModule header.mobile .mainNavDropdown .title {
            font-size: 40px;
            line-height: 40px;
            margin-bottom: 55px; }
          .globalHeaderModule header.mobile .mainNavDropdown .linkColumn {
            padding-right: 90px; }
            .globalHeaderModule header.mobile .mainNavDropdown .linkColumn a {
              font-size: 16px; } }
    .globalHeaderModule header.mobile .mainNav .navItems {
      text-align: left;
      min-height: 40px;
      margin-left: 7px;
      margin-top: 8px; }
      .globalHeaderModule header.mobile .mainNav .navItems a {
        padding-right: 2px; }
        @media (min-width: 768px) {
          .globalHeaderModule header.mobile .mainNav .navItems a {
            margin-right: 43px; }
            .globalHeaderModule header.mobile .mainNav .navItems a:last-child {
              margin-right: 0; } }
        @media (max-width: 340px) {
          .globalHeaderModule header.mobile .mainNav .navItems a {
            font-size: 14px;
            margin-right: 14px; } }
      .globalHeaderModule header.mobile .mainNav .navItems .fa-arrow-left {
        color: #ce3d20; }
    .globalHeaderModule header.mobile .bottomNavM .navItems a {
      height: 55px;
      background-color: #e6e6e6;
      text-align: left;
      vertical-align: middle;
      padding-top: 14px;
      font-size: 17px;
      width: 100%;
      margin-bottom: 10px; }
      .globalHeaderModule header.mobile .bottomNavM .navItems a .fa {
        color: #ce3d20;
        padding: 0 12px 0 16px; }
      .globalHeaderModule header.mobile .bottomNavM .navItems a .fa-arrow-right {
        padding-top: 4px; }
    .globalHeaderModule header.mobile .openingHoursM .panel-group {
      margin-bottom: 0;
      margin-top: 1px; }
      .globalHeaderModule header.mobile .openingHoursM .panel-group .panel {
        border: none; }
        .globalHeaderModule header.mobile .openingHoursM .panel-group .panel .panel-heading {
          border: none;
          background-color: transparent;
          padding: 0;
          border: 0; }
        .globalHeaderModule header.mobile .openingHoursM .panel-group .panel .panel-title a {
          border: none; }
        .globalHeaderModule header.mobile .openingHoursM .panel-group .panel .panel-body {
          border: none; }
        .globalHeaderModule header.mobile .openingHoursM .panel-group .panel .quickLinksSmall {
          min-height: 50px;
          position: relative;
          /*padding-left: 0 !important;
          padding-right: 0 !important;*/ }
        .globalHeaderModule header.mobile .openingHoursM .panel-group .panel .quickLinksSmall a {
          font-weight: normal;
          width: 50%;
          padding: 10px 10px 10px 10px;
          margin-right: 0;
          float: left;
          text-decoration: none;
          border-bottom: 1px solid #d8dbdd; }
        .globalHeaderModule header.mobile .openingHoursM .panel-group .panel .quickLinksSmall a:first-child {
          text-decoration: underline;
          color: #e64626; }
        .globalHeaderModule header.mobile .openingHoursM .panel-group .panel .weeklyDatePicker {
          border: 0;
          margin-left: 15px;
          border-bottom: 1px solid #d8dbdd;
          padding-bottom: 20px;
          padding-top: 20px; }
          .globalHeaderModule header.mobile .openingHoursM .panel-group .panel .weeklyDatePicker input {
            border: none;
            box-shadow: none;
            color: #252525;
            font-size: 17px;
            font-weight: bold;
            padding: 0;
            height: 27px; }
            .globalHeaderModule header.mobile .openingHoursM .panel-group .panel .weeklyDatePicker input:focus {
              color: #363636;
              border: 0; }
          .globalHeaderModule header.mobile .openingHoursM .panel-group .panel .weeklyDatePicker .input-group-addon {
            padding: 6px 12px;
            font-size: 14px;
            font-weight: normal;
            line-height: 1;
            color: #ce3d20;
            text-align: center;
            border: none;
            border-radius: 0;
            background-color: #fff; }
    .globalHeaderModule header.mobile .openingHoursM .navItems a {
      height: 55px;
      background-color: #fff;
      border-bottom: 1px solid #e6e6e6;
      text-align: left;
      vertical-align: middle;
      padding-top: 14px;
      font-size: 17px;
      width: 100%;
      margin-bottom: 10px; }
      .globalHeaderModule header.mobile .openingHoursM .navItems a .fa {
        color: #ce3d20;
        padding: 0 12px 0 16px; }
      .globalHeaderModule header.mobile .openingHoursM .navItems a .fa-angle-down {
        font-size: 28px; }
      .globalHeaderModule header.mobile .openingHoursM .navItems a .fa-clock-o {
        font-size: 25px; }
    .globalHeaderModule header.mobile a:not(.list-group-item) {
      color: #363636;
      display: inline-block;
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      padding-top: 5px;
      margin-right: 18px;
      padding-right: 12px;
      font-size: 15px; }
    .globalHeaderModule header.mobile a.active {
      border-top: 2px solid #e64626;
      color: #e64626; }
    .globalHeaderModule header.mobile a:hover, .globalHeaderModule header.mobile a:focus {
      text-decoration: none;
      color: #e64626; }
    .globalHeaderModule header.mobile a.searchIcon {
      padding-right: 0px;
      margin-right: 0px; }
    .globalHeaderModule header.mobile .hamburgerIcon.open .glyphicon-menu-hamburger {
      display: none; }
    .globalHeaderModule header.mobile .hamburgerIcon.open .glyphicon-remove {
      display: block;
      background-image: url(../img/closeIcon.png);
      background-size: 20px 20px;
      background-position: 2px 4px;
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      outline: 0; }
      .globalHeaderModule header.mobile .hamburgerIcon.open .glyphicon-remove::before {
        content: ' '; }
    .globalHeaderModule header.mobile .searchIcon {
      float: right;
      margin-top: 8px;
      margin-right: 20px;
      color: #e64626; }
    @media (min-width: 768px) {
      .globalHeaderModule header.mobile .tabletContainer {
        width: 768px;
        margin-left: auto;
        margin-right: auto; } }
    .globalHeaderModule header.mobile .tabletContainer .pull-right {
      margin-right: 20px;
      margin-top: 5px;
      font-size: 16px;
      line-height: 16px;
      font-weight: bold;
      padding-top: 11px; }
    .globalHeaderModule header.mobile .searchWrapper {
      height: auto;
      position: absolute;
      background-color: #e64626;
      width: 100%;
      opacity: 0.9;
      left: 0;
      margin: 20px 0 0 0; }
      .globalHeaderModule header.mobile .searchWrapper .col-xs-12:first-child, .globalHeaderModule header.mobile .searchWrapper .courseFinderModule.detailed .interestFieldColumn:first-child, .courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper .interestFieldColumn:first-child, .globalHeaderModule header.mobile .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:first-child, .courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper .keywordsFieldColumn:first-child, .globalHeaderModule header.mobile .searchWrapper .courseFinderModule.detailed .searchButtonColumn:first-child, .courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper .searchButtonColumn:first-child, .globalHeaderModule header.mobile .searchWrapper .courseFinderModule.detailed .coursesColumn:first-child, .courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper .coursesColumn:first-child {
        padding-top: 45px;
        padding-bottom: 44px; }
      .globalHeaderModule header.mobile .searchWrapper .quickLinksSmall {
        min-height: 50px;
        border-top: 2px solid #e64626;
        position: relative;
        padding-left: 0 !important;
        padding-right: 0 !important; }
        .globalHeaderModule header.mobile .searchWrapper .quickLinksSmall a {
          color: white;
          font-weight: normal;
          text-decoration: underline;
          width: 50%;
          padding: 10px 10px 10px 10px;
          margin-right: 0;
          background-color: rgba(0, 0, 0, 0.3);
          border-right: 2px solid #e64626;
          float: left;
          margin-top: 1px; }
      .globalHeaderModule header.mobile .searchWrapper input[type="text"] {
        font-size: 35px;
        background-color: #e64626;
        border: 0;
        outline: 0;
        color: white;
        width: 100%;
        padding-left: 10px; }
      .globalHeaderModule header.mobile .searchWrapper.fixed {
        position: fixed;
        top: 120px;
        height: 76px;
        opacity: 1; }
        @media print {
          .globalHeaderModule header.mobile .searchWrapper.fixed {
            position: relative !important; } }
        .globalHeaderModule header.mobile .searchWrapper.fixed .col-xs-12:first-child, .globalHeaderModule header.mobile .searchWrapper.fixed .courseFinderModule.detailed .interestFieldColumn:first-child, .courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper.fixed .interestFieldColumn:first-child, .globalHeaderModule header.mobile .searchWrapper.fixed .courseFinderModule.detailed .keywordsFieldColumn:first-child, .courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper.fixed .keywordsFieldColumn:first-child, .globalHeaderModule header.mobile .searchWrapper.fixed .courseFinderModule.detailed .searchButtonColumn:first-child, .courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper.fixed .searchButtonColumn:first-child, .globalHeaderModule header.mobile .searchWrapper.fixed .courseFinderModule.detailed .coursesColumn:first-child, .courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper.fixed .coursesColumn:first-child {
          padding-top: 5px; }
        .globalHeaderModule header.mobile .searchWrapper.fixed .col-xs-12:nth-child(2), .globalHeaderModule header.mobile .searchWrapper.fixed .courseFinderModule.detailed .interestFieldColumn:nth-child(2), .courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper.fixed .interestFieldColumn:nth-child(2), .globalHeaderModule header.mobile .searchWrapper.fixed .courseFinderModule.detailed .keywordsFieldColumn:nth-child(2), .courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper.fixed .keywordsFieldColumn:nth-child(2), .globalHeaderModule header.mobile .searchWrapper.fixed .courseFinderModule.detailed .searchButtonColumn:nth-child(2), .courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper.fixed .searchButtonColumn:nth-child(2), .globalHeaderModule header.mobile .searchWrapper.fixed .courseFinderModule.detailed .coursesColumn:nth-child(2), .courseFinderModule.detailed .globalHeaderModule header.mobile .searchWrapper.fixed .coursesColumn:nth-child(2) {
          display: none; }
      .globalHeaderModule header.mobile .searchWrapper .col-xs-9 {
        padding-right: 1px; }
        .globalHeaderModule header.mobile .searchWrapper .col-xs-9 input {
          background-color: rgba(0, 0, 0, 0.3); }
      .globalHeaderModule header.mobile .searchWrapper .performSearchLink {
        display: inline-block;
        color: #252525;
        text-decoration: none;
        margin-left: 10px;
        font-family: "ApercuMono", Courier;
        font-weight: normal;
        font-size: 30px; }
      .globalHeaderModule header.mobile .searchWrapper .col-xs-3 {
        padding-left: 1px; }
        .globalHeaderModule header.mobile .searchWrapper .col-xs-3 .input {
          font-size: 31px;
          background-color: rgba(0, 0, 0, 0.3); }
          .globalHeaderModule header.mobile .searchWrapper .col-xs-3 .input a {
            color: white;
            margin: 5px;
            line-height: 56px;
            padding: 0px 0px 0 3px; }
      .globalHeaderModule header.mobile .searchWrapper .quickLinksItems {
        padding-top: 25px; }
        .globalHeaderModule header.mobile .searchWrapper .quickLinksItems a {
          color: white;
          margin: 5px;
          line-height: 66px;
          padding: 25px 30px 5px 0;
          font-size: 18px; }
      .globalHeaderModule header.mobile .searchWrapper .filterCat {
        color: white;
        font-size: 24px;
        text-decoration: none; }
        .globalHeaderModule header.mobile .searchWrapper .filterCat .selectedFilter {
          font-weight: bold; }
        .globalHeaderModule header.mobile .searchWrapper .filterCat .fa {
          font-size: 30px;
          line-height: 1;
          vertical-align: middle; }
      .globalHeaderModule header.mobile .searchWrapper .quickLinks {
        font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
        padding: 0; }
        .globalHeaderModule header.mobile .searchWrapper .quickLinks label {
          color: black;
          font-weight: 400;
          line-height: 22px;
          font-size: 16px; }
        .globalHeaderModule header.mobile .searchWrapper .quickLinks a {
          color: white;
          text-decoration: underline;
          padding: 0 10px;
          font-size: 15px;
          font-weight: 800;
          line-height: 20px; }
        .globalHeaderModule header.mobile .searchWrapper .quickLinks a:hover {
          color: black; }
  .globalHeaderModule .searchWrapper {
    height: 210px;
    position: absolute;
    background-color: #e64626;
    width: 100%;
    opacity: 0.9;
    left: 0;
    margin-top: 110px;
    margin: 32px auto; }
    .globalHeaderModule .searchWrapper input[type="text"] {
      font-size: 35px;
      background-color: #e64626;
      border: 0;
      outline: 0;
      color: white;
      width: 100%;
      padding-left: 10px; }
    .globalHeaderModule .searchWrapper.fixed {
      position: fixed;
      top: 68px;
      height: 70px;
      opacity: 1;
      z-index: 600;
      width: 100%; }
      @media print {
        .globalHeaderModule .searchWrapper.fixed {
          position: relative !important; } }
      .globalHeaderModule .searchWrapper.fixed input, .globalHeaderModule .searchWrapper.fixed .input {
        height: 50px; }
      .globalHeaderModule .searchWrapper.fixed .col-sm-12:first-child {
        padding-top: 9px;
        padding-bottom: 0; }
      .globalHeaderModule .searchWrapper.fixed .col-sm-3 .input a {
        line-height: 50px; }
      .globalHeaderModule .searchWrapper.fixed .col-sm-12:nth-child(2) {
        display: none; }
      .globalHeaderModule .searchWrapper.fixed .col-sm-12 .row, .globalHeaderModule .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .globalHeaderModule .searchWrapper.fixed .col-sm-12 .inputFields, .globalHeaderModule .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .globalHeaderModule .searchWrapper.fixed .col-sm-12 .submitAndLinks {
        text-align: center;
        margin: 0 auto; }
      @media (min-width: 992px) {
        .globalHeaderModule .searchWrapper.fixed .col-sm-12 .row, .globalHeaderModule .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .globalHeaderModule .searchWrapper.fixed .col-sm-12 .inputFields, .globalHeaderModule .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .globalHeaderModule .searchWrapper.fixed .col-sm-12 .submitAndLinks {
          width: 833px; } }
      @media (min-width: 1200px) {
        .globalHeaderModule .searchWrapper.fixed .col-sm-12 .row, .globalHeaderModule .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .globalHeaderModule .searchWrapper.fixed .col-sm-12 .inputFields, .globalHeaderModule .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .globalHeaderModule .searchWrapper.fixed .col-sm-12 .submitAndLinks {
          width: 962px; } }
      @media (min-width: 1440px) {
        .globalHeaderModule .searchWrapper.fixed .col-sm-12 .row, .globalHeaderModule .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .globalHeaderModule .searchWrapper.fixed .col-sm-12 .inputFields, .globalHeaderModule .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .globalHeaderModule .searchWrapper.fixed .col-sm-12 .submitAndLinks {
          width: 1200px; } }
      @media (max-width: 991px) {
        .globalHeaderModule .searchWrapper.fixed {
          -moz-transition-property: top;
          -o-transition-property: top;
          -webkit-transition-property: top;
          transition-property: top;
          -moz-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }
          .globalHeaderModule .searchWrapper.fixed.revealMobile {
            top: 0px; } }
      @media (min-width: 992px) {
        .globalHeaderModule .searchWrapper.fixed {
          top: 68px;
          border-bottom: 1px solid #f1f2f2; } }
    .globalHeaderModule .searchWrapper .col-sm-12 {
      padding: 0 50px 0 50px;
            /*@media (min-width: $screen-md-min) {
                padding: 0 64px 0 75px;
            }

            @media (min-width: $screen-lg-min) {
                padding: 0 150px 0 150px;
            }

            @media (min-width: $screen-xlg-min) {
                padding: 0 142px 0 142px;
            }*/ }
    .globalHeaderModule .searchWrapper .col-sm-12:first-child {
      padding-top: 50px;
      padding-bottom: 15px; }
    .globalHeaderModule .searchWrapper .col-sm-12:last-child .col-sm-12 {
      padding-top: 0;
      padding-left: 10px;
      padding-bottom: 0; }
    .globalHeaderModule .searchWrapper .col-sm-9 {
      padding-right: 1px; }
      .globalHeaderModule .searchWrapper .col-sm-9 input {
        background-color: rgba(0, 0, 0, 0.3); }
    .globalHeaderModule .searchWrapper .col-sm-3 {
      padding-left: 1px; }
      .globalHeaderModule .searchWrapper .col-sm-3 .input {
        font-size: 28px;
        background-color: rgba(0, 0, 0, 0.3); }
        .globalHeaderModule .searchWrapper .col-sm-3 .input a {
          color: white;
          margin: 5px;
          line-height: 66px;
          padding: 0px 0px 0 47px; }
    .globalHeaderModule .searchWrapper .quickLinksItems {
      padding-top: 25px; }
      .globalHeaderModule .searchWrapper .quickLinksItems a {
        color: white;
        margin: 5px;
        line-height: 66px;
        padding: 25px 30px 5px 0;
        font-size: 18px; }
    @media (min-width: 768px) {
      .globalHeaderModule .searchWrapper .col-sm-3 .input a {
        padding: 0px 0px 0 47px; } }
    @media (min-width: 992px) {
      .globalHeaderModule .searchWrapper {
        margin: 75px auto; }
        .globalHeaderModule .searchWrapper .col-sm-3 .input a {
          padding: 5px 15px; } }
    @media (min-width: 1200px) {
      .globalHeaderModule .searchWrapper {
        margin: 75px 0; }
        .globalHeaderModule .searchWrapper .col-sm-3 .input a {
          padding: 5px 32px; } }
    @media (min-width: 1440px) {
      .globalHeaderModule .searchWrapper .col-sm-3 .input a {
        padding: 5px 62px; }
      .globalHeaderModule .searchWrapper .quickLinksItems {
        padding-top: 25px; }
        .globalHeaderModule .searchWrapper .quickLinksItems a {
          font-size: 20px;
          padding: 25px 62px 5px 0; } }
    .globalHeaderModule .searchWrapper .filterCat {
      color: white;
      font-size: 24px;
      text-decoration: none; }
      .globalHeaderModule .searchWrapper .filterCat .selectedFilter {
        font-weight: bold; }
      .globalHeaderModule .searchWrapper .filterCat .fa {
        font-size: 30px;
        line-height: 1;
        vertical-align: middle; }
    .globalHeaderModule .searchWrapper .quickLinks {
      padding: 0;
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif; }
      .globalHeaderModule .searchWrapper .quickLinks label {
        color: black;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px; }
      .globalHeaderModule .searchWrapper .quickLinks a {
        color: white;
        text-decoration: underline;
        padding: 0 10px;
        font-size: 15px;
        font-weight: 800;
        line-height: 20px; }
      .globalHeaderModule .searchWrapper .quickLinks a:hover {
        color: black; }
      @media (min-width: 1440px) {
        .globalHeaderModule .searchWrapper .quickLinks {
          font-size: 18px; } }
  @media (min-width: 1440px) {
    .globalHeaderModule .heroMediaModule img {
      height: 365px; } }
  .globalHeaderModule .searchContainer {
    z-index: 1000;
    position: absolute;
    top: 0px;
    width: 100%; }
    .globalHeaderModule .searchContainer .mobileRow {
      height: 50px;
      text-align: center;
      font-size: 24px;
      position: relative; }
      .globalHeaderModule .searchContainer .mobileRow .unilogo {
        width: 100px;
        margin-top: 6px; }
      .globalHeaderModule .searchContainer .mobileRow a, .globalHeaderModule .searchContainer .mobileRow a:hover {
        color: black; }
      .globalHeaderModule .searchContainer .mobileRow .hamburgerIcon {
        float: left;
        margin-top: 8px;
        margin-left: 12px; }
      .globalHeaderModule .searchContainer .mobileRow .closeIcon {
        position: absolute;
        top: 6px;
        right: 20px; }
        .globalHeaderModule .searchContainer .mobileRow .closeIcon .glyphicon-remove {
          display: block;
          background-image: url(../img/closeIcon.png);
          background-size: 20px 20px;
          background-position: 2px 4px;
          background-repeat: no-repeat;
          width: 24px;
          height: 24px; }
          .globalHeaderModule .searchContainer .mobileRow .closeIcon .glyphicon-remove::before {
            content: ' '; }
      @media (min-width: 768px) {
        .globalHeaderModule .searchContainer .mobileRow {
          margin-left: -70px;
          margin-right: -70px; } }
    .globalHeaderModule .searchContainer .container {
      background-color: #e64626;
      opacity: 0.95; }
    .globalHeaderModule .searchContainer .searchDropDown {
      height: 500px;
      width: 100%;
      display: none; }
      .globalHeaderModule .searchContainer .searchDropDown .typeToSearch {
        font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
        font-weight: bold;
        font-size: 15px;
        color: black;
        margin-top: 30px;
        margin-bottom: 20px; }
      .globalHeaderModule .searchContainer .searchDropDown .input {
        width: 100%; }
      .globalHeaderModule .searchContainer .searchDropDown input[type="text"] {
        font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
        font-size: 35px;
        background-color: #e64626;
        border: none;
        outline: none;
        color: white;
        width: 100%; }
      .globalHeaderModule .searchContainer .searchDropDown .description {
        font-family: "ApercuMono", Courier;
        font-size: 14px;
        color: #252525;
        margin-top: 20px; }
      .globalHeaderModule .searchContainer .searchDropDown .performSearchLink {
        display: none; }
      .globalHeaderModule .searchContainer .searchDropDown .searchRow .input {
        display: inline-block;
        border-bottom: 1px solid black; }
      .globalHeaderModule .searchContainer .searchDropDown .radioButtons {
        margin-top: 35px; }
        .globalHeaderModule .searchContainer .searchDropDown .radioButtons label {
          color: black;
          font-family: "ApercuMono", Courier;
          font-size: 16px;
          font-weight: normal; }
        .globalHeaderModule .searchContainer .searchDropDown .radioButtons .styledRadioButton {
          margin-bottom: 8px; }
          .globalHeaderModule .searchContainer .searchDropDown .radioButtons .styledRadioButton input[type="radio"] + span {
            color: black; }
          .globalHeaderModule .searchContainer .searchDropDown .radioButtons .styledRadioButton input[type="radio"]:focus + span {
            font-weight: bold; }
          .globalHeaderModule .searchContainer .searchDropDown .radioButtons .styledRadioButton input[type="radio"] + span::before {
            background-image: url(../img/forms/radioButtons.png);
            background-size: 32px 16px;
            background-position: -16px 0px;
            width: 16px;
            height: 16px; }
          .globalHeaderModule .searchContainer .searchDropDown .radioButtons .styledRadioButton input[type="radio"]:checked + span::before {
            background-position: 0px 0px; }
      @media (min-width: 992px) {
        .globalHeaderModule .searchContainer .searchDropDown {
          height: 549px; }
          .globalHeaderModule .searchContainer .searchDropDown .desktopRow {
            padding-top: 24px; }
          .globalHeaderModule .searchContainer .searchDropDown .closeIcon {
            float: right;
            color: black;
            text-decoration: none;
            font-size: 24px;
            margin-top: 16px; }
          .globalHeaderModule .searchContainer .searchDropDown .unilogo {
            display: block;
            width: 116px;
            height: auto;
            margin-top: 7px; }
          .globalHeaderModule .searchContainer .searchDropDown .typeToSearch {
            font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
            font-weight: normal;
            font-size: 18px;
            margin-top: 95px;
            padding-bottom: 10px;
            margin-bottom: 50px;
            border-bottom: 1px solid black; }
          .globalHeaderModule .searchContainer .searchDropDown input[type="text"] {
            font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
            font-weight: bold;
            font-size: 60px;
            width: 637px; }
          .globalHeaderModule .searchContainer .searchDropDown .performSearchLink {
            display: inline-block;
            color: #252525;
            text-decoration: none;
            margin-left: 10px;
            font-family: "ApercuMono", Courier;
            font-weight: normal;
            font-size: 30px; }
          .globalHeaderModule .searchContainer .searchDropDown .description {
            margin-top: 40px;
            float: left; }
          .globalHeaderModule .searchContainer .searchDropDown .radioButtons {
            float: right; }
            .globalHeaderModule .searchContainer .searchDropDown .radioButtons .styledRadioButton {
              display: inline-block; }
            .globalHeaderModule .searchContainer .searchDropDown .radioButtons searchWrapper .styledRadioButton:first-child {
              margin-right: 30px; } }
      @media (min-width: 1200px) {
        .globalHeaderModule .searchContainer .searchDropDown {
          height: 619px; }
          .globalHeaderModule .searchContainer .searchDropDown .unilogo {
            width: 168px;
            margin-top: 2px; }
          .globalHeaderModule .searchContainer .searchDropDown input[type="text"] {
            width: 1005px; } }

.globalFooterModule {
  background-color: #e64626;
  margin-top: 100px;
  position: relative;
  z-index: 500; }
  @media (max-width: 767px) {
    .globalFooterModule .container {
      padding-left: 25px;
      padding-right: 25px; } }
  .globalFooterModule .footerTopHeader {
    min-height: 60px;
    background-color: #d8dbdd;
    padding-top: 17px; }
    .globalFooterModule .footerTopHeader .library-footer-nav {
      overflow: hidden; }
    .globalFooterModule .footerTopHeader ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .globalFooterModule .footerTopHeader li {
      display: inline; }
      .globalFooterModule .footerTopHeader li a {
        margin-right: 18px; }
        @media (min-width: 768px) {
          .globalFooterModule .footerTopHeader li a {
            margin-right: 15px; } }
        @media (min-width: 992px) {
          .globalFooterModule .footerTopHeader li a {
            margin-right: 30px; } }
        @media print {
          .globalFooterModule .footerTopHeader li a {
            margin-right: 0 !important; } }
    @media (max-width: 767px) {
      .globalFooterModule .footerTopHeader {
        padding-bottom: 15px; } }
    .globalFooterModule .footerTopHeader .row > div:nth-child(2), .globalFooterModule .footerTopHeader .courseFinderModule.detailed .inputFields > div:nth-child(2), .courseFinderModule.detailed .globalFooterModule .footerTopHeader .inputFields > div:nth-child(2), .globalFooterModule .footerTopHeader .courseFinderModule.detailed .submitAndLinks > div:nth-child(2), .courseFinderModule.detailed .globalFooterModule .footerTopHeader .submitAndLinks > div:nth-child(2) {
            /*padding-left: 35px;

            @media (max-width: $screen-xs-max) {
                padding-left: 12px;
            }*/ }
    .globalFooterModule .footerTopHeader .lbl {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      font-size: 20px;
      line-height: 1; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .globalFooterModule .footerTopHeader .library-footer-nav {
        margin-left: -43px;
        margin-right: 43px; } }
    .globalFooterModule .footerTopHeader .navItems {
      margin-bottom: 10px;
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif; }
      @media (max-width: 767px) {
        .globalFooterModule .footerTopHeader .navItems {
          margin: 10px 0 0;
          white-space: nowrap; }
          .globalFooterModule .footerTopHeader .navItems li {
            display: inline-block;
            margin: 0;
            padding: 0;
            width: 25%;
            text-align: center; } }
    @media (max-width: 767px) and (max-width: 340px) {
      .globalFooterModule .footerTopHeader .navItems li {
        width: 23%; } }
      @media (max-width: 767px) {
            .globalFooterModule .footerTopHeader .navItems li:first-child {
              text-align: left; }
            .globalFooterModule .footerTopHeader .navItems li:last-child {
              text-align: right; } }
      .globalFooterModule .footerTopHeader .navItems a {
        font-size: 14px;
        font-weight: bold;
        color: #252525; }
    .globalFooterModule .footerTopHeader .socialMediaIcons ul {
      float: right; }
      .globalFooterModule .footerTopHeader .socialMediaIcons ul li a {
        margin-right: 20px;
        margin-left: 0; }
      @media (min-width: 992px) {
        .globalFooterModule .footerTopHeader .socialMediaIcons ul {
          float: right; }
          .globalFooterModule .footerTopHeader .socialMediaIcons ul li a {
            margin-right: 30px;
            margin-left: 0; } }
      @media (max-width: 767px) {
        .globalFooterModule .footerTopHeader .socialMediaIcons ul {
          float: none;
          margin-top: 20px; }
          .globalFooterModule .footerTopHeader .socialMediaIcons ul li a {
            margin-left: 0;
            margin-right: 0; } }
    @media (max-width: 767px) {
      .globalFooterModule .footerTopHeader .socialMediaIcons .navItems li {
        width: auto;
        text-align: left;
        margin: 0 11.5%; } }
  @media (max-width: 767px) and (max-width: 340px) {
    .globalFooterModule .footerTopHeader .socialMediaIcons .navItems li {
      margin: 0 10.3%; } }
    @media (max-width: 767px) {
        .globalFooterModule .footerTopHeader .socialMediaIcons .navItems li:first-child {
          margin-left: 0; }
        .globalFooterModule .footerTopHeader .socialMediaIcons .navItems li:last-child {
          margin-right: 0; } }
    .globalFooterModule .footerTopHeader .socialMediaIcons img {
      display: inline-block;
      width: 25px;
      height: 25px;
      margin: 0;
      vertical-align: middle; }
    .globalFooterModule .footerTopHeader .socialMediaIcons a:not(:last-child) {
      margin-right: 20%; }
    .globalFooterModule .footerTopHeader .socialMediaIcons > div {
      /*text-align: center;
      margin: 0 auto;*/ }
  .globalFooterModule .footerHeader {
    padding-top: 50px;
    position: relative; }
    .globalFooterModule .footerHeader .unilogo {
      width: 171px;
      height: auto; }
    .globalFooterModule .footerHeader .heading {
      color: white;
      font-style: italic;
      font-family: "Times New Roman", Times, serif;
      font-size: 30px;
      margin-top: 8px; }
    .globalFooterModule .footerHeader .blackProcessMark {
      width: 4px;
      height: 30px;
      background-color: black;
      position: absolute;
      top: 0px;
      left: 15px; }
    .globalFooterModule .footerHeader .whiteProcessMark {
      width: 30px;
      height: 4px;
      background-color: white;
      position: absolute;
      top: 85px;
      right: 0px;
      display: none; }
      @media (min-width: 768px) {
        .globalFooterModule .footerHeader .whiteProcessMark {
          display: block; } }
  .globalFooterModule .linksSection {
    padding-top: 40px; }
    @media (min-width: 768px) {
      .globalFooterModule .linksSection {
        padding-top: 50px; } }
    .globalFooterModule .linksSection h2 {
      margin-top: 0px;
      font-size: 16px;
      font-weight: bold;
      color: black; }
      @media (min-width: 768px) {
        .globalFooterModule .linksSection h2 {
          font-size: 20px; } }
    .globalFooterModule .linksSection .linklist {
      padding-left: 0px;
      margin-left: 0px;
      list-style-type: none; }
      .globalFooterModule .linksSection .linklist ul {
        margin-top: 20px; }
      .globalFooterModule .linksSection .linklist li {
        margin-bottom: 5px; }
    .globalFooterModule .linksSection .socialMediaIcons img {
      display: block;
      margin-bottom: 10px;
      width: 18px;
      height: 18px; }
    .globalFooterModule .linksSection .socialMediaIcons .codeStyle, .globalFooterModule .linksSection .socialMediaIcons .signpostsModule .bottomRow .signpostVideoItem .contentType, .signpostsModule .bottomRow .signpostVideoItem .globalFooterModule .linksSection .socialMediaIcons .contentType, .globalFooterModule .linksSection .socialMediaIcons .signpostsModule .bottomRow .signpostTileItem .contentType, .signpostsModule .bottomRow .signpostTileItem .globalFooterModule .linksSection .socialMediaIcons .contentType, .globalFooterModule .linksSection .socialMediaIcons .featuredArticleModule.style1 .contentType, .featuredArticleModule.style1 .globalFooterModule .linksSection .socialMediaIcons .contentType, .globalFooterModule .linksSection .socialMediaIcons .featuredArticleModule.style2 .contentType, .featuredArticleModule.style2 .globalFooterModule .linksSection .socialMediaIcons .contentType, .globalFooterModule .linksSection .socialMediaIcons .featuredArticleListModule .featuredArticleModule .contentType, .featuredArticleListModule .featuredArticleModule .globalFooterModule .linksSection .socialMediaIcons .contentType, .globalFooterModule .linksSection .socialMediaIcons .pageTitleModule .contentType, .pageTitleModule .globalFooterModule .linksSection .socialMediaIcons .contentType {
      color: black;
      width: 120px;
      margin-top: 35px;
      -moz-transform-origin: 5px 10px;
      -ms-transform-origin: 5px 10px;
      -webkit-transform-origin: 5px 10px;
      transform-origin: 5px 10px;
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .globalFooterModule .linksSection a, .globalFooterModule .linksSection a:hover {
      color: black;
      font-size: 12px;
      font-weight: bold; }
    .globalFooterModule .linksSection > div {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .globalFooterModule .linksSection > div {
          margin-bottom: 0px; } }
  .globalFooterModule .mobileClearfix {
    clear: both; }
    @media (min-width: 768px) {
      .globalFooterModule .mobileClearfix {
        clear: none; } }
  .globalFooterModule .groupOfEightRow {
    padding-top: 10px; }
    .globalFooterModule .groupOfEightRow > div {
      padding-bottom: 30px;
      margin-bottom: 15px;
      border-bottom: 1px solid #d74123; }
    .globalFooterModule .groupOfEightRow .groupOfEightImage {
      width: 105px;
      height: auto; }
  .globalFooterModule .bottomSection {
    margin-bottom: 50px;
    position: relative;
    color: black; }
    .globalFooterModule .bottomSection .mobile .codeStyle, .globalFooterModule .bottomSection .mobile .signpostsModule .bottomRow .signpostVideoItem .contentType, .signpostsModule .bottomRow .signpostVideoItem .globalFooterModule .bottomSection .mobile .contentType, .globalFooterModule .bottomSection .mobile .signpostsModule .bottomRow .signpostTileItem .contentType, .signpostsModule .bottomRow .signpostTileItem .globalFooterModule .bottomSection .mobile .contentType, .globalFooterModule .bottomSection .mobile .featuredArticleModule.style1 .contentType, .featuredArticleModule.style1 .globalFooterModule .bottomSection .mobile .contentType, .globalFooterModule .bottomSection .mobile .featuredArticleModule.style2 .contentType, .featuredArticleModule.style2 .globalFooterModule .bottomSection .mobile .contentType, .globalFooterModule .bottomSection .mobile .featuredArticleListModule .featuredArticleModule .contentType, .featuredArticleListModule .featuredArticleModule .globalFooterModule .bottomSection .mobile .contentType, .globalFooterModule .bottomSection .mobile .pageTitleModule .contentType, .pageTitleModule .globalFooterModule .bottomSection .mobile .contentType {
      color: black;
      width: 120px;
      -moz-transform-origin: 10px 10px;
      -ms-transform-origin: 10px 10px;
      -webkit-transform-origin: 10px 10px;
      transform-origin: 10px 10px;
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .globalFooterModule .bottomSection .mobile .socialMediaIcons a {
      margin-bottom: 22px;
      display: block; }
      .globalFooterModule .bottomSection .mobile .socialMediaIcons a img {
        width: 18px;
        height: 18px; }
    .globalFooterModule .bottomSection .mobile .links a {
      color: black;
      margin-bottom: 15px;
      display: block;
      font-family: "ApercuMono", Courier;
      font-size: 14px;
      line-height: 14px;
      margin-bottom: 11px; }
    .globalFooterModule .bottomSection .mobile .abnSection {
      font-family: "ApercuMono", Courier;
      font-size: 12px;
      color: black !important; }
    .globalFooterModule .bottomSection .desktop .links > div {
      float: left;
      padding-right: 13px; }
      @media (min-width: 992px) {
        .globalFooterModule .bottomSection .desktop .links > div {
          padding-right: 35px; } }
      @media (min-width: 1200px) {
        .globalFooterModule .bottomSection .desktop .links > div {
          padding-right: 80px; } }
    .globalFooterModule .bottomSection .desktop a, .globalFooterModule .bottomSection .desktop a:hover {
      color: black;
      font-family: "ApercuMono", Courier;
      font-size: 12px;
      vertical-align: top; }
    .globalFooterModule .bottomSection .desktop .abnSection {
      font-family: "ApercuMono", Courier;
      font-size: 10px;
      color: black !important; }
    .globalFooterModule .bottomSection .desktop .links a, .globalFooterModule .bottomSection .desktop .links a:hover {
      color: black;
      font-family: "ApercuMono", Courier;
      font-size: 12px;
      vertical-align: top; }

.heroMediaModule {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  margin-bottom: 0px; }
  .heroMediaModule .image {
    margin-bottom: 0px; }
  .heroMediaModule .video {
    display: none; }
  .heroMediaModule .mainImage {
    width: auto;
    height: 406px; }
  @media (min-width: 768px) {
    .heroMediaModule {
      width: 768px;
      height: auto;
      margin-left: -70px;
      margin-right: 0px; }
      .heroMediaModule .mainImage {
        width: 100%;
        height: auto; } }
  @media (min-width: 992px) {
    .heroMediaModule {
      width: 992px;
      margin-left: -90px; } }
  @media (min-width: 1200px) {
    .heroMediaModule {
      width: 1200px;
      margin-left: -130px; } }
  @media (min-width: 1440px) {
    .heroMediaModule {
      width: 1440px;
      margin-left: -130px; } }

.heroMediaModule.image {
  margin-bottom: 0px; }
  .heroMediaModule.image .video {
    display: none; }

@media (min-width: 768px) {
  .heroMediaModule.video .image {
    display: none; }
  .heroMediaModule.video .video {
    display: block; }
  .heroMediaModule.video video {
    width: 100%; } }

.marketingHeroModule {
  position: relative;
  min-height: 400px; }
  @media (min-width: 768px) {
    .marketingHeroModule {
      min-height: 260px; } }
  @media (min-width: 992px) {
    .marketingHeroModule {
      min-height: 340px; } }
  @media (min-width: 1200px) {
    .marketingHeroModule {
      min-height: 450px; } }
  @media (min-width: 768px) {
    .marketingHeroModule .heroMediaModule {
      margin-top: 60px; } }
  .marketingHeroModule .redBox {
    width: 260px;
    height: 323px;
    position: absolute;
    top: 0px;
    left: -10px;
    background-color: #e64626;
    background-color: rgba(230, 71, 39, 0.95); }
    .marketingHeroModule .redBox .title {
      font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
      font-size: 40px;
      line-height: 40px;
      margin-top: 63px;
      margin-left: 10px;
      width: 230px;
      color: black; }
    .marketingHeroModule .redBox .strapline {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-size: 15px;
      line-height: 15px;
      color: white;
      width: 200px;
      position: absolute;
      left: 0px;
      bottom: 40px;
      margin-left: 10px;
      padding-left: 30px; }
    .marketingHeroModule .redBox .callToAction {
      display: block;
      color: black;
      text-decoration: none;
      font-family: "ApercuMono", Courier;
      font-size: 14px;
      margin-top: 15px; }
      .marketingHeroModule .redBox .callToAction span {
        padding-right: 25px;
        background-image: url(../img/rightArrowBlack.svg);
        background-size: 17px 15px;
        background-repeat: no-repeat;
        background-position: 100% 50%; }
    .marketingHeroModule .redBox .blackProcessMark {
      position: absolute;
      top: 0px;
      left: 10px;
      width: 4px;
      height: 30px;
      background-color: black; }
    .marketingHeroModule .redBox .whiteProcessMark {
      position: absolute;
      bottom: 40px;
      right: 0px;
      width: 30px;
      height: 4px;
      background-color: white; }
    @media (min-width: 768px) {
      .marketingHeroModule .redBox {
        height: 300px;
        width: 350px;
        top: -60px;
        left: -70px; }
        .marketingHeroModule .redBox .title {
          margin-left: 70px; }
        .marketingHeroModule .redBox .strapline {
          margin-left: 70px;
          bottom: 40px;
          width: 240px; }
        .marketingHeroModule .redBox .callToAction {
          margin-top: 15px; }
        .marketingHeroModule .redBox .blackProcessMark {
          left: 70px; }
        .marketingHeroModule .redBox .whiteProcessMark {
          bottom: 40px; } }
    @media (min-width: 992px) {
      .marketingHeroModule .redBox {
        height: 370px;
        left: -90px;
        width: 460px; }
        .marketingHeroModule .redBox .title {
          margin-left: 90px;
          font-size: 50px;
          line-height: 50px;
          width: 290px; }
        .marketingHeroModule .redBox .strapline {
          margin-left: 90px;
          bottom: 56px; }
        .marketingHeroModule .redBox .callToAction {
          margin-top: 30px; }
        .marketingHeroModule .redBox .blackProcessMark {
          left: 90px; }
        .marketingHeroModule .redBox .whiteProcessMark {
          bottom: 55px; } }
    @media (min-width: 1200px) {
      .marketingHeroModule .redBox {
        height: 450px;
        left: -130px;
        width: 660px; }
        .marketingHeroModule .redBox .title {
          margin-left: 130px;
          font-size: 60px;
          line-height: 65px;
          width: 400px; }
        .marketingHeroModule .redBox .callToAction {
          margin-top: 40px; }
        .marketingHeroModule .redBox .blackProcessMark {
          left: 130px; }
        .marketingHeroModule .redBox .strapline {
          margin-left: 130px;
          font-size: 20px;
          line-height: 20px;
          width: 400px; } }
  .marketingHeroModule .secondaryMarketingSection a {
    display: block;
    color: #e64626;
    padding: 10px 0px;
    text-decoration: none; }
  .marketingHeroModule .secondaryMarketingSection .text {
    font-family: "ApercuMono", Courier;
    font-size: 16px;
    display: inline-block;
    margin-right: 20px;
    width: 240px; }
  .marketingHeroModule .secondaryMarketingSection .arrow {
    width: 13px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 2px;
    background-image: url(../img/downArrowRed.svg);
    background-size: cover;
    background-repeat: no-repeat; }
  @media (min-width: 500px) {
    .marketingHeroModule .secondaryMarketingSection .text {
      width: auto; }
    .marketingHeroModule .secondaryMarketingSection .arrow {
      margin-top: 0px; } }

.breadcrumbsModule {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #f1f2f2;
  /*margin-left: -$columnPaddingWidth;
  margin-right: -$columnPaddingWidth;
  padding-left: $columnPaddingWidth;*/
  width: auto;
  margin-bottom: 20px; }
  .breadcrumbsModule a {
    padding-right: 5px; }
  .breadcrumbsModule a, .breadcrumbsModule a:hover {
    color: #363636;
    text-decoration: none; }
  .breadcrumbsModule .current {
    color: #e64626;
    text-decoration: underline; }
  @media (min-width: 768px) {
    .breadcrumbsModule {
      margin-left: -70px;
      margin-right: 0px;
      /*width: $screen-sm-min;*/
      padding-left: 70px; } }
  @media (min-width: 992px) {
    .breadcrumbsModule {
      margin-left: -90px;
      /*width: $screen-md-min;*/
      padding-left: 90px; } }
  @media (min-width: 1200px) {
    .breadcrumbsModule {
      margin-left: -130px;
      /*width: $screen-lg-min;*/
      padding-left: 130px; } }

.b-breadcrumb--auto {
  margin-left: 0;
  padding-left: 0; }

.courseFinderModule select {
  font-family: "ApercuMono", Courier;
  font-size: 14px;
  width: 270px; }
.courseFinderModule input[type="text"] {
  width: 270px; }
  .courseFinderModule input[type="text"]::-webkit-input-placeholder {
    font-family: "ApercuMono", Courier;
    font-size: 14px; }
  .courseFinderModule input[type="text"]:-moz-placeholder {
    font-family: "ApercuMono", Courier;
    font-size: 14px; }
  .courseFinderModule input[type="text"]::-moz-placeholder {
    font-family: "ApercuMono", Courier;
    font-size: 14px; }
  .courseFinderModule input[type="text"]:-ms-input-placeholder {
    font-family: "ApercuMono", Courier;
    font-size: 14px; }
.courseFinderModule .searchButton {
  background-color: #e64626;
  border: none;
  color: white;
  padding: 12px 30px;
  display: block;
  width: 152px;
  font-family: "ApercuMono", Courier;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 20px; }
  .courseFinderModule .searchButton .glyphicon {
    float: right;
    margin-top: 2px; }

.courseFinderModule.detailed .title {
  margin-bottom: 50px;
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 40px; }
.courseFinderModule.detailed select {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .courseFinderModule.detailed select {
      width: 95%; } }
.courseFinderModule.detailed input[type="text"] {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .courseFinderModule.detailed input[type="text"] {
      width: 95%; } }
.courseFinderModule.detailed .courses .title {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px; }
.courseFinderModule.detailed .courses a, .courseFinderModule.detailed .courses a:hover {
  color: #e64626;
  font-family: "ApercuMono", Courier;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  text-decoration: none; }
  .courseFinderModule.detailed .courses a .arrow, .courseFinderModule.detailed .courses a:hover .arrow {
    float: right;
    margin-top: 4px;
    width: 18px;
    height: 14px;
    display: inline-block;
    background-image: url(../img/rightArrowRed.svg);
    background-size: cover;
    background-repeat: no-repeat; }

.courseFinderModule.summary .backgroundElement {
  background-color: #363636;
  margin-left: -10px;
  padding: 30px 10px 20px 10px;
  margin-right: -10px; }
  @media (min-width: 768px) {
    .courseFinderModule.summary .backgroundElement {
      height: 105px;
      margin-right: -70px; } }
  @media (min-width: 992px) {
    .courseFinderModule.summary .backgroundElement {
      margin-right: -90px; } }
  @media (min-width: 1200px) {
    .courseFinderModule.summary .backgroundElement {
      margin-right: -130px; } }
.courseFinderModule.summary .coursesColumn {
  display: none; }
.courseFinderModule.summary .title {
  color: white;
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding-top: 0px; }
.courseFinderModule.summary select, .courseFinderModule.summary input[type="text"] {
  border: 2px solid white;
  background: #363636;
  color: white;
  margin-bottom: 20px; }
  .courseFinderModule.summary select::-webkit-input-placeholder, .courseFinderModule.summary input[type="text"]::-webkit-input-placeholder {
    color: white; }
  .courseFinderModule.summary select:-moz-placeholder, .courseFinderModule.summary input[type="text"]:-moz-placeholder {
    color: white; }
  .courseFinderModule.summary select::-moz-placeholder, .courseFinderModule.summary input[type="text"]::-moz-placeholder {
    color: white; }
  .courseFinderModule.summary select:-ms-input-placeholder, .courseFinderModule.summary input[type="text"]:-ms-input-placeholder {
    color: white; }
.courseFinderModule.summary .ui-selectmenu-button.ui-widget {
  border: 2px solid white;
  background: #363636;
  color: white;
  margin-bottom: 20px; }
.courseFinderModule.summary .searchButton {
  height: 43px; }
@media (min-width: 768px) {
  .courseFinderModule.summary .title, .courseFinderModule.summary .inputFields, .courseFinderModule.summary .submitAndLinks, .courseFinderModule.summary .interestFieldColumn, .courseFinderModule.summary .keywordsFieldColumn, .courseFinderModule.summary .searchButtonColumn {
    display: inline-block; }
  .courseFinderModule.summary .submitAndLinks {
    vertical-align: top; }
  .courseFinderModule.summary select {
    width: 200px;
    margin-right: 10px; }
  .courseFinderModule.summary .ui-selectmenu-button.ui-widget {
    margin-right: 10px; }
  .courseFinderModule.summary input[type="text"] {
    width: 150px;
    margin-right: 10px; }
  .courseFinderModule.summary > div, .courseFinderModule.summary .keywordsFieldColumn {
    vertical-align: top; }
  .courseFinderModule.summary .title {
    font-size: 20px;
    vertical-align: top;
    margin-top: 8px;
    margin-right: 10px;
    margin-bottom: 0px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .courseFinderModule.summary .title {
    padding-top: 3px; }
  .courseFinderModule.summary .searchButton {
    width: 100px;
    padding-left: 22px; }
    .courseFinderModule.summary .searchButton .glyphicon {
      display: none; } }
@media (min-width: 992px) {
  .courseFinderModule.summary .title {
    font-size: 24px;
    margin-left: 100px;
    margin-right: 10px; }
  .courseFinderModule.summary select {
    margin-right: 10px; } }
@media (min-width: 1200px) {
  .courseFinderModule.summary .title {
    margin-right: 60px;
    margin-left: 175px; }
  .courseFinderModule.summary input[type="text"] {
    width: 250px; }
  .courseFinderModule.summary select {
    width: 250px; } }

.leftHandNavigationModule .parentNavigationItems {
  background-color: #d8dbdd; }
  .leftHandNavigationModule .parentNavigationItems > div:not(.panel):not(:last-child) {
    border-bottom: 1px solid #adadad; }
  .leftHandNavigationModule .parentNavigationItems > div:not(.panel) {
    margin-right: 10px;
    margin-left: 10px; }
  .leftHandNavigationModule .parentNavigationItems a {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    padding: 13px 9px 13px 0;
    display: block;
    color: #252525;
    font-weight: bold;
    background-color: #d8dbdd;
    background-size: 6px 12px;
    background-image: url(../img/rightChevronRed.svg);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    margin-left: 15px; }
  .leftHandNavigationModule .parentNavigationItems .fa-angle-down {
    font-size: 20px;
    color: #ce3d20;
    padding-right: 10px; }
.leftHandNavigationModule .currentPageSignpost {
  /*border-bottom: 1px solid $leftHandNavigationDividerColor;
  font-family: $apercuFontFamily;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;*/
  color: #ce3d20; }
  develop .leftHandNavigationModule .currentPageSignpost > div {
    padding-left: 9px; }
    develop .leftHandNavigationModule .currentPageSignpost > div .glyphicon {
      float: right;
      font-size: 12px; }
.leftHandNavigationModule .childNavigationItems ul {
  border-bottom: 1px solid #adadad;
  padding: 4px 0px; }
.leftHandNavigationModule .childNavigationItems a {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 7%;
  padding-left: 20px;
  font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 15px;
  color: #363636; }
.leftHandNavigationModule .childNavigationItems a:hover, .leftHandNavigationModule .childNavigationItems a:focus {
  text-decoration: none;
  color: black;
  background-color: #f6f6f6;
  background-size: 6px 12px;
  background-image: url(../img/rightChevronRed.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat; }
.leftHandNavigationModule ul, .leftHandNavigationModule li {
  list-style: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }
.leftHandNavigationModule .signposts .signpost .signpostLabel {
  font-weight: bold;
  font-size: 16px;
  color: #252525;
  padding: 20px 0 17px 20px;
  display: block;
  background: url(../bower_components/corporate-frontend/dist/assets/img/leftArrowBlack.svg) no-repeat;
  background-size: auto 11px;
  background-position: 0 50%;
  border-bottom: 3px solid black; }
.leftHandNavigationModule .menu {
  border-bottom: 1px solid #adadad;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px; }
.leftHandNavigationModule .menu > .menuItem {
  border-bottom: 1px solid #adadad; }
.leftHandNavigationModule .menu > .menuItem > .menuItemLabel {
  color: #363636;
  display: block; }
.leftHandNavigationModule .menu > .menuItem > .menuItemLabel:before {
  color: #cdcdcd;
  font-size: 14px;
  width: 14px;
  height: 14px; }
.leftHandNavigationModule .menu > .menuItem > .menuItemLabel:hover:before, .leftHandNavigationModule .menu > .menuItem > .menuItemLabel:focus:before {
  color: #363636;
  overflow: hidden; }
.leftHandNavigationModule .menu > .menuItem.active > .menuItemLabel {
  color: #ce3d20; }
.leftHandNavigationModule .menu > .menuItem.active > .menuItemLabel:before {
  color: #ce3d20; }
.leftHandNavigationModule .menu > .menuItem.active > .menuItemLabel:hover:before, .leftHandNavigationModule .menu > .menuItem.active > .menuItemLabel:focus:before {
  color: #ce3d20; }
.leftHandNavigationModule .menu > .menuItem:last-of-type {
  border-bottom: 0; }
.leftHandNavigationModule .menu > .menuItem > .menu {
  border-bottom: 0; }
.leftHandNavigationModule .menu > .menuItem > .menu > .menuItem {
  border-bottom: 0;
  border-top: 1px solid #eee; }
.leftHandNavigationModule .menu > .menuItem > .menu > .menuItem > .menuItemLabel {
  display: block;
  font-size: 14px;
  line-height: 15px;
  color: #363636;
  transition: .1s ease;
  padding-left: 20px;
  background-color: transparent; }
@media (min-width: 1200px) {
  .leftHandNavigationModule .menu > .menuItem > .menu > .menuItem > .menuItemLabel {
    padding-left: 30px; } }
.leftHandNavigationModule .menu > .menuItem > .menu > .menuItem > .menuItemLabel:before {
  font-size: 10px;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  color: #cdcdcd; }
.leftHandNavigationModule .menu > .menuItem > .menu > .menuItem > .menuItemLabel:hover, .leftHandNavigationModule .menu > .menuItem > .menu > .menuItem > .menuItemLabel:focus {
  text-decoration: none;
  color: black;
  background-color: #f6f6f6; }
.leftHandNavigationModule .menu > .menuItem > .menu > .menuItem > .menuItemLabel:hover:before, .leftHandNavigationModule .menu > .menuItem > .menu > .menuItem > .menuItemLabel:focus:before {
  color: #363636; }
.leftHandNavigationModule .menu .menuItem > .menuItemLabel {
  padding: 20px 9px; }
.leftHandNavigationModule .menu .menuItem.hasChildren > .menuItemLabel {
  padding-right: 0; }
.leftHandNavigationModule .menu .menuItem.hasChildren > .menuItemLabel:before {
  content: "";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  margin-left: 10px;
  transform: rotate(0deg);
  transition: .05s; }
.leftHandNavigationModule .menu .menuItem.hasChildren > .menuItemLabel:hover:before, .leftHandNavigationModule .menu .menuItem.hasChildren > .menuItemLabel:focus:before {
  transform: rotate(90deg);
  text-decoration: none; }
.leftHandNavigationModule .menu .menuItem.active > .menuItemLabel:before {
  transform: rotate(0deg); }
.leftHandNavigationModule .menu .menuItem.active.hasChildren > .menuItemLabel:before {
  transform: rotate(90deg); }
@media (min-width: 992px) {
  .leftHandNavigationModule .menu > .menuItem.globalNavMenuItem {
    display: none; }
  .leftHandNavigationModule .menu > .menuItem.globalNavMenuItem.active {
    display: block;
    border-bottom: 0; } }

.leftHandNavigationTmpModule {
  padding-bottom: 1px; }
  .leftHandNavigationTmpModule .parentNavigationItems > div {
    padding-top: 20px;
    padding-bottom: 17px;
    margin-right: 35px; }
    .leftHandNavigationTmpModule .parentNavigationItems > div a {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-weight: normal;
      font-size: 15px;
      line-height: 18px;
      padding-left: 15px;
      color: #252525;
      display: block; }
    .leftHandNavigationTmpModule .parentNavigationItems > div a:hover {
      color: #ce3d20;
      text-decoration: none; }
    .leftHandNavigationTmpModule .parentNavigationItems > div .active {
      color: #252525;
      border-top: none; }
  .leftHandNavigationTmpModule .parentNavigationItems > div:not(:last-child) {
    border-bottom: 1px solid #d8dbdd; }
  .leftHandNavigationTmpModule .parentNavigationItems > div:first-child a {
    color: #252525;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    padding-left: 0; }
  .leftHandNavigationTmpModule .parentNavigationItems .panel {
    -webkit-box-shadow: none; }
    .leftHandNavigationTmpModule .parentNavigationItems .panel ul {
      padding-top: 15px;
      padding-left: 20px; }
  .leftHandNavigationTmpModule .list-group-item.active {
    background-color: transparent;
    border-top: 0; }
  .leftHandNavigationTmpModule .currentPageSignpost {
    border-bottom: 1px solid #adadad;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    color: #e64626;
    padding-top: 21px;
    padding-bottom: 22px; }
    .leftHandNavigationTmpModule .currentPageSignpost > div {
      padding-left: 9px; }
      .leftHandNavigationTmpModule .currentPageSignpost > div .glyphicon {
        float: right;
        font-size: 12px; }
  .leftHandNavigationTmpModule .childNavigationItems > div {
    border-bottom: 1px solid #adadad;
    padding: 4px 0px; }
  .leftHandNavigationTmpModule .childNavigationItems a {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 7%;
    padding-left: 20px;
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 15px;
    color: #252525; }
  .leftHandNavigationTmpModule .childNavigationItems a:hover, .leftHandNavigationTmpModule .childNavigationItems a:focus {
    text-decoration: none;
    color: #252525;
    background-color: #f6f6f6;
    background-size: 6px 12px;
    background-image: url(../img/rightChevronRed.svg);
    background-position: 95% 50%;
    background-repeat: no-repeat; }

.keyDates {
  margin-bottom: 50px; }
  .keyDates .heading {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .keyDates .keyDatesColumn {
      padding-right: 25px; } }
  .keyDates .keyDate {
    border-bottom: 1px solid black;
    padding: 20px 0px; }
    .keyDates .keyDate .date {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-size: 20px;
      margin-bottom: 5px; }
    .keyDates .keyDate .eventName {
      color: #e64626;
      display: block;
      font-family: "ApercuMono", Courier;
      font-size: 14px; }
      .keyDates .keyDate .eventName .arrow {
        float: right;
        width: 16px;
        height: 13px;
        margin-top: 4px; }
    @media (min-width: 768px) {
      .keyDates .keyDate:first-child {
        border-top: 2px solid black; } }
    @media (min-width: 1200px) {
      .keyDates .keyDate .date {
        font-size: 25px; }
      .keyDates .keyDate .eventName {
        font-size: 18px; } }
  .keyDates .image {
    position: relative; }
    .keyDates .image .mainImageCrop {
      margin-left: 60px; }
    .keyDates .image .featuredLink {
      position: absolute;
      top: 0px;
      left: 0px;
      display: block;
      width: 100%;
      background-color: #f1f2f2;
      text-decoration: none;
      padding: 20px;
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-size: 30px;
      font-weight: bold; }
      .keyDates .image .featuredLink .arrow {
        width: 29px;
        height: 24px;
        margin-top: 20px; }
    @media (min-width: 768px) {
      .keyDates .image .mainImage {
        width: 135px;
        display: none; }
      .keyDates .image .featuredLink {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .keyDates .image .mainImage {
        width: 200px;
        display: block; } }
    @media (min-width: 1200px) {
      .keyDates .image .mainImage {
        width: 330px; }
      .keyDates .image .featuredLink {
        font-size: 30px; } }
  .keyDates .featuredLink {
    display: block;
    padding: 35px 40px;
    text-decoration: none;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif; }
    .keyDates .featuredLink .heading {
      font-size: 30px;
      line-height: 30px;
      font-weight: bold; }
    .keyDates .featuredLink .description {
      font-size: 18px; }
    .keyDates .featuredLink .arrow {
      width: 26px;
      height: 22px; }
    @media (min-width: 768px) {
      .keyDates .featuredLink {
        padding: 30px 30px; }
        .keyDates .featuredLink .heading {
          font-size: 24px;
          line-height: 24px; } }
    @media (min-width: 1200px) {
      .keyDates .featuredLink {
        padding: 35px 40px; }
        .keyDates .featuredLink .heading {
          font-size: 30px;
          line-height: 30px; } }
  .keyDates .featuredLink {
    color: black;
    background-color: #f1f2f2; }
    .keyDates .featuredLink .heading {
      margin-bottom: 25px; }

.studyOverseas {
  margin-bottom: 50px; }
  .studyOverseas .codeStyle, .studyOverseas .signpostsModule .bottomRow .signpostVideoItem .contentType, .signpostsModule .bottomRow .signpostVideoItem .studyOverseas .contentType, .studyOverseas .signpostsModule .bottomRow .signpostTileItem .contentType, .signpostsModule .bottomRow .signpostTileItem .studyOverseas .contentType, .studyOverseas .featuredArticleModule.style1 .contentType, .featuredArticleModule.style1 .studyOverseas .contentType, .studyOverseas .featuredArticleModule.style2 .contentType, .featuredArticleModule.style2 .studyOverseas .contentType, .studyOverseas .featuredArticleListModule .featuredArticleModule .contentType, .featuredArticleListModule .featuredArticleModule .studyOverseas .contentType, .studyOverseas .pageTitleModule .contentType, .pageTitleModule .studyOverseas .contentType {
    font-size: 16px;
    margin-bottom: 5px; }
  .studyOverseas .mainSection {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fafafa;
    width: 100%; }
  .studyOverseas .heading {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 10px; }
  .studyOverseas .content {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 22px; }
  .studyOverseas .mainImage {
    width: 100%; }
  .studyOverseas .arrow {
    width: 24px;
    height: 19px;
    margin-top: 10px; }
  @media (min-width: 768px) {
    .studyOverseas .mainSection {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (min-width: 992px) {
    .studyOverseas .codeStyle, .studyOverseas .signpostsModule .bottomRow .signpostVideoItem .contentType, .signpostsModule .bottomRow .signpostVideoItem .studyOverseas .contentType, .studyOverseas .signpostsModule .bottomRow .signpostTileItem .contentType, .signpostsModule .bottomRow .signpostTileItem .studyOverseas .contentType, .studyOverseas .featuredArticleModule.style1 .contentType, .featuredArticleModule.style1 .studyOverseas .contentType, .studyOverseas .featuredArticleModule.style2 .contentType, .featuredArticleModule.style2 .studyOverseas .contentType, .studyOverseas .featuredArticleListModule .featuredArticleModule .contentType, .featuredArticleListModule .featuredArticleModule .studyOverseas .contentType, .studyOverseas .pageTitleModule .contentType, .pageTitleModule .studyOverseas .contentType {
      margin-bottom: 20px; }
    .studyOverseas .heading {
      margin-bottom: 30px; }
    .studyOverseas .arrow {
      width: 29px;
      height: 24px;
      margin-top: 30px; } }
  @media (min-width: 1200px) {
    .studyOverseas .mainSection {
      width: 80.83333333%;
      margin-left: 19.16666667%;
      padding-left: 40px; }
    .studyOverseas .content {
      font-size: 30px; } }

.latestNews {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .latestNews {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-right: 15%; } }
  .latestNews .mainHeading {
    padding-bottom: 20px;
    border-bottom: 2px solid black; }
    .latestNews .mainHeading .mainText {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      font-size: 30px; }
    .latestNews .mainHeading a {
      float: right;
      color: #e64626;
      font-family: "ApercuMono", Courier;
      font-size: 14px;
      margin-top: 12px; }
  .latestNews .newsItem {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid black; }
    .latestNews .newsItem .dateAndImage {
      float: left;
      width: 35%;
      font-family: "ApercuMono", Courier;
      font-size: 14px; }
      .latestNews .newsItem .dateAndImage .date {
        margin-bottom: 10px; }
      .latestNews .newsItem .dateAndImage img {
        display: none; }
    .latestNews .newsItem .content {
      float: right;
      width: 65%; }
      .latestNews .newsItem .content .heading {
        font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
        font-size: 18px;
        border-bottom: none;
        margin-bottom: 10px; }
      .latestNews .newsItem .content .description {
        font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
        font-size: 14px;
        height: 25px;
        overflow: hidden; }
      .latestNews .newsItem .content a, .latestNews .newsItem .content a:hover {
        color: #e64626;
        text-decoration: none;
        font-family: "ApercuMono", Courier;
        margin-top: 10px;
        display: block; }
        .latestNews .newsItem .content a .arrow, .latestNews .newsItem .content a:hover .arrow {
          width: 16px;
          height: 15px;
          margin-left: 10px; }
  .latestNews .newsItem:first-child .dateAndImage {
    width: 100%;
    float: none; }
    .latestNews .newsItem:first-child .dateAndImage img {
      display: block;
      width: 100%;
      max-width: 476px;
      margin-left: auto;
      margin-right: auto; }
  .latestNews .newsItem:first-child .content {
    width: 100%;
    float: none;
    margin-top: 10px; }
    .latestNews .newsItem:first-child .content .heading {
      font-size: 24px;
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      line-height: 29px;
      margin-bottom: 20px; }
    .latestNews .newsItem:first-child .content .description {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      height: auto; }
  @media (min-width: 768px) {
    .latestNews .newsItem:first-child .dateAndImage {
      float: right;
      width: 50%;
      padding-left: 10px; }
    .latestNews .newsItem:first-child .content {
      float: left;
      width: 50%;
      margin-top: 0px; } }

.events {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .events {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .events .mainHeading {
    padding-bottom: 20px;
    border-bottom: 2px solid black; }
    .events .mainHeading .mainText {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      font-size: 30px; }
    .events .mainHeading a {
      float: right;
      color: #e64626;
      font-family: "ApercuMono", Courier;
      font-size: 14px;
      margin-top: 12px; }
  .events .eventItem {
    padding-top: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid black; }
    .events .eventItem .image {
      width: 100%;
      max-width: 476px;
      margin-left: auto;
      margin-right: auto;
      vertical-align: top; }
      .events .eventItem .image .mainImage {
        width: 100%; }
      @media (min-width: 768px) {
        .events .eventItem .image {
          width: 30%;
          display: inline-block; } }
    .events .eventItem .content {
      position: relative;
      display: inline-block; }
      @media (min-width: 768px) {
        .events .eventItem .content {
          width: 68%;
          padding-left: 20px; } }
      .events .eventItem .content .time {
        margin-bottom: 15px; }
      .events .eventItem .content .heading {
        font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
        font-size: 20px;
        margin-bottom: 10px; }
        @media (min-width: 1200px) {
          .events .eventItem .content .heading {
            font-size: 24px; } }
      .events .eventItem .content .name {
        font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
        font-size: 18px; }
      .events .eventItem .content .location {
        font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
        font-size: 14px; }
      .events .eventItem .content .viewLink {
        font-family: "ApercuMono", Courier;
        font-size: 14px;
        color: #e64626;
        display: block;
        margin-top: 10px; }
        .events .eventItem .content .viewLink .arrow {
          width: 16px;
          height: 12px;
          margin-top: -1px;
          margin-left: 10px; }
        @media (min-width: 1200px) {
          .events .eventItem .content .viewLink {
            position: absolute;
            bottom: 0px;
            right: 0px; } }

.signpostsModule {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  padding-top: 15px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .signpostsModule {
      margin-top: 0; } }
  @media (max-width: 1199px) {
    .signpostsModule {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .signpostsModule {
      margin-left: -10px;
      margin-right: -10px;
      padding-left: 10px;
      padding-right: 10px; } }
  .signpostsModule .topRow .leftColumn .backgroundContainer {
    background-size: cover; }
  .signpostsModule .topRow .leftColumn .signpostItem {
    color: white;
    padding-left: 20px; }
    @media (min-width: 768px) {
      .signpostsModule .topRow .leftColumn .signpostItem {
        padding-left: 42px; } }
    @media (min-width: 992px) {
      .signpostsModule .topRow .leftColumn .signpostItem {
        padding-left: 80px; } }
    @media (min-width: 1200px) {
      .signpostsModule .topRow .leftColumn .signpostItem {
        padding-left: 100px; } }
    .signpostsModule .topRow .leftColumn .signpostItem .processMark {
      background-color: white; }
    .signpostsModule .topRow .leftColumn .signpostItem .arrow {
      background-image: url(../img/rightArrowWhite.svg); }
  .signpostsModule .topRow .rightColumn .signpostItem .arrowWrapper {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px;
    width: 65px;
    height: 65px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0; }
    .signpostsModule .topRow .rightColumn .signpostItem .arrowWrapper .arrow {
      margin: 14px auto !important; }
  .signpostsModule .topRow .rightColumn .signpostItemMoreInfo {
    color: white;
    padding-bottom: 10px;
    margin: 0 0 15px 0px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; }
  .signpostsModule .topRow .rightColumn .signpostItemImg {
    width: 481px;
    height: 319px; }
  @media (max-width: 767px) {
    .signpostsModule .topRow .rightColumn {
      display: none; } }
  .signpostsModule .topRow .rightColumn .img-responsive {
    width: 100%; }
    @media (min-width: 768px) {
      .signpostsModule .topRow .rightColumn .img-responsive {
        width: auto; } }
  .signpostsModule .middleRow {
    margin-bottom: 34px; }
    .signpostsModule .middleRow .signpostItem {
      background-color: #d8dbdd; }
    .signpostsModule .middleRow .imageContainer {
      display: none; }
  .signpostsModule .bottomRow .signpostVideoItem {
    margin-bottom: 35px; }
    .signpostsModule .bottomRow .signpostVideoItem .contentType {
      font-size: 12px;
      line-height: 12px;
      padding-left: 10px;
      border-top: 2px solid black;
      padding-top: 15px;
      padding-bottom: 15px; }
    .signpostsModule .bottomRow .signpostVideoItem .tempPlaceholderImage {
      width: 100%; }
    .signpostsModule .bottomRow .signpostVideoItem .video {
      max-width: 300px;
      height: 200px;
      margin-bottom: 22px; }
      .signpostsModule .bottomRow .signpostVideoItem .video > iframe {
        width: 100%;
        height: 100%; }
    .signpostsModule .bottomRow .signpostVideoItem .videoTitle {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      font-size: 24px;
      color: #252525;
      padding-left: 10px;
      margin-bottom: 30px; }
    .signpostsModule .bottomRow .signpostVideoItem .videoStrapline {
      font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      padding-left: 10px;
      position: relative; }
      .signpostsModule .bottomRow .signpostVideoItem .videoStrapline .glyphicon {
        position: absolute;
        top: -25px; }
  .signpostsModule .bottomRow .signpostTileItem .contentType {
    font-size: 13px;
    line-height: 13px;
    padding-left: 10px;
    margin-bottom: 17px; }
  .signpostsModule .bottomRow .signpostTileItem .signpostCTA {
    margin-bottom: 35px;
    display: block;
    width: 100%;
    max-width: 300px;
    height: 225px;
    background-color: #e64626;
    text-decoration: none;
    position: relative; }
    .signpostsModule .bottomRow .signpostTileItem .signpostCTA:hover, .signpostsModule .bottomRow .signpostTileItem .signpostCTA:focus {
      background-color: #ce3d20; }
    .signpostsModule .bottomRow .signpostTileItem .signpostCTA .blackProcessMark {
      width: 4px;
      height: 30px;
      position: absolute;
      top: 0px;
      left: 20px;
      background-color: black; }
    .signpostsModule .bottomRow .signpostTileItem .signpostCTA .whiteProcessMark {
      width: 30px;
      height: 4px;
      position: absolute;
      bottom: 45px;
      right: 0px;
      background-color: white; }
    .signpostsModule .bottomRow .signpostTileItem .signpostCTA .title {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      font-size: 30px;
      line-height: 35px;
      color: #252525;
      padding-top: 25px;
      margin-left: 35px;
      margin-bottom: 30px;
      width: 220px; }
    .signpostsModule .bottomRow .signpostTileItem .signpostCTA .strapline {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-size: 15px;
      color: white;
      margin-left: 62px;
      width: 190px; }
  .signpostsModule .bottomRow .signpostTileItem .tempPlaceholderImage {
    width: 100%; }
  .signpostsModule .bottomRow .signpostTileItem .tileStrapline {
    font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    padding-left: 10px;
    position: relative;
    margin-bottom: 35px; }
    .signpostsModule .bottomRow .signpostTileItem .tileStrapline .glyphicon {
      position: absolute;
      top: -22px; }
  @media (min-width: 768px) {
    .signpostsModule {
      margin-left: 0px;
      margin-right: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 0px; }
      .signpostsModule .topRow {
        height: 291.84px; }
        .signpostsModule .topRow .leftColumn {
          width: 50%;
          float: left; }
          .signpostsModule .topRow .leftColumn .backgroundContainer {
            width: 84.74576%;
            height: 279.04px;
            margin-top: 0;
            padding-top: 33.92px;
            padding-left: 0; }
        .signpostsModule .topRow .rightColumn {
          width: 50%;
          float: right; }
          .signpostsModule .topRow .rightColumn .signpostItem {
            margin-left: 0;
            margin-top: 28.16px;
            margin-right: 0; } }
        @media (min-width: 768px) and (min-width: 992px) {
          .signpostsModule .topRow .rightColumn .signpostItem {
            margin-top: 28.16px;
            margin-right: 64px; } }
        @media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
          .signpostsModule .topRow .rightColumn .signpostItem {
            margin-right: 30px; } }
  @media (min-width: 768px) {
      .signpostsModule .middleRowBackground {
        margin-left: -70px;
        margin-right: -70px;
        padding-left: 70px;
        padding-right: 70px;
        background-color: #d8dbdd; }
      .signpostsModule .middleRow {
        height: 266.24px;
        margin-bottom: 0px; }
        .signpostsModule .middleRow .leftColumn {
          width: 50%;
          float: left; }
          .signpostsModule .middleRow .leftColumn .signpostItem {
            float: right;
            width: 320px;
            margin-top: 33.92px; }
        .signpostsModule .middleRow .rightColumn {
          width: 50%;
          float: right;
          height: 100%; }
          .signpostsModule .middleRow .rightColumn .imageContainer {
            display: block; }
          .signpostsModule .middleRow .rightColumn img {
            width: 384px;
            height: auto;
            margin-top: 33.28px; }
      .signpostsModule .bottomRowBackground {
        margin-left: -70px;
        margin-right: -70px;
        padding-left: 70px;
        padding-right: 70px;
        background-color: #f1f2f2; }
      .signpostsModule .bottomRow {
        padding-bottom: 54.4px; }
        .signpostsModule .bottomRow .leftColumn {
          width: 50%;
          float: left; }
          .signpostsModule .bottomRow .leftColumn .signpostVideoItem {
            width: 327.68px;
            position: relative;
            margin-top: 80.64px;
            border-top: 2px solid black;
            padding-top: 12.16px;
            float: right;
            margin-right: 33.28px; }
            .signpostsModule .bottomRow .leftColumn .signpostVideoItem .contentType {
              font-size: 12px;
              line-height: 12px;
              padding: 0px;
              border: none;
              -moz-transform-origin: bottom left;
              -ms-transform-origin: bottom left;
              -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
              position: absolute;
              top: -10px;
              left: -25px; }
            .signpostsModule .bottomRow .leftColumn .signpostVideoItem .video {
              margin-bottom: 17px;
              max-width: none;
              height: 217.6px; }
            .signpostsModule .bottomRow .leftColumn .signpostVideoItem .videoTitle {
              float: left;
              width: 42.96875%;
              padding-left: 0px;
              margin-bottom: 0px; }
            .signpostsModule .bottomRow .leftColumn .signpostVideoItem .videoStrapline {
              float: left;
              width: 57.03125%;
              padding-left: 30px;
              position: relative; }
              .signpostsModule .bottomRow .leftColumn .signpostVideoItem .videoStrapline .glyphicon {
                position: absolute;
                top: 5px;
                left: 0px; }
        .signpostsModule .bottomRow .rightColumn {
          width: 50%;
          float: right; }
          .signpostsModule .bottomRow .rightColumn .signpostTileItem {
            width: 307.2px;
            position: relative;
            margin-left: 64.64px;
            margin-top: 120.32px; }
            .signpostsModule .bottomRow .rightColumn .signpostTileItem .contentType {
              font-size: 12px;
              line-height: 12px;
              padding: 0px;
              border: none;
              -moz-transform-origin: bottom left;
              -ms-transform-origin: bottom left;
              -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
              position: absolute;
              top: -10px;
              left: -25px; }
            .signpostsModule .bottomRow .rightColumn .signpostTileItem .signpostCTA {
              margin-bottom: 25px;
              height: 230.4px;
              max-width: none; }
              .signpostsModule .bottomRow .rightColumn .signpostTileItem .signpostCTA .blackProcessMark {
                height: 32px;
                left: 38.4px; }
              .signpostsModule .bottomRow .rightColumn .signpostTileItem .signpostCTA .whiteProcessMark {
                width: 32px;
                bottom: 33.92px; }
              .signpostsModule .bottomRow .rightColumn .signpostTileItem .signpostCTA .title {
                font-size: 25.6px;
                line-height: 30.6px;
                margin-left: 38.4px;
                padding-top: 41.6px;
                margin-bottom: 35.2px;
                width: 179.2px; }
              .signpostsModule .bottomRow .rightColumn .signpostTileItem .signpostCTA .strapline {
                font-size: 12.8px;
                margin-left: 51.2px;
                width: 160px; }
            .signpostsModule .bottomRow .rightColumn .signpostTileItem .tileStrapline {
              padding-left: 12.5%;
              position: relative; }
              .signpostsModule .bottomRow .rightColumn .signpostTileItem .tileStrapline .glyphicon {
                position: absolute;
                top: 5px;
                left: 0px; } }
  @media (min-width: 992px) {
    .signpostsModule .topRow {
      height: 330.66667px; }
      .signpostsModule .topRow .leftColumn .backgroundContainer {
        height: 360.42667px;
        margin-top: 0;
        padding-top: 43.81333px;
        padding-left: 0; }
      .signpostsModule .topRow .rightColumn .signpostItem {
        margin-top: 36.37333px; }
    .signpostsModule .middleRowBackground {
      margin-left: -90px;
      margin-right: -90px;
      padding-left: 90px;
      padding-right: 90px; }
    .signpostsModule .middleRow {
      height: 343.89333px; }
      .signpostsModule .middleRow .leftColumn .signpostItem {
        width: 413.33333px;
        margin-top: 43.81333px; }
      .signpostsModule .middleRow .rightColumn img {
        width: 496px;
        margin-top: 42.98667px; }
    .signpostsModule .bottomRowBackground {
      margin-left: -90px;
      margin-right: -90px;
      padding-left: 90px;
      padding-right: 90px; }
    .signpostsModule .bottomRow {
      padding-bottom: 54.4px; }
      .signpostsModule .bottomRow .leftColumn .signpostVideoItem {
        width: 423.25333px;
        margin-top: 104.16px;
        padding-top: 15.70667px;
        margin-right: 42.98667px; }
        .signpostsModule .bottomRow .leftColumn .signpostVideoItem .contentType {
          font-size: 13px;
          left: -30px; }
        .signpostsModule .bottomRow .leftColumn .signpostVideoItem .video {
          height: 281.06667px; }
      .signpostsModule .bottomRow .rightColumn .signpostTileItem {
        width: 396.8px;
        margin-left: 83.49333px;
        margin-top: 155.41333px; }
        .signpostsModule .bottomRow .rightColumn .signpostTileItem .contentType {
          font-size: 13px;
          left: -30px; }
        .signpostsModule .bottomRow .rightColumn .signpostTileItem .signpostCTA {
          height: 297.6px; }
          .signpostsModule .bottomRow .rightColumn .signpostTileItem .signpostCTA .blackProcessMark {
            height: 41.33333px;
            left: 49.6px; }
          .signpostsModule .bottomRow .rightColumn .signpostTileItem .signpostCTA .whiteProcessMark {
            width: 41.33333px;
            bottom: 43.81333px; }
          .signpostsModule .bottomRow .rightColumn .signpostTileItem .signpostCTA .title {
            font-size: 33.06667px;
            line-height: 38.06667px;
            margin-left: 49.6px;
            padding-top: 53.73333px;
            margin-bottom: 45.46667px;
            width: 231.46667px; }
          .signpostsModule .bottomRow .rightColumn .signpostTileItem .signpostCTA .strapline {
            font-size: 16.53333px;
            margin-left: 66.13333px;
            width: 206.66667px; } }
  @media (min-width: 1200px) {
    .signpostsModule .topRow {
      height: 400px; }
      .signpostsModule .topRow .leftColumn .backgroundContainer {
        height: 436px;
        margin-top: 0;
        padding-top: 53px;
        padding-left: 0; }
      .signpostsModule .topRow .rightColumn .signpostItem {
        margin-top: 44px; }
    .signpostsModule .middleRowBackground {
      margin-left: -130px;
      margin-right: -130px;
      padding-left: 130px;
      padding-right: 130px; }
    .signpostsModule .middleRow {
      height: 416px; }
      .signpostsModule .middleRow .leftColumn .signpostItem {
        width: 500px; }
      .signpostsModule .middleRow .rightColumn img {
        width: 600px;
        margin-top: 52px; }
    .signpostsModule .bottomRowBackground {
      margin-left: -130px;
      margin-right: -130px;
      padding-left: 130px;
      padding-right: 130px; }
    .signpostsModule .bottomRow {
      padding-bottom: 54.4px; }
      .signpostsModule .bottomRow .leftColumn .signpostVideoItem {
        width: 512px;
        margin-top: 126px;
        padding-top: 19px;
        margin-right: 52px; }
        .signpostsModule .bottomRow .leftColumn .signpostVideoItem .contentType {
          font-size: 14px;
          left: -35px; }
        .signpostsModule .bottomRow .leftColumn .signpostVideoItem .video {
          height: 340px; }
      .signpostsModule .bottomRow .rightColumn .signpostTileItem {
        width: 480px;
        margin-left: 101px;
        margin-top: 188px; }
        .signpostsModule .bottomRow .rightColumn .signpostTileItem .contentType {
          font-size: 14px;
          left: -35px; }
        .signpostsModule .bottomRow .rightColumn .signpostTileItem .signpostCTA {
          height: 360px; }
          .signpostsModule .bottomRow .rightColumn .signpostTileItem .signpostCTA .blackProcessMark {
            height: 50px;
            left: 60px; }
          .signpostsModule .bottomRow .rightColumn .signpostTileItem .signpostCTA .whiteProcessMark {
            width: 50px;
            bottom: 53px; }
          .signpostsModule .bottomRow .rightColumn .signpostTileItem .signpostCTA .title {
            font-size: 40px;
            line-height: 45px;
            margin-left: 60px;
            padding-top: 65px;
            margin-bottom: 55px;
            width: 280px; }
          .signpostsModule .bottomRow .rightColumn .signpostTileItem .signpostCTA .strapline {
            font-size: 20px;
            margin-left: 80px;
            width: 250px; } }

.signpostsModule .signpostItem {
  color: #252525;
  display: block;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
  text-decoration: none; }
  @media (max-width: 767px) {
    .signpostsModule .signpostItem {
      margin-bottom: 25px;
      padding-left: 0;
      padding-right: 0; } }
  .signpostsModule .signpostItem .title {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    float: left;
    margin-top: 38px;
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
    width: 100%; }
    @media (max-width: 767px) {
      .signpostsModule .signpostItem .title {
        width: 50%;
        margin-top: 0;
        margin-bottom: 10px; } }
  .signpostsModule .signpostItem .arrow {
    width: 29px;
    height: 24px;
    background-image: url(../img/rightArrowRed.svg);
    background-size: cover;
    float: right;
    margin-top: 43px;
    margin-right: 15px;
    margin-bottom: 15px; }
  .signpostsModule .signpostItem:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .signpostsModule .signpostItem .strapline {
    display: block;
    color: white;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px; }
    @media (max-width: 767px) {
      .signpostsModule .signpostItem .strapline {
        width: 50%;
        margin-left: 20px; 
		display: inline-block;} }
  .signpostsModule .signpostItem .processMark {
    width: 50px;
    height: 3px;
    background-color: black;
    margin-bottom: 14.08px; }
  @media (max-width: 767px) {
    .signpostsModule .signpostItem .arrow.regArrow {
      display: none; } }
  @media (min-width: 768px) {
    .signpostsModule .signpostItem {
      padding-left: 0px;
      padding-right: 0px;
      height: auto; }
      .signpostsModule .signpostItem .processMark {
        width: 50px;
        height: 3px;
        background-color: black;
        margin-bottom: 14.08px; }
      .signpostsModule .signpostItem .arrow {
        float: none;
        margin-left: 80px; }
      .signpostsModule .signpostItem .title {
        float: none;
        margin-top: 0px;
        font-size: 32px;
        line-height: 35.2px;
        width: 153.6px;
        margin-bottom: 19.2px; }
      .signpostsModule .signpostItem .strapline {
        display: block;
        margin-left: 51.2px;
        width: 147.2px;
        margin-left: 80px;
        width: 230px;
        color: white;
        font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px; } }
  @media (min-width: 992px) {
    .signpostsModule .signpostItem .processMark {
      margin-bottom: 18.18667px; }
    .signpostsModule .signpostItem .arrow {
     /*width: 29px/$screen-lg-min * $screen-md-min;
     height: 24px/$screen-lg-min * $screen-md-min;
    
     margin-top: 35px/$screen-lg-min * $screen-md-min;*/
      margin-left: 66.13333px; }
    .signpostsModule .signpostItem .title {
      width: 198.4px;
      margin-bottom: 24.8px;
      font-size: 41.33333px;
      line-height: 45.46667px; }
    .signpostsModule .signpostItem .strapline {
      margin-left: 66.13333px;
      width: 190.13333px;
      font-size: 19.84px; } }
  @media (min-width: 1200px) {
    .signpostsModule .signpostItem .processMark {
      margin-bottom: 22px; }
    .signpostsModule .signpostItem .arrow {
      /*width: 29px/$screen-lg-min * $screen-lg-min;
      height: 24px/$screen-lg-min * $screen-lg-min;
      margin-left: 80px/$screen-lg-min * $screen-lg-min;
      margin-top: 35px/$screen-lg-min * $screen-lg-min;*/ }
    .signpostsModule .signpostItem .title {
      /*width: 240px/$screen-lg-min * $screen-lg-min;
      margin-bottom: 30px/$screen-lg-min * $screen-lg-min;
      font-size: 50px/$screen-lg-min * $screen-lg-min;
      line-height: 55px/$screen-lg-min * $screen-lg-min;*/ }
    .signpostsModule .signpostItem .strapline {
      /*margin-left: 80px/$screen-lg-min * $screen-lg-min;
      width: 230px/$screen-lg-min * $screen-lg-min;
      font-size: 24px/$screen-lg-min * $screen-lg-min;*/ } }

.signpostsModuleHome {
  background-image: url(../img/homepage/studyWithUsImage.png);
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    .signpostsModuleHome {
      margin-left: 0px;
      margin-right: 0px; } }

.signpostsWide {
  background-color: rgba(228, 71, 48, 0.8);
  margin-top: 30px; }
  .signpostsWide .signpostsModule {
    background-image: none !important;
    background-color: transparent;
    margin-bottom: 0; }
    .signpostsWide .signpostsModule .signpostItemMoreInfo {
      color: black !important; }
    .signpostsWide .signpostsModule .rightColumn .signpostItem {
      margin-left: 0;
      margin-right: 0;
      margin-top: 44px; }
    @media (max-width: 991px) {
      .signpostsWide .signpostsModule .rightColumn {
        display: block; }
      .signpostsWide .signpostsModule .leftColumn .strapline {
        margin-left: 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        padding: 26px 0 0 16px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .signpostsWide .signpostsModule .leftColumn .strapline {
      width: 100%;
      margin-left: 20px; } }
    @media (max-width: 991px) {
      .signpostsWide .signpostsModule .leftColumn .title {
        margin-bottom: 16px;
        margin-top: 0; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .signpostsWide .signpostsModule .leftColumn .title {
      width: 100%;
      margin-top: 0;
      margin-bottom: 10px; } }
    @media (max-width: 991px) {
      .signpostsWide .signpostsModule .leftColumn .arrow {
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 16px; } }
@media (max-width: 991px) and (max-width: 767px) {
  .signpostsWide .signpostsModule .leftColumn .arrow.regArrow {
    display: block;
    margin: 18px 0 0 16px; } }

    @media (max-width: 991px) {
      .signpostsWide .signpostsModule {
        margin-top: 15px; }
        .signpostsWide .signpostsModule .leftColumn .strapline {
          margin-left: 0; } }
    .signpostsWide .signpostsModule .signpostItem .arrow {
      float: none; }
    @media (min-width: 768px) {
      .signpostsWide .signpostsModule .signpostItem .imgwrapperRightCol {
        margin-right: 25px; } }
    .signpostsWide .signpostsModule .signpostItem .img-responsive {
      width: 100%; }
      @media (min-width: 768px) {
        .signpostsWide .signpostsModule .signpostItem .img-responsive {
          width: auto; } }

.signpostsLinkModule {
  margin-top: 10px; }
  @media (min-width: 768px) {
/*
    .signpostsLinkModule {
      margin-top: 20px; }
*/
      .signpostsLinkModule .signpostsLinkWrapper:first-child {
        padding-left: 0;
        padding-right: 9px; }
      .signpostsLinkModule .signpostsLinkWrapper:last-child {
        padding-right: 0;
        padding-left: 9px; } }
  @media (min-width: 1200px) {
    .signpostsLinkModule {
      margin-top: 10px; } }
  .signpostsLinkModule .signpostsLinkWrapper {
    margin-bottom: 10px;
    background-color: transparent;
    display: flex; }
    @media (max-width: 767px) {
      .signpostsLinkModule .signpostsLinkWrapper {
        background-color: #e6e6e6; } }
    .signpostsLinkModule .signpostsLinkWrapper .backgroundContainer {
      background-color: #e6e6e6;
      padding: 35px 31px 0 31px;
      margin: 0;
      display: flex;
      width: 100%; }
      @media (max-width: 991px) {
        .signpostsLinkModule .signpostsLinkWrapper .backgroundContainer {
          padding: 25px 10px; } }
  .signpostsLinkModule .signpostItem {
    color: #252525;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    text-decoration: none; }
    @media (max-width: 991px) {
      .signpostsLinkModule .signpostItem {
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .signpostsLinkModule .signpostItem {
        padding-left: 10px;
        padding-right: 10px; } }
    .signpostsLinkModule .signpostItem .title {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      float: left;
      margin-top: 38px;
      color: #252525;
      font-size: 30px;
      font-weight: 700;
      line-height: 32px;
      width: 100%; }
      @media (max-width: 991px) {
        .signpostsLinkModule .signpostItem .title {
          margin-top: 0;
          padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .signpostsLinkModule .signpostItem .strapline {
        float: left;
        width: 100%; }
      .signpostsLinkModule .signpostItem .imgwrapperRightCol {
        max-width: 100% !important; } }
    .signpostsLinkModule .signpostItem .arrow {
      width: 29px;
      height: 24px;
      background-image: url(../img/rightArrowRed.svg);
      background-size: cover;
      float: left;
      margin-top: 43px;
      margin-right: 15px;
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .signpostsLinkModule .signpostItem .arrow {
        float: left;
        margin-top: 25px; } }
    .signpostsLinkModule .signpostItem:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    @media (min-width: 768px) {
      .signpostsLinkModule .signpostItem {
        padding-left: 0px;
        padding-right: 0px;
        height: auto; }
        .signpostsLinkModule .signpostItem .processMark {
          width: 50px;
          height: 3px;
          background-color: black;
          margin-bottom: 14.08px; }
        .signpostsLinkModule .signpostItem .arrow {
          width: 18.56px;
          height: 15.36px;
          margin-top: 22.4px; }
        .signpostsLinkModule .signpostItem .title {
          margin-top: 0px;
          font-size: 23.04px;
          line-height: 26.88px;
          margin-bottom: 19.2px; }
        .signpostsLinkModule .signpostItem .strapline {
          display: block;
          font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
          font-size: 15.36px;
          /*width: 230px/$screen-lg-min * $screen-sm-min;*/ } }
    @media (min-width: 992px) {
      .signpostsLinkModule .signpostItem .processMark {
        margin-bottom: 18.18667px; }
      .signpostsLinkModule .signpostItem .arrow {
        width: 23.97333px;
        height: 19.84px;
        margin-top: 28.93333px; }
      .signpostsLinkModule .signpostItem .title {
        margin-bottom: 24.8px;
        font-size: 29.76px;
        line-height: 34.72px; }
      .signpostsLinkModule .signpostItem .strapline {
        /*width: 230px/$screen-lg-min * $screen-md-min;*/
        font-size: 19.84px; } }
    @media (min-width: 1200px) {
      .signpostsLinkModule .signpostItem .processMark {
        margin-bottom: 22px; }
      .signpostsLinkModule .signpostItem .arrow {
        width: 29px;
        height: 24px;
        margin-left: 80px;
        margin-top: 35px; }
      .signpostsLinkModule .signpostItem .title {
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 42px; }
      .signpostsLinkModule .signpostItem .strapline {
        margin-left: 80px;
        /*width: 230px/$screen-lg-min * $screen-lg-min;*/
        font-size: 24px; } }

.arrowSwap .arrowWrapperRep {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px;
  width: 65px;
  height: 65px;
  float: right;
  position: absolute;
  right: 10px;
  bottom: 0; }
  .arrowSwap .arrowWrapperRep .arrow {
    margin: 14px 12px !important;
    width: 29px;
    height: 24px;
    background-image: url(../img/rightArrowRed.svg) !important;
    background-size: cover; }
  @media (min-width: 768px) {
    .arrowSwap .arrowWrapperRep {
      display: none; } }

.signpostsWide .arrowWrapperRep {
  display: none; }

.socialFeedModule .icons a {
  margin-right: 26px; }
  .socialFeedModule .icons a .icon {
    width: 21px;
    height: 21px; }
  .socialFeedModule .icons a .active {
    display: none; }
  .socialFeedModule .icons a .inactive {
    display: inline-block; }
.socialFeedModule .icons a, .socialFeedModule .icons a:active, .socialFeedModule .icons a:focus {
  text-decoration: none;
  outline: 0; }
.socialFeedModule .icons a.active .active {
  display: inline-block; }
.socialFeedModule .icons a.active .inactive {
  display: none; }
.socialFeedModule .icons a:last-child {
  margin-right: 0px; }
@media (min-width: 1200px) {
  .socialFeedModule .icons a {
    margin-right: 50px; } }
.socialFeedModule .arrowLine {
  border-bottom: 1px solid #4c4c4c;
  position: relative;
  height: 12px;
  margin-bottom: 10px; }
  .socialFeedModule .arrowLine .arrow {
    position: absolute;
    bottom: -1px;
    left: 3px;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; }
.socialFeedModule .feeds .instagramFeed, .socialFeedModule .feeds .twitterFeed, .socialFeedModule .feeds .googlePlusFeed {
  display: none; }
.socialFeedModule .feeds .feedItem {
  margin-bottom: 15px; }
  .socialFeedModule .feeds .feedItem .feedText {
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 10px; }
    .socialFeedModule .feeds .feedItem .feedText a {
      color: #e64626;
      text-decoration: underline; }
  .socialFeedModule .feeds .feedItem .postedDate {
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 10px; }
  .socialFeedModule .feeds .feedItem .share a {
    font-family: "ApercuMono", Courier;
    color: #e64626;
    text-decoration: none; }
    .socialFeedModule .feeds .feedItem .share a .linkImage {
      width: 14px;
      height: 14px;
      margin-right: 10px; }

.checklistModule {
  counter-reset: checklistModuleCounter; }
  .checklistModule .title {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 30px; }
  .checklistModule .strapline {
    font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px; }
  .checklistModule .item {
    position: relative;
    padding: 30px 0px;
    border-bottom: 1px solid #bcbcbc; }
    .checklistModule .item:last-child {
      border-bottom: none; }
    .checklistModule .item .number {
      display: inline-block;
      vertical-align: top;
      position: absolute;
      top: 30px;
      left: 0px;
      font-family: "ApercuMono", Courier;
      font-size: 40px;
      line-height: 40px;
      color: #e64626; }
    .checklistModule .item .content {
      margin-left: 50px; }
  .checklistModule .checklistItem {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px; }
  .checklistModule .checklistCTA {
    color: #e64626;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    font-size: 14px; }
    .checklistModule .checklistCTA .arrow {
      width: 17px;
      height: 15px;
      margin-left: 10px;
      display: inline-block;
      position: relative;
      top: 2px;
      background-image: url(../img/rightArrowRed.svg);
      background-size: cover;
      background-repeat: no-repeat; }

.linkListModule .title {
  font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 3px solid black; }
.linkListModule a {
  display: block;
  font-family: "ApercuMono", Courier;
  font-size: 18px;
  line-height: 18px;
  color: #e64626;
  padding: 15px 0px;
  text-decoration: none;
  padding-right: 25px;
  background-image: url(../img/rightArrowRed.svg);
  background-size: 21px 18px;
  background-repeat: no-repeat;
  background-position: 100% 50%; }
.linkListModule a.external {
  background-image: url(../img/externalLinkIcon.svg);
  background-size: 19px 19px; }
.linkListModule .links {
  border-bottom: 1px solid black;
  padding: 30px 0px; }
  @media (min-width: 768px) {
    .linkListModule .links {
      border-bottom: none; } }

.callToActionModuleOrange {
  color: white;
  background-color: #e64626; }
  .callToActionModuleOrange .arrow {
    width: 26px;
    height: 22px;
    background-image: url(../img/rightArrowWhite.svg);
    background-size: cover;
    background-repeat: none; }

.callToActionModuleGrey {
  color: #252525 !important;
  background-color: #e6e6e6; }
  .callToActionModuleGrey .arrow {
    width: 26px;
    height: 22px;
    background-image: url(../img/rightArrowRed.svg);
    background-size: cover;
    background-repeat: none; }

.callToActionModule {
  display: block;
  padding: 25px 20px;
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 20px;
  /*
      @media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
          margin-right: 10px;
      }
  
  
      @media (max-width: $screen-xs-max) {
          margin-left: 10px;
          margin-right: 10px;
      }
  */ }
  .callToActionModule .title {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 14px; }
  .callToActionModule .strapline {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .callToActionModule .title {
      font-size: 24px;
      line-height: 24px; } }
  @media (min-width: 1200px) {
    .callToActionModule .title {
      font-size: 30px;
      line-height: 30px; } }

.callToActionModule:hover, .callToActionModule:focus {
  text-decoration: none;
  color: white; }

.callToActionModule.style2 {
  background-color: #f1f2f2;
  color: #252525; }
  .callToActionModule.style2 .arrow {
    background-image: url(../img/rightArrowRed.svg); }
  .callToActionModule.style2:hover, .callToActionModule.style2:focus {
    background-color: #d8dbdd; }

.accordionModule {
  padding-bottom: 3px; }
  .accordionModule > .title {
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 18px;
    padding-top: 3px;
    display: none; }
    @media (min-width: 768px) {
      .accordionModule > .title {
        display: block;
        border-bottom: 1px solid #dcdcdc; } }
  .accordionModule .accordionPanel {
    padding: 25px 10px 24px 0px;
    border-bottom: 1px solid #dcdcdc; }
    .accordionModule .accordionPanel .trigger {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      font-size: 16px;
      line-height: 20px;
      cursor: pointer;
      text-decoration: none;
      color: #252525;
      display: block; }
    .accordionModule .accordionPanel .trigger:hover {
      color: #e64626; }
    .accordionModule .accordionPanel .list-group-item {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      line-height: 20px;
      margin-top: 30px; }
      .accordionModule .accordionPanel .list-group-item a, .accordionModule .accordionPanel .list-group-item a:hover {
        color: #e64626;
        text-decoration: underline; }
    @media (min-width: 768px) {
      .accordionModule .accordionPanel {
        color: #252525;
        border-bottom: 1px solid #dcdcdc;
        padding-right: 30px; }
        .accordionModule .accordionPanel .content {
          margin-left: 30px;
          padding-right: 40px; } }
  @media (max-width: 991px) {
    .accordionModule .accordionPanel:first-child {
      border-top: 1px solid #dcdcdc; } }

.accordionModule .accordionPanelContent {
  padding: 20px 5px; }
  .accordionModule .accordionPanelContent h3, .accordionModule .accordionPanelContent .h3 {
    font-size: 24px;
    font-weight: normal;
    border-bottom: 2px solid #a1a1a1;
    padding-bottom: 2px;
    margin-bottom: 30px; }
  .accordionModule .accordionPanelContent h4, .accordionModule .accordionPanelContent .h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    border-bottom: none;
    padding-bottom: 0; }
  .accordionModule .accordionPanelContent .indent {
    padding-left: 45px; }
  .accordionModule .accordionPanelContent .b-link.b-link--external {
    background-position: 100% 5px; }

.accordionPanel.greyStyle {
  margin-bottom: 10px; }
  .accordionPanel.greyStyle .title {
    position: relative;
    padding: 10px;
    background-color: #f1f2f2;
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #252525; }
    .accordionPanel.greyStyle .title .collapse-icon {
      position: absolute;
      top: 24px;
      right: 25px;
      background-image: url(../img/downChevronBlack.svg);
      height: 10px;
      width: 18px;
      background-repeat: no-repeat;
      transition: all 0.2s linear; }
    .accordionPanel.greyStyle .title[aria-expanded="true"] .collapse-icon {
      transform: rotate(180deg); }
  .accordionPanel.greyStyle .title, .accordionPanel.greyStyle .title:hover, .accordionPanel.greyStyle .title:visited {
    text-decoration: none; }
  .accordionPanel.greyStyle .content {
    padding: 14px; }

.gettingStartedModule .accordionStarted .accordionPanel, .accordionPanel.iconStyle {
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 20px;
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  position: relative; }
  @media (min-width: 768px) {
    .gettingStartedModule .accordionStarted .accordionPanel, .accordionPanel.iconStyle {
      color: #252525;
      border-bottom: 1px solid #dcdcdc;
      padding-right: 30px; }
      .gettingStartedModule .accordionStarted .accordionPanel .content, .accordionPanel.iconStyle .content {
        margin-left: 30px;
        padding-right: 40px; } }
  .gettingStartedModule .accordionStarted .accordionPanel .icon, .accordionPanel.iconStyle .icon {
    margin: 0 5px; }
  .gettingStartedModule .accordionStarted .accordionPanel .accImg, .accordionPanel.iconStyle .accImg {
    background-size: 100% 100%;
    width: 46px;
    height: 46px;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .gettingStartedModule .accordionStarted .accordionPanel .accImg, .accordionPanel.iconStyle .accImg {
        width: 70px;
        height: 70px;
        left: 10px; } }
  .gettingStartedModule .accordionStarted .accordionPanel .searchFolder, .accordionPanel.iconStyle .searchFolder {
    background-image: url(../img/SearchFolder.svg); }
  .gettingStartedModule .accordionStarted .accordionPanel .folder, .accordionPanel.iconStyle .folder {
    background-image: url(../img/IconFolder.svg); }
  .gettingStartedModule .accordionStarted .accordionPanel .pencil, .accordionPanel.iconStyle .pencil {
    background-image: url(../img/Pencil.svg); }
  .gettingStartedModule .accordionStarted .accordionPanel .lifeSaver, .accordionPanel.iconStyle .lifeSaver {
    background-image: url(../img/LifeSaver.svg); }
  .gettingStartedModule .accordionStarted .accordionPanel .glasses, .accordionPanel.iconStyle .glasses {
    background-image: url(../img/Glasses.svg);
    width: 53px; }
    @media (min-width: 768px) {
      .gettingStartedModule .accordionStarted .accordionPanel .glasses, .accordionPanel.iconStyle .glasses {
        width: 80px; } }
  .gettingStartedModule .accordionStarted .accordionPanel .desk, .accordionPanel.iconStyle .desk {
    background-image: url(../img/Desk.svg); }
  .gettingStartedModule .accordionStarted .accordionPanel .lightbulb, .accordionPanel.iconStyle .lightbulb {
    background-image: url(../img/IconLightbulb.svg); }
  .gettingStartedModule .accordionStarted .accordionPanel .references, .accordionPanel.iconStyle .references {
    background-image: url(../img/IconReferences.svg); }
  .gettingStartedModule .accordionStarted .accordionPanel .plus, .gettingStartedModule .accordionStarted .accordionPanel .close, .accordionPanel.iconStyle .plus, .accordionPanel.iconStyle .close {
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px; }
  .gettingStartedModule .accordionStarted .accordionPanel .trigger, .accordionPanel.iconStyle .trigger {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    cursor: pointer;
    text-decoration: none;
    color: #252525;
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px; }
    @media (min-width: 768px) {
      .gettingStartedModule .accordionStarted .accordionPanel .trigger, .accordionPanel.iconStyle .trigger {
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 20px; } }
    .gettingStartedModule .accordionStarted .accordionPanel .trigger, .gettingStartedModule .accordionStarted .accordionPanel .trigger:hover, .gettingStartedModule .accordionStarted .accordionPanel .trigger:focus, .gettingStartedModule .accordionStarted .accordionPanel .trigger:visited, .accordionPanel.iconStyle .trigger, .accordionPanel.iconStyle .trigger:hover, .accordionPanel.iconStyle .trigger:focus, .accordionPanel.iconStyle .trigger:visited {
      outline: none; }
    .gettingStartedModule .accordionStarted .accordionPanel .trigger span:not(:last-child), .gettingStartedModule .accordionStarted .accordionPanel .trigger .title, .accordionPanel.iconStyle .trigger span:not(:last-child), .accordionPanel.iconStyle .trigger .title {
      display: block;
      width: 100%;
      padding-left: 55px;
      padding-right: 25px; }
      @media (min-width: 768px) {
        .gettingStartedModule .accordionStarted .accordionPanel .trigger span:not(:last-child), .gettingStartedModule .accordionStarted .accordionPanel .trigger .title, .accordionPanel.iconStyle .trigger span:not(:last-child), .accordionPanel.iconStyle .trigger .title {
          padding-left: 120px; } }
    .gettingStartedModule .accordionStarted .accordionPanel .trigger .title, .accordionPanel.iconStyle .trigger .title {
      font-weight: bold;
      margin: 0;
      padding-top: 2px;
      padding-bottom: 2px; }
  .gettingStartedModule .accordionStarted .accordionPanel .trigger:hover, .accordionPanel.iconStyle .trigger:hover {
    color: #e64626; }
  .gettingStartedModule .accordionStarted .accordionPanel .list-group, .accordionPanel.iconStyle .list-group {
    margin-top: 20px;
    padding-left: 0; }
    .gettingStartedModule .accordionStarted .accordionPanel .list-group a, .accordionPanel.iconStyle .list-group a {
      text-decoration: none;
      cursor: pointer; }
  .gettingStartedModule .accordionStarted .accordionPanel .list-group-item, .accordionPanel.iconStyle .list-group-item {
    border: none;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0; }
    .gettingStartedModule .accordionStarted .accordionPanel .list-group-item a, .gettingStartedModule .accordionStarted .accordionPanel .list-group-item a:hover, .accordionPanel.iconStyle .list-group-item a, .accordionPanel.iconStyle .list-group-item a:hover {
      color: #e64626;
      text-decoration: underline; }
    .gettingStartedModule .accordionStarted .accordionPanel .list-group-item:hover, .gettingStartedModule .accordionStarted .accordionPanel .list-group-item.active, .accordionPanel.iconStyle .list-group-item:hover, .accordionPanel.iconStyle .list-group-item.active {
      background-color: transparent; }
  .gettingStartedModule .accordionStarted .accordionPanel .heading:first-child, .accordionPanel.iconStyle .heading:first-child {
    margin-top: 0; }
  .gettingStartedModule .accordionStarted .accordionPanel ol, .gettingStartedModule .accordionStarted .accordionPanel ul, .accordionPanel.iconStyle ol, .accordionPanel.iconStyle ul {
    padding-left: 20px; }
  .gettingStartedModule .accordionStarted .accordionPanel li, .accordionPanel.iconStyle li {
    margin-bottom: 10px; }

.accordionPanel.iconStyle {
  background-color: white; }

.callOutModule .headline {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  padding-top: 4px; }
.callOutModule .strapline {
  font-family: "ApercuMono", Courier;
  font-size: 14px;
  line-height: 20px; }
.callOutModule .image img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
.callOutModule .body {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 25px;
  padding-top: 1px;
  color: #4c4c4c; }
.callOutModule .callToAction a {
  font-family: "ApercuMono", Courier;
  font-size: 14px;
  color: #e64626;
  padding-right: 46px;
  background-image: url(../img/rightArrowRed.svg);
  background-size: 16px 14px;
  background-repeat: no-repeat;
  background-position: 100% 50%; }

@media (max-width: 767px) {
  .bodyColumn .callOutModule .headlineSection, .fullWidthColumn .callOutModule .headlineSection {
    margin-bottom: 30px; }
    .bodyColumn .callOutModule .headlineSection .headline, .bodyColumn .callOutModule .headlineSection .image, .fullWidthColumn .callOutModule .headlineSection .headline, .fullWidthColumn .callOutModule .headlineSection .image {
      width: 50%;
      float: left; }
    .bodyColumn .callOutModule .headlineSection .image, .fullWidthColumn .callOutModule .headlineSection .image {
      text-align: right;
      padding-left: 10px;
      max-width: 130px; }
      .bodyColumn .callOutModule .headlineSection .image img, .fullWidthColumn .callOutModule .headlineSection .image img {
        width: 100%;
        height: auto; }
  .bodyColumn .callOutModule .straplineSection, .fullWidthColumn .callOutModule .straplineSection {
    margin-bottom: 40px;
    padding-right: 50px; }
    .bodyColumn .callOutModule .straplineSection .image, .fullWidthColumn .callOutModule .straplineSection .image {
      display: none; }
  .bodyColumn .callOutModule .bodySection .body, .fullWidthColumn .callOutModule .bodySection .body {
    margin-bottom: 30px; } }
@media (min-width: 768px) {
  .bodyColumn .callOutModule .headlineSection, .fullWidthColumn .callOutModule .headlineSection {
    margin-bottom: 20px; }
    .bodyColumn .callOutModule .headlineSection .image, .fullWidthColumn .callOutModule .headlineSection .image {
      display: none; }
  .bodyColumn .callOutModule .straplineSection, .fullWidthColumn .callOutModule .straplineSection {
    float: left;
    width: 36%;
    padding-right: 9%; }
    .bodyColumn .callOutModule .straplineSection .image, .fullWidthColumn .callOutModule .straplineSection .image {
      padding-right: 23%;
      margin-bottom: 28px; }
      .bodyColumn .callOutModule .straplineSection .image img, .fullWidthColumn .callOutModule .straplineSection .image img {
        width: 100%;
        height: auto; }
  .bodyColumn .callOutModule .bodySection .body, .fullWidthColumn .callOutModule .bodySection .body {
    margin-bottom: 17px; } }

.rightSidebarColumn .callOutModule .headlineSection {
  margin-bottom: 30px; }
  .rightSidebarColumn .callOutModule .headlineSection .headline, .rightSidebarColumn .callOutModule .headlineSection .image {
    width: 50%;
    float: left; }
  .rightSidebarColumn .callOutModule .headlineSection .image {
    text-align: right;
    padding-left: 10px;
    max-width: 130px; }
    .rightSidebarColumn .callOutModule .headlineSection .image img {
      width: 100%;
      height: auto; }
.rightSidebarColumn .callOutModule .straplineSection {
  margin-bottom: 37px;
  padding-right: 50px; }
  .rightSidebarColumn .callOutModule .straplineSection .strapline {
    padding-top: 3px; }
  .rightSidebarColumn .callOutModule .straplineSection .image {
    display: none; }
.rightSidebarColumn .callOutModule .bodySection .body {
  margin-bottom: 27px; }
@media (min-width: 992px) {
  .rightSidebarColumn .callOutModule .headlineSection .image {
    padding-left: 20px; } }
@media (min-width: 1200px) {
  .rightSidebarColumn .callOutModule .headlineSection .image {
    padding-left: 27px; } }

.featuredArticleModule.style1 {
  width: 100%; }
  .featuredArticleModule.style1.noimage .imageContainer {
    display: none; }
  .featuredArticleModule.style1 a {
    color: black; }
  .featuredArticleModule.style1 .linkArrow {
    width: 29px;
    height: 24px;
    background-image: url(../img/rightArrowRed.svg);
    background-size: cover;
    background-repeat: no-repeat; }
  .featuredArticleModule.style1 .redFilter, .featuredArticleModule.style1 .viewText, .featuredArticleModule.style1 .date {
    display: none; }
  .featuredArticleModule.style1 a > .contentType {
    display: none; }
  .featuredArticleModule.style1 .contentContainer .glyphicon {
    display: none; }
  @media (max-width: 767px) {
    .featuredArticleModule.style1 a:hover, .featuredArticleModule.style1 a:focus {
      text-decoration: none; }
    .featuredArticleModule.style1 .imageContainer {
      width: 100%;
      margin-left: 10px; }
      .featuredArticleModule.style1 .imageContainer .mainImage {
        width: 100%; }
    .featuredArticleModule.style1 .background {
      background-color: #fafafa;
      margin-left: -10px;
      margin-right: -10px;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 30px; }
    .featuredArticleModule.style1 .contentContainer {
      padding-left: 10px; }
    .featuredArticleModule.style1 .contentType {
      margin-top: 20px;
      margin-bottom: 20px; }
    .featuredArticleModule.style1 .title {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 20px; }
    .featuredArticleModule.style1 .strapline {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-size: 16px;
      line-height: 21px;
      margin-bottom: 28px; }
    .featuredArticleModule.style1 .summary {
      font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      line-height: 19px;
      margin-bottom: 23px; }
    .featuredArticleModule.style1 .linkArrow {
      width: 23px;
      height: 20px; } }

@media (min-width: 768px) {
  .fullWidthColumn .featuredArticleModule.style1 .background {
    background-color: #fafafa;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 698px; }
  .fullWidthColumn .featuredArticleModule.style1 .mainContainer {
    width: 628px; }
  .fullWidthColumn .featuredArticleModule.style1 a {
    display: block; }
  .fullWidthColumn .featuredArticleModule.style1 .imageContainer {
    width: 45%;
    float: left; }
    .fullWidthColumn .featuredArticleModule.style1 .imageContainer .mainImage {
      width: 100%; }
  .fullWidthColumn .featuredArticleModule.style1 .contentContainer {
    width: 55%;
    float: right;
    padding-left: 5%;
    padding-right: 5%; }
  .fullWidthColumn .featuredArticleModule.style1 .contentType {
    margin-bottom: 20px; }
  .fullWidthColumn .featuredArticleModule.style1 .title {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 25px; }
  .fullWidthColumn .featuredArticleModule.style1 .strapline {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 28px; }
  .fullWidthColumn .featuredArticleModule.style1 .summary {
    font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 30px; } }
@media (min-width: 992px) {
  .fullWidthColumn .featuredArticleModule.style1 {
    padding-left: 169.16666666px; }
    .fullWidthColumn .featuredArticleModule.style1 .background {
      width: 732.83333px; }
    .fullWidthColumn .featuredArticleModule.style1 .mainContainer {
      width: 642.83333px; } }
@media (min-width: 1200px) {
  .fullWidthColumn .featuredArticleModule.style1 {
    padding-left: 245.83333333px; }
    .fullWidthColumn .featuredArticleModule.style1 .background {
      width: 824.16667px; }
    .fullWidthColumn .featuredArticleModule.style1 .mainContainer {
      width: 694.16667px; } }

@media (min-width: 768px) {
  .rightSidebarColumn .featuredArticleModule.style1 a:hover, .rightSidebarColumn .featuredArticleModule.style1 a:focus {
    text-decoration: none; }
  .rightSidebarColumn .featuredArticleModule.style1 .imageContainer {
    width: 100%;
    margin-left: 30px; }
    .rightSidebarColumn .featuredArticleModule.style1 .imageContainer .mainImage {
      width: 100%; }
  .rightSidebarColumn .featuredArticleModule.style1 .background {
    background-color: #fafafa;
    padding-bottom: 30px; }
  .rightSidebarColumn .featuredArticleModule.style1 .contentContainer {
    padding-left: 30px; }
  .rightSidebarColumn .featuredArticleModule.style1 .contentType {
    margin-top: 20px;
    margin-bottom: 20px; }
  .rightSidebarColumn .featuredArticleModule.style1 .title {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px; }
  .rightSidebarColumn .featuredArticleModule.style1 .strapline {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 28px; }
  .rightSidebarColumn .featuredArticleModule.style1 .summary {
    font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 23px; }
  .rightSidebarColumn .featuredArticleModule.style1 .linkArrow {
    width: 23px;
    height: 20px; } }

.featuredArticleModule.style2.noimage .imageContainer {
  display: none; }
.featuredArticleModule.style2 .divider {
  height: 11px;
  border-bottom: 1px solid black; }
.featuredArticleModule.style2 .contentType {
  padding-top: 20px;
  padding-bottom: 20px; }
.featuredArticleModule.style2 a {
  color: black;
  display: block; }
.featuredArticleModule.style2 a:hover, .featuredArticleModule.style2 a:focus {
  text-decoration: none;
  background-color: #f6f6f6; }
  .featuredArticleModule.style2 a:hover .imageContainer .redFilter, .featuredArticleModule.style2 a:focus .imageContainer .redFilter {
    height: 100%;
    width: 100%;
    opacity: .25; }
  .featuredArticleModule.style2 a:hover .imageContainer .redSquareWithArrow,
  .featuredArticleModule.style2 a:hover .imageContainer .redSquareWithEye, .featuredArticleModule.style2 a:focus .imageContainer .redSquareWithArrow,
  .featuredArticleModule.style2 a:focus .imageContainer .redSquareWithEye {
    opacity: 0; }
.featuredArticleModule.style2 .date, .featuredArticleModule.style2 .viewText {
  display: none; }
.featuredArticleModule.style2 .imageContainer {
  position: relative; }
  .featuredArticleModule.style2 .imageContainer .redFilter {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: height 200ms, width 200ms, opacity 200ms;
    font-size: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    vertical-align: middle; }
  .featuredArticleModule.style2 .imageContainer .mainImage {
    width: 100%; }
  .featuredArticleModule.style2 .imageContainer .redSquareWithArrow {
    width: 68px;
    height: 68px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url(../img/redButtonRight.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 200ms; }
  .featuredArticleModule.style2 .imageContainer .redSquareWithEye {
    width: 68px;
    height: 68px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: url(/img/icons/eye.svg) #e64626 no-repeat center center;
    background-size: 40px 25px;
    transition: opacity 200ms; }
.featuredArticleModule.style2 .contentContainer .contentType {
  display: none; }
.featuredArticleModule.style2 .contentContainer .strapline {
  display: none; }

@media (max-width: 767px) {
  .featuredArticleModule.style2 .contentType {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px; }
  .featuredArticleModule.style2 .contentContainer {
    padding-left: 10px; }
  .featuredArticleModule.style2 .title {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 12px; }
  .featuredArticleModule.style2 .summary {
    font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #363636;
    position: relative;
    padding-top: 20px; }
    .featuredArticleModule.style2 .summary .glyphicon {
      position: absolute;
      top: 0px;
      left: 0px; } }

@media (min-width: 768px) {
  .bodyColumn .featuredArticleModule.style2 .contentContainer {
    padding-top: 30px; }
  .bodyColumn .featuredArticleModule.style2 .title {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    width: 50%;
    float: left;
    padding-right: 40px; }
  .bodyColumn .featuredArticleModule.style2 .summary {
    font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    width: 50%;
    float: right;
    padding-left: 30px;
    color: #363636;
    position: relative; }
    .bodyColumn .featuredArticleModule.style2 .summary .glyphicon {
      position: absolute;
      top: 4px;
      left: 0px; } }

@media (min-width: 768px) {
  .rightSidebarColumn .featuredArticleModule.style2 .title {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
    padding-top: 12px; }
  .rightSidebarColumn .featuredArticleModule.style2 .summary {
    font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    padding-top: 25px;
    position: relative;
    color: #363636; }
    .rightSidebarColumn .featuredArticleModule.style2 .summary .glyphicon {
      position: absolute;
      top: 0px;
      left: 0px;
      font-size: 10px; } }

.featuredArticleListModule.style1 .listTitle {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid black; }
  .featuredArticleListModule.style1 .listTitle a {
    float: right;
    margin-top: 12px;
    color: #e64626;
    font-family: "ApercuMono", Courier;
    font-size: 14px;
    font-weight: normal; }
.featuredArticleListModule.style1 .featuredArticleModule {
  border-bottom: 1px solid black;
  padding-top: 15px;
  padding-bottom: 15px; }
  .featuredArticleListModule.style1 .featuredArticleModule .divider, .featuredArticleListModule.style1 .featuredArticleModule .contentType, .featuredArticleListModule.style1 .featuredArticleModule .imageContainer, .featuredArticleListModule.style1 .featuredArticleModule .summary {
    display: none; }
  .featuredArticleListModule.style1 .featuredArticleModule a {
    color: #252525;
    text-decoration: none; }
  .featuredArticleListModule.style1 .featuredArticleModule .date {
    float: left;
    width: 23.33333%;
    font-family: "ApercuMono", Courier;
    font-size: 14px; }
    .featuredArticleListModule.style1 .featuredArticleModule .date .glyphicon {
      display: none; }
  .featuredArticleListModule.style1 .featuredArticleModule .contentContainer {
    float: right;
    width: 76.66667%;
    margin-top: -5px; }
  .featuredArticleListModule.style1 .featuredArticleModule .title {
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 10px; }
  .featuredArticleListModule.style1 .featuredArticleModule .strapline {
    color: #363636;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 10px; }
  .featuredArticleListModule.style1 .featuredArticleModule .viewText, .featuredArticleListModule.style1 .featuredArticleModule .linkArrow {
    display: inline-block; }
  .featuredArticleListModule.style1 .featuredArticleModule .viewText {
    color: #e64626;
    font-family: "ApercuMono", Courier;
    font-size: 14px; }
  .featuredArticleListModule.style1 .featuredArticleModule .linkArrow {
    width: 16px;
    height: 13px;
    background-image: url(../img/rightArrowRed.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 11px;
    position: relative;
    top: 2px; }
  .featuredArticleListModule.style1 .featuredArticleModule:hover {
    background-color: #f6f6f6; }

.bodyColumn .featuredArticleListModule.style1 .featuredArticleModule:first-child .title {
  font-size: 24px; }
.bodyColumn .featuredArticleListModule.style1 .featuredArticleModule.noimage:first-child .title {
  margin-bottom: 25px; }
.bodyColumn .featuredArticleListModule.style1 .featuredArticleModule:not(.noimage):first-child .date {
  float: none;
  margin-bottom: 5px;
  width: 100%; }
  .bodyColumn .featuredArticleListModule.style1 .featuredArticleModule:not(.noimage):first-child .date .glyphicon {
    display: block;
    float: right;
    color: #4d4d4d;
    margin-top: 3px; }
.bodyColumn .featuredArticleListModule.style1 .featuredArticleModule:not(.noimage):first-child .contentContainer {
  float: left;
  width: 58.33333%;
  padding-right: 13.33333%; }
.bodyColumn .featuredArticleListModule.style1 .featuredArticleModule:not(.noimage):first-child .imageContainer {
  display: block;
  float: right;
  width: 41.66667%; }
  .bodyColumn .featuredArticleListModule.style1 .featuredArticleModule:not(.noimage):first-child .imageContainer .mainImage {
    width: 100%; }
  .bodyColumn .featuredArticleListModule.style1 .featuredArticleModule:not(.noimage):first-child .imageContainer .redFilter {
    display: none; }
.bodyColumn .featuredArticleListModule.style1 .featuredArticleModule:not(.noimage):first-child .title {
  margin-bottom: 25px; }
.bodyColumn .featuredArticleListModule.style1 .featuredArticleModule:not(.noimage):first-child .strapline {
  margin-bottom: 20px; }

.rightSidebarColumn .featuredArticleListModule.style1 .featuredArticleModule .date, .rightSidebarColumn .featuredArticleListModule.style1 .featuredArticleModule .contentContainer {
  float: none;
  width: 100%; }
.rightSidebarColumn .featuredArticleListModule.style1 .featuredArticleModule .imageContainer {
  display: block; }
  .rightSidebarColumn .featuredArticleListModule.style1 .featuredArticleModule .imageContainer .mainImage {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px; }
  .rightSidebarColumn .featuredArticleListModule.style1 .featuredArticleModule .imageContainer .redFilter {
    display: none; }
.rightSidebarColumn .featuredArticleListModule.style1 .featuredArticleModule:first-child .date .glyphicon {
  display: block;
  font-size: 8px;
  float: right;
  margin-top: 5px; }

.featuredArticleListModule.style2 .listTitle {
  display: none; }
.featuredArticleListModule.style2 .featuredArticleModule .divider {
  height: 11px;
  border-bottom: 1px solid black; }
.featuredArticleListModule.style2 .featuredArticleModule .date, .featuredArticleListModule.style2 .featuredArticleModule .viewText {
  display: none; }
.featuredArticleListModule.style2 .featuredArticleModule .contentType {
  padding-top: 20px;
  padding-bottom: 20px; }
.featuredArticleListModule.style2 .featuredArticleModule a {
  color: black;
  display: block; }
.featuredArticleListModule.style2 .featuredArticleModule a:hover, .featuredArticleListModule.style2 .featuredArticleModule a:focus {
  text-decoration: none;
  background-color: #f6f6f6; }
  .featuredArticleListModule.style2 .featuredArticleModule a:hover .imageContainer .redFilter, .featuredArticleListModule.style2 .featuredArticleModule a:focus .imageContainer .redFilter {
    display: table;
    text-align: center;
    vertical-align: middle; }
.featuredArticleListModule.style2 .featuredArticleModule .imageContainer {
  position: relative; }
  .featuredArticleListModule.style2 .featuredArticleModule .imageContainer .redFilter {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: white;
    opacity: 0.25; }
    .featuredArticleListModule.style2 .featuredArticleModule .imageContainer .redFilter span {
      display: table-cell;
      vertical-align: middle; }
  .featuredArticleListModule.style2 .featuredArticleModule .imageContainer .mainImage {
    width: 100%; }
  .featuredArticleListModule.style2 .featuredArticleModule .imageContainer .redSquareWithArrow {
    width: 68px;
    height: 68px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url(../img/redButtonRight.png);
    background-size: cover;
    background-repeat: no-repeat; }
.featuredArticleListModule.style2 .featuredArticleModule .contentContainer .contentType {
  display: none; }
.featuredArticleListModule.style2 .featuredArticleModule .contentContainer .strapline {
  display: none; }
@media (max-width: 767px) {
  .featuredArticleListModule.style2 .featuredArticleModule .contentType {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px; }
  .featuredArticleListModule.style2 .featuredArticleModule .contentContainer {
    padding-left: 10px; }
  .featuredArticleListModule.style2 .featuredArticleModule .title {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 12px; }
  .featuredArticleListModule.style2 .featuredArticleModule .summary {
    font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #363636;
    position: relative;
    padding-top: 20px; }
    .featuredArticleListModule.style2 .featuredArticleModule .summary .glyphicon {
      position: absolute;
      top: 0px;
      left: 0px; } }
@media (min-width: 768px) {
  .featuredArticleListModule.style2 .featuredArticleModule a {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px; }
  .featuredArticleListModule.style2 .featuredArticleModule .title {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
    padding-top: 12px; }
  .featuredArticleListModule.style2 .featuredArticleModule .summary {
    font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    padding-top: 25px;
    position: relative;
    color: #363636; }
    .featuredArticleListModule.style2 .featuredArticleModule .summary .glyphicon {
      position: absolute;
      top: 0px;
      left: 0px;
      font-size: 10px; } }

@media (min-width: 768px) {
  .fullWidthColumn .featuredArticleListModule.style2 .featuredArticleModule {
    width: 25.42373%;
    margin-left: 2.54237%;
    float: right; }
  .fullWidthColumn .featuredArticleListModule.style2:last-child {
    margin-left: 0px; } }

@media (min-width: 768px) {
  .bodyColumn .featuredArticleListModule.style2 .featuredArticleModule {
    width: 50%;
    float: left; }
  .bodyColumn .featuredArticleListModule.style2 .featuredArticleModule:nth-child(odd) a {
    padding-left: 0px;
    padding-right: 20px; }
  .bodyColumn .featuredArticleListModule.style2 .featuredArticleModule:nth-child(even) a {
    padding-left: 20px;
    padding-right: 0px; } }

.featuredArticleListModule {
  margin-top: 50px; }
  .featuredArticleListModule .listTitle {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    padding-bottom: 20px;
    padding-bottom: 19px;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    padding-left: 10px; }
    .featuredArticleListModule .listTitle a {
      margin-top: 12px;
      color: #ce3d20;
      font-size: 16px;
      font-weight: 700;
      text-decoration: underline;
      float: right;
      padding-right: 10px; }
      @media (max-width: 767px) {
        .featuredArticleListModule .listTitle a {
          color: #ce3d20;
          font-size: 20px;
          font-weight: 800;
          line-height: 42px;
          text-decoration: underline;
          margin-top: 6px; } }
    @media (max-width: 340px) {
      .featuredArticleListModule .listTitle {
        font-size: 35px; }
        .featuredArticleListModule .listTitle a {
          font-size: 17px; } }
  .featuredArticleListModule .featuredArticleModule a {
    color: #252525;
    text-decoration: none;
    padding-top: 11px;
    display: block; }
  .featuredArticleListModule .featuredArticleModule a:hover, .featuredArticleListModule .featuredArticleModule a:focus {
    background-color: #f6f6f6; }
  .featuredArticleListModule .featuredArticleModule .divider {
    background-color: black;
    width: 100%;
    height: 4px; }
  .featuredArticleListModule .featuredArticleModule .contentType {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #252525; }
  .featuredArticleListModule .featuredArticleModule .date {
    display: none; }
  .featuredArticleListModule .featuredArticleModule .imageContainer {
    position: relative;
            /*padding-bottom: 8px;
			border-bottom: 1px solid black;*/ }
    .featuredArticleListModule .featuredArticleModule .imageContainer .mainImage {
      width: 100%; }
    .featuredArticleListModule .featuredArticleModule .imageContainer .redFilter {
      position: absolute;
      top: 0px;
      left: 0px;
      display: none;
      font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
      font-size: 30px;
      line-height: 30px;
      color: white;
      text-align: center;
      vertical-align: middle; }
      .featuredArticleListModule .featuredArticleModule .imageContainer .redFilter span {
        display: table-cell;
        vertical-align: middle; }
  .featuredArticleListModule .featuredArticleModule .contentContainer {
    padding-bottom: 18px;
    padding: 0 0 20px 0; }
    .featuredArticleListModule .featuredArticleModule .contentContainer .contentType, .featuredArticleListModule .featuredArticleModule .contentContainer .strapline, .featuredArticleListModule .featuredArticleModule .contentContainer .viewText {
      display: none; }
    .featuredArticleListModule .featuredArticleModule .contentContainer .title {
      font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
      font-size: 24px;
      padding-top: 15px;
      padding-bottom: 18px;
      color: #252525; }
    .featuredArticleListModule .featuredArticleModule .contentContainer .summary {
      font-size: 14px;
      padding-bottom: 25px;
      color: #252525; }
      .featuredArticleListModule .featuredArticleModule .contentContainer .summary .glyphicon {
        display: none; }
    .featuredArticleListModule .featuredArticleModule .contentContainer .linkArrow {
      width: 24px;
      height: 19px;
      background-image: url(../img/rightArrowRed.svg);
      background-size: cover;
      background-repeat: no-repeat; }
  .featuredArticleListModule .featuredArticleModule a:hover .redFilter {
    display: table; }
  .featuredArticleListModule .featuredArticleModule.noimage .imageContainer {
    display: none; }

@media (max-width: 767px) {
  .featuredArticleListModule.style3 {
    position: relative;
    overflow: hidden; }
    .featuredArticleListModule.style3 .articleList {
      width: 20000em;
      position: relative; }
    .featuredArticleListModule.style3 .featuredArticleModule {
      float: left;
      padding-right: 20px; }
      .featuredArticleListModule.style3 .featuredArticleModule .imageContainer .redSquareWithArrow {
        width: 50px;
        height: 50px;
        position: absolute;
        bottom: 8px;
        right: 0px;
        background-image: url(../img/whiteButtonRight.png);
        background-size: cover;
        background-repeat: no-repeat; }
    .featuredArticleListModule.style3 .featuredArticleModule:last-child {
      margin-right: 40px; } }

@media (min-width: 768px) {
  .fullWidthColumn .featuredArticleListModule.style3 .featuredArticleModule:first-child {
    width: 33.89831%;
    padding-left: 0px; }
    .fullWidthColumn .featuredArticleListModule.style3 .featuredArticleModule:first-child .title {
      font-size: 30px; }
  .fullWidthColumn .featuredArticleListModule.style3 .featuredArticleModule {
    width: 33.05085%;
    padding-left: 5.08475%;
    float: left; }
  .fullWidthColumn .featuredArticleListModule.style3 .featuredArticleModule:not(:first-child) a {
    padding-left: 10px;
    padding-right: 10px; } }

.downloadsModule {
  padding: 25px 20px; }
  .downloadsModule .title {
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 10px; }
  .downloadsModule .filesize {
    font-family: "ApercuMono", Courier;
    font-size: 14px;
    float: left; }
  .downloadsModule .downloadLink {
    font-family: "ApercuMono", Courier;
    font-size: 14px;
    float: right; }
  .downloadsModule .downloadIcon {
    width: 17px;
    height: 17px;
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 5px; }
  @media (min-width: 768px) {
    .downloadsModule {
      padding: 30px 25px; }
      .downloadsModule .title {
        font-size: 30px; }
      .downloadsModule .filesize {
        float: none;
        margin-bottom: 45px; }
      .downloadsModule .downloadLink {
        float: none; } }

.downloadsModule.style1 {
  background-color: #f1f2f2; }
  .downloadsModule.style1 .title, .downloadsModule.style1 .filesize {
    color: #363636; }
  .downloadsModule.style1 .downloadLink {
    color: #e64626; }
  .downloadsModule.style1 .downloadIcon {
    background-image: url(../img/downloadIconRed.svg); }

.downloadsModule.style2 {
  background-color: #e64626; }
  .downloadsModule.style2 .title {
    color: white; }
  .downloadsModule.style2 .filesize, .downloadsModule.style2 .downloadLink {
    color: black; }
  .downloadsModule.style2 .downloadIcon {
    background-image: url(../img/downloadIconBlack.svg); }

.priceModule {
  position: relative;
  background-color: #f1f2f2; }
  .priceModule .darkSection {
    background-color: #d8dbdd; }
  .priceModule .lightSection, .priceModule .circle {
    background-color: #f1f2f2; }
  .priceModule .title {
    font-family: "ApercuMono", Courier;
    font-size: 18px;
    line-height: 18px; }
  .priceModule .description {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif; }
  .priceModule .price {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px; }
  .priceModule .callToAction, .priceModule .soldOut {
    font-family: "ApercuMono", Courier;
    font-size: 14px;
    color: #e64626;
    margin-top: 15px;
    display: inline-block; }
  .priceModule .callToAction {
    padding-right: 24px;
    background-image: url(../img/rightArrowRed.svg);
    background-size: 16px 14px;
    background-repeat: no-repeat;
    background-position: 100% 3px; }

@media (max-width: 767px) {
  .priceModule .title {
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 13px; }
  .priceModule .darkSection {
    height: 150px; }
  .priceModule .lightSection {
    height: 178px;
    padding-left: 20px;
    padding-right: 20px; }
  .priceModule .circle {
    width: 48px;
    height: 48px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    position: absolute;
    top: 126px;
    left: 50%;
    margin-left: -24px; }
  .priceModule .price {
    text-align: center;
    margin-top: 15px;
    font-size: 40px; }
    .priceModule .price .amount {
      height: 40px; }
    .priceModule .price .currency {
      font-size: 20px;
      position: relative;
      top: -15px; }
  .priceModule .lightSection .content {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media (min-width: 768px) {
  .bodyColumn .priceModule {
    height: 228px; }
    .bodyColumn .priceModule .darkSection {
      float: left;
      width: 33.33333%;
      height: 100%;
      padding-left: 50px;
      padding-right: 30px; }
    .bodyColumn .priceModule .lightSection {
      float: right;
      width: 66.66667%;
      height: 100%;
      padding-left: 50px;
      padding-right: 50px; }
    .bodyColumn .priceModule .circle {
      width: 48px;
      height: 48px;
      -moz-border-radius: 24px;
      -webkit-border-radius: 24px;
      border-radius: 24px;
      position: absolute;
      top: 90px;
      left: 29.33333%; }
    .bodyColumn .priceModule .title {
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      width: 228px;
      text-align: center;
      border-bottom: 1px solid #ccc;
      padding-top: 8px;
      padding-bottom: 12px;
      position: absolute;
      top: 94px;
      left: -93px; }
    .bodyColumn .priceModule .price {
      position: relative;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      font-size: 26px; }
      .bodyColumn .priceModule .price .currency {
        font-size: 15px;
        position: absolute;
        top: -5px;
        left: -8px; }
      .bodyColumn .priceModule .price .amount {
        position: relative; }
    .bodyColumn .priceModule .lightSection .content {
      position: relative;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }
@media (min-width: 1200px) {
  .bodyColumn .priceModule .darkSection {
    padding-left: 58px; }
  .bodyColumn .priceModule .price {
    font-size: 40px; }
    .bodyColumn .priceModule .price .currency {
      font-size: 20px;
      top: 0px;
      left: -12px; } }

@media (min-width: 768px) {
  .rightSidebarColumn .priceModule .title {
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 13px; }
  .rightSidebarColumn .priceModule .darkSection {
    height: 150px; }
  .rightSidebarColumn .priceModule .lightSection {
    height: 178px;
    padding-left: 20px;
    padding-right: 20px; }
  .rightSidebarColumn .priceModule .circle {
    width: 48px;
    height: 48px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    position: absolute;
    top: 126px;
    left: 50%;
    margin-left: -24px; }
  .rightSidebarColumn .priceModule .price {
    text-align: center;
    margin-top: 15px;
    font-size: 22px; }
    .rightSidebarColumn .priceModule .price .amount {
      height: 40px; }
    .rightSidebarColumn .priceModule .price .currency {
      font-size: 15px;
      position: relative;
      top: -8px; }
  .rightSidebarColumn .priceModule .lightSection .content {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media (min-width: 1200px) {
  .rightSidebarColumn .priceModule .price {
    font-size: 40px; }
    .rightSidebarColumn .priceModule .price .currency {
      font-size: 20px;
      top: -15px; } }

.tabsModule .contentItem .content h1, .tabsModule .contentItem .content h2, .tabsModule .contentItem .content h3, .tabsModule .contentItem .content h4, .tabsModule .contentItem .content h5 {
  margin-top: 0px; }
@media (max-width: 767px) {
  .tabsModule .tabs {
    display: none; }
  .tabsModule .contentItem .trigger {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    background-color: #f1f2f2;
    padding: 20px 20px;
    border-top: 2px solid white; }
    .tabsModule .contentItem .trigger a {
      color: black;
      display: block;
      text-decoration: none;
      background-image: url(../img/downChevronRed.svg);
      background-size: 16px 8px;
      background-repeat: no-repeat;
      background-position: 100% 50%; }
  .tabsModule .contentItem .content {
    display: none;
    padding: 10px 10px 40px 10px;
    font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif; }
  .tabsModule .contentItem.open .trigger {
    background-color: white;
    border-top: 2px solid #e64626; }
    .tabsModule .contentItem.open .trigger a {
      background-image: url(../img/upChevronGrey.svg); }
  .tabsModule .contentItem:first-child .content {
    display: block; } }
@media (min-width: 768px) {
  .tabsModule .contentItem .trigger {
    display: none; }
  .tabsModule .tab {
    cursor: pointer;
    float: left;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-top: 27px;
    padding-bottom: 21px;
    background-color: #f1f2f2;
    border-top: 4px solid white;
    border-right: 2px solid white;
    color: #363636; }
    .tabsModule .tab a {
      color: black;
      text-decoration: none; }
      .tabsModule .tab a:focus {
        text-decoration: underline; }
  .tabsModule .tab.open {
    background-color: white;
    border-top: 4px solid #e64626;
    color: black; }
  .tabsModule .contentItems {
    border-bottom: 1px solid black; }
  .tabsModule .contentItem .content {
    display: none;
    padding: 45px 10px 70px 25px;
    font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
    color: #363636; }
  .tabsModule .contentItem:first-child .content {
    display: block; } }

@media (min-width: 768px) {
  .pageTitleModule {
    width: 95%; } }
.pageTitleModule .contentType {
  display: none;
  color: #252525;
  margin-bottom: 8px;
  font-size: 17.5px; }
.pageTitleModule .pageTitle {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  color: #252525;
  margin-bottom: 15px; }
.pageTitleModule .pageStrapline {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 33px;
  font-size: 24px;
  font-weight: normal;
  line-height: 32px; }
@media (max-width: 768px) {
  .pageTitleModule {
    margin-top: 14px; }
    .pageTitleModule .contentType {
      display: block; }
    .pageTitleModule .pageTitle {
      margin-top: 0px;
      margin-bottom: 25px;
      font-size: 40px;
      line-height: 45px; }
    .pageTitleModule .pageStrapline {
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 30px; } }

.titleColumn {
  position: relative; }

.pageSummaryModule {
  display: none;
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 30px; }
  @media (min-width: 768px) {
    .pageSummaryModule {
      display: block;
      padding-top: 4px;
      padding-bottom: 1px; } }

.socialShareModule {
  z-index: 2; }
  .socialShareModule .shareText {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    line-height: 21px; }
  .socialShareModule .shareLink {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/socialmedia/shareLinkImage.png);
    background-size: cover;
    position: relative;
    top: 0; }
  .socialShareModule .st_sharethis {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 0;
    right: 0px; }
    .socialShareModule .st_sharethis .chicklets.sharethis {
      background-image: url(../img/socialmedia/shareLinkImage.png);
      background-size: cover;
      padding: 0px !important;
      height: 16px;
      width: 16px; }
  .socialShareModule .printLink {
    width: 19px;
    height: 17px;
    background-image: url(../img/socialmedia/printLinkImage.png);
    background-size: cover;
    display: none; }
  @media (min-width: 768px) {
    .socialShareModule {
      position: absolute;
      top: 30px;
      right: 6px;
      width: 25px; }
      .socialShareModule .shareText, .socialShareModule .shareLink, .socialShareModule .printLink {
        display: block; }
      .socialShareModule .shareText {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -moz-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        margin-right: 0px;
        position: relative;
        bottom: 45px; }
      .socialShareModule .shareLink {
        margin-bottom: 20px; }
      .socialShareModule .st_sharethis {
        top: 2px; }
      .socialShareModule .printLink {
        margin-top: 10px; } }

.mobileNavigationModule, .topMenuNavigationModule {
  -moz-transition-property: left;
  -o-transition-property: left;
  -webkit-transition-property: left;
  transition-property: left;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 250px;
  left: -250px;
  top: 50px;
  z-index: 1300;
  background-color: white;
  display: none; }
  .mobileNavigationModule .leftHandNavigationModule .currentPageSignpost > div .glyphicon, .topMenuNavigationModule .leftHandNavigationModule .currentPageSignpost > div .glyphicon {
    margin-right: 10px; }
  .mobileNavigationModule .leftHandNavigationModule .childNavigationItems a, .topMenuNavigationModule .leftHandNavigationModule .childNavigationItems a {
    background-size: 6px 12px;
    background-image: url(../img/rightChevronRed.svg);
    background-position: 95% 50%;
    background-repeat: no-repeat; }

.topMenuNavigationModule {
  top: 97px;
  width: 100%;
  height: auto;
  z-index: 400; }
  .topMenuNavigationModule .mainMenu .list-group a {
    background-color: white;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #252525;
    width: 100%;
    border-color: #d2d4d6;
    border-right: 0;
    border-left: 0; }
  .topMenuNavigationModule .mainMenu .arrow {
    width: 29px;
    height: 24px;
    background-image: url(../img/rightArrowRed.svg);
    background-size: cover;
    float: left;
    margin-top: 5px;
    position: relative;
    width: 20px;
    height: 16px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
  .topMenuNavigationModule .mainMenu .subMenu {
    width: 100%; }
  .topMenuNavigationModule .mainMenu .list-group-item:last-child {
    border-bottom: 0; }
  .topMenuNavigationModule .mainMenu .list-group-item.hover {
    color: #ce3d20; }
  .topMenuNavigationModule .mainMenu .subMenuL1 > a {
    padding-left: 35px; }
  .topMenuNavigationModule .mainMenu .subMenuL1 .list-group-item {
    background-color: #f1f2f2; }
  .topMenuNavigationModule .mainMenu .subMenuL1 .subMenuL2 > a {
    padding-left: 55px;
    background-color: #ebebeb; }
  .topMenuNavigationModule .mainMenu .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    box-shadow: none; }
    .topMenuNavigationModule .mainMenu .panel .menuText + span {
      color: #ce3d20;
      font-size: 26px;
      padding: 10px 5px 13px 20px;
      border-left: 1px solid #d8dbdd; }
  .topMenuNavigationModule .mainMenu .list-group-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 0;
    border: 1px solid #d2d4d6;
    color: #252525; }
  .topMenuNavigationModule .mainMenu .menuText {
    padding-top: 10px;
    display: inline-block; }
  .topMenuNavigationModule .mainMenu .sectionHeading {
    color: #5e5e5e;
    position: relative;
    font-weight: bold;
    padding: 12px 15px 10px 15px; }
  .topMenuNavigationModule .mainMenu .subMenuL1 .sectionHeading {
    padding-left: 35px; }
  .topMenuNavigationModule .mainMenu .subMenuL1 .subMenuL2 .sectionHeading {
    padding-left: 55px; }
  .topMenuNavigationModule .mainMenu .list-group a.viewAllButton {
    background-color: #5e5e5e; }
  .topMenuNavigationModule .mainMenu .viewAllButton span, .topMenuNavigationModule .mainMenu .viewAllButton:hover span, .topMenuNavigationModule .mainMenu .viewAllButton:visited span {
    padding-top: 14px;
    color: #ffffff; }

@media (max-width: 991px) {
  .mobileNavigationModule.revealed {
    left: 0px;
    display: block; } }

@media (max-width: 991px) {
  .topMenuNavigationModule.revealed {
    left: 0px;
    display: block;
    height: 100%; } }

.contactInformationModule .contactImage {
  width: 165px;
  margin-bottom: 30px; }
  .contactInformationModule .contactImage img {
    width: 100%; }
.contactInformationModule .contactName {
  font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: black;
  margin-bottom: 15px; }
.contactInformationModule .contactDetail {
  padding-bottom: 8px; }
  .contactInformationModule .contactDetail .name {
    font-family: "ApercuMono", Courier;
    font-size: 14px;
    color: black;
    margin-bottom: 5px; }
  .contactInformationModule .contactDetail .value {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #6e6e6e; }
    .contactInformationModule .contactDetail .value a {
      color: #e64626;
      text-decoration: underline; }

@media (min-width: 768px) {
  .rightSidebarColumn .contactInformationModule .contactImage {
    width: 100%; } }

@media (min-width: 768px) {
  .fullWidthColumn .contactInformationModule:after, .bodyColumn .contactInformationModule:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .fullWidthColumn .contactInformationModule .contactImage, .bodyColumn .contactInformationModule .contactImage {
    width: 20.83333%;
    padding-right: 4.16667%;
    margin-bottom: 0px;
    float: left; }
  .fullWidthColumn .contactInformationModule .contactSummary, .bodyColumn .contactInformationModule .contactSummary {
    width: 29.16667%;
    float: left;
    padding-top: 15px; }
  .fullWidthColumn .contactInformationModule .contactDetails, .bodyColumn .contactInformationModule .contactDetails {
    width: 50%;
    float: left;
    padding-top: 20px; }
    .fullWidthColumn .contactInformationModule .contactDetails .contactDetail, .bodyColumn .contactInformationModule .contactDetails .contactDetail {
      height: 63px;
      float: left;
      width: 50%;
      padding-left: 10px; } }

.peopleProfileModule {
  border-left: 4px solid #f1f2f2;
  padding-left: 15px; }
  .peopleProfileModule .profileName {
    font-family: "ApercuMono", Courier;
    font-size: 14px;
    color: black; }
  .peopleProfileModule .strapline {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    color: #4c4c4c; }
  .peopleProfileModule .leftColumn .profileImage {
    padding-top: 6px;
    padding-bottom: 10px; }
    .peopleProfileModule .leftColumn .profileImage .profileName {
      padding-top: 20px;
      margin-bottom: 10px; }
    .peopleProfileModule .leftColumn .profileImage img {
      float: right;
      width: 110px;
      height: 110px;
      -moz-border-radius: 55px;
      -webkit-border-radius: 55px;
      border-radius: 55px; }
  .peopleProfileModule .leftColumn .contactDetails .contactDetail {
    margin-bottom: 10px; }
  .peopleProfileModule .leftColumn .contactDetails .strapline {
    margin-bottom: 20px;
    padding-top: 15px; }
  .peopleProfileModule .leftColumn .contactDetails .name {
    font-family: "ApercuMono", Courier;
    font-size: 14px;
    color: black;
    margin-bottom: 5px; }
  .peopleProfileModule .leftColumn .contactDetails .value {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #6e6e6e; }
    .peopleProfileModule .leftColumn .contactDetails .value a {
      color: #e64626;
      text-decoration: underline; }
  .peopleProfileModule .rightColumn .profileName, .peopleProfileModule .rightColumn .strapline {
    display: none; }
  .peopleProfileModule .rightColumn .shortBio {
    font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 25px; }
  .peopleProfileModule .rightColumn .viewProfile {
    display: inline-block;
    padding-right: 26px;
    color: #e64626;
    font-family: "ApercuMono", Courier;
    font-size: 14px;
    background-image: url(../img/rightArrowRed.svg);
    background-size: 16px 13px;
    background-repeat: no-repeat;
    background-position: 100% 50%; }

@media (min-width: 768px) {
  .bodyColumn .peopleProfileModule {
    padding-left: 25px; }
    .bodyColumn .peopleProfileModule .leftColumn {
      width: 38.33333%;
      float: left; }
      .bodyColumn .peopleProfileModule .leftColumn .profileImage .profileName {
        display: none; }
      .bodyColumn .peopleProfileModule .leftColumn .profileImage img {
        float: none; }
      .bodyColumn .peopleProfileModule .leftColumn .contactDetails .strapline {
        display: none; }
    .bodyColumn .peopleProfileModule .rightColumn {
      width: 61.66667%;
      float: left; }
      .bodyColumn .peopleProfileModule .rightColumn .profileName {
        display: block;
        padding-top: 2px;
        width: 170px;
        margin-bottom: 25px; }
      .bodyColumn .peopleProfileModule .rightColumn .strapline {
        display: block;
        margin-bottom: 25px; }
      .bodyColumn .peopleProfileModule .rightColumn .shortBio {
        margin-bottom: 15px; } }

.mapsModule .googleMap {
  margin-left: -10px;
  margin-right: -10px;
  max-width: 320px;
  height: 295px; }
  .mapsModule .googleMap .placeholderImage {
    width: 100%; }
.mapsModule .info {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid black; }
.mapsModule .locationTitle {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: black;
  margin-top: 26px;
  margin-bottom: 20px; }
.mapsModule .addressLabel, .mapsModule .locationAddress {
  font-family: "ApercuMono", Courier;
  font-size: 14px;
  color: black; }
.mapsModule .addressLabel {
  margin-bottom: 4px; }
.mapsModule .locationAddress {
  margin-bottom: 26px; }
.mapsModule .getDirectionsLink a {
  font-family: "ApercuMono", Courier;
  color: #e64626;
  padding-left: 32px;
  font-size: 14px;
  margin-bottom: 26px;
  display: block;
  background-image: url(../img/externalLinkIcon.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 0% 50%; }

@media (min-width: 768px) {
  .rightSidebarColumn .mapsModule .googleMap {
    margin-left: 0px;
    margin-right: -70px;
    height: 211.2px;
    max-width: none; }
  .rightSidebarColumn .mapsModule .info {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #bcbcbc; }
  .rightSidebarColumn .mapsModule .getDirectionsLink a {
    margin-bottom: 38px; } }
@media (min-width: 992px) {
  .rightSidebarColumn .mapsModule .googleMap {
    margin-right: -90px;
    height: 272.8px; } }
@media (min-width: 1200px) {
  .rightSidebarColumn .mapsModule .googleMap {
    margin-right: -130px;
    height: 330px; } }

@media (min-width: 768px) {
  .bodyColumn .mapsModule .googleMap {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    height: 268.8px;
    max-width: none; }
  .bodyColumn .mapsModule .info {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 37px; }
  .bodyColumn .mapsModule .locationTitle {
    width: 50%;
    float: left;
    margin-top: 21px;
    margin-bottom: 0px; }
  .bodyColumn .mapsModule .addressAndLink {
    width: 50%;
    float: left; }
  .bodyColumn .mapsModule .addressLabel {
    margin-top: 28px; }
  .bodyColumn .mapsModule .getDirectionsLink a {
    margin-bottom: 0px; } }
@media (min-width: 992px) {
  .bodyColumn .mapsModule .googleMap {
    height: 347.2px; } }
@media (min-width: 1200px) {
  .bodyColumn .mapsModule .googleMap {
    height: 420px; } }

.tagsModule .tag {
  margin-bottom: 10px;
  margin-right: 10px;
  float: left; }
  .tagsModule .tag a, .tagsModule .tag a:hover {
    color: black;
    text-decoration: none;
    font-family: "ApercuMono", Courier;
    font-size: 12px;
    background-color: #f1f2f2;
    padding: 13px 15px 12px;
    display: inline-block; }
  .tagsModule .tag a:hover, .tagsModule .tag a:focus {
    background-color: #d8dbdd; }

.tagsModule.related .heading {
  font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 22px;
  padding-left: 38px;
  background-image: url(../img/moleculeIcon.png);
  background-size: 26px 15px;
  background-repeat: no-repeat;
  background-position: 0% 50%; }
.tagsModule.related .seeMoreButton {
  display: none; }

.tagsModule.browse {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 43px;
  padding-bottom: 32px; }
  .tagsModule.browse .heading {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 22px; }

@media (max-width: 767px) {
  .tagsModule.browse .tags .tag:nth-child(1n+5) {
    display: none; }
  .tagsModule.browse .seeMoreButton .seeLess {
    display: none; }
  .tagsModule.browse .seeMoreButton, .tagsModule.browse .seeMoreButton:hover {
    color: #e64626;
    text-decoration: none;
    text-align: center;
    border: 1px solid #e64626;
    padding: 10px 0px;
    display: block;
    margin-top: 10px;
    font-family: "ApercuMono", Courier;
    font-size: 14px; }

  .tagsModule.browse.open .tags .tag:nth-child(1n+5) {
    display: block; }
  .tagsModule.browse.open .seeMoreButton .seeLess {
    display: block; }
  .tagsModule.browse.open .seeMoreButton .seeMore {
    display: none; } }
@media (min-width: 768px) {
  .tagsModule.browse {
    width: 70.83333%; }
    .tagsModule.browse .heading {
      width: 29.41176%;
      padding-right: 5.88235%;
      float: left;
      margin-top: -3px;
      margin-bottom: 0px; }
    .tagsModule.browse .tags {
      width: 70.58824%;
      float: left; }
    .tagsModule.browse .seeMoreButton {
      display: none; } }

.captionedImageModule img {
  width: 100%; }
.captionedImageModule .caption {
  font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  border-bottom: 1px solid black;
  padding: 10px 10px 13px 10px; }

@media (min-width: 768px) {
  .captionedImageModule.left {
    float: left;
    padding: 40px 40px 40px 0px; } }

@media (min-width: 768px) {
  .captionedImageModule.left {
    float: left;
    padding: 40px 0px 40px 40px; } }

@media (min-width: 768px) {
  .captionedImageModule .caption {
    font-size: 12px;
    padding: 10px 0px 13px 0px; } }

.contentContainerMediaObjectModule {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .contentContainerMediaObjectModule {
      margin-top: 0px;
      margin-bottom: 0px; }
      .contentContainerMediaObjectModule.left {
        float: left;
        padding: 0px 40px 40px 0px; }
      .contentContainerMediaObjectModule.right {
        float: right;
        padding: 0px 0px 40px 40px; }
      .contentContainerMediaObjectModule.width-10 {
        width: 10%; }
      .contentContainerMediaObjectModule.width-20 {
        width: 20%; }
      .contentContainerMediaObjectModule.width-30 {
        width: 30%; }
      .contentContainerMediaObjectModule.width-40 {
        width: 40%; }
      .contentContainerMediaObjectModule.width-50 {
        width: 50%; }
      .contentContainerMediaObjectModule.width-60 {
        width: 60%; }
      .contentContainerMediaObjectModule.width-70 {
        width: 70%; }
      .contentContainerMediaObjectModule.width-80 {
        width: 80%; }
      .contentContainerMediaObjectModule.width-90 {
        width: 90%; }
      .contentContainerMediaObjectModule.width-100 {
        width: 100%; } }

.imageGalleryModule .title {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  padding-left: 10px;
  margin-bottom: 7px; }
.imageGalleryModule .primaryCarousel, .imageGalleryModule .secondaryCarousel {
  position: relative;
  overflow: hidden; }
  .imageGalleryModule .primaryCarousel ul, .imageGalleryModule .secondaryCarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0; }
    .imageGalleryModule .primaryCarousel ul li, .imageGalleryModule .secondaryCarousel ul li {
      float: left; }
.imageGalleryModule .primaryCarousel .slide .image {
  overflow: hidden;
  background-color: black;
  position: relative;
  margin-bottom: 13px; }
  .imageGalleryModule .primaryCarousel .slide .image img {
    width: 100%;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.imageGalleryModule .primaryCarousel .slide .caption {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 3px solid black; }
.imageGalleryModule .secondaryCarouselWrapper {
  padding-left: 10px;
  padding-right: 10px; }
.imageGalleryModule .secondaryCarousel .slideItems {
  height: 100%; }
.imageGalleryModule .secondaryCarousel .slide {
  padding-left: 4px;
  padding-right: 4px;
  height: 100%; }
  .imageGalleryModule .secondaryCarousel .slide .image {
    overflow: hidden;
    background-color: black;
    position: relative;
    height: 100%; }
    .imageGalleryModule .secondaryCarousel .slide .image img {
      width: 100%;
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .imageGalleryModule .secondaryCarousel .slide .image .redFilter {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      display: none; }
  .imageGalleryModule .secondaryCarousel .slide .image:hover .redFilter {
    display: block; }
  .imageGalleryModule .secondaryCarousel .slide .caption {
    display: none; }
@media (min-width: 768px) {
  .imageGalleryModule .title {
    font-size: 30px;
    padding-left: 0px;
    margin-bottom: 15px; }
  .imageGalleryModule .primaryCarousel .slide .image {
    height: 288px; }
  .imageGalleryModule .primaryCarousel .slide .caption {
    padding-left: 0px;
    padding-right: 0px; }
  .imageGalleryModule .secondaryCarouselWrapper {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -25px;
    margin-right: -25px; }
  .imageGalleryModule .secondaryCarousel .slide .image {
    height: 69.12px; } }
@media (min-width: 992px) {
  .imageGalleryModule .primaryCarousel .slide .image {
    height: 372px; }
  .imageGalleryModule .secondaryCarousel .slide .image {
    height: 89.28px; } }
@media (min-width: 1200px) {
  .imageGalleryModule .primaryCarousel .slide .image {
    height: 450px; }
  .imageGalleryModule .secondaryCarousel .slide .image {
    height: 108px; } }

.secondaryCarouselControl {
  width: 21px;
  background-size: 11px 18px;
  background-repeat: no-repeat;
  min-height: 1px; }
  @media (min-width: 768px) {
    .secondaryCarouselControl {
      height: 69.12px; } }
  @media (min-width: 992px) {
    .secondaryCarouselControl {
      height: 89.28px; } }
  @media (min-width: 1200px) {
    .secondaryCarouselControl {
      height: 108px; } }

.secondaryCarouselControl.left {
  background-image: url(../img/leftChevronBlack.svg);
  background-position: 0% 50%;
  float: left; }

.secondaryCarouselControl.right {
  background-image: url(../img/rightChevronBlack.svg);
  background-position: 100% 50%;
  float: right; }

.imageGalleryModule.singleimage .secondaryCarouselWrapper {
  display: none; }

.featuredLinkModule {
  position: relative;
  min-height: 160px; }
  .featuredLinkModule img {
    width: 100%;
    margin-bottom: 50px; }
  .featuredLinkModule .callToAction {
    display: block;
    background-color: #f1f2f2;
    color: black;
    padding: 25px 25px;
    width: 265px;
    position: absolute;
    bottom: 0px;
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    text-decoration: none;
    font-size: 25px;
    line-height: 30px; }
    .featuredLinkModule .callToAction .arrow {
      width: 29px;
      height: 24px;
      background-image: url(../img/rightArrowRed.svg);
      background-size: cover;
      margin-top: 23px; }
  .featuredLinkModule .callToAction:hover {
    background-color: #d8dbdd; }

.featuredLinkModule.external .callToAction .arrow {
  background-image: url(../img/externalLinkIcon.svg);
  height: 29px; }

.featuredLinkModule.noimage img {
  display: none; }
.featuredLinkModule.noimage .callToAction {
  position: static;
  width: 100%; }

@media (min-width: 1200px) {
  .featuredLinkModule .callToAction {
    font-size: 30px;
    line-height: 35px; } }

@media (min-width: 768px) {
  .bodyColumn .featuredLinkModule img {
    padding-left: 57.6px; }
  .bodyColumn .featuredLinkModule .callToAction {
    top: 60px;
    bottom: auto; } }
@media (min-width: 992px) {
  .bodyColumn .featuredLinkModule img {
    padding-left: 74.4px; } }
@media (min-width: 1200px) {
  .bodyColumn .featuredLinkModule img {
    padding-left: 90px; } }

@media (min-width: 768px) {
  .rightSidebarColumn .featuredLinkModule img {
    margin-left: 38.4px;
    width: 226px; }
  .rightSidebarColumn .featuredLinkModule .callToAction {
    width: 100%;
    top: 0px;
    bottom: auto; } }
@media (min-width: 992px) {
  .rightSidebarColumn .featuredLinkModule img {
    margin-left: 49.6px;
    width: 289.33333px; } }
@media (min-width: 1200px) {
  .rightSidebarColumn .featuredLinkModule img {
    margin-left: 60px;
    width: 350px; } }

.timelineModule {
  border-top: 1px solid black; }
  .timelineModule .timelineTitle {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: black;
    margin-top: 25px;
    margin-bottom: 35px; }
  .timelineModule .timelineSegments {
    list-style-type: none;
    padding-left: 0px; }
  .timelineModule .timelineSegment {
    margin-bottom: 15px;
    margin-left: 10px;
    padding-left: 25px;
    border-left: 1px solid black;
    position: relative; }
    .timelineModule .timelineSegment .dot {
      background-color: white;
      background-image: url(../img/timelineDot.png);
      background-size: 9px 9px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      left: -11px;
      top: -15px;
      height: 50px;
      width: 20px; }
    .timelineModule .timelineSegment .date {
      font-family: "ApercuMono", Courier;
      font-size: 14px;
      margin-bottom: 15px; }
    .timelineModule .timelineSegment .image {
      margin-bottom: 15px; }
      .timelineModule .timelineSegment .image img {
        width: 100%; }
    .timelineModule .timelineSegment .title {
      font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
      font-size: 24px;
      line-height: 29px;
      color: black;
      margin-bottom: 15px; }
    .timelineModule .timelineSegment .summary {
      font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      margin-bottom: 15px; }
    .timelineModule .timelineSegment .link a {
      color: #e64626;
      padding-right: 25px;
      font-family: "ApercuMono", Courier;
      font-size: 14px;
      background-image: url(../img/rightArrowRed.svg);
      background-size: 16px 13px;
      background-position: 100% 50%;
      background-repeat: no-repeat; }
  .timelineModule .seeMoreButton a, .timelineModule .seeMoreButton a:hover {
    text-decoration: none;
    color: #e64626;
    display: block;
    text-align: center;
    border: 1px solid #e64626;
    font-family: "ApercuMono", Courier;
    font-size: 14px;
    padding: 10px 0px; }
  .timelineModule .seeMoreButton .seeLess {
    display: none; }

@media (max-width: 767px) {
  .timelineModule .timelineSegment .image {
    max-width: 300px; }
  .timelineModule .timelineSegment:nth-child(2n+7) {
    display: none; } }

@media (max-width: 767px) {
  .timelineModule.open .timelineSegment:nth-child(2n+7) {
    display: block; }
  .timelineModule.open .seeMoreButton .seeLess {
    display: block; }
  .timelineModule.open .seeMoreButton .seeMore {
    display: none; } }

@media (min-width: 768px) {
  .timelineModule .timelineTitle {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 40px; }
  .timelineModule .timelineSegments {
    position: relative; }
  .timelineModule .timelineSegments::before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 50%;
    height: 100%;
    width: 1px;
    background-color: black; }
  .timelineModule .timelineSegment {
    width: 50%;
    margin-top: -150px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    border-left: none; }
    .timelineModule .timelineSegment .dot {
      height: 40px;
      width: 20px; }
  .timelineModule .timelineSegment:first-child {
    margin-top: 0px; }
  .timelineModule .timelineSegment:nth-child(4n-3) {
    float: right;
    padding-left: 8.33333%; }
    .timelineModule .timelineSegment:nth-child(4n-3) .dot {
      top: -10px;
      left: -11px; }
  .timelineModule .timelineSegment:nth-child(4n-1) {
    float: left;
    padding-right: 8.33333%; }
    .timelineModule .timelineSegment:nth-child(4n-1) .dot {
      top: -10px;
      left: auto;
      right: -10px; }
  .timelineModule .seeMoreButton {
    display: none; } }

.eventsListModule .mainTitle {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: black;
  padding-bottom: 20px;
  margin-bottom: 10px; }
  .eventsListModule .mainTitle .seeAllLink {
    display: none; }
.eventsListModule .dateSelector {
  margin-bottom: 15px; }
  .eventsListModule .dateSelector select {
    width: 100%;
    max-width: 280px; }
.eventsListModule .dateItem > .date {
  font-family: "ApercuMono", Courier;
  font-size: 16px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 10px;
  padding-bottom: 10px; }
.eventsListModule .eventItem {
  padding: 20px 0px;
  border-bottom: 1px solid black;
  display: block;
  color: #363636; }
  .eventsListModule .eventItem .leftColumn {
    display: none;
    min-height: 1px; }
  .eventsListModule .eventItem .rightColumn {
    background-image: url(../img/rightArrowRed.svg);
    background-size: 18px 16px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 21.42857%; }
    .eventsListModule .eventItem .rightColumn .date1, .eventsListModule .eventItem .rightColumn .date2, .eventsListModule .eventItem .rightColumn .time1 {
      display: none; }
    .eventsListModule .eventItem .rightColumn .title {
      color: black;
      font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
      font-size: 18px;
      margin-bottom: 3px; }
    .eventsListModule .eventItem .rightColumn .location {
      font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      margin-bottom: 3px; }
    .eventsListModule .eventItem .rightColumn .time2 {
      font-family: "ApercuMono", Courier;
      font-size: 14px; }
    .eventsListModule .eventItem .rightColumn .recurrance {
      font-family: "ApercuMono", Courier;
      font-size: 14px; }
.eventsListModule .eventItem:hover {
  text-decoration: none;
  background-color: #f1f2f2; }
.eventsListModule .eventList .eventItem:nth-child(1n+5) {
  display: none; }
.eventsListModule .eventList.open .eventItem:nth-child(1n+5) {
  display: block; }
.eventsListModule .seeMoreButton {
  color: #e64626;
  font-family: "ApercuMono", Courier;
  font-size: 14px;
  text-align: center;
  padding: 10px 0px;
  border: 1px solid #e64626;
  display: block;
  margin: 15px 0px; }
  .eventsListModule .seeMoreButton .seeLess {
    display: none; }
.eventsListModule .seeMoreButton:hover {
  text-decoration: none;
  color: white;
  background-color: #e64626; }
.eventsListModule .eventList.open + .seeMoreButton .seeMore {
  display: none; }
.eventsListModule .eventList.open + .seeMoreButton .seeLess {
  display: block; }

@media (max-width: 767px) {
  .eventsListModule .dateSelector {
    margin-bottom: 0px; }
  .eventsListModule .dateItem > .date {
    display: none; }
  .eventsListModule .eventItem .rightColumn .title {
    font-size: 24px;
    margin-bottom: 5px; }
  .eventsListModule .eventItem .rightColumn .location {
    font-size: 18px;
    margin-bottom: 10px; }
  .eventsListModule .eventItem .rightColumn .date2 {
    display: block;
    font-family: "ApercuMono", Courier;
    font-size: 14px; } }

@media (min-width: 768px) {
  .bodyColumn .eventsListModule .mainTitle, .fullWidthColumn .eventsListModule .mainTitle {
    border-bottom: 3px solid black;
    margin-bottom: 20px; }
  .bodyColumn .eventsListModule .dateSelector, .fullWidthColumn .eventsListModule .dateSelector {
    margin-bottom: 25px; }
  .bodyColumn .eventsListModule .eventItem .leftColumn, .fullWidthColumn .eventsListModule .eventItem .leftColumn {
    width: 26.66667%;
    float: left;
    padding-right: 7.5%;
    display: block; }
    .bodyColumn .eventsListModule .eventItem .leftColumn img, .fullWidthColumn .eventsListModule .eventItem .leftColumn img {
      width: 100%; }
    .bodyColumn .eventsListModule .eventItem .leftColumn .date, .fullWidthColumn .eventsListModule .eventItem .leftColumn .date {
      display: none; }
  .bodyColumn .eventsListModule .eventItem .rightColumn, .fullWidthColumn .eventsListModule .eventItem .rightColumn {
    background-size: 29px 24px;
    background-position: 95% 50%;
    width: 73.33333%;
    float: left; }
    .bodyColumn .eventsListModule .eventItem .rightColumn .title, .fullWidthColumn .eventsListModule .eventItem .rightColumn .title {
      margin-top: 5px; }
    .bodyColumn .eventsListModule .eventItem .rightColumn .location, .fullWidthColumn .eventsListModule .eventItem .rightColumn .location {
      margin-bottom: 13px; }
  .bodyColumn .eventsListModule .eventItem.noimage .leftColumn img, .fullWidthColumn .eventsListModule .eventItem.noimage .leftColumn img {
    display: none; } }

@media (min-width: 768px) {
  .sidebarColumn .eventsListModule select {
    width: 280px; } }

@media (min-width: 768px) {
  .bodyColumn .eventsListModule.summary .mainTitle, .fullWidthColumn .eventsListModule.summary .mainTitle {
    margin-bottom: 0px; }
    .bodyColumn .eventsListModule.summary .mainTitle .seeAllLink, .fullWidthColumn .eventsListModule.summary .mainTitle .seeAllLink {
      color: #e64626;
      font-family: "ApercuMono", Courier;
      font-size: 14px;
      float: right;
      display: block;
      font-weight: normal;
      margin-top: 16px; }
  .bodyColumn .eventsListModule.summary .dateSelector, .fullWidthColumn .eventsListModule.summary .dateSelector {
    display: none; }
  .bodyColumn .eventsListModule.summary .dateItem > .date, .fullWidthColumn .eventsListModule.summary .dateItem > .date {
    display: none; }
  .bodyColumn .eventsListModule.summary .dateItem .seeMoreButton, .fullWidthColumn .eventsListModule.summary .dateItem .seeMoreButton {
    display: none; }
  .bodyColumn .eventsListModule.summary .eventItem .leftColumn, .fullWidthColumn .eventsListModule.summary .eventItem .leftColumn {
    width: 29.41176%;
    padding-right: 8.23529%; }
  .bodyColumn .eventsListModule.summary .eventItem .rightColumn, .fullWidthColumn .eventsListModule.summary .eventItem .rightColumn {
    width: 70.58824%; }
    .bodyColumn .eventsListModule.summary .eventItem .rightColumn .title, .fullWidthColumn .eventsListModule.summary .eventItem .rightColumn .title {
      font-size: 24px;
      margin-bottom: 8px; }
    .bodyColumn .eventsListModule.summary .eventItem .rightColumn .date1, .fullWidthColumn .eventsListModule.summary .eventItem .rightColumn .date1 {
      font-family: "ApercuMono", Courier;
      font-size: 18px;
      display: block;
      margin-bottom: 5px; }
    .bodyColumn .eventsListModule.summary .eventItem .rightColumn .time1, .fullWidthColumn .eventsListModule.summary .eventItem .rightColumn .time1 {
      font-family: "ApercuMono", Courier;
      font-size: 14px;
      display: block;
      margin-bottom: 15px; }
    .bodyColumn .eventsListModule.summary .eventItem .rightColumn .time2, .bodyColumn .eventsListModule.summary .eventItem .rightColumn .recurrance, .fullWidthColumn .eventsListModule.summary .eventItem .rightColumn .time2, .fullWidthColumn .eventsListModule.summary .eventItem .rightColumn .recurrance {
      display: none; }
  .bodyColumn .eventsListModule.summary .eventItem.noimage .leftColumn, .fullWidthColumn .eventsListModule.summary .eventItem.noimage .leftColumn {
    padding-right: 25px; }
    .bodyColumn .eventsListModule.summary .eventItem.noimage .leftColumn img, .fullWidthColumn .eventsListModule.summary .eventItem.noimage .leftColumn img {
      display: none; }
    .bodyColumn .eventsListModule.summary .eventItem.noimage .leftColumn .date, .fullWidthColumn .eventsListModule.summary .eventItem.noimage .leftColumn .date {
      font-family: "ApercuMono", Courier;
      font-size: 18px;
      color: black;
      display: block; }
  .bodyColumn .eventsListModule.summary .eventItem.noimage .rightColumn .title, .fullWidthColumn .eventsListModule.summary .eventItem.noimage .rightColumn .title {
    margin-top: 0px; }
  .bodyColumn .eventsListModule.summary .eventItem.noimage .rightColumn .date1, .fullWidthColumn .eventsListModule.summary .eventItem.noimage .rightColumn .date1 {
    display: none; } }

.videoModule .video {
  width: 100%;
  max-width: 320px;
  height: 200px; }
  .videoModule .video .placeholderImage {
    width: 100%; }
  .videoModule .video iframe {
    width: 100%;
    height: 100%; }
.videoModule .title {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: black;
  margin-top: 20px;
  margin-bottom: 25px; }
.videoModule .caption {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  position: relative; }
  .videoModule .caption .glyphicon {
    position: absolute;
    left: 0px;
    top: -20px;
    font-size: 10px; }

@media (min-width: 768px) {
  .bodyColumn .videoModule .video {
    max-width: none;
    height: 236.8px; } }
@media (min-width: 992px) {
  .bodyColumn .videoModule .video {
    height: 305.86667px; } }
@media (min-width: 1200px) {
  .bodyColumn .videoModule .video {
    height: 370px; } }

.eventsCalendarModule .calendarTitle {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: black;
  padding-bottom: 12px;
  border-bottom: 1px solid black;
  margin-bottom: 28px; }
.eventsCalendarModule .monthPicker {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  max-width: 280px; }
  .eventsCalendarModule .monthPicker .monthName {
    text-transform: uppercase;
    text-align: center;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    bottom: 2px; }
  .eventsCalendarModule .monthPicker .previousMonthLink {
    display: block;
    float: left;
    width: 7px;
    height: 13px;
    background-image: url(../img/leftChevronRed.svg);
    background-size: cover; }
  .eventsCalendarModule .monthPicker .nextMonthLink {
    display: block;
    float: right;
    width: 7px;
    height: 13px;
    background-image: url(../img/rightChevronRed.svg);
    background-size: cover; }
.eventsCalendarModule .daysOfWeek {
  padding-left: 5px;
  padding-right: 5px;
  font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  max-width: 280px; }
  .eventsCalendarModule .daysOfWeek div {
    float: left;
    width: 14.28571%;
    color: black;
    text-align: center; }
  .eventsCalendarModule .daysOfWeek div.weekend {
    color: #d8dbdd; }
.eventsCalendarModule .calendarDays {
  padding-left: 5px;
  padding-right: 5px;
  font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  max-width: 280px; }
  .eventsCalendarModule .calendarDays div, .eventsCalendarModule .calendarDays a {
    float: left;
    width: 14.28571%;
    color: black;
    text-align: center;
    margin: 8px 0px; }
  .eventsCalendarModule .calendarDays a, .eventsCalendarModule .calendarDays a:hover {
    text-decoration: none;
    color: black; }
    .eventsCalendarModule .calendarDays a span, .eventsCalendarModule .calendarDays a:hover span {
      background-color: #f1f2f2; }
  .eventsCalendarModule .calendarDays div.selected span, .eventsCalendarModule .calendarDays a.selected span {
    background-color: #e64626; }
  .eventsCalendarModule .calendarDays div.otherMonth {
    color: #d8dbdd; }
  .eventsCalendarModule .calendarDays span {
    width: 24px;
    height: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px; }
.eventsCalendarModule .eventDate {
  display: none; }
.eventsCalendarModule .eventDate.open {
  display: block; }
.eventsCalendarModule .eventDate .date {
  font-family: "ApercuMono", Courier;
  font-size: 16px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  color: black;
  padding: 12px 0px;
  margin-top: 15px; }
.eventsCalendarModule .event {
  color: black;
  padding-top: 23px;
  padding-bottom: 23px;
  border-bottom: 1px solid black;
  display: block;
  padding-right: 25px;
  background-image: url(../img/rightArrowRed.svg);
  background-size: 18px 16px;
  background-repeat: no-repeat;
  background-position: 100% 50%; }
  .eventsCalendarModule .event .title {
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 10px; }
  .eventsCalendarModule .event .location {
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 4px; }
  .eventsCalendarModule .event .date, .eventsCalendarModule .event .recurrance {
    font-family: "ApercuMono", Courier;
    font-size: 14px; }
.eventsCalendarModule .event:hover, .eventsCalendarModule .event:focus {
  text-decoration: none;
  background-color: #f1f2f2; }
.eventsCalendarModule .eventList .event:nth-child(1n+5) {
  display: none; }
.eventsCalendarModule .eventList.open .event:nth-child(1n+5) {
  display: block; }
.eventsCalendarModule .showMoreButton {
  margin-top: 30px;
  text-decoration: none;
  color: #e64626;
  text-align: center;
  border: 1px solid #e64626;
  padding: 10px 0px;
  display: block;
  font-family: "ApercuMono", Courier;
  font-size: 14px; }
  .eventsCalendarModule .showMoreButton .showLess {
    display: none; }
.eventsCalendarModule .showMoreButton:hover {
  background-color: #e64626;
  color: white; }
.eventsCalendarModule .eventList.open + .showMoreButton .showLess {
  display: block; }
.eventsCalendarModule .eventList.open + .showMoreButton .showMore {
  display: none; }

@media (min-width: 768px) {
  .eventsCalendarModule .calendarTitle {
    margin-bottom: 42px; }
  .eventsCalendarModule .calendarDays div, .eventsCalendarModule .calendarDays a {
    margin: 2px 0px; } }
@media (min-width: 992px) {
  .eventsCalendarModule .calendarDays div, .eventsCalendarModule .calendarDays a {
    margin: 5px 0px; } }
@media (min-width: 1200px) {
  .eventsCalendarModule .calendarDays div, .eventsCalendarModule .calendarDays a {
    margin: 8px 0px; } }

.eventDetailsModule {
  padding-bottom: 30px;
  border-bottom: 1px solid black; }
  .eventDetailsModule .image {
    margin-right: -10px; }
    .eventDetailsModule .image img {
      width: 100%; }
  .eventDetailsModule .title {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: black;
    margin-top: 30px;
    margin-bottom: 18px; }
  .eventDetailsModule .summary {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 26px; }
  .eventDetailsModule .sectionLabel {
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    color: black;
    margin-bottom: 10px; }
  .eventDetailsModule .section {
    margin-bottom: 15px; }
  .eventDetailsModule .date, .eventDetailsModule .time, .eventDetailsModule .location, .eventDetailsModule .costs, .eventDetailsModule .recurrance {
    font-family: "ApercuMono", Courier;
    font-size: 14px;
    color: black; }
  .eventDetailsModule .eventCTA {
    color: #e64626;
    background-image: url(../img/rightArrowRed.svg);
    background-size: 16px 13px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 36px;
    display: inline-block; }

@media (min-width: 768px) {
  .rightSidebarColumn .eventDetailsModule .image {
    margin-right: -70px; } }
@media (min-width: 992px) {
  .rightSidebarColumn .eventDetailsModule .image {
    margin-right: -90px; } }
@media (min-width: 1200px) {
  .rightSidebarColumn .eventDetailsModule .image {
    margin-right: -130px; } }

.podcastModule .channelTitle {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  margin-bottom: 15px; }
.podcastModule .channelImage, .podcastModule .podcastImage {
  margin-right: -10px; }
  .podcastModule .channelImage img, .podcastModule .podcastImage img {
    width: 100%;
    height: auto; }
  .podcastModule .channelImage.noimage, .podcastModule .podcastImage.noimage {
    display: none; }
.podcastModule .podcast {
  padding-bottom: 30px;
  border-bottom: 1px solid black; }
  .podcastModule .podcast .podcastTitle, .podcastModule .podcast .podcastMetadata, .podcastModule .podcast .podcastSummary, .podcastModule .podcast .podcastProgress {
    padding-left: 10px; }
  .podcastModule .podcast .podcastTitle {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: black;
    margin-bottom: 15px;
    margin-top: 35px; }
  .podcastModule .podcast .podcastMetadata {
    font-family: "ApercuMono", Courier;
    font-size: 14px;
    color: black;
    margin-bottom: 25px; }
  .podcastModule .podcast .podcastSummary {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 30px; }
  .podcastModule .podcast .podcastControls {
    margin-bottom: 14px; }
    .podcastModule .podcast .podcastControls .placeholderImage {
      width: 100%;
      height: auto; }
  .podcastModule .podcast .podcastProgress {
    font-family: "ApercuMono", Courier;
    font-size: 12px; }
@media (min-width: 768px) {
  .podcastModule .channelImage, .podcastModule .podcastImage {
    margin-right: -70px; }
  .podcastModule .podcast .podcastTitle, .podcastModule .podcast .podcastMetadata, .podcastModule .podcast .podcastSummary, .podcastModule .podcast .podcastProgress {
    padding-left: 0px; } }
@media (min-width: 992px) {
  .podcastModule .channelImage, .podcastModule .podcastImage {
    margin-right: -90px; } }
@media (min-width: 1200px) {
  .podcastModule .channelImage, .podcastModule .podcastImage {
    margin-right: -130px; } }

.documentEmbed .title {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: black;
  margin-bottom: 15px; }
@media (min-width: 768px) {
  .documentEmbed .title {
    font-size: 30px;
    color: #363636; } }

.libraryHours .moreDetailsNav i, .libraryHours .moreDetailsNav span.fa {
  color: #ce3d20;
  font-size: 20px;
  font-weight: bold;
  padding: 0 8px 0 0; }
.libraryHours .moreDetailsNav .fa-map-marker {
  padding-left: 10px; }
  @media (min-width: 1200px) {
    .libraryHours .moreDetailsNav .fa-map-marker {
      padding-left: 15px; } }
.libraryHours .moreDetailsNav .dropdown .dropdown-toggle {
  width: 100%;
  display: block;
  padding-left: 15px;
  text-decoration: none;
  cursor: pointer; }
  @media (min-width: 992px) {
    .libraryHours .moreDetailsNav .dropdown .dropdown-toggle {
      padding-left: 10px; } }
  @media (min-width: 1200px) {
    .libraryHours .moreDetailsNav .dropdown .dropdown-toggle {
      padding-left: 15px; } }
  @media (min-width: 1440px) {
    .libraryHours .moreDetailsNav .dropdown .dropdown-toggle {
      padding-left: 30px; } }
  .libraryHours .moreDetailsNav .dropdown .dropdown-toggle .libraryName {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; }
  .libraryHours .moreDetailsNav .dropdown .dropdown-toggle .moreDetails {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 12px;
    color: #ce3d20;
    text-decoration: underline; }
  .libraryHours .moreDetailsNav .dropdown .dropdown-toggle .fa-angle-down {
    font-size: 30px;
    font-weight: lighter;
    padding-right: 15px; }
    @media (min-width: 1200px) {
      .libraryHours .moreDetailsNav .dropdown .dropdown-toggle .fa-angle-down {
        padding-right: 15px; } }
    @media (min-width: 1440px) {
      .libraryHours .moreDetailsNav .dropdown .dropdown-toggle .fa-angle-down {
        padding-right: 30px; } }
    @media (min-width: 992px) {
      .libraryHours .moreDetailsNav .dropdown .dropdown-toggle .fa-angle-down {
        padding-right: 10px; } }
.libraryHours .moreDetailsNav .input-group .form-control {
  width: 135px; }
  @media (min-width: 1200px) {
    .libraryHours .moreDetailsNav .input-group .form-control {
      width: auto; } }
.libraryHours .navItems {
  font-family: Apercu;
  font-size: 20px;
  font-weight: 800;
  line-height: 27px; }
  .libraryHours .navItems a {
    color: #252525;
    font-size: 17px;
    font-weight: bold; }
  .libraryHours .navItems > div, .libraryHours .navItems > label {
    border-right: 1px solid #d8dbdd;
    min-height: 60px;
    padding-top: 16px;
    padding-left: 0;
    margin-bottom: 0; }
  .libraryHours .navItems .dropdown-wrapper {
    padding-left: 0px;
    padding-right: 0px; }
  .libraryHours .navItems .lbl {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #252525; }
.libraryHours .dropdown-menu {
  top: 148%;
  width: 100%;
  border: none; }

.libraryHoursDetails {
  min-height: 60px;
  vertical-align: middle;
  text-align: left;
  background-color: #f1f2f2;
  margin-bottom: 50px;
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 25px; }
  .libraryHoursDetails .activeHours {
    border-top: 2px solid #ce3d20;
    padding: 0;
    color: #ce3d20; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .libraryHoursDetails .realTimeHours {
      display: block; } }
  .libraryHoursDetails .navItems {
    padding-top: 16px; }
  .libraryHoursDetails .navItems > .lbl {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    font-weight: bold;
    margin-right: 50px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .libraryHoursDetails .navItems > .lbl {
        margin-right: 20px; } }
    @media (min-width: 1200px) and (max-width: 1439px) {
      .libraryHoursDetails .navItems > .lbl {
        margin-right: 45px; } }
    .libraryHoursDetails .navItems > .lbl .lbl {
      display: inline-block;
      margin-bottom: 5px;
      font-weight: normal; }
  .libraryHoursDetails .navItems > .lbl:last-child {
    margin-right: 0; }
  @media (min-width: 1440px) {
    .libraryHoursDetails .navItems a {
      padding-right: 13px;
      padding-left: 13px; } }
  @media (max-width: 1439px) {
    .libraryHoursDetails .navItems a {
      padding-right: 5px;
      padding-left: 5px; } }

.libraryHoursNote {
  position: absolute;
  bottom: -18px;
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #6e6e6e; }
  @media (min-width: 768px) {
    .libraryHoursNote {
      position: relative;
      bottom: auto; } }
  .libraryHoursNote p {
    margin-bottom: 0; }

.clock {
  background-image: url(../img/Clock.svg);
  background-size: cover;
  float: left;
  margin-top: 2px;
  position: relative;
  width: 25px;
  height: 26px;
  margin-right: 15px; }

.homePage .calendar {
  display: inline-block;
  background-image: url(../img/calendar.svg);
  height: 22px;
  width: 19px;
  text-align: center;
  vertical-align: middle; }

.libraryHours .datepicker .table-condensed tr:hover {
  background-color: #ce3d20;
  border-radius: 0;
  opacity: 0.8;
  color: #fff; }
.libraryHours .weeklyDatePicker {
  border: 0;
  margin-left: 15px;
  cursor: pointer; }
  .libraryHours .weeklyDatePicker input {
    border: none;
    box-shadow: none;
    color: #252525;
    font-size: 17px;
    font-weight: bold;
    padding: 0;
    height: 27px; }
    .libraryHours .weeklyDatePicker input:focus {
      color: #363636;
      border: 0; }
  .libraryHours .weeklyDatePicker .date-display {
    position: absolute;
    top: 0;
    left: 31px;
    right: 0;
    height: 40px;
    z-index: 2;
    background: #fff;
    color: #252525;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer; }
  .libraryHours .weeklyDatePicker .input-group-addon {
    padding: 0 12px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #ce3d20;
    text-align: center;
    border: none;
    border-radius: 0;
    background-color: #fff;
    cursor: pointer; }
  .libraryHours .weeklyDatePicker .fa-angle-down {
    position: relative;
    display: table-cell;
    font-size: 30px;
    font-weight: lighter;
    padding-right: 15px;
    z-index: 3;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .libraryHours .weeklyDatePicker .fa-angle-down {
        padding-right: 15px; } }
    @media (min-width: 1440px) {
      .libraryHours .weeklyDatePicker .fa-angle-down {
        padding-right: 30px; } }
    @media (min-width: 992px) {
      .libraryHours .weeklyDatePicker .fa-angle-down {
        padding-right: 10px; } }
.libraryHours .datepicker-days .active {
  color: white !important; }
.libraryHours .datepicker table tr td.active.active, .libraryHours .datepicker table tr td.active {
  background-color: #ce3d20 !important; }
.libraryHours F select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none; }

.databaseModule .databaseTitle {
  color: #252525;
  font-size: 24px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 20px; }
.databaseModule ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 26px;
  border-bottom: 1px solid #d8dbdd;
  padding-bottom: 27px;
  padding-top: 23px; }
  .databaseModule ul li {
    float: left; }
  .databaseModule ul a {
    display: block;
    padding: 0 8px;
    color: #ce3d20; }
.databaseModule .alphabet-btn {
  padding: 12px 20px;
  color: #ce3d20;
  font-size: 30px;
  font-weight: 800;
  line-height: 34px;
  border: 1px solid #d8dbdd;
  background: #fff;
  border-radius: 0; }
@media (max-width: 767px) {
  .databaseModule .alphabet {
    border: 1px solid #d8dbdd;
    font-size: 30px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px; }
    .databaseModule .alphabet li {
      float: none;
      width: 14.2%;
      text-align: center; }
    .databaseModule .alphabet a {
      padding: 10px;
      line-height: 34px; }
    .databaseModule .alphabet .alphabet-close-btn {
      width: 28.4%;
      font-size: 20px;
      line-height: 30px;
      color: #ce3d20;
      font-weight: 800;
      text-align: left; } }
.databaseModule .alphabet a {
  padding: 0;
  margin: 8px 8px; }
  @media (min-width: 992px) {
    .databaseModule .alphabet a {
      margin: 0 5px; } }
.databaseModule .byTitleLinkes a {
  text-decoration: underline;
  font-weight: 800;
  line-height: 18px; }
.databaseModule a:hover {
  cursor: pointer; }

.boxModule {
  /*    @media (max-width: $screen-sm-max) {
      margin: 0 15px;
  }*/
    /*@media (max-width:$screen-sm-max) {

        & > div {
            height: 500px;
        }
        .researchBox{
       // .col-md-2, .col-md-4, .col-md-8, .hideElement, .col-md-12 {
       height:300px;
            overflow: hidden;
            -webkit-transition: all .5s ease;
            -moz-transidtion: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
       // }
        }
    }*/ }
  .boxModule .arrow {
    background-image: url(../img/rightArrowRed.svg);
    background-size: cover;
    float: left;
    margin-top: 5px;
    position: relative;
    width: 27px;
    height: 22px; }
  @media print {
    .boxModule {
      width: 100%; }
      .boxModule .col-md-4, .boxModule .col-md-12 {
        width: 33.33333333%; }
      .boxModule > .col-md-2, .boxModule > .col-md-4, .boxModule > .col-md-8 {
        width: 100%; }
      .boxModule .plus, .boxModule .close {
        display: none; }
      .boxModule .researchlinks, .boxModule .endNoteLink {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: 33.33333333%; }
      .boxModule .hideElement {
        display: none; }
      .boxModule .notrealFill {
        fill: #e64626 !important; }
      .boxModule .notreal {
        stroke: #e64626 !important; } }
  .boxModule .hideElement {
    display: none; }
  @media (min-width: 992px) {
    .boxModule .col-md-2, .boxModule .col-md-4, .boxModule .col-md-8, .boxModule .hideElement, .boxModule .col-md-12 {
      overflow: hidden;
      -webkit-transition: width .5s ease;
      -moz-transition: width .5s ease;
      -ms-transition: width .5s ease;
      -o-transition: width .5s ease;
      transition: width .5s ease; }
    .boxModule .researchBox .researchlinks, .boxModule .researchBox .endNoteLink {
      /*-webkit-transition: width .5s ease, opacity .5s;
      transition: width .5s ease, opacity .5s;*/ } }
  .boxModule .researchBox {
    background-color: white;
    border: 1px solid #d8dbdd;
    padding-bottom: 25px;
    margin-bottom: 22px;
    text-align: center;
    width: 100%; }
    .boxModule .researchBox:focus {
      outline: none;
      border-color: #e64626; }
    .boxModule .researchBox.focus--mouse:focus {
      border-color: #d8dbdd; }
    .boxModule .researchBox > .row div:nth-child(2), .boxModule .courseFinderModule.detailed .researchBox > .inputFields div:nth-child(2), .courseFinderModule.detailed .boxModule .researchBox > .inputFields div:nth-child(2), .boxModule .courseFinderModule.detailed .researchBox > .submitAndLinks div:nth-child(2), .courseFinderModule.detailed .boxModule .researchBox > .submitAndLinks div:nth-child(2) {
      min-height: 235px; }
      @media (max-width: 991px) {
        .boxModule .researchBox > .row div:nth-child(2), .boxModule .courseFinderModule.detailed .researchBox > .inputFields div:nth-child(2), .courseFinderModule.detailed .boxModule .researchBox > .inputFields div:nth-child(2), .boxModule .courseFinderModule.detailed .researchBox > .submitAndLinks div:nth-child(2), .courseFinderModule.detailed .boxModule .researchBox > .submitAndLinks div:nth-child(2) {
          min-height: 100%; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .boxModule .researchBox > .row div:nth-child(2), .boxModule .courseFinderModule.detailed .researchBox > .inputFields div:nth-child(2), .courseFinderModule.detailed .boxModule .researchBox > .inputFields div:nth-child(2), .boxModule .courseFinderModule.detailed .researchBox > .submitAndLinks div:nth-child(2), .courseFinderModule.detailed .boxModule .researchBox > .submitAndLinks div:nth-child(2) {
          min-height: 256px; } }
      @media (min-width: 1200px) and (max-width: 1439px) {
        .boxModule .researchBox > .row div:nth-child(2), .boxModule .courseFinderModule.detailed .researchBox > .inputFields div:nth-child(2), .courseFinderModule.detailed .boxModule .researchBox > .inputFields div:nth-child(2), .boxModule .courseFinderModule.detailed .researchBox > .submitAndLinks div:nth-child(2), .courseFinderModule.detailed .boxModule .researchBox > .submitAndLinks div:nth-child(2) {
          min-height: 242px; } }
    @media (max-width: 991px) {
      .boxModule .researchBox {
        text-align: left;
        padding-bottom: 24px;
        margin-bottom: 10px; } }
    .boxModule .researchBox .fa-plus, .boxModule .researchBox .fa-close {
      position: absolute;
      right: 21px;
      top: 10px;
      color: #ce3d20; }
      @media (max-width: 991px) {
        .boxModule .researchBox .fa-plus, .boxModule .researchBox .fa-close {
          top: 40px; } }
    .boxModule .researchBox .plus {
      background-image: url(../img/Plus_Grey.svg); }
    .boxModule .researchBox .close {
      background-image: url(../img/Cross_Red.svg);
      opacity: 1; }
    .boxModule .researchBox .plus, .boxModule .researchBox .close {
      background-size: cover;
      position: absolute;
      right: 21px;
      top: 10px;
      width: 17px;
      height: 17px; }
      @media (max-width: 991px) {
        .boxModule .researchBox .plus, .boxModule .researchBox .close {
          top: 39px; } }
    .boxModule .researchBox .realFill {
      fill: #e64626; }
    .boxModule .researchBox .notrealFill {
      fill: #d8dbdd; }
    .boxModule .researchBox .real {
      stroke: #e64626; }
    .boxModule .researchBox .notreal {
      stroke: #d8dbdd; }
    .boxModule .researchBox .shape {
      background-image: url(../img/shape.svg);
      margin-top: 66px; }
    .boxModule .researchBox .rocket {
      background-image: url(../img/rocket.svg); }
    .boxModule .researchBox .box {
      background-image: url(../img/box.svg); }
    .boxModule .researchBox .calc {
      background-image: url(../img/Calculator.svg); }
    .boxModule .researchBox .plan {
      background-image: url(../img/plan.svg); }
    .boxModule .researchBox .teach {
      background-image: url(../img/teach.svg); }
    .boxModule .researchBox .assess {
      background-image: url(../img/assess.svg); }
    .boxModule .researchBox .review {
      background-image: url(../img/review.svg); }
    .boxModule .researchBox .svgStyle {
      margin: 65px auto 0 auto;
      text-align: center;
      width: 90px;
      height: 87px; }
      @media (max-width: 991px) {
        .boxModule .researchBox .svgStyle {
          width: 45px;
          height: 43px;
          padding-top: 0;
          float: left;
          margin-left: 13px;
          margin-right: 20px;
          margin-top: 22px; } }
    .boxModule .researchBox .fa-lightbulb-o {
      padding-top: 39px;
      font-size: 96px;
      line-height: 96px;
      font-weight: 400;
      color: #d8dbdd;
      font-family: FontAwesome; }
      @media (max-width: 991px) {
        .boxModule .researchBox .fa-lightbulb-o {
          font-size: 32px;
          font-weight: 400;
          line-height: 32px;
          padding-top: 0;
          float: left;
          padding-left: 13px;
          padding-right: 30px;
          padding-top: 10px; } }
    .boxModule .researchBox .col-sm-4 .fa-lightbulb-o {
      padding-top: 21px; }
      @media (max-width: 991px) {
        .boxModule .researchBox .col-sm-4 .fa-lightbulb-o {
          padding-top: 0;
          font-size: 48px;
          line-height: 48px; } }
    .boxModule .researchBox p, .boxModule .researchBox h2 {
      color: #252525;
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .boxModule .researchBox p, .boxModule .researchBox h2 {
          font-size: 20px; } }
      @media (min-width: 992px) {
        .boxModule .researchBox p, .boxModule .researchBox h2 {
          line-height: 20px;
          margin-bottom: 12px; } }
    .boxModule .researchBox h2 {
      font-weight: 800;
      margin-top: 25px; }
    .boxModule .researchBox p {
      font-weight: 700;
      /*padding-top: 27px;*/
      padding-top: 20px;
      padding-right: 6px;
      padding-left: 6px; }
      @media (max-width: 991px) {
        .boxModule .researchBox p {
          padding-top: 30px;
          line-height: 20px;
          padding-right: 23px; } }
    .boxModule .researchBox .textBox {
      display: block; }
    .boxModule .researchBox:hover {
      cursor: pointer; }
      .boxModule .researchBox:hover .fa-lightbulb-o {
        color: #ce3d20; }
    .boxModule .researchBox .wideP {
      font-size: 24px;
      line-height: 26px;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .boxModule .researchBox .wideP {
          font-size: 20px;
          margin-top: 0;
          padding-left: 0; } }
    .boxModule .researchBox .narrowP {
      font-size: 18px; }
      @media (max-width: 991px) {
        .boxModule .researchBox .narrowP {
          font-size: 20px;
          margin-top: 0;
          padding-left: 0;
          margin-bottom: 0; } }
      @media (min-width: 992px) {
        .boxModule .researchBox .narrowP {
          margin-bottom: 12px; } }
    .boxModule .researchBox a {
      display: block;
      color: #ce3d20;
      font-size: 16px;
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-weight: 800;
      line-height: 20px;
      text-decoration: underline;
      padding: 6px 0; }
    .boxModule .researchBox a:first-child {
      padding: 10px 0; }
    @media (max-width: 991px) {
      .boxModule .researchBox .boxContent {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s;
        float: left; }
        .boxModule .researchBox .boxContent.visible {
          max-height: 300px; } }
    @media print {
      .boxModule .researchBox .boxContent {
        max-height: 300px; } }
    .boxModule .researchBox .researchlinks ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      font-weight: 500;
      line-height: 19px; }
      .boxModule .researchBox .researchlinks ul li a {
        padding: 2px 2px 11px 0; }
      @media (min-width: 768px) {
        .boxModule .researchBox .researchlinks ul li a {
          padding: 2px 2px 0 0; } }
      @media (min-width: 992px) {
        .boxModule .researchBox .researchlinks ul li a {
          padding: 2px 2px 4px 0; } }
      @media (min-width: 1200px) {
        .boxModule .researchBox .researchlinks ul li a {
          padding: 2px 2px 8px 0; } }
      @media (min-width: 1440px) {
        .boxModule .researchBox .researchlinks ul li a {
          padding: 2px 2px 11px 0; } }
      .boxModule .researchBox .researchlinks ul li:first-child a {
        padding-top: 0; }
      .boxModule .researchBox .researchlinks ul li:last-child a {
        padding-bottom: 4px; }
    .boxModule .researchBox .researchlinks .lbl {
      display: inline-block;
      max-width: 100%;
      color: #424242;
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-size: 16px;
      font-weight: 800;
      line-height: 20px;
      margin: 0;
      padding: 10px 0; }
    .boxModule .researchBox .researchlinks .dash {
      color: #252525;
      font-weight: 400; }
    .boxModule .researchBox .endNoteLink {
      text-align: left;
      margin-top: 20px; }
      @media (max-width: 991px) {
        .boxModule .researchBox .endNoteLink {
          padding-left: 20px; } }
      .boxModule .researchBox .endNoteLink a {
        padding: 10px 80px 0 0; }
  @media print {
    .boxModule {
      width: 100%; }
      .boxModule .col-md-4, .boxModule .col-md-12 {
        width: 100%; }
      .boxModule > .col-md-2, .boxModule > .col-md-4, .boxModule > .col-md-8 {
        width: 100%; }
      .boxModule .plus, .boxModule .close {
        display: block; }
      .boxModule .researchlinks, .boxModule .endNoteLink {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; }
      .boxModule .hideElement {
        display: block; }
      .boxModule .notrealFill {
        fill: #e64626 !important; }
      .boxModule .notreal {
        stroke: #e64626 !important; }
      .boxModule .boxContent {
        overflow: hidden;
        display: block;
        visibility: visible;
        float: left;
        width: 100%; } }

.researchBoxModule .researchlinks {
  text-align: left;
  margin-top: 20px; }
  @media (max-width: 991px) {
    .researchBoxModule .researchlinks {
      padding-left: 25px;
      padding-right: 25px; }
      .researchBoxModule .researchlinks.hideElement {
        display: none; } }
  @media (min-width: 992px) {
    .researchBoxModule .researchlinks {
      margin-top: 70px !important;
      margin-right: 70px; } }

.teachingSupportModule .researchlinks {
  text-align: left;
  margin-top: 20px; }

.wirelessAccessModule {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  color: #252525; }
  .wirelessAccessModule ul {
    padding-left: 20px; }
  .wirelessAccessModule h3 {
    font-size: 24px;
    font-weight: Bold;
    line-height: 26px;
    margin-top: 0; }
  .wirelessAccessModule h3:not(:first-child) {
    padding-top: 30px; }
  .wirelessAccessModule p {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal; }
  .wirelessAccessModule a {
    color: #ce3d20;
    font-weight: 800;
    text-decoration: underline;
    cursor: pointer; }

.staffModule {
  margin: 30px auto 20px auto;
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  color: #252525; }
  .staffModule h3 {
    font-size: 24px;
    font-weight: Bold;
    line-height: 26px;
    margin-top: 0; }
  .staffModule p {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    padding-top: 0px;
    /*@media(min-width:$screen-sm-min) {
        padding-top: 2px;
    }*/ }
  .staffModule a {
    color: #ce3d20;
    font-weight: 800;
    text-decoration: underline;
    cursor: pointer; }
  .staffModule .col-xs-9 h3 {
    font-size: 20px; }
    @media (min-width: 615px) {
      .staffModule .col-xs-9 h3 {
        font-size: 24px; } }

.rareBookModule .carousel-indicators {
  /*right: 0;
  width: 20%;*/ }
.rareBookModule p {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px; }

.bookItemModule .mainImageWrapper {
  background-color: #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin-top: 10px; }
.bookItemModule .mainImage {
  width: 100%;
  padding-top: 0;
  display: block; }
.bookItemModule h2 {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding-right: 20px;
  padding-left: 20px; }
.bookItemModule h3 {
  font-size: 18px;
  line-height: 22px;
  padding-right: 20px;
  padding-left: 20px; }
.bookItemModule p {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  padding-right: 20px;
  padding-left: 20px; }
.bookItemModule .shareLink {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  position: relative;
  top: 0; }
.bookItemModule .shareText {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 10px; }
.bookItemModule .arrow {
  width: 27px;
  height: 22px;
  background-image: url(../img/rightArrowRed.svg);
  background-size: cover;
  float: right;
  margin-right: 15px;
  margin-bottom: 15px; }

.viewDetailsModule > div {
  padding: 25px 0; }
  @media (max-width: 991px) {
    .viewDetailsModule > div {
      padding: 5px; } }
  @media (max-width: 767px) {
    .viewDetailsModule > div {
      padding: 0; } }
@media (max-width: 991px) {
  .viewDetailsModule > div:first-child {
    padding-top: 0; } }
.viewDetailsModule .mainImageWrapper {
  background-color: transparent;
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin-top: 10px; }
  @media (max-width: 991px) {
    .viewDetailsModule .mainImageWrapper .col-xs-8 h2, .viewDetailsModule .mainImageWrapper .col-xs-8 p {
      padding-left: 0; } }
.viewDetailsModule .mainImage {
  display: block; }
.viewDetailsModule h2 {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (max-width: 991px) {
    .viewDetailsModule h2 {
      margin-top: 0; } }
.viewDetailsModule h3 {
  font-size: 18px;
  line-height: 22px;
  padding-right: 20px;
  padding-left: 20px; }
.viewDetailsModule p {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  padding-right: 20px;
  padding-left: 20px; }
.viewDetailsModule .shareLink {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  position: relative;
  top: 0; }
.viewDetailsModule .shareText {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 27px; }
  @media (max-width: 991px) and (min-width: 615px) {
    .viewDetailsModule .shareText {
      padding-left: 0; } }
.viewDetailsModule .shareTextM {
  padding-left: 0;
  padding-top: 10px; }
.viewDetailsModule .arrow {
  width: 27px;
  height: 22px;
  background-image: url(../img/rightArrowRed.svg);
  background-size: cover;
  float: right;
  margin-right: 15px;
  margin-bottom: 15px; }

.searchContainer .searchWrapper {
  height: 210px;
  position: absolute;
  background-color: #e64626;
  width: 100%;
  opacity: 0.9;
  left: 0;
  margin-top: 110px;
  margin: 32px auto; }
  .searchContainer .searchWrapper input[type="text"] {
    font-size: 45px;
    background-color: #e64626;
    border: 0;
    outline: 0;
    color: white;
    width: 100%;
    max-height: 67px;
    padding-left: 10px; }
  .searchContainer .searchWrapper .searchInput, .searchContainer .searchWrapper .input {
    height: 66px; }
    @media (max-width: 991px) {
      .searchContainer .searchWrapper .searchInput, .searchContainer .searchWrapper .input {
        height: 60px; } }
  .searchContainer .searchWrapper .clear-search {
    width: 66px;
    height: 66px; }
    @media (max-width: 991px) {
      .searchContainer .searchWrapper .clear-search {
        width: 60px;
        height: 60px; } }
  .searchContainer .searchWrapper .performSearchLink {
    color: #fff; }
  .searchContainer .searchWrapper.fixed {
    position: fixed;
    top: 68px;
    height: 70px;
    height: 50px;
    opacity: 1;
    z-index: 600;
    width: 100%; }
    .searchContainer .searchWrapper.fixed .clear-search {
      width: 38px;
      height: 38px; }
    .searchContainer .searchWrapper.fixed .searchInput, .searchContainer .searchWrapper.fixed .input {
      height: 40px; }
    @media print {
      .searchContainer .searchWrapper.fixed {
        position: relative !important; } }
    .searchContainer .searchWrapper.fixed .glyphicon-search {
      top: 1px; }
    .searchContainer .searchWrapper.fixed .col-sm-12:first-child {
      padding-top: 9px;
      padding-bottom: 0; }
    .searchContainer .searchWrapper.fixed .searchButton .input .performSearchLink {
      line-height: 50px;
      padding-top: 5px; }
    .searchContainer .searchWrapper.fixed .performSearchLink {
      padding-top: 0; }
      .searchContainer .searchWrapper.fixed .performSearchLink span:first-child {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        line-height: 0;
        padding-bottom: 22px;
        padding-right: 10px; }
        @media (min-width: 992px) {
          .searchContainer .searchWrapper.fixed .performSearchLink span:first-child {
            padding-bottom: 11px; } }
    .searchContainer .searchWrapper.fixed .col-sm-12:nth-child(2) {
      display: none; }
    .searchContainer .searchWrapper.fixed .col-sm-12 .row, .searchContainer .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .searchContainer .searchWrapper.fixed .col-sm-12 .inputFields, .searchContainer .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .searchContainer .searchWrapper.fixed .col-sm-12 .submitAndLinks {
      text-align: center;
      margin: 0 auto; }
    @media (min-width: 992px) {
      .searchContainer .searchWrapper.fixed .col-sm-12 .row, .searchContainer .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .searchContainer .searchWrapper.fixed .col-sm-12 .inputFields, .searchContainer .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .searchContainer .searchWrapper.fixed .col-sm-12 .submitAndLinks {
        width: 833px; } }
    @media (min-width: 1200px) {
      .searchContainer .searchWrapper.fixed .col-sm-12 .row, .searchContainer .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .searchContainer .searchWrapper.fixed .col-sm-12 .inputFields, .searchContainer .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .searchContainer .searchWrapper.fixed .col-sm-12 .submitAndLinks {
        width: 962px; } }
    @media (min-width: 1440px) {
      .searchContainer .searchWrapper.fixed .col-sm-12 .row, .searchContainer .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .searchContainer .searchWrapper.fixed .col-sm-12 .inputFields, .searchContainer .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .searchContainer .searchWrapper.fixed .col-sm-12 .submitAndLinks {
        width: 1200px; } }
    @media (min-width: 992px) {
      .searchContainer .searchWrapper.fixed {
        top: 95px; } }
  .searchContainer .searchWrapper .searchInput {
    padding-right: 1px; }
    .searchContainer .searchWrapper .searchInput input {
      background-color: rgba(0, 0, 0, 0.3); }
  .searchContainer .searchWrapper .searchButton {
    padding-left: 1px; }
    .searchContainer .searchWrapper .searchButton .input {
      font-size: 28px;
      background-color: rgba(0, 0, 0, 0.3); }
      .searchContainer .searchWrapper .searchButton .input .performSearchLink {
        color: white;
        margin: 5px;
        padding: 0px 0px 0 47px; }
  .searchContainer .searchWrapper .quickLinksItems {
    padding-top: 25px; }
    .searchContainer .searchWrapper .quickLinksItems a {
      color: white;
      margin: 5px;
      line-height: 66px;
      padding: 25px 30px 5px 0;
      font-size: 18px; }
  @media (max-width: 767px) {
    .searchContainer .searchWrapper .searchButton .input .performSearchLink {
      padding: 10px;
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }
  @media (min-width: 768px) {
    .searchContainer .searchWrapper .searchButton .input .performSearchLink {
      padding: 14px 8px;
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }
  @media (min-width: 992px) {
    .searchContainer .searchWrapper {
      margin: 75px auto; }
      .searchContainer .searchWrapper .searchButton .input .performSearchLink {
        padding: 12px 15px 5px; } }
  @media (min-width: 1200px) {
    .searchContainer .searchWrapper {
      margin: 75px 0; }
      .searchContainer .searchWrapper .searchButton .input .performSearchLink {
        padding: 12px 32px 5px; } }
  @media (min-width: 1440px) {
    .searchContainer .searchWrapper .searchButton .input .performSearchLink {
      padding: 12px 62px 5px; }
    .searchContainer .searchWrapper .quickLinksItems {
      padding-top: 25px; }
      .searchContainer .searchWrapper .quickLinksItems a {
        font-size: 20px;
        padding: 25px 62px 5px 0; } }
  .searchContainer .searchWrapper .filterCat {
    color: white;
    font-size: 24px;
    text-decoration: none; }
    @media (max-width: 991px) {
      .searchContainer .searchWrapper .filterCat {
        display: inline-block;
        padding-bottom: 25px;
        font-size: 20px !important; } }
    .searchContainer .searchWrapper .filterCat .selectedFilter {
      font-weight: bold;
      padding-right: 5px;
      padding-left: 5px; }
    .searchContainer .searchWrapper .filterCat .fa {
      font-size: 30px;
      line-height: 1;
      vertical-align: middle; }
  .searchContainer .searchWrapper .quickLinks {
    padding: 0;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif; }
    .searchContainer .searchWrapper .quickLinks label {
      color: black;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px; }
    .searchContainer .searchWrapper .quickLinks a {
      color: white;
      text-decoration: underline;
      padding: 0 10px;
      font-size: 15px;
      font-weight: 800;
      line-height: 20px; }
    .searchContainer .searchWrapper .quickLinks a:hover {
      color: black; }
    @media (min-width: 1440px) {
      .searchContainer .searchWrapper .quickLinks {
        font-size: 18px; } }
.searchContainer header.desktop, .searchContainer div.desktop {
  display: none; }
  .searchContainer header.desktop .topnav, .searchContainer div.desktop .topnav {
    background-color: #363636;
    height: 40px; }
    .searchContainer header.desktop .topnav a, .searchContainer div.desktop .topnav a {
      color: white;
      margin-right: 40px;
      display: inline-block;
      font-family: "ApercuMono", Courier;
      text-decoration: none;
      padding-bottom: 11px;
      font-size: 14px;
      font-weight: normal;
      line-height: 19px; }
    .searchContainer header.desktop .topnav a.last, .searchContainer div.desktop .topnav a.last {
      margin-right: 0px; }
    .searchContainer header.desktop .topnav .content, .searchContainer div.desktop .topnav .content {
      text-align: right; }
  .searchContainer header.desktop .mainNav, .searchContainer div.desktop .mainNav {
    height: 108px;
    padding-top: 22px;
    position: relative; }
    .searchContainer header.desktop .mainNav .col-sm-10, .searchContainer div.desktop .mainNav .col-sm-10 {
      position: static; }
    .searchContainer header.desktop .mainNav .unilogo, .searchContainer div.desktop .mainNav .unilogo {
      width: 90px;
      margin-top: 11px;
      height: auto; }
    .searchContainer header.desktop .mainNav .navItems, .searchContainer div.desktop .mainNav .navItems {
      text-align: right;
      margin-top: 20px;
      height: 68px; }
    .searchContainer header.desktop .mainNav a, .searchContainer div.desktop .mainNav a {
      color: #363636;
      display: inline-block;
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      margin-right: 12px;
      padding-top: 5px;
      font-size: 16px;
      line-height: 22px; }
    .searchContainer header.desktop .mainNav a.active, .searchContainer div.desktop .mainNav a.active {
      border-top: 2px solid #e64626;
      color: #e64626; }
    .searchContainer header.desktop .mainNav a:last-child, .searchContainer div.desktop .mainNav a:last-child {
      margin-right: 0;
      padding-right: 0; }
    .searchContainer header.desktop .mainNav a:hover, .searchContainer header.desktop .mainNav a:focus, .searchContainer div.desktop .mainNav a:hover, .searchContainer div.desktop .mainNav a:focus {
      text-decoration: none;
      color: #e64626; }
    .searchContainer header.desktop .mainNav a.searchIcon, .searchContainer div.desktop .mainNav a.searchIcon {
      padding-right: 0px;
      margin-right: 0px; }
    @media (min-width: 992px) {
      .searchContainer header.desktop .mainNav .unilogo, .searchContainer div.desktop .mainNav .unilogo {
        width: 130px;
        margin-top: 5px; }
      .searchContainer header.desktop .mainNav a, .searchContainer div.desktop .mainNav a {
        margin-right: 25px; } }
    @media (min-width: 1200px) {
      .searchContainer header.desktop .mainNav .unilogo, .searchContainer div.desktop .mainNav .unilogo {
        width: 168px;
        margin-top: 0px; }
      .searchContainer header.desktop .mainNav a, .searchContainer div.desktop .mainNav a {
        margin-right: 34px; } }
    @media (min-width: 1440px) {
      .searchContainer header.desktop .mainNav a, .searchContainer div.desktop .mainNav a {
        margin-right: 65px; } }
  .searchContainer header.desktop .moreDetailsNav, .searchContainer div.desktop .moreDetailsNav {
    background-color: #ffffff;
    min-height: 40px;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    position: relative; }
  .searchContainer header.desktop .openHoursNav, .searchContainer div.desktop .openHoursNav {
    background-color: #f1f2f2;
    min-height: 40px;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    position: relative; }
    .searchContainer header.desktop .openHoursNav .activeHours, .searchContainer div.desktop .openHoursNav .activeHours {
      border-bottom: 4px solid #ce3d20;
      padding: 0; }
  .searchContainer header.desktop .bottomnav, .searchContainer div.desktop .bottomnav {
    background-color: #e6e6e6;
    min-height: 40px;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    position: relative; }
    .searchContainer header.desktop .bottomnav.fixed, .searchContainer div.desktop .bottomnav.fixed {
      top: 105px;
      position: fixed;
      top: 106px;
      width: 100%;
      z-index: 100; }
      @media print {
        .searchContainer header.desktop .bottomnav.fixed, .searchContainer div.desktop .bottomnav.fixed {
          position: relative !important; } }
    .searchContainer header.desktop .bottomnav .navItems, .searchContainer div.desktop .bottomnav .navItems {
      text-align: left; }
      .searchContainer header.desktop .bottomnav .navItems a, .searchContainer div.desktop .bottomnav .navItems a {
        font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
        display: inline-block;
        text-decoration: none;
        padding: 8px 10px 8px 10px;
        border-right: 2px solid white;
        min-width: 187px;
        text-align: center;
        height: 36px;
        color: #252525;
        font-family: Apercu;
        font-size: 15px;
        font-weight: 800;
        line-height: 20px;
        vertical-align: middle; }
        .searchContainer header.desktop .bottomnav .navItems a span, .searchContainer div.desktop .bottomnav .navItems a span {
          color: #ce3d20;
          vertical-align: middle;
          font-size: 16px;
          font-weight: 400;
          line-height: 16px;
          padding-bottom: 3px;
          padding-right: 8px; }
      .searchContainer header.desktop .bottomnav .navItems a.last, .searchContainer div.desktop .bottomnav .navItems a.last {
        margin-right: 0px; }
      .searchContainer header.desktop .bottomnav .navItems a:first-child, .searchContainer div.desktop .bottomnav .navItems a:first-child {
        border-left: 2px solid white; }
      @media (min-width: 992px) {
        .searchContainer header.desktop .bottomnav .navItems a, .searchContainer div.desktop .bottomnav .navItems a {
          min-width: 0;
          width: auto;
          padding: 12px 8px 30px 6px; } }
      @media (min-width: 1200px) {
        .searchContainer header.desktop .bottomnav .navItems a, .searchContainer div.desktop .bottomnav .navItems a {
          min-width: 114px;
          padding: 12px 8px 30px 6px; } }
      @media (min-width: 1440px) {
        .searchContainer header.desktop .bottomnav .navItems a, .searchContainer div.desktop .bottomnav .navItems a {
          padding: 12px 10px 30px 10px;
          min-width: 191px; } }
    .searchContainer header.desktop .bottomnav .content, .searchContainer div.desktop .bottomnav .content {
      text-align: right; }
  @media (min-width: 768px) {
    .searchContainer header.desktop, .searchContainer div.desktop {
      display: block; } }
  .searchContainer header.desktop .mainNavDropdown, .searchContainer div.desktop .mainNavDropdown {
    display: none;
    z-index: 50;
    position: absolute;
    top: 108px;
    left: 50%;
    width: 628px;
    margin-left: -314px;
    background-color: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 64px;
    padding-right: 51.2px;
    text-align: left; }
    .searchContainer header.desktop .mainNavDropdown .title, .searchContainer div.desktop .mainNavDropdown .title {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      font-size: 30px;
      line-height: 30px;
      padding-bottom: 24px;
      border-bottom: 2px solid black;
      margin-bottom: 40px; }
    .searchContainer header.desktop .mainNavDropdown .linkColumn, .searchContainer div.desktop .mainNavDropdown .linkColumn {
      padding-right: 14px; }
      .searchContainer header.desktop .mainNavDropdown .linkColumn a, .searchContainer div.desktop .mainNavDropdown .linkColumn a {
        display: block !important;
        font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
        font-size: 13px;
        line-height: 16px;
        color: #252525;
        text-decoration: none;
        padding-right: 30px;
        padding-bottom: 10px;
        margin-bottom: 28px;
        background-image: url(../img/rightArrowRed.svg);
        background-size: 20px 16px;
        background-repeat: no-repeat;
        background-position: 100% 23%; }
      .searchContainer header.desktop .mainNavDropdown .linkColumn a:hover, .searchContainer header.desktop .mainNavDropdown .linkColumn a:focus, .searchContainer div.desktop .mainNavDropdown .linkColumn a:hover, .searchContainer div.desktop .mainNavDropdown .linkColumn a:focus {
        color: #e64626;
        border-bottom: 1px solid #e64626;
        margin-bottom: 27px; }
    @media (min-width: 992px) {
      .searchContainer header.desktop .mainNavDropdown, .searchContainer div.desktop .mainNavDropdown {
        padding-left: 82.66667px;
        padding-right: 66.13333px;
        width: 812px;
        margin-left: -406px; }
        .searchContainer header.desktop .mainNavDropdown .linkColumn, .searchContainer div.desktop .mainNavDropdown .linkColumn {
          padding-right: 65px; }
          .searchContainer header.desktop .mainNavDropdown .linkColumn a, .searchContainer div.desktop .mainNavDropdown .linkColumn a {
            font-size: 14px; } }
    @media (min-width: 1200px) {
      .searchContainer header.desktop .mainNavDropdown, .searchContainer div.desktop .mainNavDropdown {
        padding-left: 100px;
        padding-right: 80px;
        width: 940px;
        margin-left: -470px; }
        .searchContainer header.desktop .mainNavDropdown .title, .searchContainer div.desktop .mainNavDropdown .title {
          font-size: 40px;
          line-height: 40px;
          margin-bottom: 55px; }
        .searchContainer header.desktop .mainNavDropdown .linkColumn, .searchContainer div.desktop .mainNavDropdown .linkColumn {
          padding-right: 90px; }
          .searchContainer header.desktop .mainNavDropdown .linkColumn a, .searchContainer div.desktop .mainNavDropdown .linkColumn a {
            font-size: 16px; } }
  .searchContainer header.desktop .searchRow, .searchContainer div.desktop .searchRow {
    margin-right: 0;
    margin-left: 0; }
.searchContainer header.mobile, .searchContainer div.mobile {
  text-align: center;
  font-size: 24px;
  /*a:last-child {
      margin-right: 0;
      padding-right: 0;
  }*/ }
  .searchContainer header.mobile .searchRow, .searchContainer div.mobile .searchRow {
    min-height: 266px; }
  .searchContainer header.mobile .unilogo, .searchContainer div.mobile .unilogo {
    width: 100px;
    margin-top: 6px; }
  .searchContainer header.mobile a, .searchContainer header.mobile a:hover, .searchContainer div.mobile a, .searchContainer div.mobile a:hover {
    color: #362f2d; }
  .searchContainer header.mobile .hamburgerIcon, .searchContainer div.mobile .hamburgerIcon {
    float: left;
    margin-top: 8px;
    margin-left: 20px;
    text-decoration: none;
    margin-right: 24px;
    font-size: 24px !important; }
    .searchContainer header.mobile .hamburgerIcon .glyphicon-remove, .searchContainer div.mobile .hamburgerIcon .glyphicon-remove {
      display: none; }
  .searchContainer header.mobile .mainNavDropdown, .searchContainer div.mobile .mainNavDropdown {
    display: none;
    z-index: 50;
    position: absolute;
    top: 108px;
    left: 50%;
    width: 628px;
    margin-left: -314px;
    background-color: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 64px;
    padding-right: 51.2px;
    text-align: left; }
    .searchContainer header.mobile .mainNavDropdown .title, .searchContainer div.mobile .mainNavDropdown .title {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      font-size: 30px;
      line-height: 30px;
      padding-bottom: 24px;
      border-bottom: 2px solid black;
      margin-bottom: 40px; }
    .searchContainer header.mobile .mainNavDropdown .linkColumn, .searchContainer div.mobile .mainNavDropdown .linkColumn {
      padding-right: 14px; }
      .searchContainer header.mobile .mainNavDropdown .linkColumn a, .searchContainer div.mobile .mainNavDropdown .linkColumn a {
        display: block !important;
        font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
        font-size: 13px;
        line-height: 16px;
        color: #252525;
        text-decoration: none;
        padding-right: 30px;
        padding-bottom: 10px;
        margin-bottom: 28px;
        background-image: url(../img/rightArrowRed.svg);
        background-size: 20px 16px;
        background-repeat: no-repeat;
        background-position: 100% 23%; }
      .searchContainer header.mobile .mainNavDropdown .linkColumn a:hover, .searchContainer header.mobile .mainNavDropdown .linkColumn a:focus, .searchContainer div.mobile .mainNavDropdown .linkColumn a:hover, .searchContainer div.mobile .mainNavDropdown .linkColumn a:focus {
        color: #e64626;
        border-bottom: 1px solid #e64626;
        margin-bottom: 27px; }
    @media (min-width: 992px) {
      .searchContainer header.mobile .mainNavDropdown, .searchContainer div.mobile .mainNavDropdown {
        padding-left: 82.66667px;
        padding-right: 66.13333px;
        width: 812px;
        margin-left: -406px; }
        .searchContainer header.mobile .mainNavDropdown .linkColumn, .searchContainer div.mobile .mainNavDropdown .linkColumn {
          padding-right: 65px; }
          .searchContainer header.mobile .mainNavDropdown .linkColumn a, .searchContainer div.mobile .mainNavDropdown .linkColumn a {
            font-size: 14px; } }
    @media (min-width: 1200px) {
      .searchContainer header.mobile .mainNavDropdown, .searchContainer div.mobile .mainNavDropdown {
        padding-left: 100px;
        padding-right: 80px;
        width: 940px;
        margin-left: -470px; }
        .searchContainer header.mobile .mainNavDropdown .title, .searchContainer div.mobile .mainNavDropdown .title {
          font-size: 40px;
          line-height: 40px;
          margin-bottom: 55px; }
        .searchContainer header.mobile .mainNavDropdown .linkColumn, .searchContainer div.mobile .mainNavDropdown .linkColumn {
          padding-right: 90px; }
          .searchContainer header.mobile .mainNavDropdown .linkColumn a, .searchContainer div.mobile .mainNavDropdown .linkColumn a {
            font-size: 16px; } }
  .searchContainer header.mobile .mainNav .navItems, .searchContainer div.mobile .mainNav .navItems {
    text-align: left;
    min-height: 40px;
    margin-left: 7px;
    margin-top: 8px; }
    .searchContainer header.mobile .mainNav .navItems a, .searchContainer div.mobile .mainNav .navItems a {
      padding-right: 2px; }
    .searchContainer header.mobile .mainNav .navItems .fa-arrow-left, .searchContainer div.mobile .mainNav .navItems .fa-arrow-left {
      color: #ce3d20; }
  .searchContainer header.mobile .bottomNavM .navItems a, .searchContainer div.mobile .bottomNavM .navItems a {
    height: 55px;
    background-color: #e6e6e6;
    text-align: left;
    vertical-align: middle;
    padding-top: 14px;
    font-size: 17px;
    width: 100%;
    margin-bottom: 10px; }
    .searchContainer header.mobile .bottomNavM .navItems a .hours, .searchContainer div.mobile .bottomNavM .navItems a .hours {
      font-weight: 400; }
    .searchContainer header.mobile .bottomNavM .navItems a .fa, .searchContainer div.mobile .bottomNavM .navItems a .fa {
      color: #ce3d20;
      padding: 0 12px 0 16px; }
    .searchContainer header.mobile .bottomNavM .navItems a .fa-arrow-right, .searchContainer div.mobile .bottomNavM .navItems a .fa-arrow-right {
      padding-top: 4px; }
  .searchContainer header.mobile .bottomNavM .arrow, .searchContainer div.mobile .bottomNavM .arrow {
    width: 29px;
    height: 24px;
    background-image: url(../img/rightArrowRed.svg);
    background-size: cover;
    float: left;
    margin-top: 5px;
    position: relative;
    width: 20px;
    height: 16px; }
  .searchContainer header.mobile .openingHoursM, .searchContainer div.mobile .openingHoursM {
    text-align: left;
    border-bottom: 1px solid #d8dbdd;
    margin-bottom: 10px; }
    @media (max-width: 340px) {
      .searchContainer header.mobile .openingHoursM .weeklyDatePicker input, .searchContainer div.mobile .openingHoursM .weeklyDatePicker input {
        height: 29px; }
      .searchContainer header.mobile .openingHoursM .panel-body *, .searchContainer div.mobile .openingHoursM .panel-body * {
        font-size: 16px !important; }
        .searchContainer header.mobile .openingHoursM .panel-body *.fa-map-marker, .searchContainer div.mobile .openingHoursM .panel-body *.fa-map-marker {
          font-size: 25px !important; } }
    .searchContainer header.mobile .openingHoursM #opening-hours-mobile a, .searchContainer div.mobile .openingHoursM #opening-hours-mobile a {
      padding: 0;
      font-weight: 400;
      font-size: inherit; }
    .searchContainer header.mobile .openingHoursM a:hover, .searchContainer header.mobile .openingHoursM a:focus, .searchContainer div.mobile .openingHoursM a:hover, .searchContainer div.mobile .openingHoursM a:focus {
      text-decoration: none; }
    .searchContainer header.mobile .openingHoursM .fa, .searchContainer div.mobile .openingHoursM .fa {
      color: #ce3d20;
      padding: 0 12px 0 16px; }
    @media (max-width: 340px) {
      .searchContainer header.mobile .openingHoursM .panel-title .fa, .searchContainer div.mobile .openingHoursM .panel-title .fa {
        margin-left: 0; } }
    .searchContainer header.mobile .openingHoursM .fa-angle-down, .searchContainer header.mobile .openingHoursM .fa-angle-up, .searchContainer div.mobile .openingHoursM .fa-angle-down, .searchContainer div.mobile .openingHoursM .fa-angle-up {
      font-size: 28px; }
    .searchContainer header.mobile .openingHoursM .fa-clock-o, .searchContainer div.mobile .openingHoursM .fa-clock-o {
      font-size: 25px; }
    .searchContainer header.mobile .openingHoursM .fa-map-marker, .searchContainer div.mobile .openingHoursM .fa-map-marker {
      padding: 0 10px 0 0;
      font-size: 25px; }
    .searchContainer header.mobile .openingHoursM .XXXnavItems a, .searchContainer div.mobile .openingHoursM .XXXnavItems a {
      height: 55px;
      background-color: #fff;
      border-bottom: 1px solid #e6e6e6;
      text-align: left;
      vertical-align: middle;
      padding-top: 14px;
      font-size: 17px;
      width: 100%; }
      .searchContainer header.mobile .openingHoursM .XXXnavItems a span, .searchContainer div.mobile .openingHoursM .XXXnavItems a span {
        vertical-align: middle; }
    .searchContainer header.mobile .openingHoursM .panel-group, .searchContainer div.mobile .openingHoursM .panel-group {
      margin-bottom: 0;
      margin-top: 1px; }
      .searchContainer header.mobile .openingHoursM .panel-group .panel, .searchContainer div.mobile .openingHoursM .panel-group .panel {
        border: none; }
        .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-heading, .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-heading {
          border: none;
          background-color: transparent;
          padding: 0;
          border: 0; }
        .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-title a, .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-title a {
          border: none;
          display: block;
          padding: 18px 0 16px;
          font-size: 20px; }
        .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-body, .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-body {
          padding: 0 15px;
          border: none;
          font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
          font-weight: 400;
          font-size: 18px; }
          .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-body .row, .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-body .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-body .inputFields, .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-body .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-body .submitAndLinks, .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-body .row, .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-body .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-body .inputFields, .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-body .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-body .submitAndLinks {
            position: relative;
            padding: 20px 0;
            border-top: 1px solid #d8dbdd;
            line-height: 22px; }
            .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-body .row .col-xs-6, .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-body .courseFinderModule.detailed .inputFields .col-xs-6, .courseFinderModule.detailed .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-body .inputFields .col-xs-6, .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-body .courseFinderModule.detailed .submitAndLinks .col-xs-6, .courseFinderModule.detailed .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-body .submitAndLinks .col-xs-6, .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-body .row .dropdown, .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-body .courseFinderModule.detailed .inputFields .dropdown, .courseFinderModule.detailed .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-body .inputFields .dropdown, .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-body .courseFinderModule.detailed .submitAndLinks .dropdown, .courseFinderModule.detailed .searchContainer header.mobile .openingHoursM .panel-group .panel .panel-body .submitAndLinks .dropdown, .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-body .row .col-xs-6, .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-body .courseFinderModule.detailed .inputFields .col-xs-6, .courseFinderModule.detailed .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-body .inputFields .col-xs-6, .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-body .courseFinderModule.detailed .submitAndLinks .col-xs-6, .courseFinderModule.detailed .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-body .submitAndLinks .col-xs-6, .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-body .row .dropdown, .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-body .courseFinderModule.detailed .inputFields .dropdown, .courseFinderModule.detailed .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-body .inputFields .dropdown, .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-body .courseFinderModule.detailed .submitAndLinks .dropdown, .courseFinderModule.detailed .searchContainer div.mobile .openingHoursM .panel-group .panel .panel-body .submitAndLinks .dropdown {
              position: initial; }
    .searchContainer header.mobile .openingHoursM .dropdown .library-link, .searchContainer header.mobile .openingHoursM .dropdown .library-link:focus, .searchContainer div.mobile .openingHoursM .dropdown .library-link, .searchContainer div.mobile .openingHoursM .dropdown .library-link:focus {
      padding: 0 0 0 10px;
      font-size: 18px;
      text-decoration: underline;
      color: #ce3d20;
      line-height: 22px;
      vertical-align: middle; }
    .searchContainer header.mobile .openingHoursM .dropdown .fa, .searchContainer div.mobile .openingHoursM .dropdown .fa {
      line-height: 22px;
      vertical-align: middle;
      padding-left: 10px; }
    .searchContainer header.mobile .openingHoursM .dropdown-menu, .searchContainer div.mobile .openingHoursM .dropdown-menu {
      width: 100%;
      padding: 20px;
      margin-top: -4px;
      font-size: 16px; }
      @media (max-width: 767px) {
        .searchContainer header.mobile .openingHoursM .dropdown-menu, .searchContainer div.mobile .openingHoursM .dropdown-menu {
          width: 150%; } }
      @media (max-width: 340px) {
        .searchContainer header.mobile .openingHoursM .dropdown-menu, .searchContainer div.mobile .openingHoursM .dropdown-menu {
          width: 160%; }
          .searchContainer header.mobile .openingHoursM .dropdown-menu *, .searchContainer div.mobile .openingHoursM .dropdown-menu * {
            font-size: 14px !important; } }
      .searchContainer header.mobile .openingHoursM .dropdown-menu, .searchContainer header.mobile .openingHoursM .dropdown-menu a, .searchContainer div.mobile .openingHoursM .dropdown-menu, .searchContainer div.mobile .openingHoursM .dropdown-menu a {
        line-height: 24px; }
      .searchContainer header.mobile .openingHoursM .dropdown-menu a, .searchContainer div.mobile .openingHoursM .dropdown-menu a {
        font-weight: 700 !important; }
    .searchContainer header.mobile .openingHoursM .weeklyDatePicker, .searchContainer div.mobile .openingHoursM .weeklyDatePicker {
      border: 0; }
      .searchContainer header.mobile .openingHoursM .weeklyDatePicker input, .searchContainer div.mobile .openingHoursM .weeklyDatePicker input {
        border: none;
        box-shadow: none;
        color: #252525;
        padding: 0 10px 0 0;
        height: 33px;
        font-size: 18px; }
        .searchContainer header.mobile .openingHoursM .weeklyDatePicker input:focus, .searchContainer div.mobile .openingHoursM .weeklyDatePicker input:focus {
          color: #363636;
          border: 0; }
      .searchContainer header.mobile .openingHoursM .weeklyDatePicker .input-group-addon, .searchContainer div.mobile .openingHoursM .weeklyDatePicker .input-group-addon {
        padding: 6px 12px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        color: #ce3d20;
        text-align: center;
        border: none;
        border-radius: 0;
        background-color: #fff; }
        .searchContainer header.mobile .openingHoursM .weeklyDatePicker .input-group-addon .calendar, .searchContainer div.mobile .openingHoursM .weeklyDatePicker .input-group-addon .calendar {
          top: 0; }
      .searchContainer header.mobile .openingHoursM .weeklyDatePicker .fa-angle-down, .searchContainer div.mobile .openingHoursM .weeklyDatePicker .fa-angle-down {
        display: table-cell;
        padding-left: 4px;
        padding-right: 0;
        padding-top: 0;
        vertical-align: middle; }
    .searchContainer header.mobile .openingHoursM .opening-hours-mobile-dropdown-anchor, .searchContainer div.mobile .openingHoursM .opening-hours-mobile-dropdown-anchor {
      position: relative; }
      .searchContainer header.mobile .openingHoursM .opening-hours-mobile-dropdown-anchor .col-xs-7, .searchContainer div.mobile .openingHoursM .opening-hours-mobile-dropdown-anchor .col-xs-7 {
        position: initial; }
      .searchContainer header.mobile .openingHoursM .opening-hours-mobile-dropdown-anchor .dropdown-menu, .searchContainer div.mobile .openingHoursM .opening-hours-mobile-dropdown-anchor .dropdown-menu {
        position: absolute;
        bottom: 0;
        left: -25px;
        width: calc(100% + 50px);
        height: 630px;
        padding: 10px 30px;
        border: none;
        border-radius: 0;
        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.333); }
        .searchContainer header.mobile .openingHoursM .opening-hours-mobile-dropdown-anchor .dropdown-menu li a, .searchContainer div.mobile .openingHoursM .opening-hours-mobile-dropdown-anchor .dropdown-menu li a {
          display: block;
          padding: 15px 0 !important;
          border-bottom: 1px solid #adadad; }
  .searchContainer header.mobile a:not(.list-group-item), .searchContainer div.mobile a:not(.list-group-item) {
    color: #363636;
    display: inline-block;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 12px;
    font-size: 15px; }
  .searchContainer header.mobile a.active, .searchContainer div.mobile a.active {
    border-top: 2px solid #e64626;
    color: #e64626; }
  .searchContainer header.mobile a.searchIcon, .searchContainer div.mobile a.searchIcon {
    padding-right: 0px;
    margin-right: 0px; }
  .searchContainer header.mobile .hamburgerIcon.open .glyphicon-menu-hamburger, .searchContainer div.mobile .hamburgerIcon.open .glyphicon-menu-hamburger {
    display: none; }
  .searchContainer header.mobile .hamburgerIcon.open .glyphicon-remove, .searchContainer div.mobile .hamburgerIcon.open .glyphicon-remove {
    display: block;
    background-image: url(../img/closeIcon.png);
    background-size: 20px 20px;
    background-position: 2px 4px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px; }
    .searchContainer header.mobile .hamburgerIcon.open .glyphicon-remove::before, .searchContainer div.mobile .hamburgerIcon.open .glyphicon-remove::before {
      content: ' '; }
  .searchContainer header.mobile .searchIcon, .searchContainer div.mobile .searchIcon {
    float: right;
    margin-top: 8px;
    margin-right: 20px;
    color: #e64626; }
  @media (min-width: 768px) {
    .searchContainer header.mobile .tabletContainer, .searchContainer div.mobile .tabletContainer {
      width: 768px;
      margin-left: auto;
      margin-right: auto; } }
  .searchContainer header.mobile .tabletContainer .pull-right, .searchContainer div.mobile .tabletContainer .pull-right {
    margin-right: 20px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    padding-top: 11px; }
  .searchContainer header.mobile .searchWrapper, .searchContainer div.mobile .searchWrapper {
    height: auto;
    position: absolute;
    background-color: #e64626;
    width: 100%;
    opacity: 1;
    left: 0;
    margin: 0; }
    .searchContainer header.mobile .searchWrapper .col-xs-12:first-child, .searchContainer header.mobile .searchWrapper .courseFinderModule.detailed .interestFieldColumn:first-child, .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper .interestFieldColumn:first-child, .searchContainer header.mobile .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:first-child, .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper .keywordsFieldColumn:first-child, .searchContainer header.mobile .searchWrapper .courseFinderModule.detailed .searchButtonColumn:first-child, .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper .searchButtonColumn:first-child, .searchContainer header.mobile .searchWrapper .courseFinderModule.detailed .coursesColumn:first-child, .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper .coursesColumn:first-child, .searchContainer div.mobile .searchWrapper .col-xs-12:first-child, .searchContainer div.mobile .searchWrapper .courseFinderModule.detailed .interestFieldColumn:first-child, .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper .interestFieldColumn:first-child, .searchContainer div.mobile .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:first-child, .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper .keywordsFieldColumn:first-child, .searchContainer div.mobile .searchWrapper .courseFinderModule.detailed .searchButtonColumn:first-child, .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper .searchButtonColumn:first-child, .searchContainer div.mobile .searchWrapper .courseFinderModule.detailed .coursesColumn:first-child, .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper .coursesColumn:first-child {
      /*ToDo: USL-125*/
      padding-top: 20px;
      padding-bottom: 0; }
    .searchContainer header.mobile .searchWrapper .dropdown-wrapper-filter, .searchContainer div.mobile .searchWrapper .dropdown-wrapper-filter {
      /*ToDo: USL-125*/
      margin-top: 20px;
      margin-bottom: 20px; }
      .searchContainer header.mobile .searchWrapper .dropdown-wrapper-filter .fa, .searchContainer div.mobile .searchWrapper .dropdown-wrapper-filter .fa {
        font-size: 20px;
        padding: 7px 0 0 5px; }
      .searchContainer header.mobile .searchWrapper .dropdown-wrapper-filter .dropdown-wrapper, .searchContainer div.mobile .searchWrapper .dropdown-wrapper-filter .dropdown-wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 10px; }
      .searchContainer header.mobile .searchWrapper .dropdown-wrapper-filter .dropdown, .searchContainer div.mobile .searchWrapper .dropdown-wrapper-filter .dropdown {
        float: left;
        color: white;
        width: 100%;
        text-align: left; }
        .searchContainer header.mobile .searchWrapper .dropdown-wrapper-filter .dropdown .dropdown-menu, .searchContainer div.mobile .searchWrapper .dropdown-wrapper-filter .dropdown .dropdown-menu {
          width: 100%;
          border: none;
          border-radius: 0;
          background: #e64626;
          margin: 0 -20px;
          box-sizing: content-box;
          padding-left: 15px;
          padding-right: 15px;
          overflow: auto; }
          .searchContainer header.mobile .searchWrapper .dropdown-wrapper-filter .dropdown .dropdown-menu a, .searchContainer div.mobile .searchWrapper .dropdown-wrapper-filter .dropdown .dropdown-menu a {
            padding-left: 5px;
            padding-right: 5px;
            color: white;
            font-size: 20px;
            font-weight: 400;
            line-height: 34px; }
            .searchContainer header.mobile .searchWrapper .dropdown-wrapper-filter .dropdown .dropdown-menu a:focus, .searchContainer header.mobile .searchWrapper .dropdown-wrapper-filter .dropdown .dropdown-menu a:active, .searchContainer div.mobile .searchWrapper .dropdown-wrapper-filter .dropdown .dropdown-menu a:focus, .searchContainer div.mobile .searchWrapper .dropdown-wrapper-filter .dropdown .dropdown-menu a:active {
              background-color: #e64626 !important; }
            .searchContainer header.mobile .searchWrapper .dropdown-wrapper-filter .dropdown .dropdown-menu a .fa, .searchContainer div.mobile .searchWrapper .dropdown-wrapper-filter .dropdown .dropdown-menu a .fa {
              padding: 0; }
        .searchContainer header.mobile .searchWrapper .dropdown-wrapper-filter .dropdown > span, .searchContainer div.mobile .searchWrapper .dropdown-wrapper-filter .dropdown > span {
          color: white;
          font-size: 20px;
          font-weight: 400;
          line-height: 27px; }
        .searchContainer header.mobile .searchWrapper .dropdown-wrapper-filter .dropdown a span, .searchContainer div.mobile .searchWrapper .dropdown-wrapper-filter .dropdown a span {
          color: white;
          font-size: 20px;
          font-weight: 800;
          line-height: 27px; }
        .searchContainer header.mobile .searchWrapper .dropdown-wrapper-filter .dropdown a i, .searchContainer div.mobile .searchWrapper .dropdown-wrapper-filter .dropdown a i {
          color: white; }
    .searchContainer header.mobile .searchWrapper .quickLinksSmall, .searchContainer div.mobile .searchWrapper .quickLinksSmall {
      min-height: 50px;
      border-top: 2px solid #e64626;
      position: relative;
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .searchContainer header.mobile .searchWrapper .quickLinksSmall a, .searchContainer div.mobile .searchWrapper .quickLinksSmall a {
        color: white;
        font-weight: normal;
        text-decoration: underline;
        width: 50%;
        padding: 10px 10px 10px 10px;
        margin-right: 0;
        background-color: rgba(0, 0, 0, 0.3);
        border-right: 2px solid #e64626;
        float: left;
        margin-top: 1px; }
    .searchContainer header.mobile .searchWrapper input[type="text"], .searchContainer div.mobile .searchWrapper input[type="text"] {
      font-size: 45px;
      background-color: #e64626;
      border: 0;
      outline: 0;
      color: white;
      width: 100%;
      padding-left: 10px; }
    .searchContainer header.mobile .searchWrapper.fixed, .searchContainer div.mobile .searchWrapper.fixed {
      position: fixed;
      top: 95px;
      height: 50px;
      opacity: 1;
      z-index: 700; }
      .searchContainer header.mobile .searchWrapper.fixed .col-xs-12:first-child, .searchContainer header.mobile .searchWrapper.fixed .courseFinderModule.detailed .interestFieldColumn:first-child, .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper.fixed .interestFieldColumn:first-child, .searchContainer header.mobile .searchWrapper.fixed .courseFinderModule.detailed .keywordsFieldColumn:first-child, .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper.fixed .keywordsFieldColumn:first-child, .searchContainer header.mobile .searchWrapper.fixed .courseFinderModule.detailed .searchButtonColumn:first-child, .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper.fixed .searchButtonColumn:first-child, .searchContainer header.mobile .searchWrapper.fixed .courseFinderModule.detailed .coursesColumn:first-child, .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper.fixed .coursesColumn:first-child, .searchContainer div.mobile .searchWrapper.fixed .col-xs-12:first-child, .searchContainer div.mobile .searchWrapper.fixed .courseFinderModule.detailed .interestFieldColumn:first-child, .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper.fixed .interestFieldColumn:first-child, .searchContainer div.mobile .searchWrapper.fixed .courseFinderModule.detailed .keywordsFieldColumn:first-child, .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper.fixed .keywordsFieldColumn:first-child, .searchContainer div.mobile .searchWrapper.fixed .courseFinderModule.detailed .searchButtonColumn:first-child, .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper.fixed .searchButtonColumn:first-child, .searchContainer div.mobile .searchWrapper.fixed .courseFinderModule.detailed .coursesColumn:first-child, .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper.fixed .coursesColumn:first-child {
        margin-bottom: 0; }
      @media print {
        .searchContainer header.mobile .searchWrapper.fixed, .searchContainer div.mobile .searchWrapper.fixed {
          position: relative !important; } }
      .searchContainer header.mobile .searchWrapper.fixed .dropdown-wrapper, .searchContainer div.mobile .searchWrapper.fixed .dropdown-wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 10px; }
      .searchContainer header.mobile .searchWrapper.fixed .dropdown, .searchContainer div.mobile .searchWrapper.fixed .dropdown {
        float: left;
        color: white; }
        .searchContainer header.mobile .searchWrapper.fixed .dropdown > span, .searchContainer div.mobile .searchWrapper.fixed .dropdown > span {
          color: white;
          /* font-family: Avenir; */
          font-size: 20px;
          font-weight: 400;
          line-height: 27px; }
        .searchContainer header.mobile .searchWrapper.fixed .dropdown a span, .searchContainer div.mobile .searchWrapper.fixed .dropdown a span {
          color: white;
          /* font-family: Avenir; */
          font-size: 20px;
          font-weight: 800;
          line-height: 27px; }
        .searchContainer header.mobile .searchWrapper.fixed .dropdown a i, .searchContainer div.mobile .searchWrapper.fixed .dropdown a i {
          color: white; }
      .searchContainer header.mobile .searchWrapper.fixed .col-xs-12:first-child, .searchContainer header.mobile .searchWrapper.fixed .courseFinderModule.detailed .interestFieldColumn:first-child, .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper.fixed .interestFieldColumn:first-child, .searchContainer header.mobile .searchWrapper.fixed .courseFinderModule.detailed .keywordsFieldColumn:first-child, .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper.fixed .keywordsFieldColumn:first-child, .searchContainer header.mobile .searchWrapper.fixed .courseFinderModule.detailed .searchButtonColumn:first-child, .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper.fixed .searchButtonColumn:first-child, .searchContainer header.mobile .searchWrapper.fixed .courseFinderModule.detailed .coursesColumn:first-child, .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper.fixed .coursesColumn:first-child, .searchContainer div.mobile .searchWrapper.fixed .col-xs-12:first-child, .searchContainer div.mobile .searchWrapper.fixed .courseFinderModule.detailed .interestFieldColumn:first-child, .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper.fixed .interestFieldColumn:first-child, .searchContainer div.mobile .searchWrapper.fixed .courseFinderModule.detailed .keywordsFieldColumn:first-child, .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper.fixed .keywordsFieldColumn:first-child, .searchContainer div.mobile .searchWrapper.fixed .courseFinderModule.detailed .searchButtonColumn:first-child, .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper.fixed .searchButtonColumn:first-child, .searchContainer div.mobile .searchWrapper.fixed .courseFinderModule.detailed .coursesColumn:first-child, .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper.fixed .coursesColumn:first-child {
        padding-top: 5px; }
      .searchContainer header.mobile .searchWrapper.fixed .col-xs-12:nth-child(2), .searchContainer header.mobile .searchWrapper.fixed .courseFinderModule.detailed .interestFieldColumn:nth-child(2), .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper.fixed .interestFieldColumn:nth-child(2), .searchContainer header.mobile .searchWrapper.fixed .courseFinderModule.detailed .keywordsFieldColumn:nth-child(2), .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper.fixed .keywordsFieldColumn:nth-child(2), .searchContainer header.mobile .searchWrapper.fixed .courseFinderModule.detailed .searchButtonColumn:nth-child(2), .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper.fixed .searchButtonColumn:nth-child(2), .searchContainer header.mobile .searchWrapper.fixed .courseFinderModule.detailed .coursesColumn:nth-child(2), .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper.fixed .coursesColumn:nth-child(2), .searchContainer header.mobile .searchWrapper.fixed .col-xs-12:nth-child(3), .searchContainer header.mobile .searchWrapper.fixed .courseFinderModule.detailed .interestFieldColumn:nth-child(3), .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper.fixed .interestFieldColumn:nth-child(3), .searchContainer header.mobile .searchWrapper.fixed .courseFinderModule.detailed .keywordsFieldColumn:nth-child(3), .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper.fixed .keywordsFieldColumn:nth-child(3), .searchContainer header.mobile .searchWrapper.fixed .courseFinderModule.detailed .searchButtonColumn:nth-child(3), .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper.fixed .searchButtonColumn:nth-child(3), .searchContainer header.mobile .searchWrapper.fixed .courseFinderModule.detailed .coursesColumn:nth-child(3), .courseFinderModule.detailed .searchContainer header.mobile .searchWrapper.fixed .coursesColumn:nth-child(3), .searchContainer div.mobile .searchWrapper.fixed .col-xs-12:nth-child(2), .searchContainer div.mobile .searchWrapper.fixed .courseFinderModule.detailed .interestFieldColumn:nth-child(2), .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper.fixed .interestFieldColumn:nth-child(2), .searchContainer div.mobile .searchWrapper.fixed .courseFinderModule.detailed .keywordsFieldColumn:nth-child(2), .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper.fixed .keywordsFieldColumn:nth-child(2), .searchContainer div.mobile .searchWrapper.fixed .courseFinderModule.detailed .searchButtonColumn:nth-child(2), .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper.fixed .searchButtonColumn:nth-child(2), .searchContainer div.mobile .searchWrapper.fixed .courseFinderModule.detailed .coursesColumn:nth-child(2), .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper.fixed .coursesColumn:nth-child(2), .searchContainer div.mobile .searchWrapper.fixed .col-xs-12:nth-child(3), .searchContainer div.mobile .searchWrapper.fixed .courseFinderModule.detailed .interestFieldColumn:nth-child(3), .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper.fixed .interestFieldColumn:nth-child(3), .searchContainer div.mobile .searchWrapper.fixed .courseFinderModule.detailed .keywordsFieldColumn:nth-child(3), .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper.fixed .keywordsFieldColumn:nth-child(3), .searchContainer div.mobile .searchWrapper.fixed .courseFinderModule.detailed .searchButtonColumn:nth-child(3), .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper.fixed .searchButtonColumn:nth-child(3), .searchContainer div.mobile .searchWrapper.fixed .courseFinderModule.detailed .coursesColumn:nth-child(3), .courseFinderModule.detailed .searchContainer div.mobile .searchWrapper.fixed .coursesColumn:nth-child(3) {
        display: none; }
      .searchContainer header.mobile .searchWrapper.fixed .searchInput input, .searchContainer div.mobile .searchWrapper.fixed .searchInput input {
        font-size: 30px; }
    .searchContainer header.mobile .searchWrapper .searchInput, .searchContainer div.mobile .searchWrapper .searchInput {
      padding-right: 1px; }
      .searchContainer header.mobile .searchWrapper .searchInput input, .searchContainer div.mobile .searchWrapper .searchInput input {
        background-color: rgba(0, 0, 0, 0.3); }
    .searchContainer header.mobile .searchWrapper .performSearchLink, .searchContainer div.mobile .searchWrapper .performSearchLink {
      display: inline-block;
      color: #252525;
      text-decoration: none;
      margin-left: 10px;
      font-family: "ApercuMono", Courier;
      font-weight: normal;
      font-size: 30px; }
    .searchContainer header.mobile .searchWrapper .searchButton, .searchContainer div.mobile .searchWrapper .searchButton {
      padding-left: 1px; }
      .searchContainer header.mobile .searchWrapper .searchButton .input, .searchContainer div.mobile .searchWrapper .searchButton .input {
        font-size: 31px;
        background-color: rgba(0, 0, 0, 0.3); }
        .searchContainer header.mobile .searchWrapper .searchButton .input .performSearchLink, .searchContainer div.mobile .searchWrapper .searchButton .input .performSearchLink {
          color: white;
          margin: 12px auto;
          padding: 0px 0px 0 3px; }
          @media (max-width: 991px) {
            .searchContainer header.mobile .searchWrapper .searchButton .input .performSearchLink, .searchContainer div.mobile .searchWrapper .searchButton .input .performSearchLink {
              margin: 9px auto; } }
    @media (max-width: 991px) {
      .searchContainer header.mobile .searchWrapper.fixed .searchButton .input .performSearchLink, .searchContainer div.mobile .searchWrapper.fixed .searchButton .input .performSearchLink {
        margin: 7px auto; } }
    .searchContainer header.mobile .searchWrapper .quickLinksItems, .searchContainer div.mobile .searchWrapper .quickLinksItems {
      padding-top: 25px; }
      .searchContainer header.mobile .searchWrapper .quickLinksItems a, .searchContainer div.mobile .searchWrapper .quickLinksItems a {
        color: white;
        margin: 5px;
        line-height: 66px;
        padding: 25px 30px 5px 0;
        font-size: 18px; }
    .searchContainer header.mobile .searchWrapper .filterCat, .searchContainer div.mobile .searchWrapper .filterCat {
      color: white;
      font-size: 24px;
      text-decoration: none; }
      .searchContainer header.mobile .searchWrapper .filterCat .selectedFilter, .searchContainer div.mobile .searchWrapper .filterCat .selectedFilter {
        font-weight: bold; }
      .searchContainer header.mobile .searchWrapper .filterCat .fa, .searchContainer div.mobile .searchWrapper .filterCat .fa {
        font-size: 30px;
        line-height: 1;
        vertical-align: middle; }
    .searchContainer header.mobile .searchWrapper .quickLinks, .searchContainer div.mobile .searchWrapper .quickLinks {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      padding: 0; }
      .searchContainer header.mobile .searchWrapper .quickLinks label, .searchContainer div.mobile .searchWrapper .quickLinks label {
        color: black;
        font-weight: 400;
        line-height: 22px;
        font-size: 16px; }
      .searchContainer header.mobile .searchWrapper .quickLinks a, .searchContainer div.mobile .searchWrapper .quickLinks a {
        color: white;
        text-decoration: underline;
        padding: 0 10px;
        font-size: 15px;
        font-weight: 800;
        line-height: 20px; }
      .searchContainer header.mobile .searchWrapper .quickLinks a:hover, .searchContainer div.mobile .searchWrapper .quickLinks a:hover {
        color: black; }
.searchContainer .quickSearchStyle {
  background-color: #e64626;
  height: 660px; }
.searchContainer .searchWrapper {
  height: 210px;
  position: absolute;
  background-color: #e64626;
  width: 100%;
  opacity: 0.9;
  left: 0;
  margin-top: 110px;
  margin-bottom: 0;
  z-index: 100;
  margin: 32px auto; }
  @media (max-width: 991px) {
    .searchContainer .searchWrapper {
      position: relative;
      width: auto;
      height: auto;
      margin: 0 -25px; } }
  .searchContainer .searchWrapper input[type="text"] {
    font-size: 45px;
    background-color: #e64626;
    border: 0;
    outline: 0;
    color: white;
    width: 100%; }
  .searchContainer .searchWrapper .performSearchLink {
    border: none;
    background: none;
    line-height: 0 !important; }
  .searchContainer .searchWrapper.fixed {
    position: fixed;
    top: 68px;
    height: 50px;
    opacity: 1;
    z-index: 600;
    width: 100%; }
    .searchContainer .searchWrapper.fixed input, .searchContainer .searchWrapper.fixed .input {
      height: 40px; }
    @media (max-width: 768px) {
      .searchContainer .searchWrapper.fixed {
        top: 95px;
        z-index: 700;
        margin: 0; } }
    @media (max-width: 615px) {
      .searchContainer .searchWrapper.fixed {
        top: 126px;
        z-index: 700;
        margin: 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .searchContainer .searchWrapper.fixed {
        top: -29px !important; } }
    @media print {
      .searchContainer .searchWrapper.fixed {
        position: relative !important; } }
    .searchContainer .searchWrapper.fixed .col-sm-12:first-child {
      padding-top: 5px;
      padding-bottom: 0; }
    .searchContainer .searchWrapper.fixed .searchButton .input a {
      line-height: 41px; }
    .searchContainer .searchWrapper.fixed .col-sm-12:nth-child(2) {
      display: none; }
    .searchContainer .searchWrapper.fixed .col-sm-12 {
      padding: 0; }
      .searchContainer .searchWrapper.fixed .col-sm-12 .row, .searchContainer .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .searchContainer .searchWrapper.fixed .col-sm-12 .inputFields, .searchContainer .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .searchContainer .searchWrapper.fixed .col-sm-12 .submitAndLinks {
        text-align: center;
        margin: 0 auto; }
      @media (min-width: 992px) {
        .searchContainer .searchWrapper.fixed .col-sm-12 .row, .searchContainer .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .searchContainer .searchWrapper.fixed .col-sm-12 .inputFields, .searchContainer .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .searchContainer .searchWrapper.fixed .col-sm-12 .submitAndLinks {
          width: 992px; } }
      @media (min-width: 1200px) {
        .searchContainer .searchWrapper.fixed .col-sm-12 .row, .searchContainer .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .searchContainer .searchWrapper.fixed .col-sm-12 .inputFields, .searchContainer .searchWrapper.fixed .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .searchContainer .searchWrapper.fixed .col-sm-12 .submitAndLinks {
          width: 1200px; } }
    @media (min-width: 992px) {
      .searchContainer .searchWrapper.fixed {
        top: 95px; } }
    @media (min-width: 1200px) {
      .searchContainer .searchWrapper.fixed {
        top: 77px; } }
    .searchContainer .searchWrapper.fixed .searchInput input {
      font-size: 26px; }
    .searchContainer .searchWrapper.fixed .searchButton .input {
      font-size: 25px; }
  .searchContainer .searchWrapper .searchField {
    padding: 50px 50px 15px; }
    @media (max-width: 991px) {
      .searchContainer .searchWrapper .searchField {
        padding: 25px 40px; } }
  .searchContainer .searchWrapper .searchFilter {
    padding: 0 50px 0; }
    @media (max-width: 991px) {
      .searchContainer .searchWrapper .searchFilter {
        padding: 0 40px; }
        .searchContainer .searchWrapper .searchFilter .searchFilterLabel {
          padding-left: 25px; } }
  .searchContainer .searchWrapper .searchInput {
    padding-right: 1px; }
    .searchContainer .searchWrapper .searchInput input {
      background-color: rgba(0, 0, 0, 0.3); }
  .searchContainer .searchWrapper .searchButton {
    padding-left: 1px; }
    .searchContainer .searchWrapper .searchButton .input {
      font-size: 28px;
      background-color: rgba(0, 0, 0, 0.3); }
      .searchContainer .searchWrapper .searchButton .input a {
        display: inline-block;
        color: white;
        margin: 0;
        padding: 0px 0px 0 47px; }
  .searchContainer .searchWrapper .quickLinksItems {
    padding-top: 25px; }
    .searchContainer .searchWrapper .quickLinksItems a, .searchContainer .searchWrapper .quickLinksItems label {
      color: white;
      margin: 5px;
      line-height: 66px;
      padding: 25px 30px 5px 0;
      font-size: 18px; }
    .searchContainer .searchWrapper .quickLinksItems label {
      line-height: 20px !important;
      padding: 18px 15px !important;
      font-size: 20px;
      margin: 5px 0;
      cursor: pointer; }
  @media (min-width: 768px) {
    .searchContainer .searchWrapper .searchButton .input a {
      padding: 0px 0px 0 47px; } }
  @media (min-width: 992px) {
    .searchContainer .searchWrapper {
      margin: 75px auto; }
      .searchContainer .searchWrapper .searchButton .input a {
        padding: 12px 15px 5px; } }
  @media (min-width: 1200px) {
    .searchContainer .searchWrapper {
      margin: 75px 0; }
      .searchContainer .searchWrapper .searchButton .input a {
        padding: 12px 32px 5px; } }
  @media (min-width: 1440px) {
    .searchContainer .searchWrapper .searchButton .input a {
      padding: 12px 62px 5px; }
    .searchContainer .searchWrapper .quickLinksItems {
      padding-top: 25px; }
      .searchContainer .searchWrapper .quickLinksItems a {
        font-size: 20px;
        padding: 25px 62px 5px 0; } }
  .searchContainer .searchWrapper.fixed .performSearchLink {
    padding-top: 1px !important; }
  .searchContainer .searchWrapper .filterCat {
    color: white;
    font-size: 24px;
    text-decoration: none; }
    .searchContainer .searchWrapper .filterCat .selectedFilter {
      font-weight: bold; }
    .searchContainer .searchWrapper .filterCat .fa {
      font-size: 30px;
      line-height: 1;
      vertical-align: middle; }
  .searchContainer .searchWrapper .quickLinks {
    padding: 0;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif; }
    .searchContainer .searchWrapper .quickLinks .lbl {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      color: black;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px; }
    .searchContainer .searchWrapper .quickLinks a {
      color: white;
      text-decoration: underline;
      padding: 0 10px;
      font-size: 15px;
      font-weight: 800;
      line-height: 20px; }
    .searchContainer .searchWrapper .quickLinks a:hover {
      color: black; }
    @media (max-width: 991px) {
      .searchContainer .searchWrapper .quickLinks {
        position: relative;
        float: none !important;
        margin-left: -20px;
        margin-right: -20px;
        padding: 0;
        width: auto; }
        .searchContainer .searchWrapper .quickLinks > a {
          font-weight: 400;
          display: block;
          float: left;
          width: 25%;
          padding: 9px;
          margin-bottom: 2px;
          border-right: 2px solid #e64626;
          text-align: center;
          background-color: rgba(0, 0, 0, 0.15); } }
    @media (max-width: 991px) and (max-width: 767px) {
      .searchContainer .searchWrapper .quickLinks > a {
        width: 50%; } }

@media (min-width: 1440px) {
  .searchContainer .heroMediaModule img {
    height: 365px; } }
.searchContainer div.mobile {
  background: #fff; }
.searchContainer .searchWrapper .quickLinksItems.searchCategories {
  color: #fff; }
  @media (max-width: 991px) {
    .searchContainer .searchWrapper .quickLinksItems.searchCategories {
      position: relative;
      top: -67px;
      background: #e64626;
      padding: 10px 40px !important;
      margin-left: -25px;
      margin-right: -25px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .searchContainer .searchWrapper .quickLinksItems.searchCategories {
      top: -107px; } }
  @media (max-width: 991px) {
      .searchContainer .searchWrapper .quickLinksItems.searchCategories label {
        line-height: 20px !important;
        padding: 4px 10px !important;
        font-size: 20px;
        margin: 5px 0; } }
  .searchContainer .searchWrapper .quickLinksItems.searchCategories label {
    font-weight: normal; }
    .searchContainer .searchWrapper .quickLinksItems.searchCategories label.current {
      font-weight: bold; }
    .searchContainer .searchWrapper .quickLinksItems.searchCategories label input {
      position: absolute;
      left: -999em; }

.clear-search {
  position: absolute;
  top: 0;
  right: 1px;
  width: 38px;
  height: 38px;
  background: #a0301a url(../img/cross-white.svg) no-repeat 50%;
  background-size: 18px;
  text-indent: -999em;
  border: none; }

#mobileDatepicker input[readonly] {
  background: #fff;
  color: #252525; }

.rareBookSliderModule p, .rareBookSliderModule label {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px; }
.rareBookSliderModule .arrow-left, .rareBookSliderModule .arrow-right {
  background-size: cover;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }
.rareBookSliderModule .arrow-left {
  background-image: url(../img/LargeArrowL.svg);
  width: 35px;
  height: 67px;
  margin-top: -30px;
  font-size: 30px;
  left: 50%; }
.rareBookSliderModule .arrow-right {
  background-image: url(../img/LargeArrowR.svg);
  width: 35px;
  height: 67px;
  margin-top: -30px;
  font-size: 30px;
  right: 50%; }
.rareBookSliderModule .carousel-control {
  width: 40px; }
.rareBookSliderModule .carousel-control.left, .rareBookSliderModule .carousel-control.right {
  background-image: none; }
.rareBookSliderModule .item img {
  width: 100%;
  max-height: 375px; }
.rareBookSliderModule .item label, .rareBookSliderModule .item a {
  text-align: left;
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  float: left;
  text-decoration: none;
  color: white; }
.rareBookSliderModule .item a {
  cursor: pointer; }
.rareBookSliderModule .carousel-caption {
  right: 0;
  left: 0;
  padding: 0 10px; }
.rareBookSliderModule .arrow {
  width: 24px;
  height: 20px;
  margin-left: 27px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/rightArrowWhite.svg);
  background-size: cover; }
.rareBookSliderModule .indicators {
  position: absolute;
  z-index: 15;
  padding-left: 0;
  bottom: 20px;
  width: 100%;
  margin-left: 0;
  text-align: right; }
  .rareBookSliderModule .indicators ol {
    margin: 0;
    width: auto;
    bottom: 0;
    right: 0; }
  .rareBookSliderModule .indicators .active {
    border-top: none; }
.rareBookSliderModule .carousel-control {
  display: block; }
@media (max-width: 991px) {
  .rareBookSliderModule .item {
    min-height: 250px;
    overflow: hidden; }
    .rareBookSliderModule .item img {
      position: relative;
      max-width: none;
      width: auto;
      height: 250px; } }
    @media (max-width: 991px) and (max-width: 615px) {
      .rareBookSliderModule .item img {
        margin-left: -60%; } }
@media (max-width: 991px) {
    .rareBookSliderModule .item label, .rareBookSliderModule .item a {
      font-size: 18px;
      font-weight: 800;
      line-height: 22px; }
  .rareBookSliderModule .carousel-control {
    display: none; } }
@media (max-width: 767px) {
  .rareBookSliderModule .carousel-caption {
    bottom: 42px; }
  .rareBookSliderModule .indicators {
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: auto; }
    .rareBookSliderModule .indicators ol {
      left: 0;
      right: auto; } }

.rareBookMenuModule .container .row, .rareBookMenuModule .container .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .rareBookMenuModule .container .inputFields, .rareBookMenuModule .container .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .rareBookMenuModule .container .submitAndLinks {
  height: 60px; }
.rareBookMenuModule .rareItem {
  color: #252525;
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  line-height: 42px;
  margin: 0 30px 0 30px;
  padding-bottom: 14px; }
.rareBookMenuModule .rareItem:hover {
  text-decoration: none; }
.rareBookMenuModule .rareItem:first-child {
  margin: 0 15px 0 0; }
.rareBookMenuModule .rareItem:last-child {
  background-image: url(../img/rightArrowRed.svg);
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: 100% 38%;
  padding-right: 40px;
  margin-right: 0;
  color: #e64626;
  float: none; }
  @media (min-width: 992px) {
    .rareBookMenuModule .rareItem:last-child {
      float: right; } }
.rareBookMenuModule .rareItemContainer {
  height: 50px;
  border-bottom: 1px solid #d8dbdd; }
.rareBookMenuModule .active {
  border-top: none;
  border-bottom: 2px solid #e64626; }
@media (max-width: 991px) {
  .rareBookMenuModule .row, .rareBookMenuModule .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .rareBookMenuModule .inputFields, .rareBookMenuModule .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .rareBookMenuModule .submitAndLinks {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
  .rareBookMenuModule .rareItem {
    font-size: 16px;
    padding-bottom: 16px;
    margin: 0 15px 0 15px; }
  .rareBookMenuModule .rareItem:last-child {
    margin-right: 0; }
  .rareBookMenuModule .rareItemContainer {
    height: 50px;
    width: auto;
    white-space: nowrap;
    border-bottom: 1px solid #d8dbdd; } }
@media (min-width: 992px) {
  .rareBookMenuModule .row, .rareBookMenuModule .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .rareBookMenuModule .inputFields, .rareBookMenuModule .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .rareBookMenuModule .submitAndLinks {
    overflow-y: hidden;
    overflow: hidden; }
  .rareBookMenuModule .rareItem {
    font-size: 14px;
    padding-bottom: 16px;
    margin: 0 10px 0 10px; }
  .rareBookMenuModule .rareItem:last-child {
    margin-right: 0; }
  .rareBookMenuModule .rareItemContainer {
    height: 50px;
    border-bottom: 1px solid #d8dbdd; } }
@media (min-width: 1200px) {
  .rareBookMenuModule .row, .rareBookMenuModule .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .rareBookMenuModule .inputFields, .rareBookMenuModule .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .rareBookMenuModule .submitAndLinks {
    overflow: hidden; }
  .rareBookMenuModule .rareItem {
    font-size: 16px;
    padding-bottom: 16px;
    margin: 0 15px 0 15px; }
  .rareBookMenuModule .rareItem:last-child {
    margin-right: 0; }
  .rareBookMenuModule .rareItemContainer {
    height: 50px;
    border-bottom: 1px solid #d8dbdd; } }
@media (min-width: 1440px) {
  .rareBookMenuModule .row, .rareBookMenuModule .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .rareBookMenuModule .inputFields, .rareBookMenuModule .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .rareBookMenuModule .submitAndLinks {
    overflow: hidden; }
  .rareBookMenuModule .rareItem {
    font-size: 18px;
    padding-bottom: 14px; }
  .rareBookMenuModule .rareItem:last-child {
    margin-right: 0; }
  .rareBookMenuModule .rareItemContainer {
    height: 50px;
    border-bottom: 1px solid #d8dbdd; } }

.rareBookCollectionListModule ul li {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  border-right: none;
  border-left: none; }
  .rareBookCollectionListModule ul li > div:first-child, .rareBookCollectionListModule ul li .row-heading {
    padding-left: 0; }
  .rareBookCollectionListModule ul li > div:last-child {
    padding-right: 0; }
  @media (max-width: 767px) {
    .rareBookCollectionListModule ul li {
      padding: 0 10px 24px;
      margin-bottom: 24px;
      border-bottom: 1px solid #d8dbdd;
      font-weight: 500; }
      .rareBookCollectionListModule ul li > div {
        height: 25px;
        line-height: 25px; }
      .rareBookCollectionListModule ul li .collection-title {
        height: auto;
        font-weight: 800;
        font-size: 18px; }
      .rareBookCollectionListModule ul li .row-heading {
        font-weight: 800; } }
  @media (min-width: 768px) {
    .rareBookCollectionListModule ul li {
      padding: 15px 0;
      margin-bottom: 0;
      border-bottom: 1px solid #d8dbdd; }
      .rareBookCollectionListModule ul li.header {
        border-top: 1px solid #d8dbdd;
        font-weight: 700; } }
  .rareBookCollectionListModule ul li a {
    color: #ce3d20;
    cursor: pointer;
    text-decoration: underline; }

.filterViewModule .filterViewContainer {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #d8dbdd;
  margin-bottom: 15px; }
  .filterViewModule .filterViewContainer .lbl {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    vertical-align: middle; }
  .filterViewModule .filterViewContainer .gridView, .filterViewModule .filterViewContainer .listView {
    position: relative;
    width: 17px;
    height: 17px;
    background-size: cover;
    display: inline-block; }
  .filterViewModule .filterViewContainer .gridView {
    background-image: url(../img/GridLayout_off.svg);
    margin-left: 15px;
    margin-right: 25px; }
  .filterViewModule .filterViewContainer .listView {
    background-image: url(../img/ListLayout_off.svg); }
  .filterViewModule .filterViewContainer .gridView:hover, .filterViewModule .filterViewContainer .gridViewSelected {
    background-image: url(../img/GridLayout_on.svg); }
  .filterViewModule .filterViewContainer .listView:hover, .filterViewModule .filterViewContainer .listViewSelected {
    background-image: url(../img/ListLayout_on.svg); }
  .filterViewModule .filterViewContainer .dropdown-toggle {
    color: #e64626; }
    .filterViewModule .filterViewContainer .dropdown-toggle span {
      margin-left: 10px;
      text-align: left;
      float: none !important;
      vertical-align: middle; }
  .filterViewModule .filterViewContainer .dropdown-menu {
    top: 30px;
    border: none;
    box-shadow: none;
    border-top: 1px solid #ccc;
    border-radius: 0;
    border-bottom: 1px solid #ccc; }
    .filterViewModule .filterViewContainer .dropdown-menu a {
      padding-left: 5px; }

.navbarModule {
    /*.rareItem:last-child {
        background-image: url(../img/rightArrowRed.svg);
        background-size: 20px 16px;
        background-repeat: no-repeat;
        background-position: 100% 38%;
        padding-right: 40px;
        margin-right: 0;
        color: #e64626;
        float: none;

        @media(min-width: $screen-md-min) {
            float: right;
        }
    }*/ }
  .navbarModule .container .row, .navbarModule .container .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .navbarModule .container .inputFields, .navbarModule .container .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .navbarModule .container .submitAndLinks {
    height: 60px; }
  .navbarModule .rareItem {
    color: #252525;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: 800;
    line-height: 42px;
    margin: 0 30px 0 30px;
    padding-bottom: 14px; }
  .navbarModule .rareItem:hover {
    text-decoration: none; }
  .navbarModule .rareItem:first-child {
    margin: 0 15px 0 0; }
  .navbarModule .rareItemContainer {
    height: 50px;
    border-bottom: 1px solid #d8dbdd; }
  .navbarModule .active {
    border-top: none;
    border-bottom: 2px solid #e64626; }
  @media (max-width: 991px) {
    .navbarModule {
      /*.rareItem:last-child {
          margin-right: 0;
      }*/ }
      .navbarModule .row, .navbarModule .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .navbarModule .inputFields, .navbarModule .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .navbarModule .submitAndLinks {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch; }
      .navbarModule .rareItem {
        font-size: 16px;
        padding-bottom: 16px;
        margin: 0 15px 0 15px; }
      .navbarModule .rareItemContainer {
        height: 50px;
        /*width: auto;*/
        white-space: nowrap;
        border-bottom: 1px solid #d8dbdd; } }
  @media (min-width: 992px) {
    .navbarModule {
      /*.rareItem:last-child {
          margin-right: 0;
      }*/ }
      .navbarModule .row, .navbarModule .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .navbarModule .inputFields, .navbarModule .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .navbarModule .submitAndLinks {
        overflow-y: hidden;
        overflow: hidden; }
      .navbarModule .rareItem {
        font-size: 14px;
        padding-bottom: 16px;
        margin: 0 10px 0 10px; }
      .navbarModule .rareItemContainer {
        height: 50px;
        border-bottom: 1px solid #d8dbdd; } }
  @media (min-width: 1200px) {
    .navbarModule {
      /*.rareItem:last-child {
          margin-right: 0;
      }*/ }
      .navbarModule .row, .navbarModule .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .navbarModule .inputFields, .navbarModule .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .navbarModule .submitAndLinks {
        overflow: hidden; }
      .navbarModule .rareItem {
        font-size: 16px;
        padding-bottom: 16px;
        margin: 0 15px 0 15px; }
      .navbarModule .rareItemContainer {
        height: 50px;
        border-bottom: 1px solid #d8dbdd; } }
  @media (min-width: 1440px) {
    .navbarModule {
      /*.rareItem:last-child {
          margin-right: 0;
      }*/ }
      .navbarModule .row, .navbarModule .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .navbarModule .inputFields, .navbarModule .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .navbarModule .submitAndLinks {
        overflow: hidden; }
      .navbarModule .rareItem {
        font-size: 18px;
        padding-bottom: 14px; }
      .navbarModule .rareItemContainer {
        height: 50px;
        border-bottom: 1px solid #d8dbdd; } }

@media (min-width: 768px) {
  .DCL .titleColumn .pageTitleModule {
    width: 95%;
    float: left; }
  .DCL .titleColumn .socialShareModule {
    position: absolute;
    top: 110px;
    right: 6px; } }
.DCL .wirelessAccessModule h3 {
  max-width: 720px; }

.treasureDetailsModule .treasureLink {
  color: #e64626;
  /* Text style for "Back to all tr" */
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
  margin-bottom: 10px; }
.treasureDetailsModule .fa-angle-left {
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  padding-right: 5px; }
.treasureDetailsModule .sliderContainer {
  margin-top: 50px;
  margin-bottom: 50px; }
.treasureDetailsModule .bx-wrapper .bx-controls-direction a {
  position: absolute;
  margin-top: 0;
  outline: 0;
  width: 35px;
  height: 33px;
  text-indent: -9999px;
  z-index: 99;
  overflow: hidden; }
.treasureDetailsModule .bx-wrapper .bx-prev {
  left: 10px;
  background-image: url(../img/LargeArrowRed.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  right: auto;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  top: 93px; }
.treasureDetailsModule .bx-wrapper .bx-next {
  right: -20px;
  background-image: url(../img/LargeArrowRed.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  left: auto;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  top: 126px; }
.treasureDetailsModule .slide {
  opacity: 0.6;
  cursor: pointer; }
.treasureDetailsModule .slide img {
  width: 100px;
  height: 100px; }
.treasureDetailsModule .slide.active {
  border-bottom: 2px solid #e64626;
  padding-bottom: 10px;
  border-top: none !important;
  opacity: 1; }
.treasureDetailsModule .selectedTreasureWrapper {
  display: none;
  padding: 20px;
  text-align: center;
  border: 1px solid #d8dbdd; }
  .treasureDetailsModule .selectedTreasureWrapper.treasure-active {
    display: block; }
  .treasureDetailsModule .selectedTreasureWrapper .shareLink {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/socialmedia/shareLinkImage.png);
    background-size: cover;
    position: relative;
    top: 3px;
    text-align: left;
    float: left; }
  .treasureDetailsModule .selectedTreasureWrapper .shareText, .treasureDetailsModule .selectedTreasureWrapper .st_sharethis {
    position: relative;
    display: inline-block;
    padding-left: 0;
    padding-right: 10px;
    text-align: left;
    float: left; }
  .treasureDetailsModule .selectedTreasureWrapper .img {
    display: inline-block;
    position: relative; }
  .treasureDetailsModule .selectedTreasureWrapper img {
    display: inline;
    max-height: 400px; }
  .treasureDetailsModule .selectedTreasureWrapper h2, .treasureDetailsModule .selectedTreasureWrapper h1, .treasureDetailsModule .selectedTreasureWrapper p {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    text-align: left; }
  .treasureDetailsModule .selectedTreasureWrapper h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400; }
  .treasureDetailsModule .selectedTreasureWrapper h1 {
    font-size: 40px;
    font-weight: 700; }
  .treasureDetailsModule .selectedTreasureWrapper p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; }
  .treasureDetailsModule .selectedTreasureWrapper .zoom-in {
    background-image: url(../img/plus.svg);
    background-size: cover;
    width: 16px;
    height: 16px;
    background-position: center;
    margin: 23px auto; }
  .treasureDetailsModule .selectedTreasureWrapper .imgWrapper {
    position: relative; }
  .treasureDetailsModule .selectedTreasureWrapper .zoom-inWrapper {
    background-color: rgba(255, 255, 255, 0.9);
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer; }

.searchResultModule {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif; }
  .searchResultModule .row, .searchResultModule .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .searchResultModule .inputFields, .searchResultModule .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .searchResultModule .submitAndLinks {
    padding: 20px 0;
    border-bottom: 1px solid #d8dbdd; }
  .searchResultModule .resultH2 {
    color: #252525;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 0; }
    .searchResultModule .resultH2 .fa-angle-down {
      vertical-align: middle; }
    .searchResultModule .resultH2 .dropdown a {
      color: #ce3d20; }
  .searchResultModule .sort-by {
    white-space: nowrap; }
    @media (max-width: 767px) {
      .searchResultModule .sort-by {
        margin-top: 10px; } }
  .searchResultModule .searchResultItem {
    padding: 20px; }
    .searchResultModule .searchResultItem .title {
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      text-decoration: underline;
      color: #ce3d20; }
    .searchResultModule .searchResultItem .type, .searchResultModule .searchResultItem .availability {
      margin-right: 20px; }
    .searchResultModule .searchResultItem h2 {
      font-size: 16px;
      font-weight: 700;
      line-height: 20px; }
    .searchResultModule .searchResultItem p {
      font-size: 15px;
      font-weight: 400;
      line-height: 19px; }
    .searchResultModule .searchResultItem span.fa {
      color: #5fcc29;
      font-size: 20px;
      font-weight: 400;
      line-height: 20px; }
    .searchResultModule .searchResultItem label {
      padding-right: 20px;
      font-size: 15px;
      font-weight: 700;
      line-height: 19px; }
    .searchResultModule .searchResultItem label.desc {
      font-weight: 400; }
  .searchResultModule .searchResultItem:hover {
    background-color: #f1f2f2; }
  .searchResultModule .pagination {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .searchResultModule .pagination li {
    float: left;
    margin: 3px; }
  .searchResultModule .pagination li a {
    display: block;
    padding: 3px 5px;
    color: #fff;
    background-color: #44b0dd;
    text-decoration: none; }
  .searchResultModule .pagination li a.active {
    border: 1px solid #000;
    color: #000;
    background-color: #fff; }
  .searchResultModule .pagination li a.inactive {
    background-color: #eee;
    color: #777;
    border: 1px solid #ccc; }

.seacrhbarModule {
  position: relative;
  z-index: 700; }
  .seacrhbarModule .performSearchLink {
    border: none;
    background: none;
    margin-top: 6px !important;
    line-height: 0 !important; }
  .seacrhbarModule .searchWrapper {
    background-color: #e64626;
    width: 100%;
    opacity: 0.9;
    left: 0;
    margin: 0 auto; }
    .seacrhbarModule .searchWrapper .activeCategory {
      background-color: white;
      color: #ce3d20; }
    .seacrhbarModule .searchWrapper input[type="text"] {
      font-size: 26px;
      background-color: #e64626;
      border: 0;
      outline: 0;
      color: white;
      width: 100%;
      /*line-height: 47px;*/
      padding-left: 10px; }
    .seacrhbarModule .searchWrapper input, .seacrhbarModule .searchWrapper .input {
      height: 40px; }
    .seacrhbarModule .searchWrapper .col-sm-12 .row, .seacrhbarModule .searchWrapper .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-sm-12 .inputFields, .seacrhbarModule .searchWrapper .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-sm-12 .submitAndLinks, .seacrhbarModule .searchWrapper .col-xs-12 .row, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .row, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn .row, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .row, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn .row, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .row, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn .row, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn .row, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn .row, .seacrhbarModule .searchWrapper .col-xs-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-xs-12 .inputFields, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn .inputFields, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn .inputFields, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn .inputFields, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn .inputFields, .seacrhbarModule .searchWrapper .col-xs-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-xs-12 .submitAndLinks, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn .submitAndLinks, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn .submitAndLinks, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn .submitAndLinks, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn .submitAndLinks {
      margin: 0 auto; }
    @media (min-width: 992px) {
      .seacrhbarModule .searchWrapper .col-sm-12 .row, .seacrhbarModule .searchWrapper .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-sm-12 .inputFields, .seacrhbarModule .searchWrapper .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-sm-12 .submitAndLinks, .seacrhbarModule .searchWrapper .col-xs-12 .row, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .row, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn .row, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .row, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn .row, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .row, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn .row, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn .row, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn .row, .seacrhbarModule .searchWrapper .col-xs-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-xs-12 .inputFields, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn .inputFields, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn .inputFields, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn .inputFields, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn .inputFields, .seacrhbarModule .searchWrapper .col-xs-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-xs-12 .submitAndLinks, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn .submitAndLinks, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn .submitAndLinks, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn .submitAndLinks, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn .submitAndLinks {
        width: 992px; } }
    @media (min-width: 1200px) {
      .seacrhbarModule .searchWrapper .col-sm-12 .row, .seacrhbarModule .searchWrapper .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-sm-12 .inputFields, .seacrhbarModule .searchWrapper .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-sm-12 .submitAndLinks, .seacrhbarModule .searchWrapper .col-xs-12 .row, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .row, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn .row, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .row, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn .row, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .row, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn .row, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn .row, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn .row, .seacrhbarModule .searchWrapper .col-xs-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-xs-12 .inputFields, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn .inputFields, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn .inputFields, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn .inputFields, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn .inputFields, .seacrhbarModule .searchWrapper .col-xs-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-xs-12 .submitAndLinks, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn .submitAndLinks, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn .submitAndLinks, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn .submitAndLinks, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn .submitAndLinks {
        width: 1200px; } }
    .seacrhbarModule .searchWrapper.fixed {
      position: fixed;
      top: 143px;
      /*height: 112px;*/
      opacity: 1;
      z-index: 600;
      width: 100%; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .seacrhbarModule .searchWrapper.fixed {
          top: 46px !important; } }
      @media print {
        .seacrhbarModule .searchWrapper.fixed {
          position: relative !important; } }
      .seacrhbarModule .searchWrapper.fixed .col-sm-3 .input a, .seacrhbarModule .searchWrapper.fixed .col-xs-3 .input a {
        line-height: 50px; }
      .seacrhbarModule .searchWrapper.fixed .col-sm-9 input {
        font-size: 26px; }
      .seacrhbarModule .searchWrapper.fixed .col-sm-12:first-child, .seacrhbarModule .searchWrapper.fixed .col-xs-12:first-child, .seacrhbarModule .searchWrapper.fixed .courseFinderModule.detailed .interestFieldColumn:first-child, .courseFinderModule.detailed .seacrhbarModule .searchWrapper.fixed .interestFieldColumn:first-child, .seacrhbarModule .searchWrapper.fixed .courseFinderModule.detailed .keywordsFieldColumn:first-child, .courseFinderModule.detailed .seacrhbarModule .searchWrapper.fixed .keywordsFieldColumn:first-child, .seacrhbarModule .searchWrapper.fixed .courseFinderModule.detailed .searchButtonColumn:first-child, .courseFinderModule.detailed .seacrhbarModule .searchWrapper.fixed .searchButtonColumn:first-child, .seacrhbarModule .searchWrapper.fixed .courseFinderModule.detailed .coursesColumn:first-child, .courseFinderModule.detailed .seacrhbarModule .searchWrapper.fixed .coursesColumn:first-child {
        padding-top: 5px;
        padding-bottom: 7px; }
        @media (min-width: 992px) {
          .seacrhbarModule .searchWrapper.fixed .col-sm-12:first-child, .seacrhbarModule .searchWrapper.fixed .col-xs-12:first-child, .seacrhbarModule .searchWrapper.fixed .courseFinderModule.detailed .interestFieldColumn:first-child, .courseFinderModule.detailed .seacrhbarModule .searchWrapper.fixed .interestFieldColumn:first-child, .seacrhbarModule .searchWrapper.fixed .courseFinderModule.detailed .keywordsFieldColumn:first-child, .courseFinderModule.detailed .seacrhbarModule .searchWrapper.fixed .keywordsFieldColumn:first-child, .seacrhbarModule .searchWrapper.fixed .courseFinderModule.detailed .searchButtonColumn:first-child, .courseFinderModule.detailed .seacrhbarModule .searchWrapper.fixed .searchButtonColumn:first-child, .seacrhbarModule .searchWrapper.fixed .courseFinderModule.detailed .coursesColumn:first-child, .courseFinderModule.detailed .seacrhbarModule .searchWrapper.fixed .coursesColumn:first-child {
            padding-bottom: 10px; } }
      @media (max-width: 768px) {
        .seacrhbarModule .searchWrapper.fixed {
          top: 98px;
          min-height: 68px; } }
      @media (max-width: 615px) {
        .seacrhbarModule .searchWrapper.fixed {
          top: 126px; } }
      @media (min-width: 768px) {
        .seacrhbarModule .searchWrapper.fixed {
          top: 98px; } }
      @media (min-width: 992px) {
        .seacrhbarModule .searchWrapper.fixed {
          top: 170px; } }
      @media (min-width: 1200px) {
        .seacrhbarModule .searchWrapper.fixed {
          top: 152px; } }
    .seacrhbarModule .searchWrapper .col-sm-12, .seacrhbarModule .searchWrapper .col-xs-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn {
      padding: 0; }
    .seacrhbarModule .searchWrapper .categories-menu {
      padding: 0; }
      @media (max-width: 767px) {
        .seacrhbarModule .searchWrapper .categories-menu {
          overflow: visible;
          overflow-x: auto; }
          .seacrhbarModule .searchWrapper .categories-menu .row, .seacrhbarModule .searchWrapper .categories-menu .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu .inputFields, .seacrhbarModule .searchWrapper .categories-menu .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu .submitAndLinks {
            width: 800px; } }
      .seacrhbarModule .searchWrapper .categories-menu.col-sm-12:last-child .col-sm-12, .seacrhbarModule .searchWrapper .categories-menu.col-sm-12:last-child .col-xs-12, .seacrhbarModule .searchWrapper .categories-menu.col-sm-12:last-child .courseFinderModule.detailed .interestFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.col-sm-12:last-child .interestFieldColumn, .seacrhbarModule .searchWrapper .categories-menu.col-sm-12:last-child .courseFinderModule.detailed .keywordsFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.col-sm-12:last-child .keywordsFieldColumn, .seacrhbarModule .searchWrapper .categories-menu.col-sm-12:last-child .courseFinderModule.detailed .searchButtonColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.col-sm-12:last-child .searchButtonColumn, .seacrhbarModule .searchWrapper .categories-menu.col-sm-12:last-child .courseFinderModule.detailed .coursesColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.col-sm-12:last-child .coursesColumn, .seacrhbarModule .searchWrapper .categories-menu.col-xs-12:last-child .col-sm-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.interestFieldColumn:last-child .col-sm-12, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.interestFieldColumn:last-child .col-sm-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.keywordsFieldColumn:last-child .col-sm-12, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.keywordsFieldColumn:last-child .col-sm-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.searchButtonColumn:last-child .col-sm-12, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.searchButtonColumn:last-child .col-sm-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.coursesColumn:last-child .col-sm-12, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.coursesColumn:last-child .col-sm-12, .seacrhbarModule .searchWrapper .categories-menu.col-xs-12:last-child .col-xs-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.interestFieldColumn:last-child .col-xs-12, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.interestFieldColumn:last-child .col-xs-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.keywordsFieldColumn:last-child .col-xs-12, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.keywordsFieldColumn:last-child .col-xs-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.searchButtonColumn:last-child .col-xs-12, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.searchButtonColumn:last-child .col-xs-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.coursesColumn:last-child .col-xs-12, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.coursesColumn:last-child .col-xs-12, .seacrhbarModule .searchWrapper .categories-menu.col-xs-12:last-child .courseFinderModule.detailed .interestFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.col-xs-12:last-child .interestFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.interestFieldColumn:last-child .interestFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.interestFieldColumn:last-child .interestFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.keywordsFieldColumn:last-child .interestFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.keywordsFieldColumn:last-child .interestFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.searchButtonColumn:last-child .interestFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.searchButtonColumn:last-child .interestFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.coursesColumn:last-child .interestFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.coursesColumn:last-child .interestFieldColumn, .seacrhbarModule .searchWrapper .categories-menu.col-xs-12:last-child .courseFinderModule.detailed .keywordsFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.col-xs-12:last-child .keywordsFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.interestFieldColumn:last-child .keywordsFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.interestFieldColumn:last-child .keywordsFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.keywordsFieldColumn:last-child .keywordsFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.keywordsFieldColumn:last-child .keywordsFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.searchButtonColumn:last-child .keywordsFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.searchButtonColumn:last-child .keywordsFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.coursesColumn:last-child .keywordsFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.coursesColumn:last-child .keywordsFieldColumn, .seacrhbarModule .searchWrapper .categories-menu.col-xs-12:last-child .courseFinderModule.detailed .searchButtonColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.col-xs-12:last-child .searchButtonColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.interestFieldColumn:last-child .searchButtonColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.interestFieldColumn:last-child .searchButtonColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.keywordsFieldColumn:last-child .searchButtonColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.keywordsFieldColumn:last-child .searchButtonColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.searchButtonColumn:last-child .searchButtonColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.searchButtonColumn:last-child .searchButtonColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.coursesColumn:last-child .searchButtonColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.coursesColumn:last-child .searchButtonColumn, .seacrhbarModule .searchWrapper .categories-menu.col-xs-12:last-child .courseFinderModule.detailed .coursesColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.col-xs-12:last-child .coursesColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.interestFieldColumn:last-child .coursesColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.interestFieldColumn:last-child .coursesColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.keywordsFieldColumn:last-child .coursesColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.keywordsFieldColumn:last-child .coursesColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.searchButtonColumn:last-child .coursesColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.searchButtonColumn:last-child .coursesColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .categories-menu.coursesColumn:last-child .coursesColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .categories-menu.coursesColumn:last-child .coursesColumn {
        padding-right: 10px; }
    .seacrhbarModule .searchWrapper .col-sm-12:first-child, .seacrhbarModule .searchWrapper .col-xs-12:first-child, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn:first-child, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn:first-child, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:first-child, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn:first-child, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn:first-child, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn:first-child, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn:first-child, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn:first-child {
      padding-top: 5px;
      padding-bottom: 7px; }
      @media (min-width: 992px) {
        .seacrhbarModule .searchWrapper .col-sm-12:first-child, .seacrhbarModule .searchWrapper .col-xs-12:first-child, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn:first-child, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn:first-child, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:first-child, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn:first-child, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn:first-child, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn:first-child, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn:first-child, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn:first-child {
          padding-bottom: 10px; } }
    .seacrhbarModule .searchWrapper .col-sm-12:last-child .col-sm-12, .seacrhbarModule .searchWrapper .col-sm-12:last-child .col-xs-12, .seacrhbarModule .searchWrapper .col-sm-12:last-child .courseFinderModule.detailed .interestFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-sm-12:last-child .interestFieldColumn, .seacrhbarModule .searchWrapper .col-sm-12:last-child .courseFinderModule.detailed .keywordsFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-sm-12:last-child .keywordsFieldColumn, .seacrhbarModule .searchWrapper .col-sm-12:last-child .courseFinderModule.detailed .searchButtonColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-sm-12:last-child .searchButtonColumn, .seacrhbarModule .searchWrapper .col-sm-12:last-child .courseFinderModule.detailed .coursesColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-sm-12:last-child .coursesColumn, .seacrhbarModule .searchWrapper .col-xs-12:last-child .col-sm-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn:last-child .col-sm-12, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn:last-child .col-sm-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:last-child .col-sm-12, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn:last-child .col-sm-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn:last-child .col-sm-12, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn:last-child .col-sm-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn:last-child .col-sm-12, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn:last-child .col-sm-12, .seacrhbarModule .searchWrapper .col-xs-12:last-child .col-xs-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn:last-child .col-xs-12, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn:last-child .col-xs-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:last-child .col-xs-12, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn:last-child .col-xs-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn:last-child .col-xs-12, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn:last-child .col-xs-12, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn:last-child .col-xs-12, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn:last-child .col-xs-12, .seacrhbarModule .searchWrapper .col-xs-12:last-child .courseFinderModule.detailed .interestFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-xs-12:last-child .interestFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn:last-child .interestFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn:last-child .interestFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:last-child .interestFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn:last-child .interestFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn:last-child .interestFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn:last-child .interestFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn:last-child .interestFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn:last-child .interestFieldColumn, .seacrhbarModule .searchWrapper .col-xs-12:last-child .courseFinderModule.detailed .keywordsFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-xs-12:last-child .keywordsFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn:last-child .keywordsFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn:last-child .keywordsFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:last-child .keywordsFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn:last-child .keywordsFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn:last-child .keywordsFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn:last-child .keywordsFieldColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn:last-child .keywordsFieldColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn:last-child .keywordsFieldColumn, .seacrhbarModule .searchWrapper .col-xs-12:last-child .courseFinderModule.detailed .searchButtonColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-xs-12:last-child .searchButtonColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn:last-child .searchButtonColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn:last-child .searchButtonColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:last-child .searchButtonColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn:last-child .searchButtonColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn:last-child .searchButtonColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn:last-child .searchButtonColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn:last-child .searchButtonColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn:last-child .searchButtonColumn, .seacrhbarModule .searchWrapper .col-xs-12:last-child .courseFinderModule.detailed .coursesColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .col-xs-12:last-child .coursesColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn:last-child .coursesColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .interestFieldColumn:last-child .coursesColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:last-child .coursesColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .keywordsFieldColumn:last-child .coursesColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn:last-child .coursesColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .searchButtonColumn:last-child .coursesColumn, .seacrhbarModule .searchWrapper .courseFinderModule.detailed .coursesColumn:last-child .coursesColumn, .courseFinderModule.detailed .seacrhbarModule .searchWrapper .coursesColumn:last-child .coursesColumn {
      padding-top: 0;
      padding-left: 10px;
      padding-bottom: 0; }
    .seacrhbarModule .searchWrapper .col-sm-9, .seacrhbarModule .searchWrapper .col-xs-9 {
      padding-right: 1px; }
      .seacrhbarModule .searchWrapper .col-sm-9 input, .seacrhbarModule .searchWrapper .col-xs-9 input {
        background-color: rgba(0, 0, 0, 0.3); }
    .seacrhbarModule .searchWrapper .col-sm-3, .seacrhbarModule .searchWrapper .col-xs-3 {
      padding-left: 1px; }
      .seacrhbarModule .searchWrapper .col-sm-3 .input, .seacrhbarModule .searchWrapper .col-xs-3 .input {
        font-size: 25px;
        background-color: rgba(0, 0, 0, 0.3); }
        @media (max-width: 991px) {
          .seacrhbarModule .searchWrapper .col-sm-3 .input, .seacrhbarModule .searchWrapper .col-xs-3 .input {
            text-align: center; } }
        .seacrhbarModule .searchWrapper .col-sm-3 .input .performSearchLink, .seacrhbarModule .searchWrapper .col-xs-3 .input .performSearchLink {
          color: white;
          margin: 5px;
          line-height: 50px; }
          @media (max-width: 991px) {
            .seacrhbarModule .searchWrapper .col-sm-3 .input .performSearchLink, .seacrhbarModule .searchWrapper .col-xs-3 .input .performSearchLink {
              padding: 5px; } }
          @media (min-width: 992px) {
            .seacrhbarModule .searchWrapper .col-sm-3 .input .performSearchLink, .seacrhbarModule .searchWrapper .col-xs-3 .input .performSearchLink {
              padding: 5px 17%; } }
          @media (min-width: 1200px) {
            .seacrhbarModule .searchWrapper .col-sm-3 .input .performSearchLink, .seacrhbarModule .searchWrapper .col-xs-3 .input .performSearchLink {
              padding: 5px 21%; } }
          @media (min-width: 1440px) {
            .seacrhbarModule .searchWrapper .col-sm-3 .input .performSearchLink, .seacrhbarModule .searchWrapper .col-xs-3 .input .performSearchLink {
              padding: 5px 25%; } }
    .seacrhbarModule .searchWrapper .dropdown {
      margin-top: 4px; }
      .seacrhbarModule .searchWrapper .dropdown a:hover, .seacrhbarModule .searchWrapper .dropdown a:active {
        text-decoration: none; }
      .seacrhbarModule .searchWrapper .dropdown span {
        color: white;
        font-size: 20px;
        font-weight: 800;
        line-height: 27px;
        padding: 10px 0 9px 15px; }
        .seacrhbarModule .searchWrapper .dropdown span.fa {
          padding-right: 15px; }
        @media (max-width: 767px) {
          .seacrhbarModule .searchWrapper .dropdown span {
            font-size: 13px; } }
        @media (min-width: 768px) {
          .seacrhbarModule .searchWrapper .dropdown span {
            font-size: 13px;
            padding: 10px 0 11px 15px; }
            .seacrhbarModule .searchWrapper .dropdown span.fa {
              padding-right: 15px; } }
        @media (min-width: 992px) {
          .seacrhbarModule .searchWrapper .dropdown span {
            font-size: 14px;
            padding: 10px 0 11px 15px; }
            .seacrhbarModule .searchWrapper .dropdown span.fa {
              padding-right: 15px; } }
        @media (min-width: 1200px) {
          .seacrhbarModule .searchWrapper .dropdown span {
            font-size: 16px; } }
        @media (min-width: 1440px) {
          .seacrhbarModule .searchWrapper .dropdown span {
            font-size: 20px;
            padding: 10px 0 11px 15px; }
            .seacrhbarModule .searchWrapper .dropdown span .fa {
              padding-right: 15px; } }
      .seacrhbarModule .searchWrapper .dropdown .fa {
        padding-top: 4px; }
    .seacrhbarModule .searchWrapper .dropdown-menu {
      border-radius: 0;
      border: 1px solid #d8dbdd;
      box-shadow: none;
      z-index: 1000; }
      .seacrhbarModule .searchWrapper .dropdown-menu a:hover, .seacrhbarModule .searchWrapper .dropdown-menu li:hover {
        background-color: #e64626;
        color: white;
        text-decoration: none; }
      .seacrhbarModule .searchWrapper .dropdown-menu > li > a {
        border: none;
        color: #252525;
        border: none;
        border-radius: 0;
        background-color: white;
        text-decoration: none; }
    .seacrhbarModule .searchWrapper .dropdown-wrapper-filter .dropdown span {
      padding-left: 0; }
    .seacrhbarModule .searchWrapper .dropdown-wrapper-filter .dropdown .fa-angle-down {
      color: #fff;
      font-size: 30px;
      line-height: 27px;
      vertical-align: top;
      margin-left: 10px; }
    .seacrhbarModule .searchWrapper .dropdown-wrapper-filter .dropdown .dropdown-menu {
      width: 100%;
      border: none;
      border-radius: 0;
      background: #e64626;
      margin: 0 -20px;
      box-sizing: content-box;
      padding-left: 15px;
      padding-right: 15px; }
      .seacrhbarModule .searchWrapper .dropdown-wrapper-filter .dropdown .dropdown-menu a {
        padding-left: 5px;
        padding-right: 5px;
        color: white;
        font-size: 20px;
        font-weight: 400; }
        .seacrhbarModule .searchWrapper .dropdown-wrapper-filter .dropdown .dropdown-menu a, .seacrhbarModule .searchWrapper .dropdown-wrapper-filter .dropdown .dropdown-menu a:focus, .seacrhbarModule .searchWrapper .dropdown-wrapper-filter .dropdown .dropdown-menu a:active {
          background: #e64626 !important; }
    .seacrhbarModule .searchWrapper .categories {
      font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
      /*@media (min-width: $screen-sm-min) {
          a, a:hover {
              font-size: 12px;
              padding: 10px 12px 17px 12px;
          }
      }*/ }
      .seacrhbarModule .searchWrapper .categories a, .seacrhbarModule .searchWrapper .categories a:hover {
        color: white;
        padding: 10px 15px 17px 15px;
        font-size: 20px;
        line-height: 38px; }
        @media (max-width: 991px) {
          .seacrhbarModule .searchWrapper .categories a, .seacrhbarModule .searchWrapper .categories a:hover {
            font-size: 16px; } }
      .seacrhbarModule .searchWrapper .categories a:hover, .seacrhbarModule .searchWrapper .categories a:active {
        text-decoration: none; }
      .seacrhbarModule .searchWrapper .categories a.activeCategory {
        background-color: white;
        color: #ce3d20; }
      .seacrhbarModule .searchWrapper .categories label {
        color: #252525;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px; }
      @media (min-width: 992px) {
        .seacrhbarModule .searchWrapper .categories a, .seacrhbarModule .searchWrapper .categories a:hover {
          font-size: 14px;
          padding: 10px 15px 18px 15px; } }
      @media (min-width: 1200px) {
        .seacrhbarModule .searchWrapper .categories a, .seacrhbarModule .searchWrapper .categories a:hover {
          font-size: 16px;
          padding: 10px 15px 16px 15px; } }
      @media (min-width: 1440px) {
        .seacrhbarModule .searchWrapper .categories a, .seacrhbarModule .searchWrapper .categories a:hover {
          font-size: 20px;
          padding: 10px 15px 13px 15px; } }
    .seacrhbarModule .searchWrapper .performSearchLink {
      padding: 0; }
      .seacrhbarModule .searchWrapper .performSearchLink span:first-child {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        line-height: 0;
        padding-bottom: 22px;
        padding-right: 10px; }
      .seacrhbarModule .searchWrapper .performSearchLink span.glyphicon {
        font-size: 25px;
        top: -3px; }

.databaseTableModule {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif; }
  .databaseTableModule .databaseLink {
    color: #ce3d20;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    text-decoration: underline;
    margin-right: 50px; }
  .databaseTableModule h3 {
    color: #252525;
    font-size: 24px;
    font-weight: 800;
    line-height: 26px;
    border-top: 1px solid #d8dbdd;
    border-bottom: 1px solid #d8dbdd;
    padding: 15px 0 15px 0; }
  .databaseTableModule .databaseHeaderLink {
    color: #ce3d20;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    text-decoration: underline;
    padding: 5px 0 10px 0; }
  .databaseTableModule .italic {
    color: #262626;
    font-style: italic;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    padding-top: 10px; }
  .databaseTableModule p {
    color: #262626;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400; }
  .databaseTableModule .databaseTableRow {
    padding-bottom: 37px;
    padding-top: 32px;
    border-bottom: 1px solid #d8dbdd; }

.narrowHeaderModule .performSearchLink {
  border: none;
  background: none;
  margin-top: 6px !important;
  line-height: 0 !important; }
.narrowHeaderModule .searchWrapper {
  height: 50px;
  background-color: #e64626;
  width: 100%;
  opacity: 0.9;
  left: 0;
  margin: 0 auto;
        /*@media (min-width: $screen-md-min) {


            .col-sm-3 .input, .col-xs-3 .input {

                a {
                    padding: 0px 0px 0 47px;
                }
            }
        }*/ }
  .narrowHeaderModule .searchWrapper .activeCategory {
    background-color: white;
    color: #ce3d20; }
  .narrowHeaderModule .searchWrapper input[type="text"] {
    font-size: 26px;
    background-color: #e64626;
    border: 0;
    outline: 0;
    color: white;
    width: 100%;
    line-height: 40px;
    padding-left: 10px; }
  .narrowHeaderModule .searchWrapper input, .narrowHeaderModule .searchWrapper .input {
    height: 40px; }
  .narrowHeaderModule .searchWrapper .clear-search {
    width: 38px;
    height: 38px; }
  .narrowHeaderModule .searchWrapper .col-sm-12 .row, .narrowHeaderModule .searchWrapper .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-sm-12 .inputFields, .narrowHeaderModule .searchWrapper .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-sm-12 .submitAndLinks, .narrowHeaderModule .searchWrapper .col-xs-12 .row, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .row, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .interestFieldColumn .row, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .row, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .keywordsFieldColumn .row, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .row, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .searchButtonColumn .row, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .coursesColumn .row, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .coursesColumn .row, .narrowHeaderModule .searchWrapper .col-xs-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-xs-12 .inputFields, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .interestFieldColumn .inputFields, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .keywordsFieldColumn .inputFields, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .searchButtonColumn .inputFields, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .coursesColumn .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .coursesColumn .inputFields, .narrowHeaderModule .searchWrapper .col-xs-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-xs-12 .submitAndLinks, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .interestFieldColumn .submitAndLinks, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .keywordsFieldColumn .submitAndLinks, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .searchButtonColumn .submitAndLinks, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .coursesColumn .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .coursesColumn .submitAndLinks {
    text-align: center;
    margin: 0 auto; }
  @media (min-width: 992px) {
    .narrowHeaderModule .searchWrapper .col-sm-12 .row, .narrowHeaderModule .searchWrapper .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-sm-12 .inputFields, .narrowHeaderModule .searchWrapper .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-sm-12 .submitAndLinks, .narrowHeaderModule .searchWrapper .col-xs-12 .row, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .row, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .interestFieldColumn .row, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .row, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .keywordsFieldColumn .row, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .row, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .searchButtonColumn .row, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .coursesColumn .row, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .coursesColumn .row, .narrowHeaderModule .searchWrapper .col-xs-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-xs-12 .inputFields, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .interestFieldColumn .inputFields, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .keywordsFieldColumn .inputFields, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .searchButtonColumn .inputFields, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .coursesColumn .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .coursesColumn .inputFields, .narrowHeaderModule .searchWrapper .col-xs-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-xs-12 .submitAndLinks, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .interestFieldColumn .submitAndLinks, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .keywordsFieldColumn .submitAndLinks, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .searchButtonColumn .submitAndLinks, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .coursesColumn .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .coursesColumn .submitAndLinks {
      width: 992px; } }
  @media (min-width: 1200px) {
    .narrowHeaderModule .searchWrapper .col-sm-12 .row, .narrowHeaderModule .searchWrapper .col-sm-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-sm-12 .inputFields, .narrowHeaderModule .searchWrapper .col-sm-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-sm-12 .submitAndLinks, .narrowHeaderModule .searchWrapper .col-xs-12 .row, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .row, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .interestFieldColumn .row, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .row, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .keywordsFieldColumn .row, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .row, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .searchButtonColumn .row, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .coursesColumn .row, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .coursesColumn .row, .narrowHeaderModule .searchWrapper .col-xs-12 .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-xs-12 .inputFields, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .interestFieldColumn .inputFields, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .keywordsFieldColumn .inputFields, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .searchButtonColumn .inputFields, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .coursesColumn .inputFields, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .coursesColumn .inputFields, .narrowHeaderModule .searchWrapper .col-xs-12 .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-xs-12 .submitAndLinks, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .interestFieldColumn .submitAndLinks, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .keywordsFieldColumn .submitAndLinks, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .searchButtonColumn .submitAndLinks, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .coursesColumn .submitAndLinks, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .coursesColumn .submitAndLinks {
      width: 1200px; } }
  .narrowHeaderModule .searchWrapper .performSearchLink span:first-child {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 0;
    padding-bottom: 22px;
    padding-right: 10px; }
  .narrowHeaderModule .searchWrapper .performSearchLink span.glyphicon {
    font-size: 25px;
    top: -3px; }
    @media (max-width: 991px) {
      .narrowHeaderModule .searchWrapper .performSearchLink span.glyphicon {
        top: 0; } }
  .narrowHeaderModule .searchWrapper.fixed {
    position: fixed;
    top: 98px;
    height: 50px;
    opacity: 1;
    z-index: 600;
    width: 100%;
    z-index: 600; }
    @media print {
      .narrowHeaderModule .searchWrapper.fixed {
        position: relative !important; } }
    .narrowHeaderModule .searchWrapper.fixed .col-sm-12:first-child, .narrowHeaderModule .searchWrapper.fixed .col-xs-12:first-child, .narrowHeaderModule .searchWrapper.fixed .courseFinderModule.detailed .interestFieldColumn:first-child, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper.fixed .interestFieldColumn:first-child, .narrowHeaderModule .searchWrapper.fixed .courseFinderModule.detailed .keywordsFieldColumn:first-child, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper.fixed .keywordsFieldColumn:first-child, .narrowHeaderModule .searchWrapper.fixed .courseFinderModule.detailed .searchButtonColumn:first-child, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper.fixed .searchButtonColumn:first-child, .narrowHeaderModule .searchWrapper.fixed .courseFinderModule.detailed .coursesColumn:first-child, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper.fixed .coursesColumn:first-child {
      padding-top: 5px;
      padding-bottom: 5px; }
    .narrowHeaderModule .searchWrapper.fixed .col-sm-3 .input .performSearchLink, .narrowHeaderModule .searchWrapper.fixed .col-xs-3 .input .performSearchLink {
      line-height: 50px; }
    .narrowHeaderModule .searchWrapper.fixed input, .narrowHeaderModule .searchWrapper.fixed .input {
      height: 40px; }
    .narrowHeaderModule .searchWrapper.fixed .col-sm-9 input {
      font-size: 26px; }
    .narrowHeaderModule .searchWrapper.fixed .performSearchLink {
      padding: 0; }
      .narrowHeaderModule .searchWrapper.fixed .performSearchLink span:first-child {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        line-height: 0;
        padding-bottom: 22px;
        padding-right: 10px; }
      .narrowHeaderModule .searchWrapper.fixed .performSearchLink span.glyphicon {
        font-size: 25px;
        top: -3px; }
    @media (max-width: 768px) {
      .narrowHeaderModule .searchWrapper.fixed {
        top: 98px; } }
    @media (max-width: 615px) {
      .narrowHeaderModule .searchWrapper.fixed {
        top: 126px;
        z-index: 1200; } }
    @media (min-width: 992px) {
      .narrowHeaderModule .searchWrapper.fixed {
        top: 170px;
        border-bottom: none; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .narrowHeaderModule .searchWrapper.fixed {
        top: 46px !important; } }
    @media (min-width: 1200px) {
      .narrowHeaderModule .searchWrapper.fixed {
        top: 152px;
        border-bottom: none; } }
  .narrowHeaderModule .searchWrapper .col-sm-12:first-child, .narrowHeaderModule .searchWrapper .col-xs-12:first-child, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn:first-child, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .interestFieldColumn:first-child, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:first-child, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .keywordsFieldColumn:first-child, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn:first-child, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .searchButtonColumn:first-child, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .coursesColumn:first-child, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .coursesColumn:first-child {
    padding-top: 5px;
    padding-bottom: 5px; }
  .narrowHeaderModule .searchWrapper .col-sm-12:last-child .col-sm-12, .narrowHeaderModule .searchWrapper .col-sm-12:last-child .col-xs-12, .narrowHeaderModule .searchWrapper .col-sm-12:last-child .courseFinderModule.detailed .interestFieldColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-sm-12:last-child .interestFieldColumn, .narrowHeaderModule .searchWrapper .col-sm-12:last-child .courseFinderModule.detailed .keywordsFieldColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-sm-12:last-child .keywordsFieldColumn, .narrowHeaderModule .searchWrapper .col-sm-12:last-child .courseFinderModule.detailed .searchButtonColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-sm-12:last-child .searchButtonColumn, .narrowHeaderModule .searchWrapper .col-sm-12:last-child .courseFinderModule.detailed .coursesColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-sm-12:last-child .coursesColumn, .narrowHeaderModule .searchWrapper .col-xs-12:last-child .col-sm-12, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn:last-child .col-sm-12, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .interestFieldColumn:last-child .col-sm-12, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:last-child .col-sm-12, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .keywordsFieldColumn:last-child .col-sm-12, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn:last-child .col-sm-12, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .searchButtonColumn:last-child .col-sm-12, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .coursesColumn:last-child .col-sm-12, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .coursesColumn:last-child .col-sm-12, .narrowHeaderModule .searchWrapper .col-xs-12:last-child .col-xs-12, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn:last-child .col-xs-12, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .interestFieldColumn:last-child .col-xs-12, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:last-child .col-xs-12, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .keywordsFieldColumn:last-child .col-xs-12, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn:last-child .col-xs-12, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .searchButtonColumn:last-child .col-xs-12, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .coursesColumn:last-child .col-xs-12, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .coursesColumn:last-child .col-xs-12, .narrowHeaderModule .searchWrapper .col-xs-12:last-child .courseFinderModule.detailed .interestFieldColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-xs-12:last-child .interestFieldColumn, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn:last-child .interestFieldColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .interestFieldColumn:last-child .interestFieldColumn, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:last-child .interestFieldColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .keywordsFieldColumn:last-child .interestFieldColumn, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn:last-child .interestFieldColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .searchButtonColumn:last-child .interestFieldColumn, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .coursesColumn:last-child .interestFieldColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .coursesColumn:last-child .interestFieldColumn, .narrowHeaderModule .searchWrapper .col-xs-12:last-child .courseFinderModule.detailed .keywordsFieldColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-xs-12:last-child .keywordsFieldColumn, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn:last-child .keywordsFieldColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .interestFieldColumn:last-child .keywordsFieldColumn, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:last-child .keywordsFieldColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .keywordsFieldColumn:last-child .keywordsFieldColumn, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn:last-child .keywordsFieldColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .searchButtonColumn:last-child .keywordsFieldColumn, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .coursesColumn:last-child .keywordsFieldColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .coursesColumn:last-child .keywordsFieldColumn, .narrowHeaderModule .searchWrapper .col-xs-12:last-child .courseFinderModule.detailed .searchButtonColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-xs-12:last-child .searchButtonColumn, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn:last-child .searchButtonColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .interestFieldColumn:last-child .searchButtonColumn, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:last-child .searchButtonColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .keywordsFieldColumn:last-child .searchButtonColumn, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn:last-child .searchButtonColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .searchButtonColumn:last-child .searchButtonColumn, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .coursesColumn:last-child .searchButtonColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .coursesColumn:last-child .searchButtonColumn, .narrowHeaderModule .searchWrapper .col-xs-12:last-child .courseFinderModule.detailed .coursesColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .col-xs-12:last-child .coursesColumn, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .interestFieldColumn:last-child .coursesColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .interestFieldColumn:last-child .coursesColumn, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .keywordsFieldColumn:last-child .coursesColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .keywordsFieldColumn:last-child .coursesColumn, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .searchButtonColumn:last-child .coursesColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .searchButtonColumn:last-child .coursesColumn, .narrowHeaderModule .searchWrapper .courseFinderModule.detailed .coursesColumn:last-child .coursesColumn, .courseFinderModule.detailed .narrowHeaderModule .searchWrapper .coursesColumn:last-child .coursesColumn {
    padding-top: 0;
    padding-left: 10px;
    padding-bottom: 0; }
  .narrowHeaderModule .searchWrapper .col-sm-9, .narrowHeaderModule .searchWrapper .col-xs-9 {
    padding-right: 1px; }
    .narrowHeaderModule .searchWrapper .col-sm-9 input, .narrowHeaderModule .searchWrapper .col-xs-9 input {
      background-color: rgba(0, 0, 0, 0.3); }
  .narrowHeaderModule .searchWrapper .col-sm-3, .narrowHeaderModule .searchWrapper .col-xs-3 {
    padding-left: 1px; }
    .narrowHeaderModule .searchWrapper .col-sm-3 .input, .narrowHeaderModule .searchWrapper .col-xs-3 .input {
      font-size: 25px;
      background-color: rgba(0, 0, 0, 0.3); }
      .narrowHeaderModule .searchWrapper .col-sm-3 .input .performSearchLink, .narrowHeaderModule .searchWrapper .col-xs-3 .input .performSearchLink {
        color: white;
        margin: 5px;
        line-height: 50px; }
  .narrowHeaderModule .searchWrapper .dropdown a:hover, .narrowHeaderModule .searchWrapper .dropdown a:active {
    text-decoration: none; }
  .narrowHeaderModule .searchWrapper .dropdown span {
    color: white;
    padding: 10px 15px 10px 15px;
    font-size: 20px;
    font-weight: 800;
    line-height: 27px; }
    @media (min-width: 768px) {
      .narrowHeaderModule .searchWrapper .dropdown span {
        font-size: 13px; } }
    @media (min-width: 992px) {
      .narrowHeaderModule .searchWrapper .dropdown span {
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .narrowHeaderModule .searchWrapper .dropdown span {
        font-size: 16px; } }
    @media (min-width: 1440px) {
      .narrowHeaderModule .searchWrapper .dropdown span {
        font-size: 20px; } }
  .narrowHeaderModule .searchWrapper .dropdown .fa {
    padding-top: 4px; }
  .narrowHeaderModule .searchWrapper .dropdown-menu {
    top: 70%;
    width: 100%;
    border: none;
    background-color: #e64626;
    color: white;
    border-radius: 0; }
    .narrowHeaderModule .searchWrapper .dropdown-menu a:hover, .narrowHeaderModule .searchWrapper .dropdown-menu li:hover {
      background-color: #e64626;
      color: white;
      text-decoration: none; }
    .narrowHeaderModule .searchWrapper .dropdown-menu > li > a {
      background-color: #e64626;
      color: white;
      text-decoration: none; }
  .narrowHeaderModule .searchWrapper .categories {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif; }
    .narrowHeaderModule .searchWrapper .categories a, .narrowHeaderModule .searchWrapper .categories a:hover {
      color: white;
      padding: 10px 15px 13px 15px;
      font-size: 20px;
      font-weight: 800;
      line-height: 27px; }
    .narrowHeaderModule .searchWrapper .categories a:hover, .narrowHeaderModule .searchWrapper .categories a:active {
      text-decoration: none; }
    .narrowHeaderModule .searchWrapper .categories a.activeCategory {
      background-color: white;
      color: #ce3d20; }
    .narrowHeaderModule .searchWrapper .categories label {
      color: black;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px; }
    @media (min-width: 768px) {
      .narrowHeaderModule .searchWrapper .categories a, .narrowHeaderModule .searchWrapper .categories a:hover {
        font-size: 12px;
        padding: 10px 12px 17px 12px; } }
    @media (min-width: 992px) {
      .narrowHeaderModule .searchWrapper .categories a, .narrowHeaderModule .searchWrapper .categories a:hover {
        font-size: 14px;
        padding: 10px 15px 16px 15px; } }
    @media (min-width: 1200px) {
      .narrowHeaderModule .searchWrapper .categories a, .narrowHeaderModule .searchWrapper .categories a:hover {
        font-size: 16px;
        padding: 10px 15px 14px 15px; } }
    @media (min-width: 1440px) {
      .narrowHeaderModule .searchWrapper .categories a, .narrowHeaderModule .searchWrapper .categories a:hover {
        font-size: 20px;
        padding: 10px 15px 13px 15px; } }
  @media (min-width: 992px) {
    .narrowHeaderModule .searchWrapper .col-sm-3 .input .performSearchLink, .narrowHeaderModule .searchWrapper .col-xs-3 .input .performSearchLink {
      padding: 5px 15px; } }
  @media (min-width: 1200px) {
    .narrowHeaderModule .searchWrapper .col-sm-3 .input .performSearchLink, .narrowHeaderModule .searchWrapper .col-xs-3 .input .performSearchLink {
      padding: 5px 32px; } }
  @media (min-width: 1440px) {
    .narrowHeaderModule .searchWrapper .col-sm-3 .input .performSearchLink, .narrowHeaderModule .searchWrapper .col-xs-3 .input .performSearchLink {
      padding: 5px 62px; } }

.instruction {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #252525;
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 30px 0;
  line-height: 21px; }
  .instruction li {
    float: left;
    margin-right: 35px;
    cursor: default;
    padding-top: 10px; }

.gettingStartedModule .accordionStarted {
  padding-bottom: 3px; }
  .gettingStartedModule .accordionStarted > .title {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 18px;
    padding-top: 3px;
    display: none; }
    @media (min-width: 768px) {
      .gettingStartedModule .accordionStarted > .title {
        display: block;
        border-bottom: 1px solid #dcdcdc; } }
  @media (max-width: 991px) {
    .gettingStartedModule .accordionStarted .accordionPanel:first-child {
      border-top: 1px solid #dcdcdc; } }

.icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px; }

.iresearch {
  background-image: url(../img/icon_iresearch.gif);
  width: 18px;
  height: 18px; }

.video {
  background-image: url(../img/icon_video_cyan.gif);
  width: 19px;
  height: 13px; }

.podcast {
  background-image: url(../img/icon_podcast.gif);
  width: 18px;
  height: 18px; }

.pdf {
  background-image: url(../img/pdf.png);
  width: 18px;
  height: 18px; }

.locationsMapModule .google-map {
  width: 100%;
  height: 375px; }
  @media (max-width: 1199px) {
    .locationsMapModule .google-map {
      display: none; } }
  .locationsMapModule .google-map .docked-marker, .locationsMapModule .google-map .undocked-marker {
    position: absolute;
    display: block;
    width: auto;
    min-width: 55px;
    cursor: pointer;
    text-align: center;
    padding: 0 10px;
    background: #e64626;
    color: #fff;
    z-index: 2;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2); }
    .locationsMapModule .google-map .docked-marker .arrow, .locationsMapModule .google-map .undocked-marker .arrow {
      position: absolute;
      top: -10px;
      left: -10px;
      display: block;
      width: 75px;
      height: 79px;
      background: green;
      background: url(/img/locations/arrow.png) no-repeat 50% 100%;
      z-index: 1; }
    .locationsMapModule .google-map .docked-marker a, .locationsMapModule .google-map .undocked-marker a {
      color: #fff;
      text-decoration: none; }
      .locationsMapModule .google-map .docked-marker a:hover, .locationsMapModule .google-map .docked-marker a:active, .locationsMapModule .google-map .undocked-marker a:hover, .locationsMapModule .google-map .undocked-marker a:active {
        text-decoration: underline; }
    .locationsMapModule .google-map .docked-marker .shortname, .locationsMapModule .google-map .docked-marker .distance, .locationsMapModule .google-map .docked-marker .fullname, .locationsMapModule .google-map .undocked-marker .shortname, .locationsMapModule .google-map .undocked-marker .distance, .locationsMapModule .google-map .undocked-marker .fullname {
      position: relative;
      z-index: 2; }
    .locationsMapModule .google-map .docked-marker .shortname, .locationsMapModule .google-map .docked-marker .distance, .locationsMapModule .google-map .undocked-marker .shortname, .locationsMapModule .google-map .undocked-marker .distance {
      display: block; }
    .locationsMapModule .google-map .docked-marker .fullname, .locationsMapModule .google-map .undocked-marker .fullname {
      display: none; }
    .locationsMapModule .google-map .docked-marker.expanded .shortname, .locationsMapModule .google-map .docked-marker.expanded .distance, .locationsMapModule .google-map .undocked-marker.expanded .shortname, .locationsMapModule .google-map .undocked-marker.expanded .distance {
      display: none; }
    .locationsMapModule .google-map .docked-marker.expanded .fullname, .locationsMapModule .google-map .undocked-marker.expanded .fullname {
      display: block;
      padding-right: 37px;
      background: url(../img/locations/arrow.svg) no-repeat 100% 50%; }
  .locationsMapModule .google-map .docked-marker {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    z-index: 1;
    background: #d8dbdd;
    color: #252525; }
    .locationsMapModule .google-map .docked-marker .arrow {
      background: url(/img/locations/arrow-grey.png) no-repeat 50% 100%; }
    .locationsMapModule .google-map .docked-marker .shortname {
      line-height: 42px;
      font-size: 13px;
      font-weight: 900; }
    .locationsMapModule .google-map .docked-marker .distance {
      line-height: 0;
      margin-top: -7px;
      font-size: 12px;
      font-weight: 800; }
    .locationsMapModule .google-map .docked-marker.hidden {
      display: none; }
  .locationsMapModule .google-map .undocked-marker {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    line-height: 55px;
    font-size: 13px;
    font-weight: 900; }
    .locationsMapModule .google-map .undocked-marker.expanded {
      width: auto;
      height: 55px;
      border-radius: 0;
      font-size: 18px;
      font-weight: 800; }
    .locationsMapModule .google-map .undocked-marker .distance {
      display: none; }

.locations-list .list-group {
  margin-bottom: 0; }
.locations-list .short-name {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  line-height: 55px;
  text-align: center;
  padding: 0 10px;
  background: #e64626;
  color: #fff;
  border-radius: 55px; }
  @media (max-width: 991px) {
    .locations-list .short-name {
      margin-left: 15px;
      margin-right: 10px; } }
.locations-list .short-name, .locations-list .name, .locations-list .accordion-arrow {
  display: block;
  float: left;
  clear: none; }
.locations-list .name {
  width: 245px; }
  @media (min-width: 768px) {
    .locations-list .name {
      width: 590px; } }
  @media (min-width: 992px) {
    .locations-list .name {
      width: 650px; } }
  @media (min-width: 1200px) {
    .locations-list .name {
      width: 860px; } }
.locations-list .accordionPanel:first-child {
  border-top: 1px solid #dcdcdc;
  margin-top: 50px; }
.locations-list #more-locations .accordionPanel:first-child {
  border-top: none;
  margin-top: 0; }
.locations-list .accordionPanel .list-group-item {
  border: none;
  color: #252525; }
  .locations-list .accordionPanel .list-group-item .row, .locations-list .accordionPanel .list-group-item .courseFinderModule.detailed .inputFields, .courseFinderModule.detailed .locations-list .accordionPanel .list-group-item .inputFields, .locations-list .accordionPanel .list-group-item .courseFinderModule.detailed .submitAndLinks, .courseFinderModule.detailed .locations-list .accordionPanel .list-group-item .submitAndLinks {
    margin-top: 0px; }
  .locations-list .accordionPanel .list-group-item .row:not(:last-child), .locations-list .accordionPanel .list-group-item .courseFinderModule.detailed .inputFields:not(:last-child), .courseFinderModule.detailed .locations-list .accordionPanel .list-group-item .inputFields:not(:last-child), .locations-list .accordionPanel .list-group-item .courseFinderModule.detailed .submitAndLinks:not(:last-child), .courseFinderModule.detailed .locations-list .accordionPanel .list-group-item .submitAndLinks:not(:last-child) {
    margin-bottom: 15px; }
.locations-list .accordionPanel .trigger {
  color: #ce3d20;
  font-size: 20px;
  font-weight: 800;
  background: none;
  padding: 0;
  border: none;
  width: 100%;
  text-align: left; }
  .locations-list .accordionPanel .trigger:focus, .locations-list .accordionPanel .trigger:active {
    outline: none; }
  .locations-list .accordionPanel .trigger .link {
    text-decoration: underline !important;
    color: inherit !important; }
  .locations-list .accordionPanel .trigger div > span:not(.short-name), .locations-list .accordionPanel .trigger .link {
    line-height: 27px; }
  @media (min-width: 768px) {
    .locations-list .accordionPanel .trigger div > span:not(.short-name), .locations-list .accordionPanel .trigger .link {
      line-height: 55px; }
    .locations-list .accordionPanel .trigger .fa {
      padding-top: 0; } }
  .locations-list .accordionPanel .trigger .fa {
    margin-right: 5px; }
.locations-list .accordionPanel .timeSlot {
  color: #252525;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  text-decoration: none; }
.locations-list .accordionPanel .address {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px; }
.locations-list .accordionPanel .tel {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px; }
.locations-list .accordionPanel .email {
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  color: #ce3d20; }
.locations-list .accordionPanel .accImg {
  display: inline-block;
  background-size: cover;
  vertical-align: middle; }
.locations-list .accordionPanel .map {
  background-image: url(../img/small-map.png);
  height: 219px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center; }
.locations-list .accordionPanel .mapMaker {
  background-image: url(../img/MapMarker.svg);
  width: 16px;
  height: 26px; }
.locations-list .accordionPanel .phone {
  background-image: url(../img/Phone.svg);
  width: 19px;
  height: 21px; }
.locations-list .accordionPanel .emailAddress {
  background-image: url(../img/eMail.svg);
  width: 20px;
  height: 16px;
  margin-top: 6px; }
.locations-list .accordionPanel .moreDesc {
  padding: 0 0 0 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  max-width: 374px;
  display: block; }
.locations-list .load-more a {
  color: #ce3d20;
  text-decoration: none; }
  .locations-list .load-more a:hover span {
    text-decoration: underline; }
  .locations-list .load-more a:hover .fa {
    text-decoration: none; }
.locations-list .load-more span {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer; }
.locations-list .load-more span:first-child {
  margin-top: 40px; }
.locations-list .panels.collapsing {
  -webkit-transition: none;
  transition: none; }

.youtubeModule .videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
.youtubeModule .videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.individuallinkWrapper a {
  display: inline-block;
  padding-left: 30px;
  margin-right: 42px;
  background: url(../img/img.png) no-repeat;
  color: #ce3d20;
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline; }

.individuallinkWrapper {
  padding: 20px 0; }

.smallMapModule {
  word-wrap: break-word; }
  .smallMapModule .contact-info {
    padding-top: 20px;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif; }
    .smallMapModule .contact-info a {
      color: #ce3d20;
      font-weight: 700;
      text-decoration: underline; }
    .smallMapModule .contact-info dt {
      display: block;
      position: absolute;
      width: 40px;
      height: 26px;
      text-indent: -999em;
      background: no-repeat 2px 4px; }
      .smallMapModule .contact-info dt.location-icon {
        background-image: url(../img/MapMarker.svg); }
      .smallMapModule .contact-info dt.phone-icon {
        background-image: url(../img/Phone.svg); }
      .smallMapModule .contact-info dt.fax-icon {
        background-image: url(../img/Fax.svg); }
      .smallMapModule .contact-info dt.email-icon {
        background-image: url(../img/eMail.svg); }
    .smallMapModule .contact-info dd {
      display: block;
      padding-left: 40px;
      padding-bottom: 20px;
      color: #252525; }

.openingHoursAccordion .accordionPanel .list-group-item {
  border: none;
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
  cursor: default;
  color: #252525; }
.openingHoursAccordion .accordionPanel:first-child {
  border-top: 1px solid #dcdcdc; }
.openingHoursAccordion .accordionPanel {
  padding: 21px 10px 20px 0px; }

.list-group-item {
  border: none; }

.instruction {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #252525;
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 30px 0;
  line-height: 21px; }
  .instruction li {
    float: left;
    margin-right: 35px;
    cursor: default;
    padding-top: 10px; }

.gettingStartedModule .accordionStarted {
  padding-bottom: 3px; }
  .gettingStartedModule .accordionStarted > .title {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 18px;
    padding-top: 3px;
    display: none; }
    @media (min-width: 768px) {
      .gettingStartedModule .accordionStarted > .title {
        display: block;
        border-bottom: 1px solid #dcdcdc; } }
  @media (max-width: 991px) {
    .gettingStartedModule .accordionStarted .accordionPanel:first-child {
      border-top: 1px solid #dcdcdc; } }

.icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px; }

.iresearch {
  background-image: url(../img/icon_iresearch.gif);
  width: 18px;
  height: 18px; }

.video {
  background-image: url(../img/icon_video_cyan.gif);
  width: 19px;
  height: 13px; }

.podcast {
  background-image: url(../img/icon_podcast.gif);
  width: 18px;
  height: 18px; }

.pdf {
  background-image: url(../img/pdf.png);
  width: 18px;
  height: 18px; }

.form {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif; }
  .form label .required {
    float: left;
    padding-right: 2px; }
  .form a {
    color: #ce3d20;
    font-weight: 700;
    text-decoration: underline; }
  .form .form-group {
    margin-bottom: 33px; }
  .form .form-control {
    height: 50px;
    padding: 14px 20px;
    border-color: #252525;
    border-radius: 0;
    color: #252525;
    font-family: "ApercuMono", Courier;
    font-size: 16px;
    line-height: 19px;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .form .form-control:focus {
      border-color: #252525;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .form .form-control-feedback {
    right: 12px; }
    @media (min-width: 992px) {
      .form .form-control-feedback {
        right: -36px; } }
  .form .has-feedback label ~ .form-control-feedback {
    top: -5px; }
    @media (min-width: 992px) {
      .form .has-feedback label ~ .form-control-feedback {
        top: 35px; } }
  .form .has-error .form-control {
    padding: 13px 19px;
    background-color: #fdf5f4;
    border: 2px solid #ce3d20;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .form .has-error .form-control .form-control-feedback {
      color: #ce3d20; }
  .form .has-error .select {
    border: 2px solid #ce3d20;
    background-color: #fdf5f4; }
    .form .has-error .select .form-control {
      border: none;
      background: transparent; }
  .form .has-success .form-control {
    padding: 13px 19px;
    background-color: #f5fbf6;
    border: 2px solid #44ac49; }
    .form .has-success .form-control .form-control-feedback {
      color: #44ac49; }
  .form .has-success .select {
    border: 2px solid #44ac49;
    background-color: #f5fbf6; }
    .form .has-success .select .form-control {
      border: none;
      background: transparent; }
  .form .help-block.with-errors {
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    margin-top: 10px; }
  .form .select {
    position: relative;
    overflow: hidden;
    border: 1px solid #252525; }
    .form .select:after {
      position: absolute;
      top: 20px;
      right: 20px;
      display: block;
      content: " ";
      width: 14px;
      height: 7px;
      background: url(../img/forms/select-arrow.svg);
      z-index: 1; }
    .form .select .form-control {
      width: 100%;
      padding-right: 32px;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: transparent;
      z-index: 2; }
      .form .select .form-control::-ms-expand {
        display: none; }
  .form .section-heading {
    color: #252525;
    font-size: 24px;
    font-weight: 700; }
  .form .form-group-heading {
    color: #252525;
    font-size: 16px;
    font-weight: 700; }
  .form .submit-buttons {
    margin-bottom: 33px; }
  .form .btn-primary {
    padding: 16px 38px;
    background-color: #ce3d20;
    border: none;
    border-radius: 0;
    color: white;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px; }
  .form .btn-link {
    padding: 6px 28px;
    color: #ce3d20;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline; }
  .form .addintionalInfo {
    height: 150px; }

.staffForm .section-heading {
  margin: 40px auto 15px auto; }
.staffForm .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #ce3d20;
  text-align: center;
  border: none;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  top: -38px;
  right: 19px; }
.staffForm .calendar {
  background-image: url(../img/calendar.svg);
  position: absolute;
  height: 22px;
  width: 19px;
  text-align: center;
  vertical-align: middle;
  top: 0;
  right: 0;
  width: 19px; }

.collectionList.gridView .collectionItemImage .shareText, .collectionList.gridView .collectionItemImage .shareLink {
  display: none; }

.collectionList.listView {
  clear: both;
  padding-top: 25px; }
  @media (max-width: 767px) {
    .collectionList.listView .collectionItemBody .shareText, .collectionList.listView .collectionItemBody .shareLink {
      display: none; } }
  .collectionList.listView > div {
    padding-top: 0;
    padding-bottom: 10px; }
  .collectionList.listView h2 {
    margin-top: 0; }

.b-dynamic-progress-tabs {
  font-size: 12px;
  z-index: 500;
  transform: translate3d(0, 0, 0); }
  .b-dynamic-progress-tabs__section {
    background-color: black;
    color: white; }
  .b-dynamic-progress-tabs__section:nth-child(2n) {
    background-color: #363636;
    color: white; }
  .b-dynamic-progress-tabs__section:nth-child(3n) {
    background-color: #f1f2f2;
    color: black; }
  .b-dynamic-progress-tabs__mobile-section-title {
    background-color: black;
    color: white;
    height: 34px;
    text-align: center;
    line-height: 26px;
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px; }
    .b-dynamic-progress-tabs__mobile-section-title span {
      vertical-align: middle;
      display: inline-block;
      line-height: normal; }
    .b-dynamic-progress-tabs__mobile-section-title--style-2 {
      background-color: #363636;
      color: white; }
    .b-dynamic-progress-tabs__mobile-section-title--style-3 {
      background-color: #f1f2f2;
      color: black; }
    @media (min-width: 768px) {
      .b-dynamic-progress-tabs__mobile-section-title {
        display: none; } }
  .b-dynamic-progress-tabs__mobile-subsection-title {
    background-color: #d7dbde;
    color: #e64626;
    height: 44px;
    text-align: center;
    line-height: 42px;
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px; }
    .b-dynamic-progress-tabs__mobile-subsection-title span {
      vertical-align: middle;
      display: inline-block;
      line-height: normal; }
    @media (min-width: 768px) {
      .b-dynamic-progress-tabs__mobile-subsection-title {
        display: none; } }
  .b-dynamic-progress-tabs__section-list {
    display: flex; }
  .b-dynamic-progress-tabs__section {
    flex-grow: 1;
    flex-basis: 0; }
    @media (min-width: 768px) {
      .b-dynamic-progress-tabs__section {
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -moz-transition-property: flex-grow;
        -o-transition-property: flex-grow;
        -webkit-transition-property: flex-grow;
        transition-property: flex-grow; } }
    .b-dynamic-progress-tabs__section-title {
      height: 46px;
      text-align: center;
      line-height: 40px;
      font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
      font-size: 13px; }
      .b-dynamic-progress-tabs__section-title span {
        vertical-align: middle;
        display: inline-block;
        line-height: normal; }
    @media (min-width: 768px) {
      .b-dynamic-progress-tabs__section--open {
        flex-grow: 4 !important; } }
  @media (min-width: 768px) {
    .browser-safari .b-dynamic-progress-tabs__section {
      -moz-transition-duration: 0s;
      -o-transition-duration: 0s;
      -webkit-transition-duration: 0s;
      transition-duration: 0s; } }
  .b-dynamic-progress-tabs__subsection-list {
    display: flex;
    background-color: #d7dbde; }
  .b-dynamic-progress-tabs__subsection {
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
    display: block;
    text-align: center; }
    @media (min-width: 768px) {
      .b-dynamic-progress-tabs__subsection {
        height: 70px;
        padding: 10px 5px 0 5px; } }
    @media (min-width: 1200px) {
      .b-dynamic-progress-tabs__subsection {
        padding: 18px 5px 0 5px; } }
    .b-dynamic-progress-tabs__subsection-status {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background-color: white;
      border: 2px solid #363636;
      position: absolute;
      top: -7px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 100; }
    .b-dynamic-progress-tabs__subsection-title {
      display: none;
      color: #252525;
      text-decoration: none;
      font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
      font-size: 13px; }
    @media (min-width: 768px) {
      .b-dynamic-progress-tabs__subsection-title.show-title {
        display: block; } }
    .b-dynamic-progress-tabs__subsection:before {
      content: "";
      display: block;
      width: 50%;
      height: 1px;
      background-color: #363636;
      position: absolute;
      top: 0;
      left: 0; }
    .b-dynamic-progress-tabs__subsection:after {
      content: "";
      display: block;
      width: 50%;
      height: 1px;
      background-color: #363636;
      position: absolute;
      top: 0;
      left: 50%;
      z-index: 10; }
  .b-dynamic-progress-tabs__section:first-child .b-dynamic-progress-tabs__subsection:first-child:before {
    display: none; }
  .b-dynamic-progress-tabs__section:last-child .b-dynamic-progress-tabs__subsection:last-child:after {
    display: none; }
  .b-dynamic-progress-tabs__subsection, .b-dynamic-progress-tabs__subsection.hovered, .b-dynamic-progress-tabs__subsection:active, .b-dynamic-progress-tabs__subsection:link, .b-dynamic-progress-tabs__subsection:visited {
    text-decoration: none;
    outline: none; }
  .b-dynamic-progress-tabs__subsection.hovered .b-dynamic-progress-tabs__subsection-status:after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #e64626;
    position: relative;
    top: 1px;
    left: 1px;
    display: block; }
  .b-dynamic-progress-tabs__subsection.hovered .b-dynamic-progress-tabs__subsection-title {
    color: #e64626; }
  .b-dynamic-progress-tabs__subsection--active .b-dynamic-progress-tabs__subsection-title, .b-dynamic-progress-tabs__subsection--active.hovered .b-dynamic-progress-tabs__subsection-title {
    color: #e64626;
    font-weight: bold; }
  .b-dynamic-progress-tabs__subsection--active .b-dynamic-progress-tabs__subsection-status, .b-dynamic-progress-tabs__subsection--active.hovered .b-dynamic-progress-tabs__subsection-status {
    width: 18px;
    height: 18px;
    top: -9px;
    border: 1px solid black; }
    .b-dynamic-progress-tabs__subsection--active .b-dynamic-progress-tabs__subsection-status:after, .b-dynamic-progress-tabs__subsection--active.hovered .b-dynamic-progress-tabs__subsection-status:after {
      content: "";
      display: block;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background-color: #e64626;
      position: relative;
      top: 3px;
      left: 3px; }
  .b-dynamic-progress-tabs.fixed {
    position: fixed;
    top: 152px;
    width: 872px;
    z-index: 500; }
    @media (min-width: 1200px) {
      .b-dynamic-progress-tabs.fixed {
        margin-top: -2px; } }

@media (max-width: 767px) {
  .b-dynamic-progress-tabs__section {
    flex-grow: 1; }
    .b-dynamic-progress-tabs__section-title {
      display: none; }
    .b-dynamic-progress-tabs__section--open .b-dynamic-progress-tabs--title {
      display: block; } }
.b-dynamic-progress-tabs-control {
  background-color: #4c4c4c;
  display: block;
  position: relative;
  padding: 5px 10px 5px 10px;
  text-align: center;
  height: 50px;
  font-size: 1.3rem;
  line-height: 35px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .b-dynamic-progress-tabs-control {
      font-size: 1.4rem; } }
  .b-dynamic-progress-tabs-control:before {
    content: "";
    display: block;
    height: 16px;
    width: 20px;
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .b-dynamic-progress-tabs-control--back {
    padding-left: 35px; }
    .b-dynamic-progress-tabs-control--back:before {
      background-image: url("../img/rightArrowWhite.svg");
      left: 10px;
      transform: scaleX(-1) translateY(-50%); }
    @media (max-width: 767px) {
      .b-dynamic-progress-tabs-control--back {
        margin-right: -8px; } }
  .b-dynamic-progress-tabs-control--forward {
    padding-right: 35px; }
    .b-dynamic-progress-tabs-control--forward:before {
      background-image: url("../img/rightArrowWhite.svg");
      right: 10px;
      transform: translateY(-50%); }
    @media (max-width: 767px) {
      .b-dynamic-progress-tabs-control--forward {
        margin-left: -8px; } }
  .b-dynamic-progress-tabs-control, .b-dynamic-progress-tabs-control:hover, .b-dynamic-progress-tabs-control:visited, .b-dynamic-progress-tabs-control:active {
    text-decoration: none;
    color: white; }
  .b-dynamic-progress-tabs-control .b-dynamic-progress-tabs-control-text {
    vertical-align: middle;
    display: inline-block;
    line-height: normal; }

.b-process-diagram__section .b-process-diagram__section-header .b-process-diagram__section-title, .b-process-diagram__section .b-process-diagram__section-header .b-process-diagram__section-subtitle {
  background-color: black;
  color: white; }
.b-process-diagram__section:nth-child(2n) .b-process-diagram__section-header .b-process-diagram__section-title, .b-process-diagram__section:nth-child(2n) .b-process-diagram__section-header .b-process-diagram__section-subtitle {
  background-color: #363636;
  color: white; }
.b-process-diagram__section:nth-child(3n) .b-process-diagram__section-header .b-process-diagram__section-title, .b-process-diagram__section:nth-child(3n) .b-process-diagram__section-header .b-process-diagram__section-subtitle {
  background-color: #f1f2f2;
  border-left: 2px solid #d7dbde;
  color: #252525; }
  @media (min-width: 768px) {
    .b-process-diagram__section:nth-child(3n) .b-process-diagram__section-header .b-process-diagram__section-title, .b-process-diagram__section:nth-child(3n) .b-process-diagram__section-header .b-process-diagram__section-subtitle {
      border-left: 2px dashed #d7dbde; } }
@media (max-width: 767px) {
  .b-process-diagram__section:nth-child(3n) .b-process-diagram__section-header .b-process-diagram__section-title {
    border-top: 2px solid white;
    border-right: 2px solid white; }
  .b-process-diagram__section:nth-child(3n) .b-process-diagram__section-header .b-process-diagram__section-subtitle {
    border-bottom: 2px solid white;
    border-right: 2px solid white; } }
@media (max-width: 767px) {
  .b-process-diagram .b-process-diagram__section {
    background-image: none !important; } }
.b-process-diagram .b-process-diagram__section-header .b-process-diagram__section-title {
  padding: 10px 10px 3px 25px;
  margin: 0;
  font-size: 24px;
  font-weight: bold; }
.b-process-diagram .b-process-diagram__section-header .b-process-diagram__section-subtitle {
  padding: 0 10px 10px 25px; }
.b-process-diagram .b-process-diagram__section-header:after {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  border-left: 2px solid #d7dbde; }
.b-process-diagram .b-process-diagram__subsection {
  border-left: 2px solid #d7dbde;
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px; }
  .b-process-diagram .b-process-diagram__subsection:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #363636;
    position: absolute;
    top: 2px;
    left: -9px;
    background-color: white;
    z-index: 100; }
  .b-process-diagram .b-process-diagram__subsection:last-child {
    padding-bottom: 30px;
    border-left: 2px dashed #d7dbde; }
  .b-process-diagram .b-process-diagram__subsection-title {
    font-size: 15px;
    margin: 0; }
.b-process-diagram .b-process-diagram__section:last-child .b-process-diagram__subsection:last-child {
  border-left: 2px solid transparent;
  border-right: 2px solid transparent; }
@media (min-width: 768px) {
  .b-process-diagram .b-process-diagram__section {
    background-size: 100% 100%;
    width: 90%;
    padding: 0 12% 0 12%;
    margin-left: auto;
    margin-right: auto; }
  .b-process-diagram .b-process-diagram__section-header {
    width: 50%;
    margin-left: calc(50% - 2px); }
    .b-process-diagram .b-process-diagram__section-header:before {
      content: "";
      display: block;
      height: 65px;
      width: 100%;
      border-left: 2px dashed #d7dbde; }
    .b-process-diagram .b-process-diagram__section-header:after {
      border-left: 2px dashed #d7dbde; }
  .b-process-diagram .b-process-diagram__section:first-child .b-process-diagram__section-header:before {
    border-left: none; }
  .b-process-diagram .b-process-diagram__subsection {
    width: 50%;
    border-left: none;
    border-right: 2px solid #d7dbde;
    padding-left: 0;
    padding-right: 25px;
    padding-bottom: 0; }
    .b-process-diagram .b-process-diagram__subsection:last-child {
      border-left: none;
      border-right: 2px dashed #d7dbde;
      padding-bottom: 50px; }
    .b-process-diagram .b-process-diagram__subsection:after {
      left: auto;
      top: 2px;
      right: -8px; }
  .b-process-diagram .b-process-diagram__subsection:nth-child(2n) {
    margin-left: calc(50% - 2px);
    border-left: 2px solid #d7dbde;
    border-right: none;
    padding-left: 25px;
    padding-right: 0; }
    .b-process-diagram .b-process-diagram__subsection:nth-child(2n):last-child {
      border-left: 2px dashed #d7dbde;
      border-right: none; }
    .b-process-diagram .b-process-diagram__subsection:nth-child(2n):after {
      left: -9px;
      right: auto; } }

.b-table-compactor {
  width: 100%;
  display: none; }
  @media (min-width: 768px) {
    .b-table-compactor {
      display: table; } }
  .b-table-compactor tr {
    border-top: 1px solid #d7dbde; }
  .b-table-compactor tbody tr:last-child {
    border-bottom: 1px solid #d7dbde; }
  .b-table-compactor th, .b-table-compactor td {
    padding: 15px 10px 15px 0; }
  .b-table-compactor tfoot tr {
    border-bottom: 1px solid #d7dbde; }
  .b-table-compactor tfoot td {
    text-align: center; }
    .b-table-compactor tfoot td .b-table-compactor__control--close {
      display: none; }
  .b-table-compactor .b-table-compactor__control {
    color: #ce3d20;
    text-decoration: underline; }
  .b-table-compactor .b-table-compactor__hide-show-row {
    display: none; }
  .b-table-compactor--open .b-table-compactor__hide-show-row {
    display: table-row; }
  .b-table-compactor--open tfoot td .b-table-compactor__control--close {
    display: block; }
  .b-table-compactor--open tfoot td .b-table-compactor__control--open {
    display: none; }
  .b-table-compactor ul {
    padding-left: 20px; }

.b-table-compactor-mobile__section {
  border-top: 1px solid #d7dbde;
  padding: 20px 0 5px 0; }
  .b-table-compactor-mobile__section:last-child {
    border-bottom: 1px solid #d7dbde; }
  .b-table-compactor-mobile__section-title {
    font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: 10px; }
.b-table-compactor-mobile__datum {
  margin-bottom: 15px; }
  .b-table-compactor-mobile__datum-title {
    font-weight: bold; }
.b-table-compactor-mobile__footer {
  padding: 20px 0 20px 0;
  text-align: center;
  border-top: 1px solid #d7dbde;
  border-bottom: 1px solid #d7dbde; }
.b-table-compactor-mobile__control--close {
  display: none; }
.b-table-compactor-mobile__section--hide-show {
  display: none; }
.b-table-compactor-mobile .b-table-compactor-mobile__control {
  color: #ce3d20;
  text-decoration: underline; }
.b-table-compactor-mobile--open .b-table-compactor-mobile__section--hide-show {
  display: block; }
.b-table-compactor-mobile--open .b-table-compactor-mobile__control--close {
  display: block; }
.b-table-compactor-mobile--open .b-table-compactor-mobile__control--open {
  display: none; }
@media (min-width: 768px) {
  .b-table-compactor-mobile {
    display: none; } }
.b-table-compactor-mobile ol {
  padding-left: 20px; }

.b-tooltip-button {
  display: inline;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #252525;
  text-decoration: underline; }
  .b-tooltip-button:after {
    content: '?';
    display: inline-block;
    border: 1px solid #252525;
    background-color: white;
    border-radius: 50%;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    height: 16px;
    width: 16px;
    margin-left: 4px; }

.b-position__container {
  position: relative; }
.b-position__child {
  position: absolute; }
  .b-position__child--top {
    top: 0; }
  .b-position__child--right {
    right: 0; }
  .b-position__child--bottom {
    bottom: 0; }
  .b-position__child--outside-bottom {
    top: auto;
    bottom: -1em; }
  .b-position__child--left {
    left: 0; }
  .b-position__child--centre {
    left: 50%; }

.b-component {
  margin-bottom: 40px; }
  .b-component--loose {
    margin-bottom: 60px; }
  .b-component--tight {
    margin-bottom: 20px; }
  .b-component--tightest {
    margin-bottom: 0; }

.b-rule--heavier-top {
  border-top: 3px solid black; }
.b-rule--heavy-top {
  border-top: 2px solid black; }
.b-rule--light-top {
  border-top: 1px solid black; }
.b-rule--heavy-bottom {
  border-bottom: 2px solid black; }
.b-rule--light-bottom {
  border-bottom: 1px solid black; }
.b-rule--bright-top {
  border-top-color: #bcbcbc; }
.b-rule--bright-bottom {
  border-bottom-color: #bcbcbc; }
.b-rule--loose-top {
  padding-top: 40px; }
.b-rule--loose-bottom {
  padding-bottom: 40px; }
.b-rule--tight-top {
  padding-top: 20px; }
.b-rule--tight-bottom {
  padding-bottom: 20px; }

.b-cta {
  color: #ce3d20;
  font-family: "ApercuMono", Courier, monospace;
  font-size: 14px; }
  .b-cta:after {
    display: inline-block;
    margin-left: 25px;
    width: 17px;
    height: 14px;
    vertical-align: middle;
    content: '';
    background-image: url("/img/rightArrowRed.svg");
    background-size: cover; }
  .b-cta:hover, .b-cta:focus, .b-cta:active {
    text-decoration: underline;
    color: #ce3d20; }
  .b-cta--block {
    display: block;
    width: 100%; }
    .b-cta--block:after {
      float: right; }
  .b-cta--download:after {
    content: resolve("/assets/img/downloadIconRed.svg"); }
  .b-cta--external:after {
    content: resolve("/assets/img/externalLinkIcon.svg"); }
  .b-cta--no-icon:after {
    display: none; }
  .b-cta--top-border {
    border-top: 1px solid black; }
  .b-cta--white {
    color: white; }
    .b-cta--white:after {
      color: white;
      content: resolve("/assets/img/rightArrowWhite.svg"); }
    .b-cta--white:hover, .b-cta--white:focus, .b-cta--white:active {
      color: white; }
  .b-tag-list__item .b-cta {
    padding: 6px 0; }

/*
Vignette

Creates a decorative border around a block, such as a thumbnail image or other illustration.

*/
.b-vignette--circular {
  border-radius: 100%;
  overflow: hidden; }

.b-figure {
  max-width: 100%; }
  .b-figure--pull-right {
    float: right;
    padding-left: 20px; }
  .b-figure--pull-left {
    float: left;
    padding-right: 20px; }

@custom-selector :--fullWidthColumn .fullWidthColumn;
@custom-selector :--rightSidebarColumn .rightSidebarColumn;
@custom-selector :--leftSidebarColumn .leftSidebarColumn;
@custom-selector :--columnControl .columnControl;
@custom-selector :--placeholderText .placeholderText;
@custom-selector :--placeholderImage .placeholderImage;
@custom-selector :--placeholderImage--disabled .placeholderImage--disabled;
.b-call-out {
  *zoom: 1;
  padding-right: 0; }
  .b-call-out:after {
    content: "";
    display: table;
    clear: both; }
  .b-call-out .b-call-out__title {
    float: left;
    clear: none;
    width: calc(100% - 150px); }
  .b-call-out .b-call-out__thumbnail {
    float: right;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 40px;
    width: 110px; }
  .b-call-out .b-call-out__strapline {
    float: none;
    clear: left;
    margin-right: 0;
    margin-bottom: 40px;
    padding-right: 40px;
    width: auto; }
  .b-call-out .b-call-out__body {
    padding-right: 40px;
    overflow: visible; }
  .b-call-out.b-call-out--no-thumbnail .b-call-out__title {
    float: none;
    width: auto; }
  @media (min-width: 615px) {
    .b-call-out--expanded .b-call-out__title {
      float: none;
      clear: both;
      width: auto; }
    .b-call-out--expanded .b-call-out__thumbnail {
      float: left;
      margin-right: 60px;
      margin-bottom: 20px;
      margin-left: 0;
      width: 110px; }
    .b-call-out--expanded .b-call-out__strapline {
      float: left;
      clear: left;
      margin-right: 60px;
      padding-right: 0;
      width: 110px; }
    .b-call-out--expanded .b-call-out__body {
      padding-right: 50px;
      overflow: hidden; } }

.b-quote {
  line-height: 1.6em;
  color: #4c4c4c;
  font-family: "Antwerp", Georgia, serif;
  font-size: 18px;
  font-style: italic; }
  .b-quote--show-marks {
    quotes: "\201c" "\201d"; }
    .b-quote--show-marks:before {
      content: open-quote; }
    .b-quote--show-marks:after {
      content: close-quote; }

.homePage .courseFinderContainer {
  background-color: #f1f2f2; }
  @media (min-width: 768px) {
    .homePage .courseFinderContainer {
      padding-top: 20px;
      padding-bottom: 90px; } }
.homePage .newsAndEvents {
  background-color: #f1f2f2; }
  .homePage .newsAndEvents .quote {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    margin-bottom: 50px; }
.homePage .signpostsLinkModule {
  display: flex; }
  @media (max-width: 767px) {
    .homePage .signpostsLinkModule {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.sectionPage .zone3 {
  display: none; }
  @media (min-width: 992px) {
    .sectionPage .zone3 {
      display: block;
      width: 19.16666667%; } }
.sectionPage .superZone1 {
  width: 100%; }
  @media (min-width: 992px) {
    .sectionPage .superZone1 {
      width: 80.83333333%; } }
.sectionPage .zone4, .sectionPage .zone6, .sectionPage .zone8 {
  width: 100%; }
  @media (min-width: 768px) {
    .sectionPage .zone4, .sectionPage .zone6, .sectionPage .zone8 {
      width: 69.07216495%; } }
  @media (min-width: 1200px) {
    .sectionPage .zone4, .sectionPage .zone6, .sectionPage .zone8 {
      padding-left: 40px; } }
.sectionPage .zone5, .sectionPage .zone7, .sectionPage .zone9 {
  width: 100%; }
  @media (min-width: 768px) {
    .sectionPage .zone5, .sectionPage .zone7, .sectionPage .zone9 {
      width: 30.92783505%; } }
.sectionPage .pageDescription .pageHeading {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 30px; }
.sectionPage .pageDescription .pageSubHeading {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  color: #363636;
  font-size: 20px;
  margin-bottom: 30px; }
.sectionPage .pageDescription .introText {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  color: #363636;
  font-size: 15px;
  margin-bottom: 60px; }
@media (min-width: 1200px) {
  .sectionPage .pageDescription .pageHeading {
    font-size: 50px;
    margin-bottom: 50px; }
  .sectionPage .pageDescription .pageSubHeading {
    font-size: 24px;
    margin-bottom: 50px; }
  .sectionPage .pageDescription .introText {
    font-size: 20px;
    margin-bottom: 70px; } }
.sectionPage .courseFinderModule {
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .sectionPage .courseFinderModule {
      border-bottom: 4px solid black; } }
.sectionPage .scholarships {
  padding-top: 26px;
  padding-bottom: 30px; }
  .sectionPage .scholarships .heading {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px; }
  .sectionPage .scholarships .arrow {
    margin-bottom: 10px; }
  .sectionPage .scholarships .content {
    font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 20px; }
  .sectionPage .scholarships .image {
    position: relative;
    max-width: 476px;
    margin-left: auto;
    margin-right: auto; }
    .sectionPage .scholarships .image .mainImage {
      width: 100%; }
    .sectionPage .scholarships .image .buttonImage {
      position: absolute;
      bottom: 0px;
      right: 0px; }
  @media (min-width: 768px) {
    .sectionPage .scholarships {
      border-bottom: 1px solid black;
      padding-bottom: 115px; }
      .sectionPage .scholarships .content {
        margin-bottom: 0px; } }
.sectionPage .oweek {
  padding-bottom: 70px; }
  .sectionPage .oweek .codeStyle, .sectionPage .oweek .signpostsModule .bottomRow .signpostVideoItem .contentType, .signpostsModule .bottomRow .signpostVideoItem .sectionPage .oweek .contentType, .sectionPage .oweek .signpostsModule .bottomRow .signpostTileItem .contentType, .signpostsModule .bottomRow .signpostTileItem .sectionPage .oweek .contentType, .sectionPage .oweek .featuredArticleModule.style1 .contentType, .featuredArticleModule.style1 .sectionPage .oweek .contentType, .sectionPage .oweek .featuredArticleModule.style2 .contentType, .featuredArticleModule.style2 .sectionPage .oweek .contentType, .sectionPage .oweek .featuredArticleListModule .featuredArticleModule .contentType, .featuredArticleListModule .featuredArticleModule .sectionPage .oweek .contentType, .sectionPage .oweek .pageTitleModule .contentType, .pageTitleModule .sectionPage .oweek .contentType {
    margin: 15px 0px;
    font-size: 16px; }
  .sectionPage .oweek .heading {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold; }
  .sectionPage .oweek .content {
    font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px; }
  .sectionPage .oweek .image {
    position: relative;
    margin-bottom: 20px; }
    .sectionPage .oweek .image .mainImage {
      width: 100%; }
    .sectionPage .oweek .image .buttonImage {
      position: absolute;
      bottom: 0px;
      right: 0px; }
.sectionPage .newsContainer {
  background-color: #fafafa; }
.sectionPage .contactUs {
  padding-top: 50px;
  padding-bottom: 50px; }
  .sectionPage .contactUs .heading {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 16pt;
    margin-bottom: 20px; }
  .sectionPage .contactUs label {
    display: block; }
  .sectionPage .contactUs input[type="text"] {
    width: 100%;
    height: 46px;
    margin-bottom: 10px; }
  .sectionPage .contactUs textarea {
    width: 100%;
    height: 127px; }
  .sectionPage .contactUs .submitButton {
    color: white;
    padding: 10px 20px;
    background-color: #e64626;
    margin-top: 10px;
    border: none;
    margin-bottom: 20px; }
  .sectionPage .contactUs .studentAdministration .content .fieldLabel {
    font-weight: bold; }
  .sectionPage .contactUs .studentAdministration .content .fieldValue, .sectionPage .contactUs .studentAdministration .content .fieldValue a {
    color: #6e6e6e;
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .sectionPage .contactUs .studentAdministration .content {
      margin-left: 20px; } }

.rightArrowRed {
  width: 18px; }

.rightArrowBlack {
  width: 22px; }

.rightArrowWhite {
  width: 22px; }

.searchResultsHeaderModule {
  background-color: #fbfbfb;
  padding-top: 40px;
  padding-bottom: 35px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px; }
  .searchResultsHeaderModule .title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 35px;
    color: black;
    padding-left: 20px;
    padding-right: 20px; }
  .searchResultsHeaderModule .numResults {
    font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px; }
  .searchResultsHeaderModule .searchFields {
    padding-left: 10px;
    padding-right: 10px; }
  .searchResultsHeaderModule .resultsPerPage, .searchResultsHeaderModule .sortBy, .searchResultsHeaderModule .collectionType {
    display: inline-block;
    margin-bottom: 12px; }
    .searchResultsHeaderModule .resultsPerPage label, .searchResultsHeaderModule .sortBy label, .searchResultsHeaderModule .collectionType label {
      font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      margin-bottom: 10px;
      margin-left: 10px;
      font-weight: normal; }
    .searchResultsHeaderModule .resultsPerPage .ui-selectmenu-button, .searchResultsHeaderModule .sortBy .ui-selectmenu-button, .searchResultsHeaderModule .collectionType .ui-selectmenu-button {
      display: block; }
  .searchResultsHeaderModule .resultsPerPage {
    margin-right: 2px; }
    .searchResultsHeaderModule .resultsPerPage select {
      width: 125px; }
  .searchResultsHeaderModule .sortBy {
    margin-right: 2px; }
    .searchResultsHeaderModule .sortBy select {
      width: 150px; }
  .searchResultsHeaderModule .collectionType select {
    width: 162px; }
  .searchResultsHeaderModule .resultsShown {
    font-family: "ApercuMono", Courier;
    font-size: 14px;
    padding-left: 20px;
    margin-top: 17px; }
  @media (min-width: 768px) {
    .searchResultsHeaderModule {
      margin-left: -70px;
      margin-right: -70px;
      padding-left: 70px;
      padding-right: 70px; }
      .searchResultsHeaderModule .title, .searchResultsHeaderModule .numResults {
        padding-left: 0px;
        padding-right: 0px; }
      .searchResultsHeaderModule .searchFields {
        padding-left: 0px;
        padding-right: 0px; }
      .searchResultsHeaderModule .resultsPerPage, .searchResultsHeaderModule .sortBy {
        margin-right: 30px; }
      .searchResultsHeaderModule .resultsShown {
        padding-left: 10px; } }
  @media (min-width: 992px) {
    .searchResultsHeaderModule {
      margin-left: -90px;
      margin-right: -90px;
      padding-left: 90px;
      padding-right: 90px;
      padding-top: 95px;
      margin-bottom: 55px; }
      .searchResultsHeaderModule .title {
        font-size: 60px; }
      .searchResultsHeaderModule .resultsPerPage, .searchResultsHeaderModule .sortBy {
        margin-right: 80px; } }
  @media (min-width: 1200px) {
    .searchResultsHeaderModule {
      margin-left: -130px;
      margin-right: -130px;
      padding-left: 130px;
      padding-right: 130px;
      position: relative;
      padding-bottom: 20px; }
      .searchResultsHeaderModule .title {
        margin-bottom: 15px; }
      .searchResultsHeaderModule .numResults {
        margin-bottom: 60px; }
      .searchResultsHeaderModule .resultsPerPage label, .searchResultsHeaderModule .sortBy label, .searchResultsHeaderModule .collectionType label {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 25px;
        position: relative;
        bottom: 15px; }
      .searchResultsHeaderModule .resultsPerPage .ui-selectmenu-button, .searchResultsHeaderModule .sortBy .ui-selectmenu-button, .searchResultsHeaderModule .collectionType .ui-selectmenu-button {
        display: inline-block; }
      .searchResultsHeaderModule .collectionType {
        float: right; }
      .searchResultsHeaderModule .resultsShown {
        position: absolute;
        bottom: 153px;
        right: 130px; } }

.searchResultsFiltersModule .title {
  font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: black;
  margin-bottom: 35px; }
.searchResultsFiltersModule .filterGroup {
  margin-bottom: 70px; }
.searchResultsFiltersModule .filter {
  display: block;
  color: #363636;
  font-family: "ApercuMono", Courier;
  font-size: 14px;
  border: 1px solid #363636;
  margin-bottom: 6px; }
  .searchResultsFiltersModule .filter div {
    width: 100%;
    height: 100%;
    border: 1px solid #a1a1a1;
    padding: 15px 20px; }
  .searchResultsFiltersModule .filter .results {
    float: right; }
.searchResultsFiltersModule .filter.current {
  color: #e64626;
  border: 1px solid #e64626; }
  .searchResultsFiltersModule .filter.current div {
    border: 1px solid #e59889; }
.searchResultsFiltersModule .filter.inactive {
  color: #9a9a9a;
  border: 1px solid #9a9a9a; }
  .searchResultsFiltersModule .filter.inactive div {
    border: 1px solid #c9c9c9; }

.searchResultsItemsModule .filterBy {
  padding-bottom: 33px; }
  .searchResultsItemsModule .filterBy label {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 17px;
    display: block;
    margin-bottom: 15px;
    margin-left: 10px; }
  .searchResultsItemsModule .filterBy select {
    width: 100%;
    max-width: 300px; }
.searchResultsItemsModule .searchResult {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid black;
  padding-top: 20px;
  padding-bottom: 22px; }
  .searchResultsItemsModule .searchResult a, .searchResultsItemsModule .searchResult a:hover, .searchResultsItemsModule .searchResult a:focus {
    color: #464646;
    text-decoration: none;
    padding-bottom: 48px;
    display: block;
    background-image: url(../img/rightArrowRed.svg);
    background-size: 24px 20px;
    background-position: 0% 100%;
    background-repeat: no-repeat; }
  .searchResultsItemsModule .searchResult .leftColumn .contentType {
    font-family: "ApercuMono", Courier;
    font-size: 14px;
    color: black;
    margin-bottom: 7px; }
  .searchResultsItemsModule .searchResult .leftColumn .title {
    font-family: "Apercu", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    margin-bottom: 10px; }
  .searchResultsItemsModule .searchResult .leftColumn .image {
    width: 165px;
    margin-bottom: 20px;
    position: relative; }
    .searchResultsItemsModule .searchResult .leftColumn .image img {
      width: 100%;
      height: auto; }
    .searchResultsItemsModule .searchResult .leftColumn .image .redFilter {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      display: none; }
  .searchResultsItemsModule .searchResult .rightColumn .contentType, .searchResultsItemsModule .searchResult .rightColumn .title {
    display: none; }
  .searchResultsItemsModule .searchResult .rightColumn .summary {
    font-family: "ApercuLight", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px; }
.searchResultsItemsModule .searchResult:first-child {
  border-top: 1px solid black; }
.searchResultsItemsModule .searchResult.noimage .leftColumn .image {
  display: none; }
.searchResultsItemsModule .pagination {
  padding-left: 3px;
  margin-top: 26px;
  margin-bottom: 60px; }
.searchResultsItemsModule .paginationItem {
  width: 50px;
  height: 50px;
  border: 1px solid black;
  color: black;
  display: block;
  text-align: center;
  font-family: "ApercuMono", Courier;
  font-size: 16px;
  padding-top: 12px;
  float: left;
  margin-right: 6px;
  display: none; }
  .searchResultsItemsModule .paginationItem:first-child, .searchResultsItemsModule .paginationItem:nth-child(2), .searchResultsItemsModule .paginationItem:nth-child(3), .searchResultsItemsModule .paginationItem:nth-last-child(2), .searchResultsItemsModule .paginationItem:last-child {
    display: block; }
  .searchResultsItemsModule .paginationItem.current {
    color: #e64626;
    border: 1px solid #e64626; }
  .searchResultsItemsModule .paginationItem.leftArrow, .searchResultsItemsModule .paginationItem.rightArrow {
    border: 1px solid #e64626;
    background-color: #e64626;
    background-size: 7px 13px;
    background-repeat: no-repeat; }
    .searchResultsItemsModule .paginationItem.leftArrow.disabled, .searchResultsItemsModule .paginationItem.rightArrow.disabled {
      border: 1px solid #c2c2c2;
      background-color: white; }
  .searchResultsItemsModule .paginationItem.leftArrow {
    background-image: url(../img/leftChevronWhite.svg);
    background-position: 19px 18px; }
    .searchResultsItemsModule .paginationItem.leftArrow.disabled {
      background-image: url(../img/leftChevronGrey.svg); }
  .searchResultsItemsModule .paginationItem.rightArrow {
    background-image: url(../img/rightChevronWhite.svg);
    background-position: 21px 18px; }
    .searchResultsItemsModule .paginationItem.rightArrow.disabled {
      background-image: url(../img/rightChevronGrey.svg); }
@media (min-width: 768px) {
  .searchResultsItemsModule .pagination {
    float: right;
    margin-top: 42px;
    margin-bottom: 120px; }
  .searchResultsItemsModule .paginationItem {
    display: block; } }
@media (min-width: 992px) {
  .searchResultsItemsModule .filterBy {
    display: none; }
  .searchResultsItemsModule .searchResultItems {
    padding-top: 60px; }
  .searchResultsItemsModule .searchResult {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 4px;
    padding-bottom: 4px; }
    .searchResultsItemsModule .searchResult a, .searchResultsItemsModule .searchResult a:hover, .searchResultsItemsModule .searchResult a:focus {
      padding-top: 19px;
      padding-bottom: 24px;
      background-position: 97% 50%;
      background-size: 29px 24px; }
    .searchResultsItemsModule .searchResult a:hover, .searchResultsItemsModule .searchResult a:focus {
      background-color: #f6f6f6; }
      .searchResultsItemsModule .searchResult a:hover .image .redFilter, .searchResultsItemsModule .searchResult a:focus .image .redFilter {
        display: block; }
    .searchResultsItemsModule .searchResult .leftColumn {
      width: 20.43011%;
      padding-right: 3.22581%;
      float: left; }
      .searchResultsItemsModule .searchResult .leftColumn .contentType, .searchResultsItemsModule .searchResult .leftColumn .title {
        display: none; }
      .searchResultsItemsModule .searchResult .leftColumn .image {
        width: 100%; }
    .searchResultsItemsModule .searchResult .rightColumn {
      width: 79.56989%;
      padding-right: 9.67742%;
      float: left; }
      .searchResultsItemsModule .searchResult .rightColumn .contentType {
        display: block;
        font-family: "ApercuMono", Courier;
        font-size: 14px;
        color: black;
        margin-bottom: 10px; }
      .searchResultsItemsModule .searchResult .rightColumn .title {
        display: block;
        font-family: "ApercuMedium", "Helvetica Neue", Arial, sans-serif;
        font-size: 24px;
        color: black;
        margin-bottom: 12px; } }

.honi-soit-splash .banner-video__wrapper {
  overflow: hidden;
  position: relative; }
.honi-soit-splash .banner-video {
  height: 375px; }
  @media (max-width: 479px) {
    .honi-soit-splash .banner-video {
      height: 250px; } }
.honi-soit-splash .titleColumn {
  padding-bottom: 60px; }
.honi-soit-splash .honi-title-link:hover {
  text-decoration: none; }
  .honi-soit-splash .honi-title-link:hover span {
    border-bottom: 5px solid black; }
.honi-soit-splash .honi-logo {
  margin-top: -10px; }
.honi-soit-splash .primary-cta-tile {
  margin-top: 20px; }
.honi-soit-splash .shareText {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  margin-top: 20px; }
.honi-soit-splash h2,
.honi-soit-splash h3 {
  font-weight: bold; }
.honi-soit-splash .summary-inline {
  margin-top: 20px; }
.honi-soit-splash .b-cta--bordered {
  display: inline-block;
  width: auto;
  padding: 10px 22px;
  border: 1px solid #e64626; }
  .honi-soit-splash .b-cta--bordered::after {
    display: none; }
  @media (max-width: 479px) {
    .honi-soit-splash .b-cta--bordered {
      display: block;
      margin-bottom: 20px;
      text-align: center; } }
.honi-soit-splash .show-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 22px;
  background: #f1f2f2;
  color: #333; }
  @media (max-width: 479px) {
    .honi-soit-splash .show-btn {
      display: block;
      text-align: center; } }
  .honi-soit-splash .show-btn::after {
    position: relative;
    margin: 2px 0 0 5px;
    vertical-align: top;
    display: inline-block;
    width: 17px;
    height: 17px;
    content: '';
    background-image: url(/img/accordionClosedIcon.svg); }
  .honi-soit-splash .show-btn.show-less::after {
    background-image: url(/img/accordionOpenIcon.svg); }
.honi-soit-splash .honi-issue-list {
  display: block;
  clear: both;
  margin: 0;
  padding: 0; }
  .honi-soit-splash .honi-issue-list li {
    list-style-type: none;
    display: none; }
.honi-soit-splash .disc {
  font-size: 14px; }

.b-systematic-review-panel {
  background-color: #f1f2f2;
  overflow: auto;
  padding: 0 10px 20px 10px;
  z-index: 1; }
  @media (max-width: 767px) {
    .b-systematic-review-panel .accordionPanel.iconStyle {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .b-systematic-review-panel {
      padding: 0 20px 20px 20px; } }
  .b-systematic-review-panel h3, .b-systematic-review-panel .h3 {
    font-weight: bold; }
  .b-systematic-review-panel__highlight {
    padding: 15px 10px;
    background-color: white;
    margin-bottom: 20px; }
  .b-systematic-review-panel .accordionPanel.iconStyle {
    margin-bottom: 0; }
  .b-systematic-review-panel ul li, .b-systematic-review-panel ol li {
    margin-bottom: 3px; }

/*# sourceMappingURL=screen.css.map */
