@charset "UTF-8";
/**
 * Theme Name: RCPI
 * Description: RCPI Theme
 * Author: Discerning Digital
 * Author URI: http://www.discerningdigital.co.uk/
 * Version: 1.5.6
**/
/* !FOCUSED IMAGES */
/*-----------------------------------------*/
.focuspoint {
  position: relative;
  /*Any position but static should work*/
  overflow: hidden; }

.focuspoint img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  /* fill and maintain aspect ratio */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none; }

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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .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(font-path("bootstrap/glyphicons-halflings-regular.eot"));
  src: url(font-path("bootstrap/glyphicons-halflings-regular.eot?#iefix")) format("embedded-opentype"), url(font-path("bootstrap/glyphicons-halflings-regular.woff2")) format("woff2"), url(font-path("bootstrap/glyphicons-halflings-regular.woff")) format("woff"), url(font-path("bootstrap/glyphicons-halflings-regular.ttf")) format("truetype"), url(font-path("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")) format("svg"); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  -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.42857;
  color: #333333;
  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 {
  display: block;
  max-width: 100%;
  height: auto; }

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .index-layout-1 .index-item-1 .index-item-container h2, .index-layout-3 .index-item-1 .index-item-container h2, .index-layout-4 .index-item .index-item-container h2, .index-layout-5 .index-item .index-item-container h2, .h3, .h4, .index-layout-2 .index-item h2, .index-layout-3 .index-item h2, .index-layout-4 .index-item h2, .index-layout-5 .index-item h2, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small, .index-layout-1 .index-item-1 .index-item-container h2 small, .index-layout-3 .index-item-1 .index-item-container h2 small, .index-layout-4 .index-item .index-item-container h2 small, .index-layout-5 .index-item .index-item-container h2 small,
  .h2 .small, .index-layout-1 .index-item-1 .index-item-container h2 .small, .index-layout-3 .index-item-1 .index-item-container h2 .small, .index-layout-4 .index-item .index-item-container h2 .small, .index-layout-5 .index-item .index-item-container h2 .small, .h3 small,
  .h3 .small, .h4 small, .index-layout-2 .index-item h2 small, .index-layout-3 .index-item h2 small, .index-layout-4 .index-item h2 small, .index-layout-5 .index-item h2 small,
  .h4 .small, .index-layout-2 .index-item h2 .small, .index-layout-3 .index-item h2 .small, .index-layout-4 .index-item h2 .small, .index-layout-5 .index-item h2 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2, .index-layout-1 .index-item-1 .index-item-container h2, .index-layout-3 .index-item-1 .index-item-container h2, .index-layout-4 .index-item .index-item-container h2, .index-layout-5 .index-item .index-item-container h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small, .index-layout-1 .index-item-1 .index-item-container h2 small, .index-layout-3 .index-item-1 .index-item-container h2 small, .index-layout-4 .index-item .index-item-container h2 small, .index-layout-5 .index-item .index-item-container h2 small,
  .h2 .small, .index-layout-1 .index-item-1 .index-item-container h2 .small, .index-layout-3 .index-item-1 .index-item-container h2 .small, .index-layout-4 .index-item .index-item-container h2 .small, .index-layout-5 .index-item .index-item-container h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4, .index-layout-2 .index-item h2, .index-layout-3 .index-item h2, .index-layout-4 .index-item h2, .index-layout-5 .index-item h2,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small, .index-layout-2 .index-item h2 small, .index-layout-3 .index-item h2 small, .index-layout-4 .index-item h2 small, .index-layout-5 .index-item h2 small,
  .h4 .small, .index-layout-2 .index-item h2 .small, .index-layout-3 .index-item h2 .small, .index-layout-4 .index-item h2 .small, .index-layout-5 .index-item h2 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

h2, .h2, .index-layout-1 .index-item-1 .index-item-container h2, .index-layout-3 .index-item-1 .index-item-container h2, .index-layout-4 .index-item .index-item-container h2, .index-layout-5 .index-item .index-item-container h2 {
  font-size: 30px; }

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

h4, .h4, .index-layout-2 .index-item h2, .index-layout-3 .index-item h2, .index-layout-4 .index-item h2, .index-layout-5 .index-item h2 {
  font-size: 18px; }

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  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, .index-layout-1, .index-layout-1 .index-item-1 .index-item-container, .index-layout-1 .index-item-8 .index-item-container, .index-layout-2, .index-layout-3, .index-layout-3 .index-item-1 .index-item-container, .index-layout-4, .index-layout-4 .index-item .index-item-container, .index-layout-5, .index-layout-5 .index-item .index-item-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .index-layout-1:before, .index-layout-1 .index-item-1 .index-item-container:before, .index-layout-1 .index-item-8 .index-item-container:before, .index-layout-2:before, .index-layout-3:before, .index-layout-3 .index-item-1 .index-item-container:before, .index-layout-4:before, .index-layout-4 .index-item .index-item-container:before, .index-layout-5:before, .index-layout-5 .index-item .index-item-container:before, .container:after, .index-layout-1:after, .index-layout-1 .index-item-1 .index-item-container:after, .index-layout-1 .index-item-8 .index-item-container:after, .index-layout-2:after, .index-layout-3:after, .index-layout-3 .index-item-1 .index-item-container:after, .index-layout-4:after, .index-layout-4 .index-item .index-item-container:after, .index-layout-5:after, .index-layout-5 .index-item .index-item-container:after {
    content: " ";
    display: table; }
  .container:after, .index-layout-1:after, .index-layout-1 .index-item-1 .index-item-container:after, .index-layout-1 .index-item-8 .index-item-container:after, .index-layout-2:after, .index-layout-3:after, .index-layout-3 .index-item-1 .index-item-container:after, .index-layout-4:after, .index-layout-4 .index-item .index-item-container:after, .index-layout-5:after, .index-layout-5 .index-item .index-item-container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .index-layout-1, .index-layout-1 .index-item-1 .index-item-container, .index-layout-1 .index-item-8 .index-item-container, .index-layout-2, .index-layout-3, .index-layout-3 .index-item-1 .index-item-container, .index-layout-4, .index-layout-4 .index-item .index-item-container, .index-layout-5, .index-layout-5 .index-item .index-item-container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .index-layout-1, .index-layout-1 .index-item-1 .index-item-container, .index-layout-1 .index-item-8 .index-item-container, .index-layout-2, .index-layout-3, .index-layout-3 .index-item-1 .index-item-container, .index-layout-4, .index-layout-4 .index-item .index-item-container, .index-layout-5, .index-layout-5 .index-item .index-item-container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .index-layout-1, .index-layout-1 .index-item-1 .index-item-container, .index-layout-1 .index-item-8 .index-item-container, .index-layout-2, .index-layout-3, .index-layout-3 .index-item-1 .index-item-container, .index-layout-4, .index-layout-4 .index-item .index-item-container, .index-layout-5, .index-layout-5 .index-item .index-item-container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .index-layout-1 .index-item-2,
.index-layout-1 .index-item-9, .index-layout-1 .index-item-3,
.index-layout-1 .index-item-10, .index-layout-1 .index-item-4, .index-layout-1 .index-item-11, .index-layout-1 .index-item-5, .index-layout-1 .index-item-12, .index-layout-1 .index-item-6, .index-layout-1 .index-item-13, .index-layout-2 .index-item, .index-layout-3 .index-item, .index-layout-4 .index-item, .index-layout-5 .index-item, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .index-layout-1 .index-item-2,
.index-layout-1 .index-item-9, .index-layout-1 .index-item-3,
.index-layout-1 .index-item-10, .index-layout-1 .index-item-4, .index-layout-1 .index-item-11, .index-layout-2 .index-item, .index-layout-3 .index-item, .index-layout-4 .index-item, .index-layout-5 .index-item, .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, .index-layout-1 .index-item-7, .index-layout-1 .index-item-14, .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, .index-layout-1 .index-item-2,
.index-layout-1 .index-item-9, .index-layout-1 .index-item-3,
.index-layout-1 .index-item-10, .index-layout-1 .index-item-4, .index-layout-1 .index-item-11, .index-layout-1 .index-item-5, .index-layout-1 .index-item-12, .index-layout-1 .index-item-6, .index-layout-1 .index-item-13, .index-layout-1 .index-item-7, .index-layout-1 .index-item-14, .index-layout-2 .index-item, .index-layout-3 .index-item, .index-layout-4 .index-item, .index-layout-5 .index-item, .col-sm-12, .index-layout-1 .index-item-5, .index-layout-1 .index-item-12, .index-layout-1 .index-item-6, .index-layout-1 .index-item-13, .index-layout-1 .index-item-7, .index-layout-1 .index-item-14, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .index-layout-1 .index-item-2,
.index-layout-1 .index-item-9, .index-layout-1 .index-item-3,
.index-layout-1 .index-item-10, .index-layout-1 .index-item-4, .index-layout-1 .index-item-11, .index-layout-1 .index-item-5, .index-layout-1 .index-item-12, .index-layout-1 .index-item-6, .index-layout-1 .index-item-13, .index-layout-1 .index-item-7, .index-layout-1 .index-item-14, .index-layout-2 .index-item, .index-layout-3 .index-item, .index-layout-4 .index-item, .index-layout-5 .index-item {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-12, .index-layout-1 .index-item-2,
.index-layout-1 .index-item-9, .index-layout-1 .index-item-3,
.index-layout-1 .index-item-10, .index-layout-1 .index-item-4, .index-layout-1 .index-item-11, .index-layout-1 .index-item-5, .index-layout-1 .index-item-12, .index-layout-1 .index-item-6, .index-layout-1 .index-item-13, .index-layout-1 .index-item-7, .index-layout-1 .index-item-14, .index-layout-2 .index-item, .index-layout-3 .index-item, .index-layout-4 .index-item, .index-layout-5 .index-item {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .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 {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 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 {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default: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:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary: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:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success: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:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info: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:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning: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:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .index-layout-1 .index-item-1 a.btn, .index-layout-1 .index-item-8 a.btn, .index-layout-3 .index-item-1 a.btn, .index-layout-4 .index-item a.btn, .index-layout-5 .index-item a.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

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

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

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

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

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

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

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

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

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

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

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

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

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

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .index-layout-1 .index-item-1 .btn-group > a.btn + .dropdown-toggle, .index-layout-1 .index-item-8 .btn-group > a.btn + .dropdown-toggle, .index-layout-3 .index-item-1 .btn-group > a.btn + .dropdown-toggle, .index-layout-4 .index-item .btn-group > a.btn + .dropdown-toggle, .index-layout-5 .index-item .btn-group > a.btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

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

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

.btn-lg .caret, .btn-group-lg > .btn .caret, .index-layout-1 .index-item-1 a.btn .caret, .index-layout-1 .index-item-8 a.btn .caret, .index-layout-3 .index-item-1 a.btn .caret, .index-layout-4 .index-item a.btn .caret, .index-layout-5 .index-item a.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .index-layout-1 .index-item-1 a.btn .caret, .index-layout-1 .index-item-1 .dropup a.btn .caret, .dropup .index-layout-1 .index-item-8 a.btn .caret, .index-layout-1 .index-item-8 .dropup a.btn .caret, .dropup .index-layout-3 .index-item-1 a.btn .caret, .index-layout-3 .index-item-1 .dropup a.btn .caret, .dropup .index-layout-4 .index-item a.btn .caret, .index-layout-4 .index-item .dropup a.btn .caret, .dropup .index-layout-5 .index-item a.btn .caret, .index-layout-5 .index-item .dropup a.btn .caret {
  border-width: 0 5px 5px; }

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

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

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

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

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

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-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: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #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.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

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

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

.container > .navbar-header, .index-layout-1 > .navbar-header, .index-layout-1 .index-item-1 .index-item-container > .navbar-header, .index-layout-1 .index-item-8 .index-item-container > .navbar-header, .index-layout-2 > .navbar-header, .index-layout-3 > .navbar-header, .index-layout-3 .index-item-1 .index-item-container > .navbar-header, .index-layout-4 > .navbar-header, .index-layout-4 .index-item .index-item-container > .navbar-header, .index-layout-5 > .navbar-header, .index-layout-5 .index-item .index-item-container > .navbar-header,
.container > .navbar-collapse, .index-layout-1 > .navbar-collapse, .index-layout-1 .index-item-1 .index-item-container > .navbar-collapse, .index-layout-1 .index-item-8 .index-item-container > .navbar-collapse, .index-layout-2 > .navbar-collapse, .index-layout-3 > .navbar-collapse, .index-layout-3 .index-item-1 .index-item-container > .navbar-collapse, .index-layout-4 > .navbar-collapse, .index-layout-4 .index-item .index-item-container > .navbar-collapse, .index-layout-5 > .navbar-collapse, .index-layout-5 .index-item .index-item-container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header, .index-layout-1 > .navbar-header, .index-layout-1 .index-item-1 .index-item-container > .navbar-header, .index-layout-1 .index-item-8 .index-item-container > .navbar-header, .index-layout-2 > .navbar-header, .index-layout-3 > .navbar-header, .index-layout-3 .index-item-1 .index-item-container > .navbar-header, .index-layout-4 > .navbar-header, .index-layout-4 .index-item .index-item-container > .navbar-header, .index-layout-5 > .navbar-header, .index-layout-5 .index-item .index-item-container > .navbar-header,
    .container > .navbar-collapse, .index-layout-1 > .navbar-collapse, .index-layout-1 .index-item-1 .index-item-container > .navbar-collapse, .index-layout-1 .index-item-8 .index-item-container > .navbar-collapse, .index-layout-2 > .navbar-collapse, .index-layout-3 > .navbar-collapse, .index-layout-3 .index-item-1 .index-item-container > .navbar-collapse, .index-layout-4 > .navbar-collapse, .index-layout-4 .index-item .index-item-container > .navbar-collapse, .index-layout-5 > .navbar-collapse, .index-layout-5 .index-item .index-item-container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

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

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .index-layout-1 .navbar-brand, .index-layout-1 .index-item-1 .navbar > .index-item-container .navbar-brand, .index-layout-1 .index-item-8 .navbar > .index-item-container .navbar-brand, .navbar > .index-layout-2 .navbar-brand, .navbar > .index-layout-3 .navbar-brand, .index-layout-3 .index-item-1 .navbar > .index-item-container .navbar-brand, .navbar > .index-layout-4 .navbar-brand, .index-layout-4 .index-item .navbar > .index-item-container .navbar-brand, .navbar > .index-layout-5 .navbar-brand, .index-layout-5 .index-item .navbar > .index-item-container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  width: 260px !important; }

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

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

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #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: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #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: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #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, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .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;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #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; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron, .index-layout-1 .index-item-1, .index-layout-1 .index-item-8, .index-layout-3 .index-item-1, .index-layout-4 .index-item, .index-layout-5 .index-item {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1, .index-layout-1 .index-item-1 h1, .index-layout-1 .index-item-8 h1, .index-layout-3 .index-item-1 h1, .index-layout-4 .index-item h1, .index-layout-5 .index-item h1,
  .jumbotron .h1, .index-layout-1 .index-item-1 .h1, .index-layout-1 .index-item-8 .h1, .index-layout-3 .index-item-1 .h1, .index-layout-4 .index-item .h1, .index-layout-5 .index-item .h1 {
    color: inherit; }
  .jumbotron p, .index-layout-1 .index-item-1 p, .index-layout-1 .index-item-8 p, .index-layout-3 .index-item-1 p, .index-layout-4 .index-item p, .index-layout-5 .index-item p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr, .index-layout-1 .index-item-1 > hr, .index-layout-1 .index-item-8 > hr, .index-layout-3 .index-item-1 > hr, .index-layout-4 .index-item > hr, .index-layout-5 .index-item > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .index-layout-1 .jumbotron, .index-layout-1 .index-item-1 .index-item-container .jumbotron, .index-layout-1 .index-item-8 .index-item-container .jumbotron, .index-layout-2 .jumbotron, .index-layout-3 .jumbotron, .index-layout-3 .index-item-1 .index-item-container .jumbotron, .index-layout-4 .jumbotron, .index-layout-4 .index-item .index-item-container .jumbotron, .index-layout-5 .jumbotron, .index-layout-5 .index-item .index-item-container .jumbotron, .index-layout-1 .index-item-1, .index-layout-1 .index-item-1 .index-item-container .index-item-1, .index-layout-1 .index-item-8 .index-item-container .index-item-1, .index-layout-4 .index-item .index-item-container .index-layout-1 .index-item-1, .index-layout-1 .index-layout-4 .index-item .index-item-container .index-item-1, .index-layout-5 .index-item .index-item-container .index-layout-1 .index-item-1, .index-layout-1 .index-layout-5 .index-item .index-item-container .index-item-1, .index-layout-1 .index-item-8, .index-layout-1 .index-item-1 .index-item-container .index-item-8, .index-layout-1 .index-item-8 .index-item-container .index-item-8, .index-layout-3 .index-item-1 .index-item-container .index-layout-1 .index-item-8, .index-layout-4 .index-item .index-item-container .index-layout-1 .index-item-8, .index-layout-1 .index-layout-4 .index-item .index-item-container .index-item-8, .index-layout-5 .index-item .index-item-container .index-layout-1 .index-item-8, .index-layout-1 .index-layout-5 .index-item .index-item-container .index-item-8, .index-layout-3 .index-item-1, .index-layout-3 .index-item-1 .index-item-container .index-item-1, .index-layout-4 .index-item .index-item-container .index-layout-3 .index-item-1, .index-layout-3 .index-layout-4 .index-item .index-item-container .index-item-1, .index-layout-5 .index-item .index-item-container .index-layout-3 .index-item-1, .index-layout-3 .index-layout-5 .index-item .index-item-container .index-item-1, .index-layout-1 .index-item-1 .index-item-container .index-layout-4 .index-item, .index-layout-4 .index-layout-1 .index-item-1 .index-item-container .index-item, .index-layout-1 .index-item-8 .index-item-container .index-layout-4 .index-item, .index-layout-4 .index-layout-1 .index-item-8 .index-item-container .index-item, .index-layout-3 .index-item-1 .index-item-container .index-layout-4 .index-item, .index-layout-4 .index-layout-3 .index-item-1 .index-item-container .index-item, .index-layout-4 .index-item, .index-layout-4 .index-item .index-item-container .index-item, .index-layout-1 .index-item-1 .index-item-container .index-layout-5 .index-item, .index-layout-5 .index-layout-1 .index-item-1 .index-item-container .index-item, .index-layout-1 .index-item-8 .index-item-container .index-layout-5 .index-item, .index-layout-5 .index-layout-1 .index-item-8 .index-item-container .index-item, .index-layout-3 .index-item-1 .index-item-container .index-layout-5 .index-item, .index-layout-5 .index-layout-3 .index-item-1 .index-item-container .index-item, .index-layout-5 .index-item, .index-layout-5 .index-item .index-item-container .index-item,
  .container-fluid .jumbotron,
  .container-fluid .index-layout-1 .index-item-1, .index-layout-1
  .container-fluid .index-item-1,
  .container-fluid .index-layout-1 .index-item-8, .index-layout-1
  .container-fluid .index-item-8,
  .container-fluid .index-layout-3 .index-item-1, .index-layout-3
  .container-fluid .index-item-1,
  .container-fluid .index-layout-4 .index-item, .index-layout-4
  .container-fluid .index-item,
  .container-fluid .index-layout-5 .index-item, .index-layout-5
  .container-fluid .index-item {
    border-radius: 6px; }
  .jumbotron .container, .index-layout-1 .index-item-1 .container, .index-layout-1 .index-item-8 .container, .index-layout-3 .index-item-1 .container, .index-layout-4 .index-item .container, .index-layout-5 .index-item .container, .jumbotron .index-layout-1, .index-layout-1 .index-item-1 .index-layout-1, .index-layout-1 .index-item-8 .index-layout-1, .index-layout-3 .index-item-1 .index-layout-1, .index-layout-4 .index-item .index-layout-1, .index-layout-5 .index-item .index-layout-1, .index-layout-1 .index-item-1 .index-item-container, .index-layout-1 .index-item-8 .index-item-container, .jumbotron .index-layout-2, .index-layout-1 .index-item-1 .index-layout-2, .index-layout-1 .index-item-8 .index-layout-2, .index-layout-3 .index-item-1 .index-layout-2, .index-layout-4 .index-item .index-layout-2, .index-layout-5 .index-item .index-layout-2, .jumbotron .index-layout-3, .index-layout-1 .index-item-1 .index-layout-3, .index-layout-1 .index-item-8 .index-layout-3, .index-layout-3 .index-item-1 .index-layout-3, .index-layout-4 .index-item .index-layout-3, .index-layout-5 .index-item .index-layout-3, .index-layout-3 .index-item-1 .index-item-container, .jumbotron .index-layout-4, .index-layout-1 .index-item-1 .index-layout-4, .index-layout-1 .index-item-8 .index-layout-4, .index-layout-3 .index-item-1 .index-layout-4, .index-layout-4 .index-item .index-layout-4, .index-layout-5 .index-item .index-layout-4, .index-layout-4 .index-item .index-item-container, .jumbotron .index-layout-5, .index-layout-1 .index-item-1 .index-layout-5, .index-layout-1 .index-item-8 .index-layout-5, .index-layout-3 .index-item-1 .index-layout-5, .index-layout-4 .index-item .index-layout-5, .index-layout-5 .index-item .index-layout-5, .index-layout-5 .index-item .index-item-container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron, .index-layout-1 .index-item-1, .index-layout-1 .index-item-8, .index-layout-3 .index-item-1, .index-layout-4 .index-item, .index-layout-5 .index-item {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .index-layout-1 .jumbotron, .index-layout-1 .index-item-1 .index-item-container .jumbotron, .index-layout-1 .index-item-8 .index-item-container .jumbotron, .index-layout-2 .jumbotron, .index-layout-3 .jumbotron, .index-layout-3 .index-item-1 .index-item-container .jumbotron, .index-layout-4 .jumbotron, .index-layout-4 .index-item .index-item-container .jumbotron, .index-layout-5 .jumbotron, .index-layout-5 .index-item .index-item-container .jumbotron, .index-layout-1 .index-item-1, .index-layout-1 .index-item-1 .index-item-container .index-item-1, .index-layout-1 .index-item-8 .index-item-container .index-item-1, .index-layout-4 .index-item .index-item-container .index-layout-1 .index-item-1, .index-layout-1 .index-layout-4 .index-item .index-item-container .index-item-1, .index-layout-5 .index-item .index-item-container .index-layout-1 .index-item-1, .index-layout-1 .index-layout-5 .index-item .index-item-container .index-item-1, .index-layout-1 .index-item-8, .index-layout-1 .index-item-1 .index-item-container .index-item-8, .index-layout-1 .index-item-8 .index-item-container .index-item-8, .index-layout-3 .index-item-1 .index-item-container .index-layout-1 .index-item-8, .index-layout-4 .index-item .index-item-container .index-layout-1 .index-item-8, .index-layout-1 .index-layout-4 .index-item .index-item-container .index-item-8, .index-layout-5 .index-item .index-item-container .index-layout-1 .index-item-8, .index-layout-1 .index-layout-5 .index-item .index-item-container .index-item-8, .index-layout-3 .index-item-1, .index-layout-3 .index-item-1 .index-item-container .index-item-1, .index-layout-4 .index-item .index-item-container .index-layout-3 .index-item-1, .index-layout-3 .index-layout-4 .index-item .index-item-container .index-item-1, .index-layout-5 .index-item .index-item-container .index-layout-3 .index-item-1, .index-layout-3 .index-layout-5 .index-item .index-item-container .index-item-1, .index-layout-1 .index-item-1 .index-item-container .index-layout-4 .index-item, .index-layout-4 .index-layout-1 .index-item-1 .index-item-container .index-item, .index-layout-1 .index-item-8 .index-item-container .index-layout-4 .index-item, .index-layout-4 .index-layout-1 .index-item-8 .index-item-container .index-item, .index-layout-3 .index-item-1 .index-item-container .index-layout-4 .index-item, .index-layout-4 .index-layout-3 .index-item-1 .index-item-container .index-item, .index-layout-4 .index-item, .index-layout-4 .index-item .index-item-container .index-item, .index-layout-1 .index-item-1 .index-item-container .index-layout-5 .index-item, .index-layout-5 .index-layout-1 .index-item-1 .index-item-container .index-item, .index-layout-1 .index-item-8 .index-item-container .index-layout-5 .index-item, .index-layout-5 .index-layout-1 .index-item-8 .index-item-container .index-item, .index-layout-3 .index-item-1 .index-item-container .index-layout-5 .index-item, .index-layout-5 .index-layout-3 .index-item-1 .index-item-container .index-item, .index-layout-5 .index-item, .index-layout-5 .index-item .index-item-container .index-item,
      .container-fluid .jumbotron,
      .container-fluid .index-layout-1 .index-item-1, .index-layout-1
      .container-fluid .index-item-1,
      .container-fluid .index-layout-1 .index-item-8, .index-layout-1
      .container-fluid .index-item-8,
      .container-fluid .index-layout-3 .index-item-1, .index-layout-3
      .container-fluid .index-item-1,
      .container-fluid .index-layout-4 .index-item, .index-layout-4
      .container-fluid .index-item,
      .container-fluid .index-layout-5 .index-item, .index-layout-5
      .container-fluid .index-item {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1, .index-layout-1 .index-item-1 h1, .index-layout-1 .index-item-8 h1, .index-layout-3 .index-item-1 h1, .index-layout-4 .index-item h1, .index-layout-5 .index-item h1,
      .jumbotron .h1, .index-layout-1 .index-item-1 .h1, .index-layout-1 .index-item-8 .h1, .index-layout-3 .index-item-1 .h1, .index-layout-4 .index-item .h1, .index-layout-5 .index-item .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

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

.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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

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

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

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.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 .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

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

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

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

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

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

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

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

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

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

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

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

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

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

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

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

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

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #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;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

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

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

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

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

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 3px;
    text-indent: -999px;
    border: 0px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #7b7b7b;
    background-color: #7b7b7b; }
  .carousel-indicators .active {
    margin: 3px;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

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

@media print {
  .hidden-print {
    display: none !important; } }

.sprite-iconmonstr-facebook-icon-256 {
  background-image: url(images/sprites/sprite-png.png);
  background-position: 0px 0px;
  width: 16px;
  height: 30px; }

html, body {
  background-color: #e5e5e5;
  font-size: 10pt;
  position: relative;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #999; }

@media (max-width: 767px) {
  #rcpi-body {
    padding-top: 60px; } }

.app-screen {
  padding-top: 0 !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.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }

h3 {
  margin-top: 0px; }

#components {
  background-color: #ffffff; }

.contact-card2 {
  background-color: #e19202; }

.contact-card-rw {
  padding: 0; }

.navbar {
  min-height: 90px;
  margin: 0;
  border-top: none;
  border-left: none;
  border-right: none; }

.desc {
  background-color: #ffffff;
  padding: 20px;
  border-bottom: 1px solid #F1F1F1; }

.widthSet {
  max-width: 100px; }

.heightSet {
  max-height: 100px; }

.cards {
  padding: 15px 0 0px 0; }

.cards2 {
  padding: 0px 0 15px 0; }

.navbar-toggle {
  z-index: 99999;
  zoom: 1.65;
  border: none;
  margin-top: 20px;
  padding: 6px 5px; }

.navbar-toggle:hover {
  background-color: #e9e9e9; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #e9e9e9;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }

/*
.login{
	background-color: #333333;
	color: #fff;
	display: none;
	padding: 0;
}
*/
.login {
  min-height: 60px;
  position: relative; }

.login-bg {
  background-color: #333333;
  box-shadow: 0px 4px 12px 2px #FFFFFF; }

ul.nav.navbar-nav.navbar-right.dropdown-menu li {
  font-size: 12px;
  color: #777;
  padding: 5px 0 5px 0;
  width: 260px; }

li.footer-social {
  margin: 3px; }

span.glyphicon.glyphicon-search.search-mb {
  position: absolute;
  right: 28.5%;
  top: 45px;
  font-size: 22px;
  color: #919191; }

span.login-mb {
  position: absolute;
  right: 41%;
  top: 41px;
  font-size: 22px;
  color: #919191; }

.primary, .index-layout-1 .index-item-1 a.btn, .index-layout-1 .index-item-8 a.btn, .index-layout-3 .index-item-1 a.btn, .index-layout-4 .index-item a.btn, .index-layout-5 .index-item a.btn {
  background-color: #333333;
  border: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

.btn-primary:hover {
  background-color: #4C5A2D; }

.secondary {
  background-color: #788e48;
  border: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-bottom: 3px solid #616b34; }

.btn-secondary:hover {
  background-color: #5A6A36; }

.tertiary, .index-layout-1 .index-item-3 a.btn, .index-layout-1 .index-item-6 a.btn, .index-layout-1 .index-item-10 a.btn, .index-layout-1 .index-item-13 a.btn {
  background-color: #ffffff;
  color: #000000;
  border: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 5.5px; }

.quaternary {
  background-color: #BEA055;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-left: 12px;
  margin-right: 12px;
  padding: 6px 13px 6px 13px;
  font-size: 77%; }

.quaternary:hover {
  background-color: #A18849; }

.text-small {
  font-size: 80%; }

.gold-text, .text-img h3 {
  color: #A18849; }

strong {
  color: #666; }

span.menu-title {
  margin-top: 5px;
  font-size: 125%; }

.header {
  position: relative; }

.text_white {
  color: #ffffff; }

.text-grey {
  color: #8D8D8D;
  font-size: 0.9em; }

.no-padding-lg {
  padding: 0; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.form-text {
  font-size: 11px;
  font-weight: normal;
  cursor: pointer; }

.form-right {
  float: right;
  width: 50%;
  margin-top: 4px; }

.remember-me {
  margin-top: 13px;
  float: left;
  text-align: left;
  width: 14%; }

.password {
  margin-top: 13px;
  float: left;
  text-align: left; }

.copyright-bg {
  width: 100%;
  background-color: #222149;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 32px; }

.copyright {
  background-color: #222149;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%; }

.copyright h6 {
  font-size: 80%; }

.footer {
  padding: 40px 20px 60px 20px;
  background-color: #203665; }

.footer_list {
  text-align: center; }

.jumbotron, .index-layout-1 .index-item-1, .index-layout-1 .index-item-8, .index-layout-3 .index-item-1, .index-layout-4 .index-item, .index-layout-5 .index-item {
  margin: 0; }

.two_lines {
  width: 50%; }

.top_section_1 {
  background-color: #b21a80;
  padding: 15px; }

.bg_white {
  background-color: #ffffff; }

.section_bg_white {
  background-color: #ffffff;
  padding: 20px 20px 40px 20px; }

.bottom_section_1 {
  background-color: #ffffff;
  padding: 16px 16px 33px 16px;
  color: #8D8D8D; }

.bottom_section_1_2 {
  background-color: #ffffff;
  padding: 15px;
  color: #8D8D8D; }

.bottom_section_box_6 {
  background-color: #ffffff;
  padding: 15px;
  color: #8D8D8D; }

/* Main home boxes */
.main_box_1 {
  background-image: url("../images/home/main_box_1.png");
  color: #ffffff;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 39%; }

.main_box_4 {
  background-image: url("../images/home/main_box_4_bg.png");
  color: #ffffff;
  padding: 0px;
  background-size: cover; }

.overlay {
  background-color: rgba(31, 54, 101, 0.6);
  width: 100%;
  height: 100%;
  padding: 15px 15px 51px 15px; }

.overlay_4 {
  background-color: rgba(244, 165, 0, 0.6);
  width: 100%;
  height: 100%;
  padding: 21px 21px 56px 21px; }

/* End of main home boxes */
input[type="checkbox"] {
  margin-right: 5px; }

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

@media (max-width: 468px) {
  .login-message-mobile button.btn-login span.button-text {
    display: none; } }

.slate-highlight {
  color: #ea9b00; }

.btn-login {
  font-size: 11px;
  padding: 6px 5px 4px 5px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  text-align: left;
  width: 145px;
  background-color: #ea9b00;
  border-bottom: 3px solid #da9104;
  color: #ffffff; }

.btn-login:active,
.btn-logout:active,
.btn-login:focus,
.btn-logout:focus .btn-login[disabled]:hover,
.btn-logout[disabled]:hover,
.btn-primary[disabled]:hover,
.btn-primary:hover {
  background-color: #ea9b00 !important;
  color: #ffffff !important; }

.btn-logout {
  font-size: 11px;
  padding: 6px 5px 4px 5px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  text-align: left;
  background-color: #ea9b00;
  border-bottom: 3px solid #da9104;
  margin-left: 5px;
  color: #ffffff; }

.btn-logout:hover {
  background-color: #da9104 !important;
  border-bottom: 3px solid #da9104 !important; }

.login-loading {
  display: none; }

.loading .login-loading {
  display: block; }

.loading .glyphicon-user {
  display: none; }

@media (max-width: 768px) {
  .btn-login {
    font-size: 11px;
    padding: 6px 5px 4px 5px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-align: left;
    width: auto;
    background-color: #ea9b00;
    border-bottom: 3px solid #da9104; }
  .btn-logout {
    font-size: 11px;
    padding: 8px 5px 5px 5px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-align: left;
    width: auto;
    background-color: #ea9b00;
    border-bottom: 3px solid #da9104; }
  .login-password,
  .login-email {
    width: 100%;
    background-color: #919191;
    border: none;
    padding: 5px 6px 4px 6px;
    color: #ffffff; }
  .login-form-holder {
    max-height: 60px;
    overflow: hidden; } }

@media (max-width: 468px) {
  .btn-login {
    padding: 7px 8px 6px 8px !important; }
  .login-form-holder {
    padding: 0; } }

.btn-login .login-text {
  margin-right: 5px;
  float: left; }

.btn-login:hover {
  padding: 6px 5px 4px 5px;
  border-bottom: 3px solid #da9104;
  background-color: #da9104;
  color: #ffffff; }

.btn-logout:hover {
  background-color: #da9104;
  color: #ffffff; }

img.block_image {
  max-width: 100%;
  max-height: 100%;
  width: 100%; }

img.footer-logo {
  max-width: 100px;
  margin-bottom: 20px; }

img.footer-icon {
  margin-right: 10px; }

p.jumbotron-sub {
  max-width: 220px; }

ul.ul_footer {
  font-size: 12px;
  list-style-type: none;
  padding: 20px;
  text-align: left; }

ul.ul_footer_contact {
  list-style-type: none;
  padding: 5px; }

li.footer-number {
  background-color: #222149;
  padding: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 4px 4px 4px 0; }

.hero_1 {
  background-image: url("../images/home/hero_1.png");
  background-size: cover;
  background-position-x: 34%;
  background-repeat: no-repeat;
  color: #ffffff;
  margin-bottom: 15px; }

.hero_2 {
  background-color: #e63f5e;
  text-align: center;
  color: #ffffff;
  /*width: 100%;*/ }

.hero_3 {
  background-image: url("../images/home/hero_2.png");
  background-size: cover;
  background-position-x: 38%;
  background-repeat: no-repeat;
  color: #000000; }

.box_1 {
  background-color: #f4a500;
  padding: 20px; }

.box_img {
  padding: 20px;
  background-color: #ffffff; }

.box_2 {
  background-color: #006272;
  padding: 20px; }

.box_3 {
  background-color: #b21a80;
  padding: 20px; }

.box_4 {
  background-color: #b586b7;
  padding: 20px; }

.box_5 {
  background-color: #e44260;
  padding: 20px; }

.box_6 {
  background-color: #7a9a48;
  padding: 20px; }

.logo {
  padding: 10px;
  background: white;
  z-index: 1000;
  position: relative;
  margin-top: 10px; }

.img-left-text img {
  margin-bottom: 20px; }

.navbar-header {
  height: 90px;
  background-color: #ffffff; }

@media screen and (max-width: 340px) {
  span.login-mb {
    font-size: 16px; }
  span.glyphicon.glyphicon-search.search-mb {
    right: 30.5%;
    font-size: 16px; }
  ul.nav.navbar-nav.navbar-right.mobile-menu li {
    font-size: 10px;
    margin: -5px; } }

@media screen and (max-width: 400px) {
  table.col-md-offset-1.col-md-10.contact-card.component-margin-t-xl {
    padding-left: 0;
    padding-right: 0; }
  .navbar-nav {
    margin-top: 55px; }
  .panel-body p {
    width: 90%; } }

@media screen and (max-width: 769px) {
  .no-padding {
    padding: 0; }
  .text-img h3 {
    margin-top: 20px; }
  .btn-email {
    margin: 5px 0 10px 0; }
  .no-padding-left-sm {
    padding-left: 0; }
  .banner-fw-p {
    margin: 0 0 0 49px; }
  ul.ul_footer {
    padding: 5px 20px 5px 20px; }
  .nav-logo {
    margin: 0 20px 0 0;
    width: 75px;
    height: 75px;
    display: block;
    background-position: -630px 0; }
  .navbar {
    margin-top: 50px;
    padding: 0px 9px 18px 9px;
    background-color: #fff; }
  .table1 {
    padding: 0;
    margin: 0; }
  .main_box_5 {
    margin: 0;
    padding: 0; }
  ul.nav.navbar-nav.navbar-right.dropdown-menu {
    margin: 0; }
  ul.nav.navbar-nav.navbar-right.dropdown-menu li {
    font-size: 98%;
    margin: 0 14px 0 14px; }
  .logo-mb {
    padding: 5px; }
  .mobile-row-margin {
    margin-top: 15px;
    margin-bottom: 15px; }
  .mobile-row-margin-bottom {
    margin-bottom: 15px; } }

@media only screen and (min-width: 769px) {
  .navbar-nav > li {
    margin: 0 7px 0px 7px; }
  button#mnu-btn {
    display: none; }
  .panel-body p {
    width: 95%; }
  .contact-card-rw {
    width: 100%; }
  .menu-join {
    margin: 20px 20px 50px 20px;
    text-align: right; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #fff; }
  .no-padding-right {
    padding-right: 0; }
  .box_6_img {
    display: none; }
  .cards {
    padding: 15px 0 7.5px 0; }
  .cards2 {
    padding: 7.5px 0 15px 0; }
  img.cards-img {
    max-width: 100%; }
  .main_box_4 {
    margin-top: -20px; } }

@media only screen and (min-width: 1200px) {
  .main_box_5 {
    height: 310px;
    margin-top: -40px; }
  .box_img,
  .box_1,
  .box_2,
  .box_3,
  .box_4,
  .box_5,
  .box_6 {
    height: 194px;
    max-height: 194px; }
  .bottom_section_1 {
    max-height: 255px; }
  .bottom_section_1_2 {
    max-height: 255px; }
  form.login input {
    width: 100%; }
  .remember-me {
    width: 10%; }
  .password {
    padding: 0; } }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #EEEEEE; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #EEEEEE;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #EEEEEE;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #EEEEEE; }

:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #EEEEEE; }

.search::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333; }

.search:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  opacity: 1; }

.search::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  opacity: 1; }

.search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333; }

.search:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #333333; }

@media only screen and (min-width: 400px) and (max-width: 768px) {
  .panel-body p {
    width: 90%; }
  .navbar-nav {
    margin-top: 55px; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav > li {
    float: left;
    margin: 0 14px 0px 14px; }
  .main_box_4 {
    margin-top: 0; }
  .bottom_section_1 {
    padding: 16px 16px 70px 16px; }
  .bottom_section_1_2 {
    padding: 16px 16px 46px 16px; }
  .box_img,
  .box_1,
  .box_2,
  .box_3,
  .box_4,
  .box_5,
  .box_6 {
    height: 229px;
    max-height: 229px; }
  .main_box_5 {
    margin-top: -20px; }
  .main_box_6 {
    float: left;
    margin-top: -7px;
    overflow: hidden;
    padding: 0 0 0px 15px;
    width: 67%;
    top: -349px; }
  form.login input {
    width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .header {
    width: 100%; }
  .navbar-nav > li {
    float: left;
    margin: 0 11px 0px 6px; }
  form.login input {
    width: 100%; }
  .main_box_4 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .section_bg_white {
    min-height: 290px; }
  .main_box_3 {
    padding: 0;
    margin-top: -20px; }
  .main_box_5 {
    padding: 0; }
  .main_box_6 {
    width: 100%;
    padding-right: 15px; }
  .remember-me {
    margin-top: 5px;
    width: 16%; }
  .password {
    margin-top: 2px; }
  form.login {
    padding: 8px; }
  ul.nav.navbar-nav.navbar-right {
    width: 94%; } }

@media screen and (max-width: 992px) {
  img.cards-img {
    max-width: 135px;
    margin: 0 auto;
    display: block; }
  .focuspoint img {
    max-height: 700px;
    max-width: 438px; } }

@media screen and (min-width: 992px) {
  .footer-main {
    padding-bottom: 52px; }
  .main_box_6 {
    padding: 0 0 0px 15px; }
  .main_box_6 {
    width: 67%; }
  .focuspoint img {
    min-height: 10%;
    min-width: 10%;
    max-height: 700px;
    max-width: 438px; }
  .focuspoint-block {
    max-height: 700px !important; }
  form.login {
    padding: 10px; }
  ul.nav.navbar-nav.navbar-right {
    width: 100%;
    margin-top: 2px; }
  .password {
    min-width: 19%; } }

.mobile-menu {
  padding-top: 75px; }

@media screen and (min-width: 769px) {
  .mobile-menu {
    display: none; }
  .navbar-right {
    font-size: 12px; } }

@media screen and (min-width: 769px) {
  nav.navbar {
    height: 125px;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    margin: 0; } }

@media only screen and (min-width: 768px) and (max-width: 769px) {
  .bottom_section_1 {
    padding: 16px 16px 48px 16px; }
  .navbar-nav {
    margin-top: 10px;
    margin-bottom: 20px; }
  ul.nav.navbar-nav.navbar-right {
    width: 101%; }
  .mobile-row-margin {
    margin-top: 0px;
    margin-bottom: 15px; }
  .main_box_3 {
    margin-top: -30px; }
  .section_bg_white {
    min-height: 298px; } }

.slate-logo {
  position: absolute;
  display: none;
  top: 13px;
  left: 50px;
  z-index: 300; }

/*
@media screen and(min-width:991px){
	.slate-logo{
    	float: left;
    	margin: 15px 0 0 20px;		
	}
}

*/
@media screen and (min-width: 769px) {
  .navbar-nav > li a {
    padding: 0px 4px 0 4px; }
  .nav-logo {
    width: 85px;
    height: 85px;
    display: block;
    background-position: 0 0; }
  div#bs-example-navbar-collapse-1 {
    width: 88%;
    float: left;
    position: absolute;
    /* bottom: 17px; */
    top: 90px;
    left: 110px; }
  nav.navbar {
    height: 125px;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    margin: 0; }
  .navbar-right {
    text-transform: uppercase;
    font-size: 12px; } }

@media screen and (min-width: 768px) {
  .banner-fw-p {
    margin: 0 0 0 20px; }
  .banner-fw {
    margin-left: -50px;
    border: 1px solid #e9e9e9; }
  span.email-card {
    top: 24px;
    right: 14px;
    position: absolute;
    display: block;
    float: right; }
  .body-c {
    margin-top: 30px;
    margin-bottom: 30px; }
  .component-margin {
    margin-top: 0;
    margin-bottom: 30px; }
  .component-margin-t {
    margin-top: 15px; }
  .footer-border {
    border-left: 1px solid #415786;
    border-right: 1px solid #415786; }
  img.footer-logo {
    max-width: 100px;
    float: right;
    margin-right: 20px; }
  img.box_6_img {
    max-height: 333px; }
  .menu-join {
    display: block;
    width: 200px;
    position: absolute;
    top: -2px;
    margin: 0;
    right: -25px;
    bottom: 0; }
  form.login input {
    margin-right: 8px; }
  .icon-search {
    color: #ffffff;
    background-color: #002D72;
    width: 27px !important;
    margin-top: -1px;
    padding: 7px;
    float: right !important;
    display: block; }
  input.search {
    background-color: #E7E7E7;
    border: none;
    padding: 5px 6px 4px 6px;
    color: #666666;
    font-size: 1.0em;
    width: 170px; }
  input.login-email {
    background-color: #919191;
    border: none;
    padding: 5px 6px 4px 6px;
    color: #ffffff;
    font-size: 1.0em; }
  input.login-password {
    background-color: #919191;
    border: none;
    padding: 5px 6px 4px 6px;
    color: #ffffff;
    font-size: 1.0em; }
  h6.login-title {
    max-width: 200px;
    width: 200px;
    float: left;
    margin: 16px; }
  img.box_6_img {
    float: right; }
  .main {
    padding-bottom: 60px; }
  .main_box_2 {
    height: 310px;
    padding: 0px 0px 0 15px; }
  .main_box_6 {
    float: left;
    margin-top: -7px;
    overflow: hidden; }
  .column {
    float: left;
    margin: 20px 0 0 0;
    background-color: #ffffff;
    padding-bottom: 1000px;
    margin-bottom: -1000px; }
  .main_box_6_img {
    background-image: url("../images/home/main_box_6.png");
    background-repeat: no-repeat;
    background-position: 98% -4%; }
  .footer_list {
    text-align: left; }
  .hero_1 {
    background-size: cover;
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 20px; }
  .hero_2 {
    background-size: 100%; }
  .hero_3 {
    background-size: cover;
    max-width: 1600px;
    margin: 0 auto; } }

.body-c {
  background-color: #fff;
  padding: 0; }
  .body-c .main-h2 {
    background-color: #12326D;
    padding: 15px 30px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    margin: 0 0 10px 0; }

.media-fw {
  padding: 0; }

.media-video-fw {
  padding: 0;
  height: 500px; }

p.grey, span.grey {
  color: #999; }

.carousel-indicators {
  position: absolute;
  bottom: -29px;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
  background-color: #333333;
  height: 36px;
  min-height: 19px;
  padding-top: 10px; }

.carousel-text {
  margin-top: 30px; }

.border {
  border: 1px solid #000; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  background-color: #fff; }

.panel-default > .panel-heading {
  color: #fff;
  background-color: #000; }

.panel.panel-default a {
  text-decoration: none; }

.review-icon {
  font-size: 107px;
  position: relative;
  top: -21px;
  left: -60px;
  font-family: times; }

blockquote.quote {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 20% 40px 20%;
  background: #0098b0;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  border: none;
  font-weight: 300;
  font-size: 18pt; }

@media (max-width: 767px) {
  blockquote.quote {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 10% 40px 10%;
    background: #0098b0;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    border: none;
    font-weight: 300;
    font-size: 14pt; } }

blockquote.quote-2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 20% 40px 20%;
  background: #fff;
  margin: 0 auto;
  font-size: 18px;
  color: #0098b0;
  border: none;
  font-weight: 300;
  font-size: 18pt; }

h2.quote-name-2 {
  color: #000; }

span.quote-jobtitle-2 {
  color: #777;
  font-size: 12pt; }

h4.grey {
  color: #777; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0 0 0; }

.margin-t {
  margin-top: 20px; }

.component-margin-t-xl {
  margin-top: 45px; }

th {
  background-color: #333;
  color: #fff;
  font-weight: 300; }

.table-striped {
  background-color: #e2e2e2; }

table tr th {
  padding: 10px 20px 10px 0;
  text-transform: uppercase;
  text-align: center; }

table tr td {
  padding: 10px 20px 10px 0;
  text-align: center; }

ul.contact-card {
  list-style-type: none;
  padding: 0; }

ul.contact-card li {
  display: inline-block;
  margin: 0 10px 0 0; }

img.contact-card,
img.banner-card {
  position: absolute;
  top: 0px;
  display: block;
  margin: 0 auto;
  width: 100%; }

.contact-card-left {
  background-color: #e19202; }

.contact-card-right {
  background-color: #fff; }

.table-responsive {
  overflow-x: auto; }

.accordion-search {
  margin-right: 10px; }

.accordion-arrow {
  float: right;
  color: #ffffff; }

span.glyphicon-search {
  width: 16px;
  float: left; }

.panel-body {
  width: 100%;
  padding: 0; }

.panel-body {
  width: 100%;
  padding: 15px; }

.accordion-icon {
  float: left;
  width: 16px;
  height: 38px;
  position: relative; }

.accordion-a {
  width: 90%;
  margin-left: 32px; }

p.panel-text {
  float: left;
  width: 100%; }

a {
  color: #ffffff; }

a:hover {
  color: #5caef5;
  text-decoration: none;
  cursor: pointer; }

.so-panel a {
  color: #002d72; }

.body-c p a {
  color: #002d72; }

.body-c p a:hover {
  color: #5caef5;
  text-decoration: none;
  cursor: pointer; }

@media only screen and (max-width: 760px) {
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  tr {
    border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; } }

div#bs-example-navbar-collapse-1 {
  display: grid !important; }

@media only screen and (min-width: 769px) {
  div#bs-example-navbar-collapse-1 {
    display: grid !important; }
  span.search-mb, .login-mb {
    display: none; } }

@media only screen and (max-width: 768px) {
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #333333;
    background-color: #e9e9e9; }
  .desktop-menu {
    display: none; }
  .logo-mb {
    border-right: 1px solid #BEA055; }
  div#bs-example-navbar-collapse-1 {
    background-color: #e9e9e9;
    position: absolute;
    z-index: 9999;
    width: 79%;
    height: 0;
    top: -3px;
    right: 0;
    overflow: hidden; }
  ul.nav.navbar-nav.navbar-right.mobile-menu li {
    font-weight: 700;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    width: 80%;
    color: #777;
    overflow-wrap: break-word; }
  ul.nav.navbar-nav.navbar-right.mobile-menu li::after {
    content: " >";
    float: right;
    text-align: -webkit-auto;
    position: absolute;
    right: 0;
    top: 11px; }
  input.search {
    display: block;
    width: 100%;
    float: left;
    border: none;
    background-color: #fff;
    padding: 6px;
    color: #333333; }
  span.menu-title {
    display: none; }
  #menu-join-btn {
    display: none; }
  .icon-search {
    position: absolute;
    top: 97px;
    right: 35px;
    color: #ffffff;
    background-color: #002D72;
    height: 30px;
    width: 30px !important;
    margin-top: -3px;
    padding: 9px 7px 7px 8px; }
  .menu-join {
    margin: 20px 20px 50px 0px;
    position: initial; } }

.navbar-nav span.nav-rcpistore {
  text-transform: none; }

#search-btn {
  color: #888888;
  z-index: 9999 !important; }

#searchbox-collapse-1 {
  position: absolute;
  top: 108px;
  right: 0px;
  left: 0px;
  z-index: 9999;
  border: none;
  background: white; }

#searchbox-collapse-1 .menu-join {
  margin: 20px 10px 10px 10px !important; }

.img-left-text td {
  float: left;
  text-align: left; }

.tb tbody tr th {
  padding: 20px 2px 20px 2px; }

.tb tbody tr td {
  padding: 20px 2px 20px 2px; }

.banner-fw {
  background-color: #fff;
  position: relative;
  padding: 5px 5px 10px 50px;
  top: 10px;
  z-index: 0; }

.banner-img {
  z-index: 10; }

.img-left-text {
  background-color: #fff;
  padding: 16px; }

.img-left-text .col-md-8, .img-left-text .index-layout-1 .index-item-7, .index-layout-1 .img-left-text .index-item-7, .img-left-text .index-layout-1 .index-item-14, .index-layout-1 .img-left-text .index-item-14,
.img-right-text .col-md-4,
.img-right-text .index-layout-1 .index-item-2, .index-layout-1
.img-right-text .index-item-2,
.img-right-text
.index-layout-1 .index-item-9,
.index-layout-1
.img-right-text .index-item-9,
.img-right-text .index-layout-1 .index-item-3, .index-layout-1
.img-right-text .index-item-3,
.img-right-text
.index-layout-1 .index-item-10,
.index-layout-1
.img-right-text .index-item-10,
.img-right-text .index-layout-1 .index-item-4, .index-layout-1
.img-right-text .index-item-4,
.img-right-text .index-layout-1 .index-item-11, .index-layout-1
.img-right-text .index-item-11,
.img-right-text .index-layout-1 .index-item-5, .index-layout-1
.img-right-text .index-item-5,
.img-right-text .index-layout-1 .index-item-12, .index-layout-1
.img-right-text .index-item-12,
.img-right-text .index-layout-1 .index-item-6, .index-layout-1
.img-right-text .index-item-6,
.img-right-text .index-layout-1 .index-item-13, .index-layout-1
.img-right-text .index-item-13,
.img-right-text .index-layout-2 .index-item, .index-layout-2
.img-right-text .index-item,
.img-right-text .index-layout-3 .index-item, .index-layout-3
.img-right-text .index-item,
.img-right-text .index-layout-4 .index-item, .index-layout-4
.img-right-text .index-item,
.img-right-text .index-layout-5 .index-item, .index-layout-5
.img-right-text .index-item {
  padding-right: 0; }

.img-right-text .col-md-8, .img-right-text .index-layout-1 .index-item-7, .index-layout-1 .img-right-text .index-item-7, .img-right-text .index-layout-1 .index-item-14, .index-layout-1 .img-right-text .index-item-14,
.img-left-text .col-md-4,
.img-left-text .index-layout-1 .index-item-2, .index-layout-1
.img-left-text .index-item-2,
.img-left-text
.index-layout-1 .index-item-9,
.index-layout-1
.img-left-text .index-item-9,
.img-left-text .index-layout-1 .index-item-3, .index-layout-1
.img-left-text .index-item-3,
.img-left-text
.index-layout-1 .index-item-10,
.index-layout-1
.img-left-text .index-item-10,
.img-left-text .index-layout-1 .index-item-4, .index-layout-1
.img-left-text .index-item-4,
.img-left-text .index-layout-1 .index-item-11, .index-layout-1
.img-left-text .index-item-11,
.img-left-text .index-layout-1 .index-item-5, .index-layout-1
.img-left-text .index-item-5,
.img-left-text .index-layout-1 .index-item-12, .index-layout-1
.img-left-text .index-item-12,
.img-left-text .index-layout-1 .index-item-6, .index-layout-1
.img-left-text .index-item-6,
.img-left-text .index-layout-1 .index-item-13, .index-layout-1
.img-left-text .index-item-13,
.img-left-text .index-layout-2 .index-item, .index-layout-2
.img-left-text .index-item,
.img-left-text .index-layout-3 .index-item, .index-layout-3
.img-left-text .index-item,
.img-left-text .index-layout-4 .index-item, .index-layout-4
.img-left-text .index-item,
.img-left-text .index-layout-5 .index-item, .index-layout-5
.img-left-text .index-item {
  padding-left: 0; }

.img-right-text {
  background-color: #fff;
  padding: 16px; }

.justify {
  text-align: justify; }

.table1 {
  background-color: #fff;
  padding: 20px 20px 0px 20px; }

h2.contact-name-title {
  font-weight: 700; }

img.banner-img {
  z-index: 1; }

span.quote-jobtitle {
  font-size: 12pt; }

.document {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 769px) {
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; } }

span.answer-graphic {
  width: 5%;
  float: left;
  height: 100%;
  font-size: 22px; }

@media (max-width: 468px) {
  span.answer-graphic {
    width: 10%;
    float: left;
    height: 100%;
    font-size: 22px;
    padding: 0 20px 20px 0; } }

.panel-body p {
  float: none; }

.hero-img-lg-ct img {
  max-width: 100%;
  max-height: auto; }

.hero-img-lg-ct img {
  max-width: 100%;
  max-height: auto; }

.focuspoint {
  height: 100%; }

.download-graphic {
  background-color: #e3e3e3;
  text-align: center;
  padding: 0; }

/* Document widget */
@media (min-width: 768px) {
  .download-pdf {
    background-color: #ffffff;
    color: #696969;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    height: 165px;
    width: 135px;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0; }
  span.download-icon {
    font-size: 75pt;
    padding-top: 20px;
    width: 100%;
    color: #696969; } }

@media only screen and (max-width: 767px) {
  span.download-icon {
    font-size: 30pt;
    padding: 4px;
    margin-top: -1px;
    margin-bottom: 5px;
    margin-right: 10px;
    color: #696969;
    text-align: center;
    width: auto;
    float: right; }
  .download-corner {
    display: none; }
  .download-pdf {
    height: 60px;
    width: 100%;
    padding-top: 8px;
    margin-bottom: 15px;
    font-size: 25px;
    background-color: #ffffff;
    position: relative; }
  .download-pdf a span:nth-of-type(2) {
    float: left;
    margin-top: 4px;
    margin-left: 15px;
    margin-right: 15px; } }

img.document-img {
  padding: 10px; }

.gridx3 {
  background-color: #fff;
  padding: 10px; }

.gridx4 {
  background-color: #fff;
  padding: 10px; }

.grid-img {
  width: 100%;
  max-width: 100%;
  padding-bottom: 10px; }

.review-ct-1 {
  padding: 0; }

.review-ct-2 {
  padding: 0; }

.welcome-user {
  margin-top: 5px; }

p.input-title {
  margin: 0px 0px 2px 0px;
  font-size: 12px; }

@media only screen and (max-width: 1199px) {
  p.input-title {
    margin: 5px 0px 2px 0px;
    font-size: 9px; } }

.member-input {
  padding: 4px; }

.member-submit {
  padding: 4px; }

input.checkb {
  cursor: pointer; }

.member-input .checkb {
  width: 17px;
  margin: 0 -4px 0 0; }

span.welcome-guest {
  font-size: 10px; }

span.login-signup {
  color: #788548; }

span.email-card a {
  width: auto;
  padding: 8px 8px 8px 8px; }

.login h4 {
  line-height: 23px;
  padding-bottom: 2px;
  margin-top: 20px;
  display: inline-block; }

.focuspoint img {
  min-height: 100%;
  min-width: 100%;
  max-height: none;
  max-width: none; }

.index-layout {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .index-layout:before, .index-layout:after {
    content: " ";
    display: table; }
  .index-layout:after {
    clear: both; }
  @media (min-width: 768px) {
    .index-layout {
      width: 748px; } }
  @media (min-width: 992px) {
    .index-layout {
      width: 970px; } }
  @media (min-width: 1200px) {
    .index-layout {
      width: 1174px; } }

@media (min-width: 768px) {
  .index-layout-1 .half, .index-layout-1 .index-item-2, .index-layout-1 .index-item-9, .index-layout-1 .index-item-4, .index-layout-1 .index-item-11, .index-layout-1 .index-item-5, .index-layout-1 .index-item-12, .index-layout-1 .index-item-7, .index-layout-1 .index-item-14 {
    height: 300px; } }

@media (min-width: 768px) {
  .index-layout-1 .full, .index-layout-1 .index-item-3, .index-layout-1 .index-item-10, .index-layout-1 .index-item-6, .index-layout-1 .index-item-13 {
    height: 600px; } }

.index-layout-1 .index-item {
  display: none;
  margin-bottom: 15px;
  padding: 0; }
  @media (min-width: 768px) {
    .index-layout-1 .index-item {
      margin-bottom: 0;
      padding: 7px; } }
  .index-layout-1 .index-item h2 {
    margin-top: 0; }
  .index-layout-1 .index-item a.btn {
    text-transform: uppercase; }
  .index-layout-1 .index-item .focuspoint {
    z-index: 50;
    height: auto; }
  .index-layout-1 .index-item .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.6;
    z-index: 75;
    width: auto;
    height: auto;
    background: none; }

.index-layout-1 .index-item-container {
  z-index: 100;
  color: white;
  overflow: hidden;
  height: 100%; }
  .index-layout-1 .index-item-container h2 {
    font-size: 18px; }
  .index-layout-1 .index-item-container h2, .index-layout-1 .index-item-container p, .index-layout-1 .index-item-container a {
    z-index: 100;
    position: relative; }

.index-layout-1 .index-item-1 {
  display: block;
  position: relative;
  margin: 0 -15px 14px;
  height: auto; }
  .index-layout-1 .index-item-1 .focuspoint {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .index-layout-1 .index-item-1 .focuspoint img {
      max-height: none; }
  @media (min-width: 768px) {
    .index-layout-1 .index-item-1 {
      width: 1600px;
      margin-left: -441px; } }
  @media (min-width: 992px) {
    .index-layout-1 .index-item-1 {
      margin-left: -330px; } }
  @media (min-width: 1200px) {
    .index-layout-1 .index-item-1 {
      margin-left: -228px; } }
  .index-layout-1 .index-item-1 .index-item-container {
    padding: 0; }
  .index-layout-1 .index-item-1 .index-item-container {
    padding: 40px 30px;
    height: auto; }
    .index-layout-1 .index-item-1 .index-item-container h2 {
      margin-top: 0;
      text-transform: uppercase; }
  .index-layout-1 .index-item-1 p {
    max-width: 1110px; }
  .index-layout-1 .index-item-1 .item-description {
    display: none; }
  .index-layout-1 .index-item-1 a.btn:hover {
    background-color: #4C5A2D; }

.index-layout-1 .index-item-2,
.index-layout-1 .index-item-9 {
  display: block; }
  .index-layout-1 .index-item-2 .focuspoint,
  .index-layout-1 .index-item-9 .focuspoint {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .index-layout-1 .index-item-2 .focuspoint,
      .index-layout-1 .index-item-9 .focuspoint {
        top: 7px;
        left: 7px;
        right: 7px;
        bottom: 7px; } }
  .index-layout-1 .index-item-2 .overlay,
  .index-layout-1 .index-item-9 .overlay {
    display: block;
    background-color: #1F3665; }

.index-layout-1 .index-item-3,
.index-layout-1 .index-item-10 {
  display: block; }

.index-layout-1 .index-item-3 h2, .index-layout-1 .index-item-3 .item-sub, .index-layout-1 .index-item-6 h2, .index-layout-1 .index-item-6 .item-sub, .index-layout-1 .index-item-10 h2, .index-layout-1 .index-item-10 .item-sub, .index-layout-1 .index-item-13 h2, .index-layout-1 .index-item-13 .item-sub {
  background: #b21a80;
  margin-bottom: 0;
  padding: 0 15px 15px; }

.index-layout-1 .index-item-3 .item-description, .index-layout-1 .index-item-6 .item-description, .index-layout-1 .index-item-10 .item-description, .index-layout-1 .index-item-13 .item-description {
  padding: 15px;
  color: #8D8D8D;
  background: white;
  margin-bottom: 0; }

.index-layout-1 .index-item-3 .btn-wrap, .index-layout-1 .index-item-6 .btn-wrap, .index-layout-1 .index-item-10 .btn-wrap, .index-layout-1 .index-item-13 .btn-wrap {
  padding: 0 15px 15px;
  background: white; }

.index-layout-1 .index-item-3 a.btn:hover, .index-layout-1 .index-item-6 a.btn:hover, .index-layout-1 .index-item-10 a.btn:hover, .index-layout-1 .index-item-13 a.btn:hover {
  background-color: #4C5A2D;
  color: white; }

.index-layout-1 .index-item-3 h2, .index-layout-1 .index-item-6 h2, .index-layout-1 .index-item-10 h2, .index-layout-1 .index-item-13 h2 {
  padding-top: 15px; }

.index-layout-1 .index-item-4, .index-layout-1 .index-item-11 {
  display: block; }
  @media (min-width: 768px) {
    .index-layout-1 .index-item-4, .index-layout-1 .index-item-11 {
      margin-top: -300px; } }
  @media (min-width: 992px) {
    .index-layout-1 .index-item-4, .index-layout-1 .index-item-11 {
      margin-top: 0; } }
  .index-layout-1 .index-item-4 .focuspoint, .index-layout-1 .index-item-11 .focuspoint {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .index-layout-1 .index-item-4 .focuspoint, .index-layout-1 .index-item-11 .focuspoint {
        top: 7px;
        left: 7px;
        right: 7px;
        bottom: 7px; } }
  .index-layout-1 .index-item-4 .overlay, .index-layout-1 .index-item-11 .overlay {
    display: block;
    background-color: #3A603E; }

.index-layout-1 .index-item-5, .index-layout-1 .index-item-12 {
  display: block; }
  .index-layout-1 .index-item-5 .focuspoint, .index-layout-1 .index-item-12 .focuspoint {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 768px) {
      .index-layout-1 .index-item-5 .focuspoint, .index-layout-1 .index-item-12 .focuspoint {
        top: 7px;
        left: 7px;
        right: 7px;
        bottom: 7px; } }
  .index-layout-1 .index-item-5 .overlay, .index-layout-1 .index-item-12 .overlay {
    display: block;
    background-color: #F4A500; }

.index-layout-1 .index-item-6, .index-layout-1 .index-item-13 {
  display: block; }
  @media (min-width: 992px) {
    .index-layout-1 .index-item-6, .index-layout-1 .index-item-13 {
      height: 600px;
      margin-top: -300px; } }

.index-layout-1 .index-item-7, .index-layout-1 .index-item-14 {
  margin-bottom: 7px;
  display: block; }
  .index-layout-1 .index-item-7 .index-item-container, .index-layout-1 .index-item-14 .index-item-container {
    padding: 15px;
    background-color: #006272;
    color: #ffffff; }
    @media (min-width: 768px) {
      .index-layout-1 .index-item-7 .index-item-container, .index-layout-1 .index-item-14 .index-item-container {
        padding-right: 50%; } }
  .index-layout-1 .index-item-7 h2, .index-layout-1 .index-item-7 .item-description, .index-layout-1 .index-item-14 h2, .index-layout-1 .index-item-14 .item-description {
    padding-right: 30px;
    color: #ffffff; }
  .index-layout-1 .index-item-7 h2 a, .index-layout-1 .index-item-14 h2 a {
    color: #ffffff; }
  .index-layout-1 .index-item-7 .focuspoint, .index-layout-1 .index-item-14 .focuspoint {
    margin-bottom: 15px;
    max-height: 380px; }
    .index-layout-1 .index-item-7 .focuspoint img, .index-layout-1 .index-item-14 .focuspoint img {
      width: 100%;
      position: static; }
      @media (min-width: 768px) {
        .index-layout-1 .index-item-7 .focuspoint img, .index-layout-1 .index-item-14 .focuspoint img {
          position: absolute;
          width: auto; } }
    @media (min-width: 768px) {
      .index-layout-1 .index-item-7 .focuspoint, .index-layout-1 .index-item-14 .focuspoint {
        position: absolute;
        right: 0;
        left: 50%;
        top: 7px;
        bottom: 7px;
        height: auto;
        margin-right: 7px;
        margin-left: -7px;
        margin-bottom: 0;
        max-height: 380px; } }

.index-layout-1 .index-item-8 {
  display: block;
  clear: left;
  text-align: center;
  background: #e63f5e;
  height: auto;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .index-layout-1 .index-item-8 {
      height: auto;
      height: auto; }
      .index-layout-1 .index-item-8 .focuspoint {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        .index-layout-1 .index-item-8 .focuspoint img {
          max-height: none; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .index-layout-1 .index-item-8 {
      width: 1600px;
      margin-left: -441px; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .index-layout-1 .index-item-8 {
      margin-left: -330px; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .index-layout-1 .index-item-8 {
      margin-left: -228px; } }
  @media screen and (min-width: 768px) {
      .index-layout-1 .index-item-8 .index-item-container {
        padding: 0; } }
  .index-layout-1 .index-item-8 h2 {
    text-transform: uppercase;
    line-height: 42px;
    margin-bottom: 0;
    font-size: 36px; }
    @media screen and (min-width: 768px) {
      .index-layout-1 .index-item-8 h2 {
        line-height: 63px;
        font-size: 63px; } }
  .index-layout-1 .index-item-8 p {
    margin-bottom: 0;
    padding: 12px 0 20px;
    font-size: 21px;
    font-weight: 200; }
  .index-layout-1 .index-item-8 a.btn:hover {
    background-color: #4C5A2D; }
  .index-layout-1 .index-item-8 .item-sub {
    display: none; }
  .index-layout-1 .index-item-8 .focuspoint {
    display: none; }
  .index-layout-1 .index-item-8 .index-item-container {
    height: auto;
    padding: 40px 15px; }
    @media screen and (min-width: 768px) {
      .index-layout-1 .index-item-8 .index-item-container {
        padding: 60px 30px; } }

.index-layout-1 .index-item-3 .focuspoint, .index-layout-1 .index-item-6 .focuspoint, .index-layout-1 .index-item-10 .focuspoint, .index-layout-1 .index-item-13 .focuspoint {
  height: 410px; }
  @media (min-width: 992px) {
    .index-layout-1 .index-item-3 .focuspoint, .index-layout-1 .index-item-6 .focuspoint, .index-layout-1 .index-item-10 .focuspoint, .index-layout-1 .index-item-13 .focuspoint {
      height: 410px; } }

.index-layout-1 .index-item-3 .index-item-container, .index-layout-1 .index-item-6 .index-item-container, .index-layout-1 .index-item-10 .index-item-container, .index-layout-1 .index-item-13 .index-item-container {
  position: relative; }

.index-layout-1 .index-item-3 .item-bottom-holder, .index-layout-1 .index-item-6 .item-bottom-holder, .index-layout-1 .index-item-10 .item-bottom-holder, .index-layout-1 .index-item-13 .item-bottom-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100; }

.index-layout-1 .index-item-2 .index-item-container, .index-layout-1 .index-item-4 .index-item-container, .index-layout-1 .index-item-5 .index-item-container, .index-layout-1 .index-item-9 .index-item-container, .index-layout-1 .index-item-11 .index-item-container, .index-layout-1 .index-item-12 .index-item-container {
  padding: 15px; }

.page-template-tpl-index-2 .faculties,
.page-template-tpl-timeline .faculties,
.page-template-tpl-newsindex .faculties,
.page-template-tpl-search .faculties,
.single-format-standard .faculties {
  background-color: #999; }
  .page-template-tpl-index-2 .faculties .cards,
  .page-template-tpl-timeline .faculties .cards,
  .page-template-tpl-newsindex .faculties .cards,
  .page-template-tpl-search .faculties .cards,
  .single-format-standard .faculties .cards {
    padding: 0; }
  .page-template-tpl-index-2 .faculties .box_img,
  .page-template-tpl-timeline .faculties .box_img,
  .page-template-tpl-newsindex .faculties .box_img,
  .page-template-tpl-search .faculties .box_img,
  .single-format-standard .faculties .box_img {
    height: auto;
    background: none;
    padding: 20px 10px 20px 10px; }
    @media screen and (max-width: 400px) {
      .page-template-tpl-index-2 .faculties .box_img,
      .page-template-tpl-timeline .faculties .box_img,
      .page-template-tpl-newsindex .faculties .box_img,
      .page-template-tpl-search .faculties .box_img,
      .single-format-standard .faculties .box_img {
        padding: 12px; } }
    @media only screen and (min-width: 1200px) {
      .page-template-tpl-index-2 .faculties .box_img,
      .page-template-tpl-timeline .faculties .box_img,
      .page-template-tpl-newsindex .faculties .box_img,
      .page-template-tpl-search .faculties .box_img,
      .single-format-standard .faculties .box_img {
        max-height: 194px; } }
    .page-template-tpl-index-2 .faculties .box_img:hover .box-view,
    .page-template-tpl-timeline .faculties .box_img:hover .box-view,
    .page-template-tpl-newsindex .faculties .box_img:hover .box-view,
    .page-template-tpl-search .faculties .box_img:hover .box-view,
    .single-format-standard .faculties .box_img:hover .box-view {
      height: 30px;
      margin-top: -24px;
      padding: 5px;
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      transition: 0.1s; }
    .page-template-tpl-index-2 .faculties .box_img:hover .box-view a span,
    .page-template-tpl-timeline .faculties .box_img:hover .box-view a span,
    .page-template-tpl-newsindex .faculties .box_img:hover .box-view a span,
    .page-template-tpl-search .faculties .box_img:hover .box-view a span,
    .single-format-standard .faculties .box_img:hover .box-view a span {
      display: block;
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      transition: 0.1s; }
    @media screen and (max-width: 992px) {
      .page-template-tpl-index-2 .faculties .box_img img.cards-img,
      .page-template-tpl-timeline .faculties .box_img img.cards-img,
      .page-template-tpl-newsindex .faculties .box_img img.cards-img,
      .page-template-tpl-search .faculties .box_img img.cards-img,
      .single-format-standard .faculties .box_img img.cards-img {
        max-width: none;
        margin: 0 auto;
        display: block; } }
  .page-template-tpl-index-2 .faculties .box-view,
  .page-template-tpl-timeline .faculties .box-view,
  .page-template-tpl-newsindex .faculties .box-view,
  .page-template-tpl-search .faculties .box-view,
  .single-format-standard .faculties .box-view {
    height: 0px;
    background-color: red;
    padding: 0 0 0 5px; }
    @media only screen and (min-width: 1200px) {
      .page-template-tpl-index-2 .faculties .box-view,
      .page-template-tpl-timeline .faculties .box-view,
      .page-template-tpl-newsindex .faculties .box-view,
      .page-template-tpl-search .faculties .box-view,
      .single-format-standard .faculties .box-view {
        max-height: 194px; } }
    .page-template-tpl-index-2 .faculties .box-view a span,
    .page-template-tpl-timeline .faculties .box-view a span,
    .page-template-tpl-newsindex .faculties .box-view a span,
    .page-template-tpl-search .faculties .box-view a span,
    .single-format-standard .faculties .box-view a span {
      display: none;
      z-index: 0; }
  .page-template-tpl-index-2 .faculties .card,
  .page-template-tpl-timeline .faculties .card,
  .page-template-tpl-newsindex .faculties .card,
  .page-template-tpl-search .faculties .card,
  .single-format-standard .faculties .card {
    margin: 0; }
    @media screen and (max-width: 400px) {
      .page-template-tpl-index-2 .faculties .card,
      .page-template-tpl-timeline .faculties .card,
      .page-template-tpl-newsindex .faculties .card,
      .page-template-tpl-search .faculties .card,
      .single-format-standard .faculties .card {
        padding: 0; } }
  .page-template-tpl-index-2 .faculties .box_view_1, .page-template-tpl-index-2 .faculties .box_view_7, .page-template-tpl-index-2 .faculties .box_view_14,
  .page-template-tpl-timeline .faculties .box_view_1,
  .page-template-tpl-timeline .faculties .box_view_7,
  .page-template-tpl-timeline .faculties .box_view_14,
  .page-template-tpl-newsindex .faculties .box_view_1,
  .page-template-tpl-newsindex .faculties .box_view_7,
  .page-template-tpl-newsindex .faculties .box_view_14,
  .page-template-tpl-search .faculties .box_view_1,
  .page-template-tpl-search .faculties .box_view_7,
  .page-template-tpl-search .faculties .box_view_14,
  .single-format-standard .faculties .box_view_1,
  .single-format-standard .faculties .box_view_7,
  .single-format-standard .faculties .box_view_14 {
    background-color: #ea9b00;
    height: 6px; }
  .page-template-tpl-index-2 .faculties .box_view_2, .page-template-tpl-index-2 .faculties .box_view_8, .page-template-tpl-index-2 .faculties .box_view_15,
  .page-template-tpl-timeline .faculties .box_view_2,
  .page-template-tpl-timeline .faculties .box_view_8,
  .page-template-tpl-timeline .faculties .box_view_15,
  .page-template-tpl-newsindex .faculties .box_view_2,
  .page-template-tpl-newsindex .faculties .box_view_8,
  .page-template-tpl-newsindex .faculties .box_view_15,
  .page-template-tpl-search .faculties .box_view_2,
  .page-template-tpl-search .faculties .box_view_8,
  .page-template-tpl-search .faculties .box_view_15,
  .single-format-standard .faculties .box_view_2,
  .single-format-standard .faculties .box_view_8,
  .single-format-standard .faculties .box_view_15 {
    background-color: #006272;
    height: 6px; }
  .page-template-tpl-index-2 .faculties .box_view_3, .page-template-tpl-index-2 .faculties .box_view_9, .page-template-tpl-index-2 .faculties .box_view_16,
  .page-template-tpl-timeline .faculties .box_view_3,
  .page-template-tpl-timeline .faculties .box_view_9,
  .page-template-tpl-timeline .faculties .box_view_16,
  .page-template-tpl-newsindex .faculties .box_view_3,
  .page-template-tpl-newsindex .faculties .box_view_9,
  .page-template-tpl-newsindex .faculties .box_view_16,
  .page-template-tpl-search .faculties .box_view_3,
  .page-template-tpl-search .faculties .box_view_9,
  .page-template-tpl-search .faculties .box_view_16,
  .single-format-standard .faculties .box_view_3,
  .single-format-standard .faculties .box_view_9,
  .single-format-standard .faculties .box_view_16 {
    background-color: #b21a80;
    height: 6px; }
  .page-template-tpl-index-2 .faculties .box_view_4, .page-template-tpl-index-2 .faculties .box_view_10, .page-template-tpl-index-2 .faculties .box_view_17,
  .page-template-tpl-timeline .faculties .box_view_4,
  .page-template-tpl-timeline .faculties .box_view_10,
  .page-template-tpl-timeline .faculties .box_view_17,
  .page-template-tpl-newsindex .faculties .box_view_4,
  .page-template-tpl-newsindex .faculties .box_view_10,
  .page-template-tpl-newsindex .faculties .box_view_17,
  .page-template-tpl-search .faculties .box_view_4,
  .page-template-tpl-search .faculties .box_view_10,
  .page-template-tpl-search .faculties .box_view_17,
  .single-format-standard .faculties .box_view_4,
  .single-format-standard .faculties .box_view_10,
  .single-format-standard .faculties .box_view_17 {
    background-color: #b586b7;
    height: 6px; }
  .page-template-tpl-index-2 .faculties .box_view_5, .page-template-tpl-index-2 .faculties .box_view_11, .page-template-tpl-index-2 .faculties .box_view_18,
  .page-template-tpl-timeline .faculties .box_view_5,
  .page-template-tpl-timeline .faculties .box_view_11,
  .page-template-tpl-timeline .faculties .box_view_18,
  .page-template-tpl-newsindex .faculties .box_view_5,
  .page-template-tpl-newsindex .faculties .box_view_11,
  .page-template-tpl-newsindex .faculties .box_view_18,
  .page-template-tpl-search .faculties .box_view_5,
  .page-template-tpl-search .faculties .box_view_11,
  .page-template-tpl-search .faculties .box_view_18,
  .single-format-standard .faculties .box_view_5,
  .single-format-standard .faculties .box_view_11,
  .single-format-standard .faculties .box_view_18 {
    background-color: #e44260;
    height: 6px; }
  .page-template-tpl-index-2 .faculties .box_view_6, .page-template-tpl-index-2 .faculties .box_view_12, .page-template-tpl-index-2 .faculties .box_view_19,
  .page-template-tpl-timeline .faculties .box_view_6,
  .page-template-tpl-timeline .faculties .box_view_12,
  .page-template-tpl-timeline .faculties .box_view_19,
  .page-template-tpl-newsindex .faculties .box_view_6,
  .page-template-tpl-newsindex .faculties .box_view_12,
  .page-template-tpl-newsindex .faculties .box_view_19,
  .page-template-tpl-search .faculties .box_view_6,
  .page-template-tpl-search .faculties .box_view_12,
  .page-template-tpl-search .faculties .box_view_19,
  .single-format-standard .faculties .box_view_6,
  .single-format-standard .faculties .box_view_12,
  .single-format-standard .faculties .box_view_19 {
    background-color: #7a9a48;
    height: 6px; }

.index-layout-2 {
  padding: 0;
  /*	.index-item-1 {

		display: block;
	    position: relative;
	    height: auto;
	    padding: 0;
	    float: left;

		@include jumbotron;

		@media (min-width: $screen-sm-min) {
			// margin : 0;
		}

		.index-item-container {
			padding: 40px 30px;
			height: auto;
			h2 {
				@extend .h2;
				margin-top: 0;
				text-transform: uppercase;
			}
		}

		.focuspoint {
			height: auto;
		}

		p {
			max-width: 220px;
		}

		.item-sub {
			padding-right: 0;
		}

		.item-description {
			display: none;
		}

		a.btn {
			@extend .btn-lg;
			@extend .primary;

			&:hover {
				background-color: #4C5A2D;
			}
		}

	}*/ }
  @media (min-width: 768px) {
    .index-layout-2 {
      padding: 0 14px 0 14px; } }
  .index-layout-2 .index-item-container {
    background-color: #ffffff;
    position: relative;
    height: 510px;
    overflow: hidden;
    margin-top: 15px; }
    .index-layout-2 .index-item-container .item-top-holder {
      margin-top: -10px;
      /*position:absolute;
					top: -10px;
    				left: 0;
    				right: 0;*/ }
    .index-layout-2 .index-item-container .item-img {
      /*position:absolute;
					top:100px;
					left:0;*/ }
    .index-layout-2 .index-item-container .item-description {
      overflow: hidden;
      max-height: 70px; }
    .index-layout-2 .index-item-container .item-bottom-holder {
      background-color: #ffffff;
      z-index: 150;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .index-layout-2 .index-item-container h2 {
      font-size: 18px;
      overflow: hidden;
      white-space: normal !important;
      text-overflow: ellipsis;
      padding-right: 30px; }
    .index-layout-2 .index-item-container h2, .index-layout-2 .index-item-container p, .index-layout-2 .index-item-container a {
      z-index: 100;
      position: relative; }
  .index-layout-2 .index-item {
    padding-left: 14px;
    padding-right: 14px; }
    .index-layout-2 .index-item.odd {
      clear: left; }
      @media (min-width: 992px) {
        .index-layout-2 .index-item.odd {
          clear: none; } }
    @media (min-width: 992px) {
      .index-layout-2 .index-item.n-2 + .index-item {
        clear: left; } }
    @media (min-width: 768px) {
      .index-layout-2 .index-item {
        padding-left: 7px;
        padding-right: 7px; } }
    .index-layout-2 .index-item h2, .index-layout-2 .index-item .item-sub {
      margin-bottom: 0;
      padding: 0 15px 15px;
      color: white; }
    .index-layout-2 .index-item .item-sub {
      min-height: 51px; }
    .index-layout-2 .index-item h2 {
      text-transform: uppercase;
      padding-right: 50px; }
    .index-layout-2 .index-item .item-description {
      padding: 15px;
      color: #8D8D8D;
      background: white;
      margin-bottom: 0; }
    .index-layout-2 .index-item .btn-wrap {
      padding: 0 15px 15px;
      background: white; }
    .index-layout-2 .index-item .focuspoint {
      height: 300px;
      width: 100%;
      position: relative; }
      .index-layout-2 .index-item .focuspoint img {
        max-width: none; }
    .index-layout-2 .index-item a.btn:hover {
      background-color: #4C5A2D;
      color: white; }
    .index-layout-2 .index-item h2 {
      padding-top: 15px !important;
      text-shadow: none !important; }
  .index-layout-2 .index-item-1 h2 {
    margin-top: 10px !important; }
  .index-layout-2 .index-item-1 .item-sub,
  .index-layout-2 .index-item-1 .item-description {
    text-shadow: none !important; }
  .index-layout-2 .index-item-1 h2, .index-layout-2 .index-item-1 .item-sub, .index-layout-2 .index-item-8 h2, .index-layout-2 .index-item-8 .item-sub, .index-layout-2 .index-item-15 h2, .index-layout-2 .index-item-15 .item-sub, .index-layout-2 .index-item-22 h2, .index-layout-2 .index-item-22 .item-sub {
    background: #b21a80; }
  .index-layout-2 .index-item-2 h2, .index-layout-2 .index-item-2 .item-sub, .index-layout-2 .index-item-9 h2, .index-layout-2 .index-item-9 .item-sub, .index-layout-2 .index-item-16 h2, .index-layout-2 .index-item-16 .item-sub, .index-layout-2 .index-item-23 h2, .index-layout-2 .index-item-23 .item-sub {
    background: #0096af; }
  .index-layout-2 .index-item-3 h2, .index-layout-2 .index-item-3 .item-sub, .index-layout-2 .index-item-10 h2, .index-layout-2 .index-item-10 .item-sub, .index-layout-2 .index-item-17 h2, .index-layout-2 .index-item-17 .item-sub, .index-layout-2 .index-item-24 h2, .index-layout-2 .index-item-24 .item-sub {
    background: #ab80ad; }
  .index-layout-2 .index-item-4 h2, .index-layout-2 .index-item-4 .item-sub, .index-layout-2 .index-item-11 h2, .index-layout-2 .index-item-11 .item-sub, .index-layout-2 .index-item-18 h2, .index-layout-2 .index-item-18 .item-sub, .index-layout-2 .index-item-25 h2, .index-layout-2 .index-item-25 .item-sub {
    background: #ea9b00; }
  .index-layout-2 .index-item-5 h2, .index-layout-2 .index-item-5 .item-sub, .index-layout-2 .index-item-12 h2, .index-layout-2 .index-item-12 .item-sub, .index-layout-2 .index-item-19 h2, .index-layout-2 .index-item-19 .item-sub, .index-layout-2 .index-item-26 h2, .index-layout-2 .index-item-26 .item-sub {
    background: #7a9048; }
  .index-layout-2 .index-item-6 h2, .index-layout-2 .index-item-6 .item-sub, .index-layout-2 .index-item-13 h2, .index-layout-2 .index-item-13 .item-sub, .index-layout-2 .index-item-20 h2, .index-layout-2 .index-item-20 .item-sub, .index-layout-2 .index-item-27 h2, .index-layout-2 .index-item-27 .item-sub {
    background: #002d72; }
  .index-layout-2 .index-item-7 h2, .index-layout-2 .index-item-7 .item-sub, .index-layout-2 .index-item-14 h2, .index-layout-2 .index-item-14 .item-sub, .index-layout-2 .index-item-21 h2, .index-layout-2 .index-item-21 .item-sub, .index-layout-2 .index-item-28 h2, .index-layout-2 .index-item-28 .item-sub {
    background: #da4260; }

.search-results .faculties, .page-template-tpl-app-hybrid-1 .faculties, .page-template-tpl-index-3 .faculties, .error404 .faculties, .page-template-tpl-digitalhub .faculties, .page-template-tpl-hybrid .faculties, .page-template-tpl-content .faculties, .page-template-tpl-hybrid-1 .faculties, .page-template-tpl-hybrid-3 .faculties, .page-template-tpl-hybrid-4 .faculties, .page-template-tpl-hybrid-5 .faculties, .page-template-tpl-hybrid-2 .faculties, .single .faculties, .archive .faculties, .page-template-tpl-publicationindex .faculties {
  background-color: #999;
  margin-top: 20px; }
  .search-results .faculties .cards, .page-template-tpl-app-hybrid-1 .faculties .cards, .page-template-tpl-index-3 .faculties .cards, .error404 .faculties .cards, .page-template-tpl-digitalhub .faculties .cards, .page-template-tpl-hybrid .faculties .cards, .page-template-tpl-content .faculties .cards, .page-template-tpl-hybrid-1 .faculties .cards, .page-template-tpl-hybrid-3 .faculties .cards, .page-template-tpl-hybrid-4 .faculties .cards, .page-template-tpl-hybrid-5 .faculties .cards, .page-template-tpl-hybrid-2 .faculties .cards, .single .faculties .cards, .archive .faculties .cards, .page-template-tpl-publicationindex .faculties .cards {
    padding: 0; }
  .search-results .faculties .box_img, .page-template-tpl-app-hybrid-1 .faculties .box_img, .page-template-tpl-index-3 .faculties .box_img, .error404 .faculties .box_img, .page-template-tpl-digitalhub .faculties .box_img, .page-template-tpl-hybrid .faculties .box_img, .page-template-tpl-content .faculties .box_img, .page-template-tpl-hybrid-1 .faculties .box_img, .page-template-tpl-hybrid-3 .faculties .box_img, .page-template-tpl-hybrid-4 .faculties .box_img, .page-template-tpl-hybrid-5 .faculties .box_img, .page-template-tpl-hybrid-2 .faculties .box_img, .single .faculties .box_img, .archive .faculties .box_img, .page-template-tpl-publicationindex .faculties .box_img {
    height: auto;
    background: none;
    padding: 20px 10px 20px 10px; }
    @media screen and (max-width: 400px) {
      .search-results .faculties .box_img, .page-template-tpl-app-hybrid-1 .faculties .box_img, .page-template-tpl-index-3 .faculties .box_img, .error404 .faculties .box_img, .page-template-tpl-digitalhub .faculties .box_img, .page-template-tpl-hybrid .faculties .box_img, .page-template-tpl-content .faculties .box_img, .page-template-tpl-hybrid-1 .faculties .box_img, .page-template-tpl-hybrid-3 .faculties .box_img, .page-template-tpl-hybrid-4 .faculties .box_img, .page-template-tpl-hybrid-5 .faculties .box_img, .page-template-tpl-hybrid-2 .faculties .box_img, .single .faculties .box_img, .archive .faculties .box_img, .page-template-tpl-publicationindex .faculties .box_img {
        padding: 12px; } }
    @media only screen and (min-width: 1200px) {
      .search-results .faculties .box_img, .page-template-tpl-app-hybrid-1 .faculties .box_img, .page-template-tpl-index-3 .faculties .box_img, .error404 .faculties .box_img, .page-template-tpl-digitalhub .faculties .box_img, .page-template-tpl-hybrid .faculties .box_img, .page-template-tpl-content .faculties .box_img, .page-template-tpl-hybrid-1 .faculties .box_img, .page-template-tpl-hybrid-3 .faculties .box_img, .page-template-tpl-hybrid-4 .faculties .box_img, .page-template-tpl-hybrid-5 .faculties .box_img, .page-template-tpl-hybrid-2 .faculties .box_img, .single .faculties .box_img, .archive .faculties .box_img, .page-template-tpl-publicationindex .faculties .box_img {
        max-height: 194px; } }
    .search-results .faculties .box_img:hover .box-view, .page-template-tpl-app-hybrid-1 .faculties .box_img:hover .box-view, .page-template-tpl-index-3 .faculties .box_img:hover .box-view, .error404 .faculties .box_img:hover .box-view, .page-template-tpl-digitalhub .faculties .box_img:hover .box-view, .page-template-tpl-hybrid .faculties .box_img:hover .box-view, .page-template-tpl-content .faculties .box_img:hover .box-view, .page-template-tpl-hybrid-1 .faculties .box_img:hover .box-view, .page-template-tpl-hybrid-3 .faculties .box_img:hover .box-view, .page-template-tpl-hybrid-4 .faculties .box_img:hover .box-view, .page-template-tpl-hybrid-5 .faculties .box_img:hover .box-view, .page-template-tpl-hybrid-2 .faculties .box_img:hover .box-view, .single .faculties .box_img:hover .box-view, .archive .faculties .box_img:hover .box-view, .page-template-tpl-publicationindex .faculties .box_img:hover .box-view {
      height: 30px;
      margin-top: -24px;
      padding: 5px;
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      transition: 0.1s; }
    .search-results .faculties .box_img:hover .box-view a span, .page-template-tpl-app-hybrid-1 .faculties .box_img:hover .box-view a span, .page-template-tpl-index-3 .faculties .box_img:hover .box-view a span, .error404 .faculties .box_img:hover .box-view a span, .page-template-tpl-digitalhub .faculties .box_img:hover .box-view a span, .page-template-tpl-hybrid .faculties .box_img:hover .box-view a span, .page-template-tpl-content .faculties .box_img:hover .box-view a span, .page-template-tpl-hybrid-1 .faculties .box_img:hover .box-view a span, .page-template-tpl-hybrid-3 .faculties .box_img:hover .box-view a span, .page-template-tpl-hybrid-4 .faculties .box_img:hover .box-view a span, .page-template-tpl-hybrid-5 .faculties .box_img:hover .box-view a span, .page-template-tpl-hybrid-2 .faculties .box_img:hover .box-view a span, .single .faculties .box_img:hover .box-view a span, .archive .faculties .box_img:hover .box-view a span, .page-template-tpl-publicationindex .faculties .box_img:hover .box-view a span {
      display: block;
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      transition: 0.1s; }
    @media screen and (max-width: 992px) {
      .search-results .faculties .box_img img.cards-img, .page-template-tpl-app-hybrid-1 .faculties .box_img img.cards-img, .page-template-tpl-index-3 .faculties .box_img img.cards-img, .error404 .faculties .box_img img.cards-img, .page-template-tpl-digitalhub .faculties .box_img img.cards-img, .page-template-tpl-hybrid .faculties .box_img img.cards-img, .page-template-tpl-content .faculties .box_img img.cards-img, .page-template-tpl-hybrid-1 .faculties .box_img img.cards-img, .page-template-tpl-hybrid-3 .faculties .box_img img.cards-img, .page-template-tpl-hybrid-4 .faculties .box_img img.cards-img, .page-template-tpl-hybrid-5 .faculties .box_img img.cards-img, .page-template-tpl-hybrid-2 .faculties .box_img img.cards-img, .single .faculties .box_img img.cards-img, .archive .faculties .box_img img.cards-img, .page-template-tpl-publicationindex .faculties .box_img img.cards-img {
        max-width: none;
        margin: 0 auto;
        display: block; } }
  .search-results .faculties .box-view, .page-template-tpl-app-hybrid-1 .faculties .box-view, .page-template-tpl-index-3 .faculties .box-view, .error404 .faculties .box-view, .page-template-tpl-digitalhub .faculties .box-view, .page-template-tpl-hybrid .faculties .box-view, .page-template-tpl-content .faculties .box-view, .page-template-tpl-hybrid-1 .faculties .box-view, .page-template-tpl-hybrid-3 .faculties .box-view, .page-template-tpl-hybrid-4 .faculties .box-view, .page-template-tpl-hybrid-5 .faculties .box-view, .page-template-tpl-hybrid-2 .faculties .box-view, .single .faculties .box-view, .archive .faculties .box-view, .page-template-tpl-publicationindex .faculties .box-view {
    height: 0px;
    background-color: red;
    padding: 0 0 0 5px; }
    @media only screen and (min-width: 1200px) {
      .search-results .faculties .box-view, .page-template-tpl-app-hybrid-1 .faculties .box-view, .page-template-tpl-index-3 .faculties .box-view, .error404 .faculties .box-view, .page-template-tpl-digitalhub .faculties .box-view, .page-template-tpl-hybrid .faculties .box-view, .page-template-tpl-content .faculties .box-view, .page-template-tpl-hybrid-1 .faculties .box-view, .page-template-tpl-hybrid-3 .faculties .box-view, .page-template-tpl-hybrid-4 .faculties .box-view, .page-template-tpl-hybrid-5 .faculties .box-view, .page-template-tpl-hybrid-2 .faculties .box-view, .single .faculties .box-view, .archive .faculties .box-view, .page-template-tpl-publicationindex .faculties .box-view {
        max-height: 194px; } }
    .search-results .faculties .box-view a span, .page-template-tpl-app-hybrid-1 .faculties .box-view a span, .page-template-tpl-index-3 .faculties .box-view a span, .error404 .faculties .box-view a span, .page-template-tpl-digitalhub .faculties .box-view a span, .page-template-tpl-hybrid .faculties .box-view a span, .page-template-tpl-content .faculties .box-view a span, .page-template-tpl-hybrid-1 .faculties .box-view a span, .page-template-tpl-hybrid-3 .faculties .box-view a span, .page-template-tpl-hybrid-4 .faculties .box-view a span, .page-template-tpl-hybrid-5 .faculties .box-view a span, .page-template-tpl-hybrid-2 .faculties .box-view a span, .single .faculties .box-view a span, .archive .faculties .box-view a span, .page-template-tpl-publicationindex .faculties .box-view a span {
      display: none;
      z-index: 0; }
  .search-results .faculties .card, .page-template-tpl-app-hybrid-1 .faculties .card, .page-template-tpl-index-3 .faculties .card, .error404 .faculties .card, .page-template-tpl-digitalhub .faculties .card, .page-template-tpl-hybrid .faculties .card, .page-template-tpl-content .faculties .card, .page-template-tpl-hybrid-1 .faculties .card, .page-template-tpl-hybrid-3 .faculties .card, .page-template-tpl-hybrid-4 .faculties .card, .page-template-tpl-hybrid-5 .faculties .card, .page-template-tpl-hybrid-2 .faculties .card, .single .faculties .card, .archive .faculties .card, .page-template-tpl-publicationindex .faculties .card {
    margin: 0; }
    @media screen and (max-width: 400px) {
      .search-results .faculties .card, .page-template-tpl-app-hybrid-1 .faculties .card, .page-template-tpl-index-3 .faculties .card, .error404 .faculties .card, .page-template-tpl-digitalhub .faculties .card, .page-template-tpl-hybrid .faculties .card, .page-template-tpl-content .faculties .card, .page-template-tpl-hybrid-1 .faculties .card, .page-template-tpl-hybrid-3 .faculties .card, .page-template-tpl-hybrid-4 .faculties .card, .page-template-tpl-hybrid-5 .faculties .card, .page-template-tpl-hybrid-2 .faculties .card, .single .faculties .card, .archive .faculties .card, .page-template-tpl-publicationindex .faculties .card {
        padding: 0; } }
  .search-results .faculties .box_view_1, .search-results .faculties .box_view_7, .search-results .faculties .box_view_14, .page-template-tpl-app-hybrid-1 .faculties .box_view_1, .page-template-tpl-app-hybrid-1 .faculties .box_view_7, .page-template-tpl-app-hybrid-1 .faculties .box_view_14, .page-template-tpl-index-3 .faculties .box_view_1, .page-template-tpl-index-3 .faculties .box_view_7, .page-template-tpl-index-3 .faculties .box_view_14, .error404 .faculties .box_view_1, .error404 .faculties .box_view_7, .error404 .faculties .box_view_14, .page-template-tpl-digitalhub .faculties .box_view_1, .page-template-tpl-digitalhub .faculties .box_view_7, .page-template-tpl-digitalhub .faculties .box_view_14, .page-template-tpl-hybrid .faculties .box_view_1, .page-template-tpl-hybrid .faculties .box_view_7, .page-template-tpl-hybrid .faculties .box_view_14, .page-template-tpl-content .faculties .box_view_1, .page-template-tpl-content .faculties .box_view_7, .page-template-tpl-content .faculties .box_view_14, .page-template-tpl-hybrid-1 .faculties .box_view_1, .page-template-tpl-hybrid-1 .faculties .box_view_7, .page-template-tpl-hybrid-1 .faculties .box_view_14, .page-template-tpl-hybrid-3 .faculties .box_view_1, .page-template-tpl-hybrid-3 .faculties .box_view_7, .page-template-tpl-hybrid-3 .faculties .box_view_14, .page-template-tpl-hybrid-4 .faculties .box_view_1, .page-template-tpl-hybrid-4 .faculties .box_view_7, .page-template-tpl-hybrid-4 .faculties .box_view_14, .page-template-tpl-hybrid-5 .faculties .box_view_1, .page-template-tpl-hybrid-5 .faculties .box_view_7, .page-template-tpl-hybrid-5 .faculties .box_view_14, .page-template-tpl-hybrid-2 .faculties .box_view_1, .page-template-tpl-hybrid-2 .faculties .box_view_7, .page-template-tpl-hybrid-2 .faculties .box_view_14, .single .faculties .box_view_1, .single .faculties .box_view_7, .single .faculties .box_view_14, .archive .faculties .box_view_1, .archive .faculties .box_view_7, .archive .faculties .box_view_14, .page-template-tpl-publicationindex .faculties .box_view_1, .page-template-tpl-publicationindex .faculties .box_view_7, .page-template-tpl-publicationindex .faculties .box_view_14 {
    background-color: #ea9b00;
    height: 6px; }
  .search-results .faculties .box_view_2, .search-results .faculties .box_view_8, .search-results .faculties .box_view_15, .page-template-tpl-app-hybrid-1 .faculties .box_view_2, .page-template-tpl-app-hybrid-1 .faculties .box_view_8, .page-template-tpl-app-hybrid-1 .faculties .box_view_15, .page-template-tpl-index-3 .faculties .box_view_2, .page-template-tpl-index-3 .faculties .box_view_8, .page-template-tpl-index-3 .faculties .box_view_15, .error404 .faculties .box_view_2, .error404 .faculties .box_view_8, .error404 .faculties .box_view_15, .page-template-tpl-digitalhub .faculties .box_view_2, .page-template-tpl-digitalhub .faculties .box_view_8, .page-template-tpl-digitalhub .faculties .box_view_15, .page-template-tpl-hybrid .faculties .box_view_2, .page-template-tpl-hybrid .faculties .box_view_8, .page-template-tpl-hybrid .faculties .box_view_15, .page-template-tpl-content .faculties .box_view_2, .page-template-tpl-content .faculties .box_view_8, .page-template-tpl-content .faculties .box_view_15, .page-template-tpl-hybrid-1 .faculties .box_view_2, .page-template-tpl-hybrid-1 .faculties .box_view_8, .page-template-tpl-hybrid-1 .faculties .box_view_15, .page-template-tpl-hybrid-3 .faculties .box_view_2, .page-template-tpl-hybrid-3 .faculties .box_view_8, .page-template-tpl-hybrid-3 .faculties .box_view_15, .page-template-tpl-hybrid-4 .faculties .box_view_2, .page-template-tpl-hybrid-4 .faculties .box_view_8, .page-template-tpl-hybrid-4 .faculties .box_view_15, .page-template-tpl-hybrid-5 .faculties .box_view_2, .page-template-tpl-hybrid-5 .faculties .box_view_8, .page-template-tpl-hybrid-5 .faculties .box_view_15, .page-template-tpl-hybrid-2 .faculties .box_view_2, .page-template-tpl-hybrid-2 .faculties .box_view_8, .page-template-tpl-hybrid-2 .faculties .box_view_15, .single .faculties .box_view_2, .single .faculties .box_view_8, .single .faculties .box_view_15, .archive .faculties .box_view_2, .archive .faculties .box_view_8, .archive .faculties .box_view_15, .page-template-tpl-publicationindex .faculties .box_view_2, .page-template-tpl-publicationindex .faculties .box_view_8, .page-template-tpl-publicationindex .faculties .box_view_15 {
    background-color: #006272;
    height: 6px; }
  .search-results .faculties .box_view_3, .search-results .faculties .box_view_9, .search-results .faculties .box_view_16, .page-template-tpl-app-hybrid-1 .faculties .box_view_3, .page-template-tpl-app-hybrid-1 .faculties .box_view_9, .page-template-tpl-app-hybrid-1 .faculties .box_view_16, .page-template-tpl-index-3 .faculties .box_view_3, .page-template-tpl-index-3 .faculties .box_view_9, .page-template-tpl-index-3 .faculties .box_view_16, .error404 .faculties .box_view_3, .error404 .faculties .box_view_9, .error404 .faculties .box_view_16, .page-template-tpl-digitalhub .faculties .box_view_3, .page-template-tpl-digitalhub .faculties .box_view_9, .page-template-tpl-digitalhub .faculties .box_view_16, .page-template-tpl-hybrid .faculties .box_view_3, .page-template-tpl-hybrid .faculties .box_view_9, .page-template-tpl-hybrid .faculties .box_view_16, .page-template-tpl-content .faculties .box_view_3, .page-template-tpl-content .faculties .box_view_9, .page-template-tpl-content .faculties .box_view_16, .page-template-tpl-hybrid-1 .faculties .box_view_3, .page-template-tpl-hybrid-1 .faculties .box_view_9, .page-template-tpl-hybrid-1 .faculties .box_view_16, .page-template-tpl-hybrid-3 .faculties .box_view_3, .page-template-tpl-hybrid-3 .faculties .box_view_9, .page-template-tpl-hybrid-3 .faculties .box_view_16, .page-template-tpl-hybrid-4 .faculties .box_view_3, .page-template-tpl-hybrid-4 .faculties .box_view_9, .page-template-tpl-hybrid-4 .faculties .box_view_16, .page-template-tpl-hybrid-5 .faculties .box_view_3, .page-template-tpl-hybrid-5 .faculties .box_view_9, .page-template-tpl-hybrid-5 .faculties .box_view_16, .page-template-tpl-hybrid-2 .faculties .box_view_3, .page-template-tpl-hybrid-2 .faculties .box_view_9, .page-template-tpl-hybrid-2 .faculties .box_view_16, .single .faculties .box_view_3, .single .faculties .box_view_9, .single .faculties .box_view_16, .archive .faculties .box_view_3, .archive .faculties .box_view_9, .archive .faculties .box_view_16, .page-template-tpl-publicationindex .faculties .box_view_3, .page-template-tpl-publicationindex .faculties .box_view_9, .page-template-tpl-publicationindex .faculties .box_view_16 {
    background-color: #b21a80;
    height: 6px; }
  .search-results .faculties .box_view_4, .search-results .faculties .box_view_10, .search-results .faculties .box_view_17, .page-template-tpl-app-hybrid-1 .faculties .box_view_4, .page-template-tpl-app-hybrid-1 .faculties .box_view_10, .page-template-tpl-app-hybrid-1 .faculties .box_view_17, .page-template-tpl-index-3 .faculties .box_view_4, .page-template-tpl-index-3 .faculties .box_view_10, .page-template-tpl-index-3 .faculties .box_view_17, .error404 .faculties .box_view_4, .error404 .faculties .box_view_10, .error404 .faculties .box_view_17, .page-template-tpl-digitalhub .faculties .box_view_4, .page-template-tpl-digitalhub .faculties .box_view_10, .page-template-tpl-digitalhub .faculties .box_view_17, .page-template-tpl-hybrid .faculties .box_view_4, .page-template-tpl-hybrid .faculties .box_view_10, .page-template-tpl-hybrid .faculties .box_view_17, .page-template-tpl-content .faculties .box_view_4, .page-template-tpl-content .faculties .box_view_10, .page-template-tpl-content .faculties .box_view_17, .page-template-tpl-hybrid-1 .faculties .box_view_4, .page-template-tpl-hybrid-1 .faculties .box_view_10, .page-template-tpl-hybrid-1 .faculties .box_view_17, .page-template-tpl-hybrid-3 .faculties .box_view_4, .page-template-tpl-hybrid-3 .faculties .box_view_10, .page-template-tpl-hybrid-3 .faculties .box_view_17, .page-template-tpl-hybrid-4 .faculties .box_view_4, .page-template-tpl-hybrid-4 .faculties .box_view_10, .page-template-tpl-hybrid-4 .faculties .box_view_17, .page-template-tpl-hybrid-5 .faculties .box_view_4, .page-template-tpl-hybrid-5 .faculties .box_view_10, .page-template-tpl-hybrid-5 .faculties .box_view_17, .page-template-tpl-hybrid-2 .faculties .box_view_4, .page-template-tpl-hybrid-2 .faculties .box_view_10, .page-template-tpl-hybrid-2 .faculties .box_view_17, .single .faculties .box_view_4, .single .faculties .box_view_10, .single .faculties .box_view_17, .archive .faculties .box_view_4, .archive .faculties .box_view_10, .archive .faculties .box_view_17, .page-template-tpl-publicationindex .faculties .box_view_4, .page-template-tpl-publicationindex .faculties .box_view_10, .page-template-tpl-publicationindex .faculties .box_view_17 {
    background-color: #b586b7;
    height: 6px; }
  .search-results .faculties .box_view_5, .search-results .faculties .box_view_11, .search-results .faculties .box_view_18, .page-template-tpl-app-hybrid-1 .faculties .box_view_5, .page-template-tpl-app-hybrid-1 .faculties .box_view_11, .page-template-tpl-app-hybrid-1 .faculties .box_view_18, .page-template-tpl-index-3 .faculties .box_view_5, .page-template-tpl-index-3 .faculties .box_view_11, .page-template-tpl-index-3 .faculties .box_view_18, .error404 .faculties .box_view_5, .error404 .faculties .box_view_11, .error404 .faculties .box_view_18, .page-template-tpl-digitalhub .faculties .box_view_5, .page-template-tpl-digitalhub .faculties .box_view_11, .page-template-tpl-digitalhub .faculties .box_view_18, .page-template-tpl-hybrid .faculties .box_view_5, .page-template-tpl-hybrid .faculties .box_view_11, .page-template-tpl-hybrid .faculties .box_view_18, .page-template-tpl-content .faculties .box_view_5, .page-template-tpl-content .faculties .box_view_11, .page-template-tpl-content .faculties .box_view_18, .page-template-tpl-hybrid-1 .faculties .box_view_5, .page-template-tpl-hybrid-1 .faculties .box_view_11, .page-template-tpl-hybrid-1 .faculties .box_view_18, .page-template-tpl-hybrid-3 .faculties .box_view_5, .page-template-tpl-hybrid-3 .faculties .box_view_11, .page-template-tpl-hybrid-3 .faculties .box_view_18, .page-template-tpl-hybrid-4 .faculties .box_view_5, .page-template-tpl-hybrid-4 .faculties .box_view_11, .page-template-tpl-hybrid-4 .faculties .box_view_18, .page-template-tpl-hybrid-5 .faculties .box_view_5, .page-template-tpl-hybrid-5 .faculties .box_view_11, .page-template-tpl-hybrid-5 .faculties .box_view_18, .page-template-tpl-hybrid-2 .faculties .box_view_5, .page-template-tpl-hybrid-2 .faculties .box_view_11, .page-template-tpl-hybrid-2 .faculties .box_view_18, .single .faculties .box_view_5, .single .faculties .box_view_11, .single .faculties .box_view_18, .archive .faculties .box_view_5, .archive .faculties .box_view_11, .archive .faculties .box_view_18, .page-template-tpl-publicationindex .faculties .box_view_5, .page-template-tpl-publicationindex .faculties .box_view_11, .page-template-tpl-publicationindex .faculties .box_view_18 {
    background-color: #e44260;
    height: 6px; }
  .search-results .faculties .box_view_6, .search-results .faculties .box_view_12, .search-results .faculties .box_view_19, .page-template-tpl-app-hybrid-1 .faculties .box_view_6, .page-template-tpl-app-hybrid-1 .faculties .box_view_12, .page-template-tpl-app-hybrid-1 .faculties .box_view_19, .page-template-tpl-index-3 .faculties .box_view_6, .page-template-tpl-index-3 .faculties .box_view_12, .page-template-tpl-index-3 .faculties .box_view_19, .error404 .faculties .box_view_6, .error404 .faculties .box_view_12, .error404 .faculties .box_view_19, .page-template-tpl-digitalhub .faculties .box_view_6, .page-template-tpl-digitalhub .faculties .box_view_12, .page-template-tpl-digitalhub .faculties .box_view_19, .page-template-tpl-hybrid .faculties .box_view_6, .page-template-tpl-hybrid .faculties .box_view_12, .page-template-tpl-hybrid .faculties .box_view_19, .page-template-tpl-content .faculties .box_view_6, .page-template-tpl-content .faculties .box_view_12, .page-template-tpl-content .faculties .box_view_19, .page-template-tpl-hybrid-1 .faculties .box_view_6, .page-template-tpl-hybrid-1 .faculties .box_view_12, .page-template-tpl-hybrid-1 .faculties .box_view_19, .page-template-tpl-hybrid-3 .faculties .box_view_6, .page-template-tpl-hybrid-3 .faculties .box_view_12, .page-template-tpl-hybrid-3 .faculties .box_view_19, .page-template-tpl-hybrid-4 .faculties .box_view_6, .page-template-tpl-hybrid-4 .faculties .box_view_12, .page-template-tpl-hybrid-4 .faculties .box_view_19, .page-template-tpl-hybrid-5 .faculties .box_view_6, .page-template-tpl-hybrid-5 .faculties .box_view_12, .page-template-tpl-hybrid-5 .faculties .box_view_19, .page-template-tpl-hybrid-2 .faculties .box_view_6, .page-template-tpl-hybrid-2 .faculties .box_view_12, .page-template-tpl-hybrid-2 .faculties .box_view_19, .single .faculties .box_view_6, .single .faculties .box_view_12, .single .faculties .box_view_19, .archive .faculties .box_view_6, .archive .faculties .box_view_12, .archive .faculties .box_view_19, .page-template-tpl-publicationindex .faculties .box_view_6, .page-template-tpl-publicationindex .faculties .box_view_12, .page-template-tpl-publicationindex .faculties .box_view_19 {
    background-color: #7a9a48;
    height: 6px; }

.index-layout-3 {
  padding: 0; }
  @media (min-width: 768px) {
    .index-layout-3 {
      padding: 0 14px 0 14px; } }
  .index-layout-3 .index-item-container {
    z-index: 100;
    color: white;
    overflow: hidden; }
    .index-layout-3 .index-item-container h2 {
      font-size: 18px;
      overflow: hidden;
      white-space: normal !important;
      text-overflow: ellipsis;
      padding-right: 30px; }
    .index-layout-3 .index-item-container h2, .index-layout-3 .index-item-container p, .index-layout-3 .index-item-container a {
      z-index: 100;
      position: relative; }
  .index-layout-3 .index-item {
    padding-left: 14px;
    padding-right: 14px; }
    .index-layout-3 .index-item.even {
      clear: left; }
      @media (min-width: 992px) {
        .index-layout-3 .index-item.even {
          clear: none; } }
    @media (min-width: 992px) {
      .index-layout-3 .index-item.n-3 + .index-item {
        clear: left; } }
    @media (min-width: 768px) {
      .index-layout-3 .index-item {
        padding-left: 7px;
        padding-right: 7px; } }
    .index-layout-3 .index-item h2, .index-layout-3 .index-item .item-sub {
      margin-bottom: 0;
      padding: 0 15px 15px;
      color: white; }
    .index-layout-3 .index-item .item-sub {
      min-height: 51px; }
    .index-layout-3 .index-item h2 {
      text-transform: uppercase;
      padding-right: 50px; }
    .index-layout-3 .index-item .item-description {
      padding: 15px;
      color: #8D8D8D;
      background: white;
      margin-bottom: 0; }
    .index-layout-3 .index-item .btn-wrap {
      padding: 0 15px 15px;
      background: white; }
    .index-layout-3 .index-item .focuspoint {
      height: 300px;
      width: 100%;
      position: relative; }
      .index-layout-3 .index-item .focuspoint img {
        max-width: none; }
    .index-layout-3 .index-item a.btn:hover {
      background-color: #4C5A2D;
      color: white; }
    .index-layout-3 .index-item h2 {
      padding-top: 15px; }
  .index-layout-3 .index-item-1 {
    display: block;
    position: relative;
    height: auto;
    padding: 0;
    float: left;
    height: auto; }
    .index-layout-3 .index-item-1 .focuspoint {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .index-layout-3 .index-item-1 .focuspoint img {
        max-height: none; }
    @media (min-width: 768px) {
      .index-layout-3 .index-item-1 {
        width: 1600px;
        margin-left: -441px; } }
    @media (min-width: 992px) {
      .index-layout-3 .index-item-1 {
        margin-left: -330px; } }
    @media (min-width: 1200px) {
      .index-layout-3 .index-item-1 {
        margin-left: -228px; } }
    .index-layout-3 .index-item-1 .index-item-container {
      padding: 0; }
    .index-layout-3 .index-item-1 .index-item-container {
      padding: 40px 30px;
      height: auto; }
      .index-layout-3 .index-item-1 .index-item-container h2 {
        margin-top: 0;
        text-transform: uppercase; }
    .index-layout-3 .index-item-1 .focuspoint {
      height: auto; }
    .index-layout-3 .index-item-1 p {
      max-width: 220px; }
    .index-layout-3 .index-item-1 .item-sub {
      padding-right: 0; }
    .index-layout-3 .index-item-1 .item-description {
      display: none; }
    .index-layout-3 .index-item-1 a.btn:hover {
      background-color: #4C5A2D; }
  .index-layout-3 .index-item-2 h2, .index-layout-3 .index-item-2 .item-sub, .index-layout-3 .index-item-9 h2, .index-layout-3 .index-item-9 .item-sub {
    background: #b21a80; }
  .index-layout-3 .index-item-3 h2, .index-layout-3 .index-item-3 .item-sub, .index-layout-3 .index-item-10 h2, .index-layout-3 .index-item-10 .item-sub {
    background: #0096af; }
  .index-layout-3 .index-item-4 h2, .index-layout-3 .index-item-4 .item-sub, .index-layout-3 .index-item-11 h2, .index-layout-3 .index-item-11 .item-sub {
    background: #ab80ad; }
  .index-layout-3 .index-item-5 h2, .index-layout-3 .index-item-5 .item-sub, .index-layout-3 .index-item-12 h2, .index-layout-3 .index-item-12 .item-sub {
    background: #ea9b00; }
  .index-layout-3 .index-item-6 h2, .index-layout-3 .index-item-6 .item-sub, .index-layout-3 .index-item-13 h2, .index-layout-3 .index-item-13 .item-sub {
    background: #7a9048; }
  .index-layout-3 .index-item-7 h2, .index-layout-3 .index-item-7 .item-sub, .index-layout-3 .index-item-14 h2, .index-layout-3 .index-item-14 .item-sub {
    background: #002d72; }
  .index-layout-3 .index-item-8 h2, .index-layout-3 .index-item-8 .item-sub, .index-layout-3 .index-item-15 h2, .index-layout-3 .index-item-15 .item-sub {
    background: #da4260; }

.index-layout-4 {
  padding: 0; }
  @media (min-width: 768px) {
    .index-layout-4 {
      padding: 0 14px 0 14px; } }
  .index-layout-4 .index-item-container {
    z-index: 100;
    color: white;
    overflow: hidden; }
    .index-layout-4 .index-item-container h2 {
      font-size: 18px;
      overflow: hidden;
      white-space: normal !important;
      text-overflow: ellipsis;
      padding-right: 30px; }
    .index-layout-4 .index-item-container h2, .index-layout-4 .index-item-container p, .index-layout-4 .index-item-container a {
      z-index: 100;
      position: relative;
      text-shadow: 0px 2px 10px #000000; }
  .index-layout-4 .index-item {
    padding-left: 14px;
    padding-right: 14px; }
    .index-layout-4 .index-item.even {
      clear: left; }
      @media (min-width: 992px) {
        .index-layout-4 .index-item.even {
          clear: none; } }
    @media (min-width: 992px) {
      .index-layout-4 .index-item.n-3 + .index-item {
        clear: left; } }
    @media (min-width: 768px) {
      .index-layout-4 .index-item {
        padding-left: 7px;
        padding-right: 7px; } }
    .index-layout-4 .index-item h2, .index-layout-4 .index-item .item-sub {
      margin-bottom: 0;
      padding: 0 15px 15px;
      color: white; }
    .index-layout-4 .index-item .item-sub {
      min-height: 51px; }
    .index-layout-4 .index-item h2 {
      text-transform: uppercase;
      padding-right: 50px; }
    .index-layout-4 .index-item .item-description {
      padding: 15px;
      color: #8D8D8D;
      background: white;
      margin-bottom: 0; }
    .index-layout-4 .index-item .btn-wrap {
      padding: 0 15px 15px;
      background: white; }
    .index-layout-4 .index-item .focuspoint {
      height: 300px;
      width: 100%;
      position: relative; }
      .index-layout-4 .index-item .focuspoint img {
        max-width: none; }
    .index-layout-4 .index-item a.btn:hover {
      background-color: #4C5A2D;
      color: white; }
    .index-layout-4 .index-item h2 {
      padding-top: 15px; }
  .index-layout-4 .index-item {
    display: block;
    position: relative;
    height: auto;
    padding: 0;
    float: left;
    margin-bottom: 30px;
    height: auto; }
    .index-layout-4 .index-item .focuspoint {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .index-layout-4 .index-item .focuspoint img {
        max-height: none; }
    @media (min-width: 768px) {
      .index-layout-4 .index-item {
        width: 1600px;
        margin-left: -441px; } }
    @media (min-width: 992px) {
      .index-layout-4 .index-item {
        margin-left: -330px; } }
    @media (min-width: 1200px) {
      .index-layout-4 .index-item {
        margin-left: -228px; } }
    .index-layout-4 .index-item .index-item-container {
      padding: 0; }
    .index-layout-4 .index-item .index-item-container {
      padding: 40px 30px;
      height: auto; }
      .index-layout-4 .index-item .index-item-container h2 {
        margin-top: 0;
        text-transform: uppercase; }
    .index-layout-4 .index-item .focuspoint {
      height: auto; }
    .index-layout-4 .index-item .item-sub {
      padding-right: 0; }
    .index-layout-4 .index-item .item-description {
      display: none; }
    .index-layout-4 .index-item a.btn:hover {
      background-color: #4C5A2D; }

.index-layout-5 {
  padding: 0; }
  @media (min-width: 768px) {
    .index-layout-5 {
      padding: 0 14px 0 14px; } }
  .index-layout-5 .index-item-container {
    z-index: 100;
    color: white;
    overflow: hidden; }
    .index-layout-5 .index-item-container h2 {
      font-size: 18px;
      overflow: hidden;
      white-space: normal !important;
      text-overflow: ellipsis;
      padding-right: 30px; }
    .index-layout-5 .index-item-container h2, .index-layout-5 .index-item-container p, .index-layout-5 .index-item-container a {
      z-index: 100;
      position: relative;
      text-shadow: 0px 2px 10px #000000; }
  .index-layout-5 .index-item {
    padding-left: 14px;
    padding-right: 14px; }
    .index-layout-5 .index-item.even {
      clear: left; }
      @media (min-width: 992px) {
        .index-layout-5 .index-item.even {
          clear: none; } }
    @media (min-width: 992px) {
      .index-layout-5 .index-item.n-3 + .index-item {
        clear: left; } }
    @media (min-width: 768px) {
      .index-layout-5 .index-item {
        padding-left: 7px;
        padding-right: 7px; } }
    .index-layout-5 .index-item h2, .index-layout-5 .index-item .item-sub {
      margin-bottom: 0;
      padding: 0 15px 15px;
      color: white; }
    .index-layout-5 .index-item .item-sub {
      min-height: 51px; }
    .index-layout-5 .index-item h2 {
      text-transform: uppercase;
      padding-right: 50px; }
    .index-layout-5 .index-item .item-description {
      padding: 15px;
      color: #8D8D8D;
      background: white;
      margin-bottom: 0;
      font-size: 15px; }
    .index-layout-5 .index-item .btn-wrap {
      padding: 0 15px 15px;
      background: none; }
    .index-layout-5 .index-item .focuspoint {
      display: none;
      height: 300px;
      width: 100%;
      position: relative; }
      .index-layout-5 .index-item .focuspoint img {
        max-width: none; }
    .index-layout-5 .index-item a.btn:hover {
      background-color: #4C5A2D;
      color: white; }
    .index-layout-5 .index-item h2 {
      padding-top: 15px; }
  .index-layout-5 .index-item {
    display: block;
    position: relative;
    height: auto;
    padding: 0;
    float: left;
    margin-bottom: 30px;
    height: auto; }
    .index-layout-5 .index-item .focuspoint {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .index-layout-5 .index-item .focuspoint img {
        max-height: none; }
    @media (min-width: 768px) {
      .index-layout-5 .index-item {
        width: 1600px;
        margin-left: -441px; } }
    @media (min-width: 992px) {
      .index-layout-5 .index-item {
        margin-left: -330px; } }
    @media (min-width: 1200px) {
      .index-layout-5 .index-item {
        margin-left: -228px; } }
    .index-layout-5 .index-item .index-item-container {
      padding: 0; }
    .index-layout-5 .index-item .index-item-container {
      padding: 40px 30px;
      height: auto; }
      .index-layout-5 .index-item .index-item-container h2 {
        margin-top: 0;
        text-transform: uppercase; }
    .index-layout-5 .index-item .focuspoint {
      height: auto; }
    .index-layout-5 .index-item .item-sub {
      padding-right: 0; }
    .index-layout-5 .index-item .item-description {
      padding-right: 0;
      background: none;
      color: #ffffff;
      padding: 0 15px 15px 15px; }
    .index-layout-5 .index-item a.btn:hover {
      background-color: #4C5A2D; }
  .index-layout-5 .index-item:nth-of-type(6n+1) {
    background-color: #B21A80; }
  .index-layout-5 .index-item:nth-of-type(6n+2) {
    background-color: #0096AF; }
  .index-layout-5 .index-item:nth-of-type(6n+3) {
    background-color: #AB80AD; }
  .index-layout-5 .index-item:nth-of-type(6n+4) {
    background-color: #EA9B00; }
  .index-layout-5 .index-item:nth-of-type(6n+5) {
    background-color: #7A9048; }
  .index-layout-5 .index-item:nth-of-type(6n+6) {
    background-color: #002D72; }

.widget {
  margin-bottom: 0 !important; }

@media (max-width: 767px) {
  .widget_rcpi-text.widget_rcpi-text {
    margin-bottom: 20px !important; } }

.text-img h3 {
  text-transform: uppercase; }

.text-img h4 {
  font-size: 14px !important;
  color: #666666;
  font-weight: bold; }

.text-img p {
  color: #999;
  text-align: justify; }

.text-img img {
  max-width: none; }

.hero-img .focuspoint {
  overflow: hidden;
  position: relative;
  margin: 0 -15px;
  height: 100%; }

.hero-img.hero-img-xt {
  height: 240px; }
  @media (min-width: 768px) {
    .hero-img.hero-img-xt {
      height: 360px; } }
  @media (min-width: 992px) {
    .hero-img.hero-img-xt {
      height: 585px; } }
  .hero-img.hero-img-xt img {
    max-height: none; }

.hero-img.hero-img-lg-ct {
  height: 240px; }
  @media (min-width: 768px) {
    .hero-img.hero-img-lg-ct {
      height: 360px; } }
  @media (min-width: 992px) {
    .hero-img.hero-img-lg-ct {
      height: 500px; } }
  .hero-img.hero-img-lg-ct img {
    max-height: none; }

.hero-img.hero-img-sm-ct {
  height: 120px; }
  @media (min-width: 768px) {
    .hero-img.hero-img-sm-ct {
      height: 160px; } }
  @media (min-width: 992px) {
    .hero-img.hero-img-sm-ct {
      height: 200px; } }
  .hero-img.hero-img-sm-ct img {
    max-height: none; }

.text-widget p {
  color: #666; }
  .text-widget p:last-child {
    margin-bottom: 0; }

.contact-card-ct {
  border: 1px solid #e19202; }
  .contact-card-ct .btn-email:hover {
    padding: 8px 8px 8px 8px;
    background: #e19202; }
  .contact-card-ct.occupational-medicine {
    border-color: #ea9b00; }
    .contact-card-ct.occupational-medicine .btn-email:hover {
      background: #ea9b00; }
  .contact-card-ct.public-health-medicine {
    border-color: #006272; }
    .contact-card-ct.public-health-medicine .btn-email:hover {
      background: #006272; }
  .contact-card-ct.irish-committee {
    border-color: #b21a80; }
    .contact-card-ct.irish-committee .btn-email:hover {
      background: #b21a80; }
  .contact-card-ct.pathology {
    border-color: #b586b7; }
    .contact-card-ct.pathology .btn-email:hover {
      background: #b586b7; }
  .contact-card-ct.obs-and-gyns {
    border-color: #e44260; }
    .contact-card-ct.obs-and-gyns .btn-email:hover {
      background: #e44260; }
  .contact-card-ct.paediatrics {
    border-color: #7a9a48; }
    .contact-card-ct.paediatrics .btn-email:hover {
      background: #7a9a48; }
  .contact-card-ct p {
    color: #999;
    text-align: left; }
  .contact-card-ct .contact-card2, .contact-card-ct .contact-card-left {
    background-color: #e19202; }
    .contact-card-ct .contact-card2.occupational-medicine, .contact-card-ct .contact-card-left.occupational-medicine {
      background-color: #ea9b00; }
    .contact-card-ct .contact-card2.public-health-medicine, .contact-card-ct .contact-card-left.public-health-medicine {
      background-color: #006272; }
    .contact-card-ct .contact-card2.irish-committee, .contact-card-ct .contact-card-left.irish-committee {
      background-color: #b21a80; }
    .contact-card-ct .contact-card2.pathology, .contact-card-ct .contact-card-left.pathology {
      background-color: #b586b7; }
    .contact-card-ct .contact-card2.obs-and-gyns, .contact-card-ct .contact-card-left.obs-and-gyns {
      background-color: #e44260; }
    .contact-card-ct .contact-card2.paediatrics, .contact-card-ct .contact-card-left.paediatrics {
      background-color: #7a9a48; }

.contact-card-right h2 {
  padding-right: 0px; }

@media (min-width: 768px) {
  .contact-card-right h2 {
    padding-right: 240px; } }

.carousel-inner {
  height: 240px; }
  @media (min-width: 768px) {
    .carousel-inner {
      height: 360px; } }
  @media (min-width: 992px) {
    .carousel-inner {
      height: 500px; } }
  .carousel-inner .item > img {
    max-width: none; }
  .carousel-inner .focuspoint {
    height: 100%;
    width: 100%; }

.quote-bg {
  color: white; }
  .quote-bg.no-faculty .quote {
    background: #0098b0; }
  .quote-bg.no-faculty.invert .quote {
    background: white;
    color: #0098b0; }
  .quote-bg.occupational-medicine .quote {
    background-color: #ea9b00; }
  .quote-bg.occupational-medicine.invert .quote {
    background: white;
    color: #ea9b00; }
  .quote-bg.public-health-medicine .quote {
    background-color: #006272; }
  .quote-bg.public-health-medicine.invert .quote {
    background: white;
    color: #006272; }
  .quote-bg.irish-committee .quote {
    background-color: #b21a80; }
  .quote-bg.irish-committee.invert .quote {
    background: white;
    color: #b21a80; }
  .quote-bg.pathology .quote {
    background-color: #b586b7; }
  .quote-bg.pathology.invert .quote {
    background: white;
    color: #b586b7; }
  .quote-bg.obs-and-gyns .quote {
    background-color: #e44260; }
  .quote-bg.obs-and-gyns.invert .quote {
    background: white;
    color: #e44260; }
  .quote-bg.paediatrics .quote {
    background-color: #7a9a48; }
  .quote-bg.paediatrics.invert .quote {
    background: white;
    color: #7a9a48; }

.media-video-fw {
  height: auto; }
  .media-video-fw p.video-caption {
    margin-bottom: 0;
    font-size: 16px;
    padding: 15px 25px;
    background-color: #fafafa;
    color: #666; }

.accordion-ct h4:before, .accordion-ct h4:after {
  content: " ";
  display: table; }

.accordion-ct h4:after {
  clear: both; }

.accordion-ct h4 .accordion-a {
  margin-top: 3px;
  color: #ffffff;
  margin-left: 0px; }

.accordion-ct .q-label {
  color: #ffffff;
  width: 5%;
  float: left;
  height: 100%;
  font-size: 22px; }

.related-content .focuspoint {
  height: 180px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .related-content .focuspoint {
      height: 120px; } }
  @media (min-width: 992px) {
    .related-content .focuspoint {
      height: 140px; } }
  @media (min-width: 1200px) {
    .related-content .focuspoint {
      height: 160px; } }

.table-widget {
  padding: 0px; }
  .table-widget table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0; }
    @media screen and (max-width: 600px) {
      .table-widget table {
        border: 0; }
        .table-widget table thead {
          display: none; } }
    .table-widget table tr {
      border: 1px solid #ddd;
      padding: 5px;
      position: static;
      top: auto;
      left: auto;
      color: #333333; }
      @media screen and (max-width: 600px) {
        .table-widget table tr {
          margin-bottom: 10px;
          display: block;
          border-bottom: 2px solid #ddd; } }
    .table-widget table th, .table-widget table td {
      padding: 10px;
      text-align: left; }
    .table-widget table th {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px; }
    .table-widget table td {
      vertical-align: top;
      border: 1px solid #ccc; }
      .table-widget table td:before {
        position: static;
        padding-right: 0;
        width: auto; }
      @media screen and (max-width: 600px) {
        .table-widget table td {
          display: block;
          text-align: left;
          line-height: 1.7;
          font-size: 13px;
          border: none;
          border-bottom: 1px dotted #ccc;
          min-height: 39px;
          background-color: #ffffff; }
          .table-widget table td:last-child {
            border-bottom: 0; }
          .table-widget table td:before {
            content: attr(data-label);
            float: left;
            text-transform: uppercase;
            font-weight: bold;
            width: 100%; } }
    .table-widget table td:nth-child(odd) {
      background-color: #ffffff; }
    .table-widget table td:nth-child(even) {
      background-color: #f0f0f0; }
  @media screen and (max-width: 600px) {
    .table-widget table, .table-widget tbody, .table-widget tr, .table-widget td {
      display: block !important; } }

.page-template-tpl-hybrid .body-c {
  margin-bottom: 15px; }
  .page-template-tpl-hybrid .body-c h2 {
    margin-bottom: 0; }

.index-item-1 .index-item-container h2 {
  margin-top: 0;
  text-transform: uppercase;
  text-shadow: 0px 2px 10px #000000; }

.index-item-1 .index-item-container p {
  text-shadow: 0px 2px 10px #000000; }

.download-pdf a {
  color: #696969; }

.glyphicon-chevron-right {
  margin-right: 10px; }

.videoHolder {
  padding: 30px 113px 30px 113px;
  background-color: #333333; }

@media only screen and (max-width: 768px) {
  .videoHolder {
    padding: 10px 30px 30px 30px;
    background-color: #333333; }
  .widget_rcpi-cta,
  .widget_rcpi-button,
  .widget_rcpi-document,
  .widget_rcpi-image,
  .table-widget {
    margin-top: 20px;
    margin-bottom: 20px !important; }
  .img-left-text .col-sm-4 {
    padding-right: 0 !important; }
  .img-right-text .col-sm-4 {
    padding-left: 0 !important; }
  .contact-card-ct {
    margin-bottom: 20px; } }

.related-content .row .col-md-10 {
  padding-left: 5px;
  padding-right: 5px; }

.related-content h4 {
  /*	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/ }

.img-responsive .attachment-full {
  width: 100%;
  height: auto; }

.widget_rcpi-gallery {
  margin-bottom: 20px !important; }

.img-right-text h2,
.img-left-text h2,
.text-widget h2 {
  color: #333333; }

/* Faculty subsection colours */
/* -------------------------- */
/* Institute of Obstetricians and Gynaecologists  */
.page-id-30 .main-h2,
.parent-pageid-30 .main-h2 {
  background-color: #E44260; }

/* Faculty of Occupational Medicine  */
.page-id-31 .main-h2,
.parent-pageid-31 .main-h2 {
  background-color: #F4A500; }

/* Faculty of Paediatrics  */
.page-id-32 .main-h2,
.parent-pageid-32 .main-h2 {
  background-color: #7A9A48; }

/* Faculty of Pathology  */
.page-id-33 .main-h2,
.parent-pageid-33 .main-h2 {
  background-color: #B586B7; }

/* Faculty of Public Health Medicine  */
.page-id-34 .main-h2,
.parent-pageid-34 .main-h2 {
  background-color: #006272; }

.contact-card-left .item-img {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin: 20px 0 20px 0; }

.banner-img .item-img {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin: 0; }

.contact-card-ct .row {
  margin: 0; }

.footer a {
  color: #ffffff; }

/*
.post-entry .wp-post-image{
	float:right;
	margin: 0 0 20px 20px;
}
*/
.post-entry {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #12326D;
  border-top: 5px solid #12326D; }

.most-read {
  background-color: #7a9a48;
  padding: 5px 20px 20px 20px;
  color: #ffffff;
  margin-bottom: 30px; }

.most-read ol {
  padding-left: 20px; }

.most-read ol li {
  margin-bottom: 10px; }

.most-read ol a:hover,
.most-read ol a:focus {
  color: #ffffff;
  text-decoration: none; }

.recent-posts {
  background-color: #ea9b00;
  padding: 5px 20px 20px 20px;
  color: #ffffff; }

.recent-posts a {
  width: 100%;
  display: block;
  color: #ffffff;
  padding: 10px 10px 10px 0; }

.post-holder {
  margin-top: 30px; }

.recent-posts ul {
  padding: 0; }

.recent-posts ul li {
  list-style-type: none; }

.post-archives ul {
  padding: 0; }

.post-archives ul li {
  list-style-type: none; }

.post-title {
  margin-top: 0; }

.post-title a {
  color: #203665; }

.next-post,
.prev-post {
  color: #ffffff !important; }

#blog-post {
  width: 100%; }

.single .post-meta {
  position: absolute;
  top: 73px;
  left: 30px;
  z-index: 100;
  text-shadow: 0px 2px 10px #000000;
  color: #ffffff; }

.single .post-meta-infos {
  text-shadow: 0px 2px 10px #000000;
  color: #ffffff;
  padding: 0 30px 15px 30px;
  position: relative;
  z-index: 140; }

.index-layout-3 {
  margin-bottom: 15px; }
  .index-layout-3 .index-item-2 .index-item-container,
  .index-layout-3 .index-item-3 .index-item-container,
  .index-layout-3 .index-item-4 .index-item-container,
  .index-layout-3 .index-item-5 .index-item-container,
  .index-layout-3 .index-item-6 .index-item-container,
  .index-layout-3 .index-item-7 .index-item-container,
  .index-layout-3 .index-item-8 .index-item-container,
  .index-layout-3 .index-item-9 .index-item-container,
  .index-layout-3 .index-item-10 .index-item-container,
  .index-layout-3 .index-item-11 .index-item-container,
  .index-layout-3 .index-item-12 .index-item-container,
  .index-layout-3 .index-item-13 .index-item-container {
    background-color: #ffffff;
    position: relative;
    height: 510px;
    overflow: hidden;
    margin-top: 15px; }
    .index-layout-3 .index-item-2 .index-item-container .item-top-holder,
    .index-layout-3 .index-item-3 .index-item-container .item-top-holder,
    .index-layout-3 .index-item-4 .index-item-container .item-top-holder,
    .index-layout-3 .index-item-5 .index-item-container .item-top-holder,
    .index-layout-3 .index-item-6 .index-item-container .item-top-holder,
    .index-layout-3 .index-item-7 .index-item-container .item-top-holder,
    .index-layout-3 .index-item-8 .index-item-container .item-top-holder,
    .index-layout-3 .index-item-9 .index-item-container .item-top-holder,
    .index-layout-3 .index-item-10 .index-item-container .item-top-holder,
    .index-layout-3 .index-item-11 .index-item-container .item-top-holder,
    .index-layout-3 .index-item-12 .index-item-container .item-top-holder,
    .index-layout-3 .index-item-13 .index-item-container .item-top-holder {
      margin-top: -10px;
      /*position:absolute;
					top: -10px;
    				left: 0;
    				right: 0;*/ }
    .index-layout-3 .index-item-2 .index-item-container .item-img,
    .index-layout-3 .index-item-3 .index-item-container .item-img,
    .index-layout-3 .index-item-4 .index-item-container .item-img,
    .index-layout-3 .index-item-5 .index-item-container .item-img,
    .index-layout-3 .index-item-6 .index-item-container .item-img,
    .index-layout-3 .index-item-7 .index-item-container .item-img,
    .index-layout-3 .index-item-8 .index-item-container .item-img,
    .index-layout-3 .index-item-9 .index-item-container .item-img,
    .index-layout-3 .index-item-10 .index-item-container .item-img,
    .index-layout-3 .index-item-11 .index-item-container .item-img,
    .index-layout-3 .index-item-12 .index-item-container .item-img,
    .index-layout-3 .index-item-13 .index-item-container .item-img {
      /*position:absolute;
					top:100px;
					left:0;*/ }
    .index-layout-3 .index-item-2 .index-item-container .item-description,
    .index-layout-3 .index-item-3 .index-item-container .item-description,
    .index-layout-3 .index-item-4 .index-item-container .item-description,
    .index-layout-3 .index-item-5 .index-item-container .item-description,
    .index-layout-3 .index-item-6 .index-item-container .item-description,
    .index-layout-3 .index-item-7 .index-item-container .item-description,
    .index-layout-3 .index-item-8 .index-item-container .item-description,
    .index-layout-3 .index-item-9 .index-item-container .item-description,
    .index-layout-3 .index-item-10 .index-item-container .item-description,
    .index-layout-3 .index-item-11 .index-item-container .item-description,
    .index-layout-3 .index-item-12 .index-item-container .item-description,
    .index-layout-3 .index-item-13 .index-item-container .item-description {
      overflow: hidden;
      max-height: 70px; }
    .index-layout-3 .index-item-2 .index-item-container .item-bottom-holder,
    .index-layout-3 .index-item-3 .index-item-container .item-bottom-holder,
    .index-layout-3 .index-item-4 .index-item-container .item-bottom-holder,
    .index-layout-3 .index-item-5 .index-item-container .item-bottom-holder,
    .index-layout-3 .index-item-6 .index-item-container .item-bottom-holder,
    .index-layout-3 .index-item-7 .index-item-container .item-bottom-holder,
    .index-layout-3 .index-item-8 .index-item-container .item-bottom-holder,
    .index-layout-3 .index-item-9 .index-item-container .item-bottom-holder,
    .index-layout-3 .index-item-10 .index-item-container .item-bottom-holder,
    .index-layout-3 .index-item-11 .index-item-container .item-bottom-holder,
    .index-layout-3 .index-item-12 .index-item-container .item-bottom-holder,
    .index-layout-3 .index-item-13 .index-item-container .item-bottom-holder {
      background-color: #ffffff;
      z-index: 150;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }

.body-c {
  position: relative; }

.body-c .main-h2 {
  background-color: #12326D;
  padding: 15px 30px;
  color: #FFF;
  text-transform: none;
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 10px 0; }

@media (min-width: 768px) {
  .body-c .main-h2 {
    background-color: #12326D;
    padding: 15px 30px;
    color: #FFF;
    text-transform: none;
    font-weight: 700;
    font-size: 48px;
    margin: 0 0 10px 0; } }

.body-c .main-h2 {
  text-shadow: 0px 2px 10px #000000;
  z-index: 100;
  background: none;
  position: absolute; }

.single .body-c .main-h2 {
  position: relative;
  padding: 15px 30px 0 30px; }

@media (max-width: 468px) {
  .single .body-c .main-h2 {
    font-size: 20px;
    margin-bottom: 25px; }
  .body-c .main-h2 {
    font-size: 20px; } }

.single-publications .post-meta-infos {
  padding: 0 30px 15px 30px;
  position: relative;
  z-index: 140; }

.single .postmeta {
  position: absolute;
  width: 100%; }

.post-holder .main-h2 {
  text-shadow: none;
  /* z-index: 100; */
  background: none;
  color: #777;
  position: inherit;
  padding: 20px 0 0 0; }

@media (max-width: 768px) {
  .body-c .main-h2 {
    top: 20px; } }

.index-item-container .item-img .index-item-link {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  position: absolute; }

.item-top-holder h2 a {
  color: #ffffff; }

.item-top-holder h2 a:hover {
  color: #ffffff; }

.ytp-title-text .ytp-title-link,
.yt-uix-sessionlink,
.html5-video-player a {
  display: none !important;
  position: absolute;
  top: -1000; }

.video-caption {
  color: #A18849;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 24px; }

/*
.widget_rcpi-person:nth-child(6n+1) div.contact-card-ct{
	border: 1px solid #EA9B00!important;
}
.widget_rcpi-person:nth-child(6n+1) div.contact-card-left{
	background-color: #EA9B00;
}
.widget_rcpi-person:nth-child(6n+1) div.contact-card2{
	background-color:#EA9B00;
}

.widget_rcpi-person:nth-child(6n+2) div.contact-card-ct{
	border: 1px solid #006272!important;
}
.widget_rcpi-person:nth-child(6n+2) div.contact-card-left{
	background-color: #006272;
}
.widget_rcpi-person:nth-child(6n+2) div.contact-card2{
	background-color:#006272;
}

.widget_rcpi-person:nth-child(6n+3) div.contact-card-ct{
	border: 1px solid #B21A80!important;
}
.widget_rcpi-person:nth-child(6n+3) div.contact-card-left{
	background-color: #B21A80;
}
.widget_rcpi-person:nth-child(6n+3) div.contact-card2{
	background-color:#B21A80;
}

.widget_rcpi-person:nth-child(6n+4) div.contact-card-ct{
	border: 1px solid #B586B7!important;
}
.widget_rcpi-person:nth-child(6n+4) div.contact-card-left{
	background-color: #B586B7;
}
.widget_rcpi-person:nth-child(6n+4) div.contact-card2{
	background-color:#B586B7;
}

.widget_rcpi-person:nth-child(6n+5) div.contact-card-ct{
	border: 1px solid #E44260!important;
}
.widget_rcpi-person:nth-child(6n+5) div.contact-card-left{
	background-color: #E44260;
}
.widget_rcpi-person:nth-child(6n+5) div.contact-card2{
	background-color:#E44260;
}

.widget_rcpi-person:nth-child(6n+6) div.contact-card-ct{
	border: 1px solid #7A9A48!important;
}
.widget_rcpi-person:nth-child(6n+6) div.contact-card-left{
	background-color: #7A9A48;
}
.widget_rcpi-person:nth-child(6n+6) div.contact-card2{
	background-color:#7A9A48;
}
*/
.breadcrumbs,
.publications-breadcrumbs {
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: -10px;
  padding: 10px 20px 0 20px; }

.page-template-tpl-index-2 .breadcrumbs {
  margin-bottom: 0; }

.home .breadcrumbs,
.archive.date .breadcrumbs,
.error404 .breadcrumbs {
  display: none; }

.breadcrumbs p {
  padding: 0;
  margin: 0; }

.breadcrumbs-text a {
  background: #ddd;
  padding: .7em 1em;
  float: left;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px; }

.breadcrumbs-text a:hover {
  text-decoration: underline; }

.breadcrumbs-text a:nth-of-type(1) {
  background-color: #12326D; }

.breadcrumbs-text a:nth-of-type(1):after,
.breadcrumbs-text a:nth-of-type(2):after,
.breadcrumbs-text a:nth-of-type(3):after,
.breadcrumbs-text a:nth-of-type(4):after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.4em;
  border-top: 1.4em solid transparent;
  border-bottom: 1.4em solid transparent;
  border-left: 1em solid #12326D;
  bottom: 0;
  right: -0.98em; }

.breadcrumbs-text a:nth-of-type(2):before,
.breadcrumbs-text a:nth-of-type(3):before,
.breadcrumbs-text a:nth-of-type(4):before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.4em;
  border-width: 1.4em 0 1.4em 1em;
  border-style: solid;
  border-color: #12326D #12326D #12326D transparent;
  left: -0.98em;
  bottom: 0; }

.breadcrumbs-text a:nth-of-type(2),
.breadcrumbs-text a:nth-of-type(3),
.breadcrumbs-text a:nth-of-type(4) {
  background-color: #12326D; }

.breadcrumbs-text strong {
  background: none;
  padding: .7em 1em .7em 1em;
  float: left;
  text-decoration: none;
  color: #333333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px; }

/*
.breadcrumbs-text strong:before{
    content: "";
    position: absolute;
    top: 51%;
    margin-top: -1.4em;
    border-width: 1.4em 0 1.4em 1em;
    border-style: solid;
    border-color: #006272 #006272 #006272 transparent;
    left: -0.98em;
    bottom:0;
}

.breadcrumbs-text strong:after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.4em;
    border-top: 1.4em solid transparent;
    border-bottom: 1.4em solid transparent;
    border-left: 1em solid #006272;
    bottom: 0;
    right: -0.98em;	
}

*/
.single .breadcrumbs .breadcrumbs-text a:nth-of-type(2),
.archive .breadcrumbs .breadcrumbs-text a:nth-of-type(2) {
  display: none; }

.parent-pageid-87 .contact-card-ct,
.parent-pageid-4626 .contact-card-ct {
  border: 1px solid #203665 !important; }

.parent-pageid-87 .contact-card-left,
.parent-pageid-87 .contact-card2,
.parent-pageid-4626 .contact-card-left,
.parent-pageid-4626 .contact-card2 {
  background-color: #203665 !important; }

.clear {
  height: 0;
  margin: 0;
  clear: both; }

.document p {
  white-space: pre-wrap; }

.panel-first-child {
  margin-bottom: 30px !important; }

@media (max-width: 767px) {
  .panel-first-child {
    margin-bottom: 0px !important; } }

.post-entry-image {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  overflow: hidden; }
  @media (max-width: 990px) {
    .post-entry-image {
      position: relative;
      height: 200px; } }

.postnavleft {
  float: left; }

.postnavright {
  float: right; }

.publication-meta,
.news-meta {
  background-color: #203665;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 10px; }

.publication-entry {
  padding-left: 0; }

.publication-overlay,
.news-overlay {
  z-index: 200;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.post-entry:nth-of-type(6n+1) div.publication-overlay,
.post-entry:nth-of-type(6n+1) div.news-overlay {
  background-color: rgba(0, 45, 114, 0.6); }

.post-entry:nth-of-type(6n+2) div.publication-overlay,
.post-entry:nth-of-type(6n+2) div.news-overlay {
  background-color: rgba(242, 169, 0, 0.6); }

.post-entry:nth-of-type(6n+3) div.publication-overlay,
.post-entry:nth-of-type(6n+3) div.news-overlay {
  background-color: rgba(223, 70, 97, 0.8); }

.post-entry:nth-of-type(6n+4) div.publication-overlay,
.post-entry:nth-of-type(6n+4) div.news-overlay {
  background-color: rgba(0, 98, 114, 0.6); }

.post-entry:nth-of-type(6n+5) div.publication-overlay,
.post-entry:nth-of-type(6n+5) div.news-overlay {
  background-color: rgba(178, 136, 185, 0.6); }

.post-entry:nth-of-type(6n+6) div.publication-overlay,
.post-entry:nth-of-type(6n+6) div.news-overlay {
  background-color: rgba(122, 151, 83, 0.6); }

.list-publication-author ul,
.list-publication-category ul,
.list-publication-topic ul {
  list-style-type: none;
  padding: 0; }

.list-publication-author h3,
.list-publication-category h3,
.list-publication-topic h3 {
  color: #ffffff; }

.list-publication-author ul li a,
.list-publication-category ul li a,
.list-publication-topic ul li a {
  font-size: 15px !important;
  color: #ffffff; }

.list-publication-author ul li,
.list-publication-category ul li,
.list-publication-topic ul li {
  margin-bottom: 10px; }

.list-publication-category,
.list-publication-topic,
.list-publication-author {
  padding: 10px 20px;
  margin-bottom: 30px; }

.list-publication-category {
  background-color: #7a9a48; }

.list-publication-topic {
  background-color: #ea9b00; }

.list-publication-author {
  background-color: #b21a80; }

.archive.tax-rcpi-publication-category .breadcrumbs,
.archive.tax-rcpi-publication-topic .breadcrumbs,
.archive.tax-rcpi-publication-author .breadcrumbs,
.single-publications .breadcrumbs {
  display: none; }

.post-entry a.btn-primary {
  color: #ffffff;
  text-transform: uppercase; }

.post-entry a.btn-primary:hover {
  color: #ffffff; }

@media only screen and (max-width: 640px) {
  .index-item-7 .focuspoint, .index-item-14 .focuspoint {
    width: 100%;
    max-height: 200px !important; }
  .index-item-7 .focuspoint img, .index-item-14 .focuspoint img {
    width: auto;
    height: 100 !important; } }

.so-panel .btn {
  white-space: normal; }

.item-top-holder h2 a {
  color: #ffffff; }

.so-panel p a,
.sp-panel li a {
  color: #002d72; }

.so-widget-rcpi-button a.btn {
  color: #ffffff !important; }

.download-graphic a {
  color: #333333 !important; }

.btn-primary {
  text-transform: uppercase; }

.email-card a.btn {
  color: #ffffff; }

@media (max-width: 767px) {
  .email-card a.btn {
    overflow-wrap: break-word;
    width: 100%; } }

.login-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300; }

@media (max-width: 768px) {
  .login-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000; } }

/*
@media only screen and (max-width: 768px){
	.login-message-mobile {
    	display:block;
		position: fixed;
		background-color: #333333;
    	top: 0;
	    left: 0;
    	right: 0;
    	z-index: 999999;
    	transform: translateZ(0);
		-webkit-transform: translateZ(0);
	}
}
*/
@media screen and (min-width: 769px) {
  .so-widget-rcpi-document h3 {
    font-size: 35px; } }

.so-widget-rcpi-document h4 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px; }

.so-widget-rcpi-document p {
  font-size: 15px; }

.panel-grid .so-panel .so-widget-rcpi-document .document-holder {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 35px;
  color: #ffffff !important;
  background-color: #203667;
  /* Old browsers */
  filter: none !important;
  background: -moz-linear-gradient(-45deg, #203667 50%, #182d5a 50%, #182d5a 50%, #182d5a 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #203667 50%, #182d5a 50%, #182d5a 50%, #182d5a 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #203667 50%, #182d5a 50%, #182d5a 50%, #182d5a 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203667', endColorstr='#182d5a',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

@media (max-width: 468px) {
  .panel-grid .so-panel .so-widget-rcpi-document .document-holder {
    padding: 20px; } }

@media (min-width: 768px) {
  .panel-grid .so-panel .so-widget-rcpi-document .document-holder .col-md-12 {
    padding-right: 155px; }
  .panel-grid .so-panel .so-widget-rcpi-document .document-holder {
    min-height: 245px; } }

@media only screen and (max-width: 468px) {
  .document-holder {
    padding: 10px; } }

.panel-grid .so-panel .so-widget-rcpi-document .document-holder.document-darkblue {
  background-color: #203667;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #203667 50%, #182d5a 50%, #182d5a 50%, #182d5a 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #203667 50%, #182d5a 50%, #182d5a 50%, #182d5a 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #203667 50%, #182d5a 50%, #182d5a 50%, #182d5a 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203667', endColorstr='#182d5a',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.panel-grid .so-panel .so-widget-rcpi-document .document-holder.document-yellow {
  background-color: #ea9b00;
  background: -moz-linear-gradient(-45deg, #ea9b00 50%, #da9104 50%, #da9104 50%, #da9104 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ea9b00 50%, #da9104 50%, #da9104 50%, #da9104 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ea9b00 50%, #da9104 50%, #da9104 50%, #da9104 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9b00', endColorstr='#da9104',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.panel-grid .so-panel .so-widget-rcpi-document .document-holder.document-magenta {
  background-color: #b21981;
  background: -moz-linear-gradient(-45deg, #b21981 50%, #9e1171 50%, #9e1171 50%, #9e1171 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #b21981 50%, #9e1171 50%, #9e1171 50%, #9e1171 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #b21981 50%, #9e1171 50%, #9e1171 50%, #9e1171 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b21981', endColorstr='#9e1171',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.panel-grid .so-panel .so-widget-rcpi-document .document-holder.document-red {
  background-color: #e54261;
  background: -moz-linear-gradient(-45deg, #e54261 50%, #d63554 50%, #d63554 50%, #d63554 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e54261 50%, #d63554 50%, #d63554 50%, #d63554 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e54261 50%, #d63554 50%, #d63554 50%, #d63554 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e54261', endColorstr='#d63554',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.panel-grid .so-panel .so-widget-rcpi-document .document-holder.document-teal {
  background-color: #016272;
  background: -moz-linear-gradient(-45deg, #016272 50%, #015766 50%, #015766 50%, #015766 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #016272 50%, #015766 50%, #015766 50%, #015766 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #016272 50%, #015766 50%, #015766 50%, #015766 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016272', endColorstr='#015766',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.panel-grid .so-panel .so-widget-rcpi-document .document-holder.document-lilac {
  background-color: #b587b8;
  background: -moz-linear-gradient(-45deg, #b587b8 50%, #a876ab 50%, #a876ab 50%, #a876ab 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #b587b8 50%, #a876ab 50%, #a876ab 50%, #a876ab 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #b587b8 50%, #a876ab 50%, #a876ab 50%, #a876ab 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b587b8', endColorstr='#a876ab',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.panel-grid .so-panel .so-widget-rcpi-document .document-holder.document-green {
  background-color: #7a9a47;
  background: -moz-linear-gradient(-45deg, #7a9a47 50%, #6c8f35 50%, #6c8f35 50%, #6c8f35 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #7a9a47 50%, #6c8f35 50%, #6c8f35 50%, #6c8f35 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #7a9a47 50%, #6c8f35 50%, #6c8f35 50%, #6c8f35 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a9a47', endColorstr='#6c8f35',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.download-corner {
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  border-style: solid;
  border-color: #FFFFFF #182D5A; }

.document-darkblue .download-corner {
  border-color: #FFFFFF #182D5A; }

.document-yellow .download-corner {
  border-color: #FFFFFF #da9104; }

.document-magenta .download-corner {
  border-color: #FFFFFF #9e1171; }

.document-red .download-corner {
  border-color: #FFFFFF #d63554; }

.document-teal .download-corner {
  border-color: #FFFFFF #015766; }

.document-lilac .download-corner {
  border-color: #FFFFFF #a876ab; }

.document-green .download-corner {
  border-color: #FFFFFF #6c8f35; }

.email-card .btn-login {
  background-color: #333333;
  border-bottom: 3px solid #333333; }

/* Text image captions */
.text-image-caption {
  z-index: 200;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  background-color: #203667;
  padding: 5px;
  font-size: 12px; }

.image-tall-caption {
  z-index: 200;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  background-color: #203667;
  padding: 5px;
  font-size: 12px; }

.image-short-caption {
  z-index: 200;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  background-color: #203667;
  padding: 5px;
  font-size: 12px; }

.image-diagram-caption {
  color: #ffffff;
  background-color: #203667;
  padding: 5px;
  font-size: 12px; }

.text-image-caption:empty,
.image-tall-caption:empty,
.image-short-caption:empty,
.image-diagram-caption:empty {
  display: none; }

.caption-darkblue {
  background-color: #203667; }

.caption-yellow {
  background-color: #ea9b00; }

.caption-magenta {
  background-color: #b21981; }

.caption-red {
  background-color: #e54261; }

.caption-teal {
  background-color: #016272; }

.caption-lilac {
  background-color: #b587b8; }

.caption-green {
  background-color: #7a9a47; }

/*navbar fix */
@media (max-width: 769px) {
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .navbar-text {
    float: none;
    margin: 15px 0; }
  .navbar-collapse.collapse.in {
    display: block !important; }
  .collapsing {
    overflow: hidden !important; } }

@media (max-width: 767px) {
  .img-right-text .col-sm-8 {
    padding-right: 0px; }
  .img-left-text .col-sm-8 {
    padding-left: 0px; } }

/* HUB */
.page-template-tpl-digitalhub .breadcrumbs,
.page-id-7694 .breadcrumbs {
  display: none; }

.page-id-7694 .main-h2 {
  display: none; }

#pl-7694 {
  margin-top: 30px; }

h3.hub-h3 {
  margin: -25px 0 10px 30px; }

@media (max-width: 468px) {
  h3.hub-h3 {
    font-size: 16px; } }

#tpn-launch {
  text-align: left; }

.digital-hub-container {
  margin-top: 0px; }

.digital-hub-profile {
  border: 1px solid #EA9B00;
  background-color: #EA9B00;
  margin-bottom: 20px;
  padding-right: 0;
  padding-left: 0;
  position: relative; }

.profile-main {
  background-color: #ffffff;
  min-height: 159px; }

.profile-main h3.profile-name {
  font-size: 38px;
  margin-top: 10px; }

.profile-main h4.profile-id {
  font-size: 12px;
  font-weight: bold; }

h4.profile-badge {
  color: #ffffff;
  background-color: #333333;
  padding: 6px 10px;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.profile-photo-holder {
  background-color: #EA9B00; }

.profile-photo {
  background-image: url(/wp-content/themes/rcpi/images/digital-hub/profile-holder.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin: 16px 0 0 0; }

.profile-image {
  position: absolute;
  top: 0;
  max-width: 100%;
  min-width: 100%; }

.profile-user-id {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  margin-top: 16px; }

.profile-main ul {
  float: right;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: right; }

.profile-main ul li {
  list-style-type: none;
  display: inline;
  padding: 0 10px 0 10px;
  border-right: 1px solid #99999c; }

.profile-main ul li:last-of-type {
  border-right: 0px;
  padding: 0 0 0 10px; }

.profile-main ul li:first-of-type {
  padding-left: 0; }

.profile-main ul li a {
  color: #12326D; }

ul#user-faculties li {
  display: inline-block;
  width: 43px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: top left;
  border: none;
  margin-left: 5px; }

.app-screen {
  padding-top: 10px; }

.app-faculty-icons {
  margin: 10px 0 10px 0;
  padding: 0; }

.app-faculty-icons ul {
  margin: 0;
  margin: auto;
  padding: 0;
  list-style-type: none;
  text-align: center; }

.app-faculty-icons ul li {
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 9%;
  background-color: #ffffff;
  padding: 10px;
  box-sizing: content-box; }

@media (min-width: 414px) {
  .app-faculty-icons ul li {
    width: 10%; } }

ul#user-faculties li.royal-college-of-physicians-of-ireland,
.app-faculty-icons ul li.royal-college-of-physicians-of-ireland {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAyCAIAAABK5rXEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEyN0MwOTJGRTc5NzExRTY5ODZDQzg5QjdBOEY0MzhEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEyN0MwOTMwRTc5NzExRTY5ODZDQzg5QjdBOEY0MzhEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI3QzA5MkRFNzk3MTFFNjk4NkNDODlCN0E4RjQzOEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI3QzA5MkVFNzk3MTFFNjk4NkNDODlCN0E4RjQzOEQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5gZs/aAAANa0lEQVR42rRYB1RUVxq+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"); }

ul#user-faculties li.faculty-of-public-health-medicine,
.app-faculty-icons ul li.faculty-of-public-health-medicine {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAyCAIAAABK5rXEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhFQkQ5M0ZERTc5NzExRTY5QjIzRDg3MThGQzBGMEUwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhFQkQ5M0ZFRTc5NzExRTY5QjIzRDg3MThGQzBGMEUwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEVCRDkzRkJFNzk3MTFFNjlCMjNEODcxOEZDMEYwRTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEVCRDkzRkNFNzk3MTFFNjlCMjNEODcxOEZDMEYwRTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5+t//UAAAOQklEQVR42rRYCVgUV7au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"); }

ul#user-faculties li.faculty-of-paediatrics,
.app-faculty-icons ul li.faculty-of-paediatrics {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAyCAIAAABK5rXEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlBNTQwRTZDRTc5NzExRTZBNkZFRTMyMThBQkY4RTM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlBNTQwRTZERTc5NzExRTZBNkZFRTMyMThBQkY4RTM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUE1NDBFNkFFNzk3MTFFNkE2RkVFMzIxOEFCRjhFMzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUE1NDBFNkJFNzk3MTFFNkE2RkVFMzIxOEFCRjhFMzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6i3TXSAAAMV0lEQVR42rRZCVCU5xne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"); }

ul#user-faculties li.faculty-of-pathology,
.app-faculty-icons ul li.faculty-of-pathology {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAyCAIAAABK5rXEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkzRkY3QUYyRTc5NzExRTY5NkRBOEI0NjZDMDYzQkExIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkzRkY3QUYzRTc5NzExRTY5NkRBOEI0NjZDMDYzQkExIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTNGRjdBRjBFNzk3MTFFNjk2REE4QjQ2NkMwNjNCQTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTNGRjdBRjFFNzk3MTFFNjk2REE4QjQ2NkMwNjNCQTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5/6b1xAAALlklEQVR42rxYCVRTZxbO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"); }

ul#user-faculties li.faculty-of-occupational-medicine,
.app-faculty-icons ul li.faculty-of-occupational-medicine {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAyCAIAAABK5rXEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlGMUI2QzY2RTc5NzExRTY5NjFCOEQyNzg0NTNDQjU0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlGMUI2QzY3RTc5NzExRTY5NjFCOEQyNzg0NTNDQjU0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OUYxQjZDNjRFNzk3MTFFNjk2MUI4RDI3ODQ1M0NCNTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUYxQjZDNjVFNzk3MTFFNjk2MUI4RDI3ODQ1M0NCNTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4PYWLNAAAJ/ElEQVR42rxYCVRU5xV+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"); }

ul#user-faculties li.institute-of-obstetricians-and-gynaecologists,
.app-faculty-icons ul li.institute-of-obstetricians-and-gynaecologists {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAyCAIAAABK5rXEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZDQjYyNDZFRTc5NzExRTZBMTFEQjhBNDgzQTYzQzI4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZDQjYyNDZGRTc5NzExRTZBMTFEQjhBNDgzQTYzQzI4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkNCNjI0NkNFNzk3MTFFNkExMURCOEE0ODNBNjNDMjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkNCNjI0NkRFNzk3MTFFNkExMURCOEE0ODNBNjNDMjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ZUKNWAAAKnUlEQVR42rRYCWxVVRo+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"); }

ul#user-faculties li.irish-committee-on-higher-medical-training,
.app-faculty-icons ul li.irish-committee-on-higher-medical-training {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAyCAIAAABK5rXEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJDNkMyQ0Q1RTc5NTExRTZCOTlFQTRGMUI0RkUxRDA1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJDNkMyQ0Q2RTc5NTExRTZCOTlFQTRGMUI0RkUxRDA1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkM2QzJDRDNFNzk1MTFFNkI5OUVBNEYxQjRGRTFEMDUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkM2QzJDRDRFNzk1MTFFNkI5OUVBNEYxQjRGRTFEMDUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5V3Z3uAAAOaElEQVR42rRYCVQUV9auV2vvTbM3ssgqIKi4AIKiMXEfNeZoVJxsx22cSYwZHU2c+V2ixkyMmqPGzEw0jlnUSGLiFmPc4zZxFwXZZEcaGmigt+pa/1u0iskBFc9JHejzuvrVvd97373fva9Q5qQlNZZGUZIQQti9C2lUNC8KHCe23+vCBc/Iv7lFEgRNk26Wk+V7P8EAjCfGhJP1DS3JceFD0npyvAAgcBx3uT17Dp4bPrB3cny40+0RRcn7FEHA70gQxEf7Z2iKpAiOE+BB5SkcV6vpO+WWH05dfWlClkGv8VqAaad/yaups5Eens/oF79g9gQvLmUJCI0e0ufTXcfMAaaxz/YH7F7TvCB6PJxOq340gpPnb1bdbXh+ZBo4g68uF3vy/K0bt8q2rJw1LLMXwCII3DsTVrbj25PkA8dwnb2Yv+/opQ//8Wpa3x5x0d2On81duGo7bIFGxQBwjuebbI75s8alpcR15v7Eudyd3595bnDv1Zu+sTvdqI3QtL5xqxZPD/Qzsiz3+tKtb8+dGBNpbieojTiF7Z9OX5u/cnu1pRHGy9+aatBpfI26j5bPaLTZWx1utYoODvCpsTQtX7/7cm7Jq5OHaTWqh3232l2f7jxaUl67etH0oACfqeMHuVkPcMrz4oUrBeC+tq5pweodsMKispqNy2f06RnVjsAbbeevFHo4gaHpvKKq0goLkPR/63ZtfnfWH18YEuBnBAcQR2Eh/ptWztq2+9gbS7f2jAuLiwpTqxmn0110pyq/pDqzX/xHK2YAwY1NdpWKAoiwu7AZm3Yc/mL9G1q1qqyqTq2mmpodF6+XKAjaHBPG8H79k6IHpyYOHZikUzMl5ZbTOasOHLu0ZO1XFE0eO5vbPSQgMS7sryu3n7mYP3JICkWRwEJEWMiRIz8YkKUgP99WV3KpsOGzdW+l9omBmOc4/tUFm+oamiG81mz+dsNnBwmSOHj8ysSRaYv/NPHLvae3rJ4zacxA75pv3C4nH97JaRMGj3mmLwxmTnsOQuYvy7Z+969FQGr2GxsOnLwMKdZqd3/y3hwZQ7u/PTx2oHlQilkQJZjZklO08/vTr704rN7a/MqCTWevFhw7n9vQZH9v0XTYibc/+PLA1nfADlg++sWyELPfrxL14S/Nrc6CkmpzkC8w8+K4TDA9PKs3RFN637hzVwtge1P7xJIkcfTMrQC1LbNPD5udg43EEZo3OXbzNxfzinqEh/hmpSXeKCgP8vNJig9HOJo8NgOyCbLA6+JmYYWvSU/p2hOqjYVkhQWHk124esf6bQcGpsQB3yqGig4PgowCl7DtTTb7gOTo+TPHwTO3S2rYlqrYMKMgKkkE/yABVpujlTekJEWCqeKy2il/yIQAgl+1GiYyLFCnVcI25+C5GYu3QLZnpSbCp5cF3CsA8Dl/+bbdB8+5PJ7seRuK7tRczysbP2NN4Z0aL9Jl86cs/vPEe5qHkPxr0aMosIPI+4m+6d1Z2ROzvGOIpAkz34cFHDl1bc6Sf0NMrNmy958f78XupwD+QA/WL31t9tTnaILcv/Wdm4WVL/xp7Y2iyklz1544fxN+/e7H/x08dvlhrzSJ0xROkTho5fFLtbzQruvbdh29cLkQBp/nnJyx6ONbxVXPZi/XqOk9Hy/wsPzqhdlvtu2lV7vb9QA2fNa04bER5uSECJC/tN4x+49fHjQgwRzg88Pxy2+t+i9FkiqGHjk0hcAR6xEPnq1maEKrJlqdwpWCxiizBscVO9v3HP/7ul3hIf6fvj83NiokPSXu8OlrgwckhAT7RUcEv/PnidPGDwJ1aY8DU0xaeJ2U4Wcmg3XBZt/UlFi4aw4yJcWF596u2LhiJgjR4jVflNdYeUFoaXVNGpNRVm29W11SXueqtbqcHrGs1kGTyKDF/YKifQzav3/wVUOzvcXudrs9c18eBUFQUmb513tzzIEmsAxRArousjx7rurQ12dLMTeKHj1vSBHKtvqgaJNveljo1BRTahihIoEaF8tp1YwX6eiXV+q16j2fLITxj6eu37x8tMUlYhJmMjKtTq7srqu+yf3m7Kmjh/UFPch8YckzGckfLHlZEX9JdrIefZuASh7BdrWmeue1pguVUnHzLp+Gq6kaxROuInEV5aporixqqP46V9vdFDQuwTwu0Se5Xb03LH0NJNY7Bg1AGLAOPCpMQr2ICA36x8JJIUEGJT5o6pPVs4MDTN7JQI2Oopqv37Ucul27L99Z2iSxAs6QOhXpXSf5ICIQBCFNwNhZbiv58Ezp5gvaaN+Q53sGjY43JAbGx4Q+QBMZFvDdfkEW2e7BOoVISA1J6h7qT9P3IPbvrVApCaK9wFp3uKD2uzxHcaPo5nGawCGA9URbZUTtcRDZQiS71AK6114gKOkMCZ0CZ3U2nCqt3nWj9kA+Z3NReob204LIQJnJHNg/t6D6Wn5Fr2ifk1cskZHdnxnU517rIcmOQmvVzmt5b/94Z/3P9UeLeRuLU4Rik8Sx+y0PJaNbKldNEIGiRr0xrJLKbvB143LHFVfGJE4ACgkNBSESPC7BPyvKkBAkI2zH96dPHT02Ysyo7LGZMNFebG08U2Y5WNB0vkKwe5TlMiTWSZelkXCIg4vJFPkkTRcYUmzJWOO5CtgVQkf7ZUaEjE2cnNVzSL8ks0RUf3H17qHbjT+X8S2sIkwqkjSonrCnI7vU/xFqCoM/SbYeL607UsyYNH6ZIcWX61iLHREEoe6C46dC8ODCETBC8LTEi83xJ2TWn7QGwLZiSH4KY0+FAIIWGl0/Do90kyFI5Fi5xiXV05iDwGgJQ783Ami9wjzUGAsyu2WWkOoZpOLplyoBlnjFxJ/wU/CRXdgMvGvueZxIa2Zev4P8RP6I2bMhBsMl8YoP+2GMWG4gBjcyc8uRQcBE9PsggPNEsIeeXs3tMwsXjfQYC9HbjvQiCvVQWU1EbCu7Lhbck6PrZQH9PiwQsmylhSOBRKJdLDTItEhPL4PlkuluDJel2yYy1iHbKfGMH+oSC9AbPOnRDKYhmT8UKNWo6akVmIqTRSX6ZQmDAZ7URI6xcHtCpCoVYH3SBEcIDlgEL3d82OsYBC0JhwOhKlLj72KMCL6hLEDoyVVaz7bu8l0GY6QnZRWToYyR0Aw23ql+IvdKHYTthsIhCT8FSBUaItqJ6TnlfhMjXDdKFgZBNkpPFF1QV5sx3tegJWPDg0+gYjchI/lxKCREjWhAfh7hokmqVCNKkmpUUq1JbqQwFpdFDI9y01Nq+ENBUp4O04qP3kpYSzliU83+ZM/Ibv/FPRaKD/fQ3CNEDZaukokhDXioQ7ZReJyTmlAN2SG7SbmZklspzE4iE0/0aAFkvI+/eMX4iGggZXSX5kpJ9pWIbnhG3x6kkclnXHD30REgQ55fN0kFRqlGS2bVy1BMORyREh7EEgmtyCRiBCaxBB7VSo2vxWgZ6zweoDQXqlhJQw5MicWhH0xPjj1M2ZyEhD9m4xDWQiB/ln6pDOl45aaIAxqp0Ee66ifl68RLJogDyU6LPwcok/FOLbkJ6Qe6aUBSzIBeMcqsaaMz7hDuaxoX8wgMAsIDOfLZOoyEDoSUbTQmEnKFTm6hQSSUzTB7MJWEcEw8FQAZ+wgK1BKeq3EVIOeUEen3NHHK2Iy0XjFfqersJFhFnVEHoS7mGpFK4naGc9sj5VK97CYwF4GMvJKWLpIadVf2EGKBHqPEzlUNOUjxK5W1d0LkH58ffA8BHIdXzptSrRF3+zQycie1TVbUC2lEECUiziHm6eRWQm6hFKEEXWqmiWgHjKVynVSlBp47fccjoxyjrVTFrXh9klrFtNcFOMj9ZfLwvaj+Z6ND0yEXPI7HuvCkFslJkCMs1NBG4YIvFAVYPeZQsgDTciBW4k0DRGhnBVor4RcMjq+RZeaEIaOyUn5bmZbPmzw8s9dGujpfw3YIAjiG5SqdASOicLdUqMMIEbNTGBQnXxbT80CEVKKD7OisMSzUsB+paganJqxakN1BbYQT2aer5kQmhK7WVd7WsNrfgKAksUQj1aoxWoS2QLzhoyRnrlGhhpCQkQPHUoleqmI6bA40EgL3q/RVwdGBn62eq3voDdCv3MAx4+t1840Rvit0Fdd1LgCBfp3FmINRjqcqkUxrQjpRvKZHeqWqKMmJkJSnh6T4DQWobfNvadkVukpViCFn/fywEP9H9QdR4UEHtiyKSQpfpi7/yadVBSt8YInH+C9D+JwI8XwAOcRKvVALaSnmG8jeNiUYm2gxz6DUhYcjH0NqGT9ubF2qKQuND9n/8aK4qG6P71CiwoP3bl74TFbvtXTldr8GoF7lPd9ADLBIOOnLfR7q+XckObCJSHYgn7bXpEBBmVZuoB6WAUAPwLb6WT9gqtLTE/dt/lt8dLcOwkuWO84cnhfWfLL3nzsOxHCq2Y7gni41VA3BWzjgw0UQ6c3UyHqk42Q4btEyvzNCOGMCsN6kh6wu0Hj+o7PcJt1/nT566bzJDE11LJGdIbj3hvL8zTff31FRahkrB0xuMfnyJAuHRNSm+ThSLSrCgtzKvBbGszZOdiiHW1i6jRK+NdgO4NbQyKCNb7/y7P2XSE+DAC5bi2PFxpwdh84aHVI2F5jh0OlEgpVlSSMBAjyAleyUcDRIOhKgojAnIV7QOXfS9Y1aefqojHfnT/E3GR7T9DwWgfe6erN02eY9J6/cjmCpyZ6AFKfGCAo+0so7CHRLTzXSrSrhusb1DWO9w3CDU3q8+/qLqX1in6hRe0IE919L3Vizdd+560WhAj2W901vMQSzVL1a+MVgP0g1VBCe9F6xi2eMHzO0bxfOgl1CoNRIQTx08urn+08fv5SnsYt9JP0N5HDo8aH9El4elzXuuf401bVTUJcRPLhu5Jfl/PTL/24WD0iMnjQivV9y1NPZ+X8BBgDS9KjsK+PvdgAAAABJRU5ErkJggg=="); }

ul#user-faculties li span {
  display: none; }

.pod-holder {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px;
  background: #EEEEEE;
  position: relative; }

.subscriptions-renewals .pod-holder,
.courses-events .pod-holder:nth-of-type(2) {
  padding-bottom: 0; }

#mrcpi-results-content .row:last-of-type {
  margin-bottom: 20px; }

.online-services,
.courses-events,
.subscriptions-renewals,
.notifications {
  padding: 0; }

.pod-holder h3 {
  /*border-bottom: 1px solid #99999C;*/
  padding-bottom: 10px;
  color: #99999c;
  padding-right: 125px; }

.subscriptions-renewals .pod-holder h3 {
  border: none; }

.pod-holder ul li {
  list-style-type: none;
  width: 100%;
  margin: 0 0 10px 0; }

.pod-holder ul li:last-of-type {
  list-style-type: none;
  width: 100%;
  margin: 0 0 0 0; }

.pod-section h4 {
  color: #203665;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 0px; }

.pod-section {
  padding: 10px 15px; }

.pod-section ul {
  padding: 0;
  margin: 0; }

.pod-section a:hover {
  color: #ffffff; }

.pod-holder ul li button,
.pod-holder ul li a {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  color: #B21A80; }

.pod-holder ul li button:focus {
  outline: 0; }

.pod-section {
  border-left: 5px solid #B21A80;
  background-color: #ffffff;
  display: block;
  color: #333333;
  position: relative;
  margin: 0; }

.pod-section.news,
.pod-section.pinned-news {
  min-height: 120px; }

.pod-section a {
  color: #B21A80; }

.pod-section .notification-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.pod-section.news {
  border-left: 5px solid #203665;
  background-color: #ffffff;
  display: block;
  color: #333333;
  position: relative;
  margin: 0;
  margin-bottom: 30px; }

.pod-section.news a {
  color: #203665;
  text-decoration: underline; }

.pod-holder.news .col-md-12:last-of-type .pod-section,
.pod-holder.pinned-news .col-md-12:last-of-type .pod-section {
  margin-bottom: 0px; }

.pod-section .news-date {
  font-size: 12px;
  margin: 0 0 10px 0;
  font-weight: 600; }

.pod-section.pinned-news {
  border-left: 5px solid #B21A80;
  background-color: #ffffff;
  display: block;
  color: #333333;
  position: relative;
  margin: 0;
  margin-bottom: 30px; }

.pod-section.pinned-news a {
  color: #B21A80;
  text-decoration: underline; }

.pod-holder .row + .row {
  margin-top: 0; }

@media (min-width: 768px) {
  .pod-holder .row + .row {
    margin-top: 30px; } }

.pod-holder .row:nth-of-type(2n+1) .col-md-4:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-2:nth-of-type(1) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-2:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-9:nth-of-type(1) .pod-section,
.index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-9:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-3:nth-of-type(1) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-3:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-10:nth-of-type(1) .pod-section,
.index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-10:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-4:nth-of-type(1) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-4:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-11:nth-of-type(1) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-11:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-5:nth-of-type(1) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-5:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-12:nth-of-type(1) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-12:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-6:nth-of-type(1) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-6:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-13:nth-of-type(1) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-13:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-2 .index-item:nth-of-type(1) .pod-section, .index-layout-2 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-3 .index-item:nth-of-type(1) .pod-section, .index-layout-3 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-4 .index-item:nth-of-type(1) .pod-section, .index-layout-4 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-5 .index-item:nth-of-type(1) .pod-section, .index-layout-5 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(1) .pod-section {
  border-left: 5px solid #B21A80; }

.pod-holder .row:nth-of-type(2n+1) .col-md-4:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-2:nth-of-type(2) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-2:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-9:nth-of-type(2) .pod-section,
.index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-9:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-3:nth-of-type(2) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-3:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-10:nth-of-type(2) .pod-section,
.index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-10:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-4:nth-of-type(2) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-4:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-11:nth-of-type(2) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-11:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-5:nth-of-type(2) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-5:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-12:nth-of-type(2) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-12:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-6:nth-of-type(2) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-6:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-13:nth-of-type(2) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-13:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-2 .index-item:nth-of-type(2) .pod-section, .index-layout-2 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-3 .index-item:nth-of-type(2) .pod-section, .index-layout-3 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-4 .index-item:nth-of-type(2) .pod-section, .index-layout-4 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-5 .index-item:nth-of-type(2) .pod-section, .index-layout-5 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(2) .pod-section {
  border-left: 5px solid #0096AF; }

.pod-holder .row:nth-of-type(2n+1) .col-md-4:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-2:nth-of-type(3) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-2:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-9:nth-of-type(3) .pod-section,
.index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-9:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-3:nth-of-type(3) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-3:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-10:nth-of-type(3) .pod-section,
.index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-10:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-4:nth-of-type(3) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-4:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-11:nth-of-type(3) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-11:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-5:nth-of-type(3) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-5:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-12:nth-of-type(3) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-12:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-6:nth-of-type(3) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-6:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-13:nth-of-type(3) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-13:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-2 .index-item:nth-of-type(3) .pod-section, .index-layout-2 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-3 .index-item:nth-of-type(3) .pod-section, .index-layout-3 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-4 .index-item:nth-of-type(3) .pod-section, .index-layout-4 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+1) .index-layout-5 .index-item:nth-of-type(3) .pod-section, .index-layout-5 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(3) .pod-section {
  border-left: 5px solid #AB80AD; }

.pod-holder .row:nth-of-type(2n+2) .col-md-4:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-2:nth-of-type(1) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-2:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-9:nth-of-type(1) .pod-section,
.index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-9:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-3:nth-of-type(1) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-3:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-10:nth-of-type(1) .pod-section,
.index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-10:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-4:nth-of-type(1) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-4:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-11:nth-of-type(1) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-11:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-5:nth-of-type(1) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-5:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-12:nth-of-type(1) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-12:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-6:nth-of-type(1) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-6:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-13:nth-of-type(1) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-13:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-2 .index-item:nth-of-type(1) .pod-section, .index-layout-2 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-3 .index-item:nth-of-type(1) .pod-section, .index-layout-3 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-4 .index-item:nth-of-type(1) .pod-section, .index-layout-4 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(1) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-5 .index-item:nth-of-type(1) .pod-section, .index-layout-5 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(1) .pod-section {
  border-left: 5px solid #EA9B00; }

.pod-holder .row:nth-of-type(2n+2) .col-md-4:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-2:nth-of-type(2) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-2:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-9:nth-of-type(2) .pod-section,
.index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-9:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-3:nth-of-type(2) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-3:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-10:nth-of-type(2) .pod-section,
.index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-10:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-4:nth-of-type(2) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-4:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-11:nth-of-type(2) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-11:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-5:nth-of-type(2) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-5:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-12:nth-of-type(2) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-12:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-6:nth-of-type(2) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-6:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-13:nth-of-type(2) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-13:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-2 .index-item:nth-of-type(2) .pod-section, .index-layout-2 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-3 .index-item:nth-of-type(2) .pod-section, .index-layout-3 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-4 .index-item:nth-of-type(2) .pod-section, .index-layout-4 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(2) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-5 .index-item:nth-of-type(2) .pod-section, .index-layout-5 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(2) .pod-section {
  border-left: 5px solid #7A9048; }

.pod-holder .row:nth-of-type(2n+2) .col-md-4:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-2:nth-of-type(3) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-2:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-9:nth-of-type(3) .pod-section,
.index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-9:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-3:nth-of-type(3) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-3:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-10:nth-of-type(3) .pod-section,
.index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-10:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-4:nth-of-type(3) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-4:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-11:nth-of-type(3) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-11:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-5:nth-of-type(3) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-5:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-12:nth-of-type(3) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-12:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-6:nth-of-type(3) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-6:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-13:nth-of-type(3) .pod-section, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-13:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-2 .index-item:nth-of-type(3) .pod-section, .index-layout-2 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-3 .index-item:nth-of-type(3) .pod-section, .index-layout-3 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-4 .index-item:nth-of-type(3) .pod-section, .index-layout-4 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(3) .pod-section, .pod-holder .row:nth-of-type(2n+2) .index-layout-5 .index-item:nth-of-type(3) .pod-section, .index-layout-5 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(3) .pod-section {
  border-left: 5px solid #002D72; }

.pod-holder .row:nth-of-type(2n+1) .col-md-4:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-2:nth-of-type(1) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-2:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-9:nth-of-type(1) .pod-section a,
.index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-9:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-3:nth-of-type(1) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-3:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-10:nth-of-type(1) .pod-section a,
.index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-10:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-4:nth-of-type(1) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-4:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-11:nth-of-type(1) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-11:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-5:nth-of-type(1) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-5:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-12:nth-of-type(1) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-12:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-6:nth-of-type(1) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-6:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-13:nth-of-type(1) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-13:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-2 .index-item:nth-of-type(1) .pod-section a, .index-layout-2 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-3 .index-item:nth-of-type(1) .pod-section a, .index-layout-3 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-4 .index-item:nth-of-type(1) .pod-section a, .index-layout-4 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-5 .index-item:nth-of-type(1) .pod-section a, .index-layout-5 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(1) .pod-section a,
.pod-holder .row:nth-of-type(2n+1) .col-md-4:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-2:nth-of-type(1) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-2:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-9:nth-of-type(1) .pod-section a:hover,
.index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-9:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-3:nth-of-type(1) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-3:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-10:nth-of-type(1) .pod-section a:hover,
.index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-10:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-4:nth-of-type(1) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-4:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-11:nth-of-type(1) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-11:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-5:nth-of-type(1) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-5:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-12:nth-of-type(1) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-12:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-6:nth-of-type(1) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-6:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-13:nth-of-type(1) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-13:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-2 .index-item:nth-of-type(1) .pod-section a:hover, .index-layout-2
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-3 .index-item:nth-of-type(1) .pod-section a:hover, .index-layout-3
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-4 .index-item:nth-of-type(1) .pod-section a:hover, .index-layout-4
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-5 .index-item:nth-of-type(1) .pod-section a:hover, .index-layout-5
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .col-md-4:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-2:nth-of-type(1) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-2:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-9:nth-of-type(1) .pod-section ul li button,
.index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-9:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-3:nth-of-type(1) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-3:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-10:nth-of-type(1) .pod-section ul li button,
.index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-10:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-4:nth-of-type(1) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-4:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-11:nth-of-type(1) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-11:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-5:nth-of-type(1) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-5:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-12:nth-of-type(1) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-12:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-6:nth-of-type(1) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-6:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-13:nth-of-type(1) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-13:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-2 .index-item:nth-of-type(1) .pod-section ul li button, .index-layout-2
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-3 .index-item:nth-of-type(1) .pod-section ul li button, .index-layout-3
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-4 .index-item:nth-of-type(1) .pod-section ul li button, .index-layout-4
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-5 .index-item:nth-of-type(1) .pod-section ul li button, .index-layout-5
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(1) .pod-section ul li button {
  color: #B21A80; }

.pod-holder .row:nth-of-type(2n+1) .col-md-4:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-2:nth-of-type(2) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-2:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-9:nth-of-type(2) .pod-section a,
.index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-9:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-3:nth-of-type(2) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-3:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-10:nth-of-type(2) .pod-section a,
.index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-10:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-4:nth-of-type(2) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-4:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-11:nth-of-type(2) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-11:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-5:nth-of-type(2) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-5:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-12:nth-of-type(2) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-12:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-6:nth-of-type(2) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-6:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-13:nth-of-type(2) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-13:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-2 .index-item:nth-of-type(2) .pod-section a, .index-layout-2 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-3 .index-item:nth-of-type(2) .pod-section a, .index-layout-3 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-4 .index-item:nth-of-type(2) .pod-section a, .index-layout-4 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-5 .index-item:nth-of-type(2) .pod-section a, .index-layout-5 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(2) .pod-section a,
.pod-holder .row:nth-of-type(2n+1) .col-md-4:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-2:nth-of-type(2) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-2:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-9:nth-of-type(2) .pod-section a:hover,
.index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-9:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-3:nth-of-type(2) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-3:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-10:nth-of-type(2) .pod-section a:hover,
.index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-10:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-4:nth-of-type(2) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-4:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-11:nth-of-type(2) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-11:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-5:nth-of-type(2) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-5:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-12:nth-of-type(2) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-12:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-6:nth-of-type(2) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-6:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-13:nth-of-type(2) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-13:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-2 .index-item:nth-of-type(2) .pod-section a:hover, .index-layout-2
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-3 .index-item:nth-of-type(2) .pod-section a:hover, .index-layout-3
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-4 .index-item:nth-of-type(2) .pod-section a:hover, .index-layout-4
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-5 .index-item:nth-of-type(2) .pod-section a:hover, .index-layout-5
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .col-md-4:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-2:nth-of-type(2) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-2:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-9:nth-of-type(2) .pod-section ul li button,
.index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-9:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-3:nth-of-type(2) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-3:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-10:nth-of-type(2) .pod-section ul li button,
.index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-10:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-4:nth-of-type(2) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-4:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-11:nth-of-type(2) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-11:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-5:nth-of-type(2) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-5:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-12:nth-of-type(2) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-12:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-6:nth-of-type(2) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-6:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-13:nth-of-type(2) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-13:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-2 .index-item:nth-of-type(2) .pod-section ul li button, .index-layout-2
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-3 .index-item:nth-of-type(2) .pod-section ul li button, .index-layout-3
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-4 .index-item:nth-of-type(2) .pod-section ul li button, .index-layout-4
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-5 .index-item:nth-of-type(2) .pod-section ul li button, .index-layout-5
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(2) .pod-section ul li button {
  color: #0096AF; }

.pod-holder .row:nth-of-type(2n+1) .col-md-4:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-2:nth-of-type(3) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-2:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-9:nth-of-type(3) .pod-section a,
.index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-9:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-3:nth-of-type(3) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-3:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-10:nth-of-type(3) .pod-section a,
.index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-10:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-4:nth-of-type(3) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-4:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-11:nth-of-type(3) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-11:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-5:nth-of-type(3) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-5:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-12:nth-of-type(3) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-12:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-6:nth-of-type(3) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-6:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-13:nth-of-type(3) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+1) .index-item-13:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-2 .index-item:nth-of-type(3) .pod-section a, .index-layout-2 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-3 .index-item:nth-of-type(3) .pod-section a, .index-layout-3 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-4 .index-item:nth-of-type(3) .pod-section a, .index-layout-4 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+1) .index-layout-5 .index-item:nth-of-type(3) .pod-section a, .index-layout-5 .pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(3) .pod-section a,
.pod-holder .row:nth-of-type(2n+1) .col-md-4:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-2:nth-of-type(3) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-2:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-9:nth-of-type(3) .pod-section a:hover,
.index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-9:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-3:nth-of-type(3) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-3:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-10:nth-of-type(3) .pod-section a:hover,
.index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-10:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-4:nth-of-type(3) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-4:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-11:nth-of-type(3) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-11:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-5:nth-of-type(3) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-5:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-12:nth-of-type(3) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-12:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-6:nth-of-type(3) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-6:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-13:nth-of-type(3) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-13:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-2 .index-item:nth-of-type(3) .pod-section a:hover, .index-layout-2
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-3 .index-item:nth-of-type(3) .pod-section a:hover, .index-layout-3
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-4 .index-item:nth-of-type(3) .pod-section a:hover, .index-layout-4
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .index-layout-5 .index-item:nth-of-type(3) .pod-section a:hover, .index-layout-5
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+1) .col-md-4:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-2:nth-of-type(3) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-2:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-9:nth-of-type(3) .pod-section ul li button,
.index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-9:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-3:nth-of-type(3) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-3:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1)
.index-layout-1 .index-item-10:nth-of-type(3) .pod-section ul li button,
.index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-10:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-4:nth-of-type(3) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-4:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-11:nth-of-type(3) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-11:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-5:nth-of-type(3) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-5:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-12:nth-of-type(3) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-12:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-6:nth-of-type(3) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-6:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-1 .index-item-13:nth-of-type(3) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+1) .index-item-13:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-2 .index-item:nth-of-type(3) .pod-section ul li button, .index-layout-2
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-3 .index-item:nth-of-type(3) .pod-section ul li button, .index-layout-3
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-4 .index-item:nth-of-type(3) .pod-section ul li button, .index-layout-4
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+1) .index-layout-5 .index-item:nth-of-type(3) .pod-section ul li button, .index-layout-5
.pod-holder .row:nth-of-type(2n+1) .index-item:nth-of-type(3) .pod-section ul li button {
  color: #AB80AD; }

.pod-holder .row:nth-of-type(2n+2) .col-md-4:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-2:nth-of-type(1) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-2:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-9:nth-of-type(1) .pod-section a,
.index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-9:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-3:nth-of-type(1) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-3:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-10:nth-of-type(1) .pod-section a,
.index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-10:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-4:nth-of-type(1) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-4:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-11:nth-of-type(1) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-11:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-5:nth-of-type(1) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-5:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-12:nth-of-type(1) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-12:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-6:nth-of-type(1) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-6:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-13:nth-of-type(1) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-13:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-2 .index-item:nth-of-type(1) .pod-section a, .index-layout-2 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-3 .index-item:nth-of-type(1) .pod-section a, .index-layout-3 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-4 .index-item:nth-of-type(1) .pod-section a, .index-layout-4 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(1) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-5 .index-item:nth-of-type(1) .pod-section a, .index-layout-5 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(1) .pod-section a,
.pod-holder .row:nth-of-type(2n+2) .col-md-4:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-2:nth-of-type(1) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-2:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-9:nth-of-type(1) .pod-section a:hover,
.index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-9:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-3:nth-of-type(1) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-3:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-10:nth-of-type(1) .pod-section a:hover,
.index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-10:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-4:nth-of-type(1) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-4:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-11:nth-of-type(1) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-11:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-5:nth-of-type(1) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-5:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-12:nth-of-type(1) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-12:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-6:nth-of-type(1) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-6:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-13:nth-of-type(1) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-13:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-2 .index-item:nth-of-type(1) .pod-section a:hover, .index-layout-2
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-3 .index-item:nth-of-type(1) .pod-section a:hover, .index-layout-3
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-4 .index-item:nth-of-type(1) .pod-section a:hover, .index-layout-4
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-5 .index-item:nth-of-type(1) .pod-section a:hover, .index-layout-5
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(1) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .col-md-4:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-2:nth-of-type(1) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-2:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-9:nth-of-type(1) .pod-section ul li button,
.index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-9:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-3:nth-of-type(1) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-3:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-10:nth-of-type(1) .pod-section ul li button,
.index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-10:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-4:nth-of-type(1) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-4:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-11:nth-of-type(1) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-11:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-5:nth-of-type(1) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-5:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-12:nth-of-type(1) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-12:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-6:nth-of-type(1) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-6:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-13:nth-of-type(1) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-13:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-2 .index-item:nth-of-type(1) .pod-section ul li button, .index-layout-2
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-3 .index-item:nth-of-type(1) .pod-section ul li button, .index-layout-3
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-4 .index-item:nth-of-type(1) .pod-section ul li button, .index-layout-4
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(1) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-5 .index-item:nth-of-type(1) .pod-section ul li button, .index-layout-5
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(1) .pod-section ul li button {
  color: #EA9B00; }

.pod-holder .row:nth-of-type(2n+2) .col-md-4:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-2:nth-of-type(2) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-2:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-9:nth-of-type(2) .pod-section a,
.index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-9:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-3:nth-of-type(2) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-3:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-10:nth-of-type(2) .pod-section a,
.index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-10:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-4:nth-of-type(2) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-4:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-11:nth-of-type(2) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-11:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-5:nth-of-type(2) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-5:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-12:nth-of-type(2) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-12:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-6:nth-of-type(2) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-6:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-13:nth-of-type(2) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-13:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-2 .index-item:nth-of-type(2) .pod-section a, .index-layout-2 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-3 .index-item:nth-of-type(2) .pod-section a, .index-layout-3 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-4 .index-item:nth-of-type(2) .pod-section a, .index-layout-4 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(2) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-5 .index-item:nth-of-type(2) .pod-section a, .index-layout-5 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(2) .pod-section a,
.pod-holder .row:nth-of-type(2n+2) .col-md-4:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-2:nth-of-type(2) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-2:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-9:nth-of-type(2) .pod-section a:hover,
.index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-9:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-3:nth-of-type(2) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-3:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-10:nth-of-type(2) .pod-section a:hover,
.index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-10:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-4:nth-of-type(2) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-4:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-11:nth-of-type(2) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-11:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-5:nth-of-type(2) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-5:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-12:nth-of-type(2) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-12:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-6:nth-of-type(2) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-6:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-13:nth-of-type(2) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-13:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-2 .index-item:nth-of-type(2) .pod-section a:hover, .index-layout-2
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-3 .index-item:nth-of-type(2) .pod-section a:hover, .index-layout-3
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-4 .index-item:nth-of-type(2) .pod-section a:hover, .index-layout-4
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-5 .index-item:nth-of-type(2) .pod-section a:hover, .index-layout-5
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(2) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .col-md-4:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-2:nth-of-type(2) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-2:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-9:nth-of-type(2) .pod-section ul li button,
.index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-9:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-3:nth-of-type(2) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-3:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-10:nth-of-type(2) .pod-section ul li button,
.index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-10:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-4:nth-of-type(2) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-4:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-11:nth-of-type(2) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-11:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-5:nth-of-type(2) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-5:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-12:nth-of-type(2) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-12:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-6:nth-of-type(2) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-6:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-13:nth-of-type(2) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-13:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-2 .index-item:nth-of-type(2) .pod-section ul li button, .index-layout-2
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-3 .index-item:nth-of-type(2) .pod-section ul li button, .index-layout-3
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-4 .index-item:nth-of-type(2) .pod-section ul li button, .index-layout-4
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(2) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-5 .index-item:nth-of-type(2) .pod-section ul li button, .index-layout-5
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(2) .pod-section ul li button {
  color: #7A9048; }

.pod-holder .row:nth-of-type(2n+2) .col-md-4:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-2:nth-of-type(3) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-2:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-9:nth-of-type(3) .pod-section a,
.index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-9:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-3:nth-of-type(3) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-3:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-10:nth-of-type(3) .pod-section a,
.index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-10:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-4:nth-of-type(3) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-4:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-11:nth-of-type(3) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-11:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-5:nth-of-type(3) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-5:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-12:nth-of-type(3) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-12:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-6:nth-of-type(3) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-6:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-13:nth-of-type(3) .pod-section a, .index-layout-1 .pod-holder .row:nth-of-type(2n+2) .index-item-13:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-2 .index-item:nth-of-type(3) .pod-section a, .index-layout-2 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-3 .index-item:nth-of-type(3) .pod-section a, .index-layout-3 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-4 .index-item:nth-of-type(3) .pod-section a, .index-layout-4 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(3) .pod-section a, .pod-holder .row:nth-of-type(2n+2) .index-layout-5 .index-item:nth-of-type(3) .pod-section a, .index-layout-5 .pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(3) .pod-section a,
.pod-holder .row:nth-of-type(2n+2) .col-md-4:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-2:nth-of-type(3) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-2:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-9:nth-of-type(3) .pod-section a:hover,
.index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-9:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-3:nth-of-type(3) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-3:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-10:nth-of-type(3) .pod-section a:hover,
.index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-10:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-4:nth-of-type(3) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-4:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-11:nth-of-type(3) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-11:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-5:nth-of-type(3) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-5:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-12:nth-of-type(3) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-12:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-6:nth-of-type(3) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-6:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-13:nth-of-type(3) .pod-section a:hover, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-13:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-2 .index-item:nth-of-type(3) .pod-section a:hover, .index-layout-2
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-3 .index-item:nth-of-type(3) .pod-section a:hover, .index-layout-3
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-4 .index-item:nth-of-type(3) .pod-section a:hover, .index-layout-4
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .index-layout-5 .index-item:nth-of-type(3) .pod-section a:hover, .index-layout-5
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(3) .pod-section a:hover,
.pod-holder .row:nth-of-type(2n+2) .col-md-4:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-2:nth-of-type(3) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-2:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-9:nth-of-type(3) .pod-section ul li button,
.index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-9:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-3:nth-of-type(3) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-3:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2)
.index-layout-1 .index-item-10:nth-of-type(3) .pod-section ul li button,
.index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-10:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-4:nth-of-type(3) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-4:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-11:nth-of-type(3) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-11:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-5:nth-of-type(3) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-5:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-12:nth-of-type(3) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-12:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-6:nth-of-type(3) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-6:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-1 .index-item-13:nth-of-type(3) .pod-section ul li button, .index-layout-1
.pod-holder .row:nth-of-type(2n+2) .index-item-13:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-2 .index-item:nth-of-type(3) .pod-section ul li button, .index-layout-2
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-3 .index-item:nth-of-type(3) .pod-section ul li button, .index-layout-3
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-4 .index-item:nth-of-type(3) .pod-section ul li button, .index-layout-4
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(3) .pod-section ul li button,
.pod-holder .row:nth-of-type(2n+2) .index-layout-5 .index-item:nth-of-type(3) .pod-section ul li button, .index-layout-5
.pod-holder .row:nth-of-type(2n+2) .index-item:nth-of-type(3) .pod-section ul li button {
  color: #002D72; }

@media (max-width: 768px) {
  .pod-holder .row {
    margin-bottom: 0px; }
  .pod-section {
    margin-bottom: 10px; } }

.accordion-toggle,
.accordion-toggle2 {
  background-color: #333333;
  color: #ffffff;
  padding: 5px 15px;
  border: none;
  width: auto;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 15px;
  right: 20px;
  margin: 0 0 10px 15px; }

.accordion-toggle:hover,
.accordion-toggle2:hover {
  background-color: #4c5a2d;
  color: #ffffff; }

.faculty-block {
  background: #ffffff;
  padding: 10px;
  display: inline-block;
  margin: 0 0 20px 0;
  width: 100%; }

.faculty-block h4 {
  color: #203665;
  font-size: 25px; }

.faculty-block h4 img {
  margin-right: 10px; }

.faculty-block.faculty-fom {
  border-left: 5px solid #ea9b00; }

.faculty-block.faculty-fphm {
  border-left: 5px solid #006272; }

.faculty-block.faculty-rcpi {
  border-left: 5px solid #b21a80; }

.faculty-block.faculty-fpath {
  border-left: 5px solid #b586b7; }

.faculty-block.faculty-iog {
  border-left: 5px solid #e44260; }

.faculty-block.faculty-fpaed {
  border-left: 5px solid #7a9a48; }

.faculty-block.faculty-fom a {
  color: #ea9b00; }

.faculty-block.faculty-fphm a {
  color: #006272; }

.faculty-block.faculty-rcpi a {
  color: #b21a80; }

.faculty-block.faculty-fpath a {
  color: #b586b7; }

.faculty-block.faculty-iog a {
  color: #e44260; }

.faculty-block.faculty-fpaed a {
  color: #7a9a48; }

.faculty-block h5 {
  border-bottom: 1px solid #99999C;
  padding-bottom: 10px;
  color: #99999c; }

.faculty-block ul {
  padding: 0; }

.rcpi-logged-in {
  text-align: right; }

.login {
  height: auto; }

@media (min-width: 768px) {
  .login {
    height: 77px; } }

.rcpi-logged-in h4 {
  font-size: 18px;
  margin-right: 10px; }

@media (max-width: 468px) {
  .rcpi-logged-in h4 {
    font-size: 10px; } }

.pod-section ul li a {
  display: block; }

.menu-join .search,
.menu-join .glyphicon-search {
  display: none; }

.login-ie8 {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 10px;
  margin-top: 0px;
  color: white;
  display: block; }

.index-item-link:hover {
  color: #ffffff; }

.indepth {
  display: none;
  width: 100%;
  padding-top: 15px;
  clear: both; }

.count-badge {
  background: #333333;
  color: white;
  display: inline-block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  padding: 4px 3px;
  font-size: 10px;
  margin-left: 10px;
  position: absolute; }

#calendar-current dl, #calendar-past dl {
  background: #ffffff;
  padding: 15px 90px 15px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #dddddd;
  border-left: 5px solid #203665;
  min-height: 50px;
  position: relative; }

#calendar-current h4, #calendar-past h4 {
  color: #333333;
  position: relative; }

#calendar-current dl dt span.type, #calendar-past dl dt span.type {
  background: #666666;
  display: inline-block;
  color: #ffffff;
  padding: 3px 5px;
  /* float: left; */
  font-size: 10px;
  margin: -2px 10px 0 10px;
  text-align: center; }

#calendar-current dl dt span.cta a, #calendar-past dl dt span.cta a {
  background: #203665;
  color: #ffffff;
  padding: 5px;
  width: 90px;
  font-size: 12px;
  margin: -2px 10px 0 0;
  text-align: center; }

.pod-section.tpn-news > h4 > span {
  background: #666666;
  display: inline-block;
  color: #ffffff;
  padding: 3px 5px;
  /* float: left; */
  text-transform: uppercase;
  font-size: 10px;
  margin: -2px 10px 0 10px;
  text-align: center; }

#calendar-current dl dd .location a, #calendar-past dl dd .location a {
  color: #203665; }

#calendar-current dl:nth-of-type(6n+1), #calendar-past dl:nth-of-type(6n+1) {
  border-left: 5px solid #B21A80; }

#calendar-current dl:nth-of-type(6n+1) dt span.cta a, #calendar-past dl:nth-of-type(6n+1) dt span.cta a {
  background: #B21A80; }

#calendar-current dl:nth-of-type(6n+1) dd .location a, #calendar-past dl:nth-of-type(6n+1) dd .location a {
  color: #B21A80; }

#calendar-current dl:nth-of-type(6n+2), #calendar-past dl:nth-of-type(6n+2) {
  border-left: 5px solid #0096AF; }

#calendar-current dl:nth-of-type(6n+2) dt span.cta a, #calendar-past dl:nth-of-type(6n+2) dt span.cta a {
  background: #0096AF; }

#calendar-current dl:nth-of-type(6n+2) dd .location a, #calendar-past dl:nth-of-type(6n+2) dd .location a {
  color: #0096AF; }

#calendar-current dl:nth-of-type(6n+3), #calendar-past dl:nth-of-type(6n+3) {
  border-left: 5px solid #ab80ad; }

#calendar-current dl:nth-of-type(6n+3) dt span.cta a, #calendar-past dl:nth-of-type(6n+3) dt span.cta a {
  background: #ab80ad; }

#calendar-current dl:nth-of-type(6n+3) dd .location a, #calendar-past dl:nth-of-type(6n+3) dd .location a {
  color: #ab80ad; }

#calendar-current dl:nth-of-type(6n+4), #calendar-past dl:nth-of-type(6n+4) {
  border-left: 5px solid #ea9b00; }

#calendar-current dl:nth-of-type(6n+4) dt span.cta a, #calendar-past dl:nth-of-type(6n+4) dt span.cta a {
  background: #ea9b00; }

#calendar-current dl:nth-of-type(6n+4) dd .location a, #calendar-past dl:nth-of-type(6n+4) dd .location a {
  color: #ea9b00; }

#calendar-current dl:nth-of-type(6n+5), #calendar-past dl:nth-of-type(6n+5) {
  border-left: 5px solid #7a9048; }

#calendar-current dl:nth-of-type(6n+5) dt span.cta a, #calendar-past dl:nth-of-type(6n+5) dt span.cta a {
  background: #7a9048; }

#calendar-current dl:nth-of-type(6n+5) dd .location a, #calendar-past dl:nth-of-type(6n+5) dd .location a {
  color: #7a9048; }

#calendar-current dl:nth-of-type(6n+6), #calendar-past dl:nth-of-type(6n+6) {
  border-left: 5px solid #002D72; }

#calendar-current dl:nth-of-type(6n+6) dt span.cta a, #calendar-past dl:nth-of-type(6n+6) dt span.cta a {
  background: #002D72; }

#calendar-current dl:nth-of-type(6n+6) dd .location a, #calendar-past dl:nth-of-type(6n+6) dd .location a {
  color: #002D72; }

#calendar-current dl dt a, #calendar-current dl dt a:hover, #calendar-past dl dt a, #calendar-past dl dt a:hover {
  color: #203665; }

#calendar-current dl dt, #calendar-past dl dt {
  font-size: 14px; }

#calendar-current .load-more-block, #calendar-past .load-more-block {
  display: none; }

#calendar-current .current-load-more, #calendar-past .past-load-more {
  text-align: center;
  margin: 5px 0 15px 0; }

#calendar-current .load-more-btn, #calendar-past .load-more-btn {
  background: #DDDDDD;
  border: none;
  color: #666666;
  font-size: 12px;
  padding: 4px 14px;
  text-transform: uppercase; }

#calendar-current .load-more-btn:hover, #calendar-past .load-more-btn:hover {
  background: #FFFFFF; }

.cta {
  margin: 0 15px 0 15px;
  position: absolute;
  right: 10px;
  top: 15px; }

.indepth-toggle {
  position: absolute;
  top: 15px;
  right: 15px; }

.indepth .timeline {
  color: #666666;
  margin-top: 5px; }

.indepth .duration,
.indepth .points,
.indepth .location {
  color: #333333;
  margin-top: 5px;
  display: inline-block; }

.indepth .location a {
  margin-left: 5px; }

.indepth .duration span,
.indepth .points span,
.indepth .location span {
  font-weight: bold;
  margin-right: 5px; }

.indepth .points span,
.indepth .location span {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #999999; }

ul.calendar-links {
  float: right;
  margin-top: -45px;
  padding: 0; }

@media (max-width: 667px) {
  ul.calendar-links {
    margin-top: 0;
    padding: 0;
    float: initial; } }

.calendar-links li {
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #99999c; }

.calendar-links li:first-of-type {
  padding-left: 0; }

.calendar-links li:last-of-type {
  border-right: none; }

.rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

/* Latest from The Physician Network section */
.tpn-news-section {
  padding: 0; }

.pod-section.tpn-news {
  margin-bottom: 20px; }

.pod-holder.tpn-news .col-md-12 {
  padding-left: 0;
  padding-right: 0; }

.pod-holder.tpn-news .col-md-12:last-of-type .pod-section.tpn-news {
  margin-bottom: 0; }

.pod-section.tpn-news ul li a {
  display: initial;
  text-decoration: none; }

.tpn-news .person-name {
  font-weight: bold; }

.pod-holder.tpn-news .col-md-12:nth-of-type(6n+1) .pod-section {
  border-left: 5px solid #B21A80; }

.pod-holder.tpn-news .col-md-12:nth-of-type(6n+2) .pod-section {
  border-left: 5px solid #0096AF; }

.pod-holder.tpn-news .col-md-12:nth-of-type(6n+3) .pod-section {
  border-left: 5px solid #ab80ad; }

.pod-holder.tpn-news .col-md-12:nth-of-type(6n+4) .pod-section {
  border-left: 5px solid #ea9b00; }

.pod-holder.tpn-news .col-md-12:nth-of-type(6n+5) .pod-section {
  border-left: 5px solid #7a9048; }

.pod-holder.tpn-news .col-md-12:nth-of-type(6n+6) .pod-section {
  border-left: 5px solid #002D72; }

.pod-holder.tpn-news .col-md-12:nth-of-type(6n+1) .pod-section ul li a {
  color: #B21A80; }

.pod-holder.tpn-news .col-md-12:nth-of-type(6n+2) .pod-section ul li a {
  color: #0096AF; }

.pod-holder.tpn-news .col-md-12:nth-of-type(6n+3) .pod-section ul li a {
  color: #ab80ad; }

.pod-holder.tpn-news .col-md-12:nth-of-type(6n+4) .pod-section ul li a {
  color: #ea9b00; }

.pod-holder.tpn-news .col-md-12:nth-of-type(6n+5) .pod-section ul li a {
  color: #7a9048; }

.pod-holder.tpn-news .col-md-12:nth-of-type(6n+6) .pod-section ul li a {
  color: #002D72; }

.subscriptions-renewals .pod-holder dl {
  background-color: #ffffff;
  display: block;
  color: #333333;
  position: relative;
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 15px; }

@media (min-width: 600px) {
  .subscriptions-renewals .pod-holder dl {
    padding-right: 210px; } }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+1) {
  border-left: 5px solid #B21A80; }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+2) {
  border-left: 5px solid #0096AF; }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+3) {
  border-left: 5px solid #ab80ad; }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+4) {
  border-left: 5px solid #ea9b00; }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+5) {
  border-left: 5px solid #7a9048; }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+6) {
  border-left: 5px solid #002D72; }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+1) a {
  color: #B21A80;
  text-decoration: underline; }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+2) a {
  color: #0096AF;
  text-decoration: underline; }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+3) a {
  color: #ab80ad;
  text-decoration: underline; }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+4) a {
  color: #ea9b00;
  text-decoration: underline; }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+5) a {
  color: #7a9048;
  text-decoration: underline; }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+6) a {
  color: #002D72;
  text-decoration: underline; }

.subscriptions-renewals .pod-holder .cta {
  font-size: 16px;
  margin: 0 15px 0 15px;
  position: absolute;
  right: 10px;
  top: 21px;
  color: #a4c551; }

.subscriptions-renewals .pod-holder .cta .glyphicon.glyphicon-ok-sign {
  margin: 0 0 0 5px;
  font-size: 20px;
  top: 4px;
  color: #a4c551; }

@media (max-width: 599px) {
  .subscriptions-renewals .pod-holder .cta {
    position: initial;
    margin: 10px 0 10px 0; } }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+1) .cta a {
  background-color: #B21A80; }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+2) .cta a {
  background-color: #0096AF; }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+3) .cta a {
  background-color: #ab80ad; }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+4) .cta a {
  background-color: #ea9b00; }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+5) .cta a {
  background-color: #7a9048; }

.subscriptions-renewals .pod-holder dl:nth-of-type(6n+6) .cta a {
  background-color: #002D72; }

.subscriptions-renewals .pod-holder .cta a {
  text-decoration: none !important;
  color: #ffffff !important;
  border-radius: 0; }

.subscriptions-renewals .pod-holder dl dt {
  color: #203665;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 0px; }

h3.action-required {
  color: #e44260; }

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto; }

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

/* -------------------------------- 

Main components 

-------------------------------- */
.history-section {
  text-align: center;
  position: relative;
  font-size: 20px;
  padding: 10px 0 10px 0;
  background: white;
  border-bottom: 5px solid #f3f3f3;
  border-top: 5px solid #f3f3f3;
  color: #acb7c0 !important; }

#cd-timeline {
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-bottom: 2em; }

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #f3f3f3; }

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 0;
    margin-bottom: 3em; }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px; } }

.cd-timeline-block {
  position: relative;
  margin: 2em 0; }

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-block:first-child {
  margin-top: 0; }

.cd-timeline-block:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0; }
  .cd-timeline-block:first-child {
    margin-top: 0; }
  .cd-timeline-block:last-child {
    margin-bottom: 0; } }

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #f3f3f3, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px; }

.cd-timeline-block:nth-of-type(9n+1) div.cd-timeline-img {
  /* Dark blue */
  background: #002D72; }

.cd-timeline-block:nth-of-type(9n+2) div.cd-timeline-img {
  /* Yellow */
  background: #F2A900; }

.cd-timeline-block:nth-of-type(9n+3) div.cd-timeline-img {
  /* Magenta */
  background: #AF1685; }

.cd-timeline-block:nth-of-type(9n+4) div.cd-timeline-img {
  /* Red */
  background: #DF4661; }

.cd-timeline-block:nth-of-type(9n+5) div.cd-timeline-img {
  /* Teal */
  background: #006272; }

.cd-timeline-block:nth-of-type(9n+6) div.cd-timeline-img {
  /* Lilac */
  background: #B288B9; }

.cd-timeline-block:nth-of-type(9n+7) div.cd-timeline-img {
  /* Green */
  background: #7A9753; }

.cd-timeline-block:nth-of-type(9n+8) div.cd-timeline-img {
  /* Gold */
  background: #887722; }

.cd-timeline-block:nth-of-type(9n+9) div.cd-timeline-img {
  /* Light blue */
  background: #00AEC7; }

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden; }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s; } }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #f3f3f3;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed; }

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-content h2 {
  color: #303e49; }

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem; }

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block; }

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6; }

.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em; }

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb; }

.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7; }

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #f3f3f3; }

.timeline-img-portrait {
  border: 5px solid #ffffff;
  margin: auto;
  display: block;
  width: 100%; }

.timeline-img-landscape {
  border: 5px solid #ffffff;
  margin: auto;
  display: block;
  width: 100%;
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem; }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem; }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem; }
  .history-section {
    text-align: center;
    position: relative;
    font-size: 50px;
    padding: 10px 0 10px 0;
    background: white;
    border-bottom: 10px solid #f3f3f3;
    border-top: 10px solid #f3f3f3; }
  .timeline-img-portrait {
    border: 5px solid #ffffff;
    margin: auto;
    display: block;
    width: auto;
    float: right;
    margin-left: 20px;
    max-width: 200px; } }

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%; }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #f3f3f3; }
  .cd-timeline-content .cd-read-more {
    float: left; }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: -30px;
    font-size: 30px;
    font-size: 3rem; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #f3f3f3; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right; }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right; }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden; }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s; }
  .history-section {
    text-align: center;
    position: relative;
    font-size: 50px;
    padding: 10px 0 10px 0;
    background: white;
    border-bottom: 10px solid #f3f3f3;
    border-top: 10px solid #f3f3f3; } }

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; } }

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    -moz-transform: translateX(0); } }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    -moz-transform: translateX(0); } }

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

.section-links {
  text-align: center;
  margin-top: 20px; }

.section-links a {
  background-color: #12326D;
  padding: 10px 5px 10px 5px;
  width: auto;
  height: 40px;
  color: #ffffff;
  margin: 0 5px 10px 5px;
  width: 108px;
  display: block;
  float: left; }

.section-links a:hover {
  text-decoration: underline;
  background-color: #203665; }

.arrow-up {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #12326D;
  left: 0;
  top: 25px; }

.arrow-down {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #12326D;
  bottom: 25px;
  right: 0; }

.arrow-down:hover {
  border-top: 25px solid #00AEC7; }

.arrow-up:hover {
  border-bottom: 25px solid #00AEC7; }

.history-section:first-of-type .arrow-up {
  display: none !important; }

.history-section:last-of-type .arrow-down {
  display: none !important; }

.timeline-main-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #A18849; }

.timeline-image-holder {
  border: 5px solid #ffffff;
  box-shadow: 1px 1px 8px 2px #CCC; }

.timeline-image-holder.above-text {
  height: 230px; }

.timeline-image-holder.beside-text {
  width: 100%;
  float: initial;
  height: 230px; }

@media (min-width: 769px) {
  .timeline-image-holder.beside-text {
    width: 45%;
    float: right;
    height: 240px; } }

/*

Google site search styles

*/
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 !important;
  width: auto; }

.gsc-results-wrapper-nooverlay,
.gsc-results-wrapper-visible,
.gsc-result-info,
.gs-title,
.gs-visibleUrl-short,
.gs-visibleUrl-long,
.gsc-control-cse,
.gsc-table-result,
.gs-bidi-start-align,
.gs-snippet {
  font-family: 'Lato', sans-serif; }

table.gsc-search-box td {
  vertical-align: top !important; }

.gsc-input-box {
  background: #E7E7E7 !important;
  height: 25px;
  border: none !important; }

.gsc-input-box input {
  background: none !important;
  border: none !important;
  padding-left: 10px !important; }

.gsc-input-box-hover {
  box-shadow: none !important;
  border: none !important; }

.gsc-search-box .gsc-input input.gsc-input {
  background: none repeat scroll 0% 0% transparent !important; }

.menu-join table,
.menu-join tbody,
.menu-join tr,
.menu-join td {
  border: none !important; }

.menu-join .gcs-input-box:focus,
.menu-join td.gsc-search-button input:focus,
.content-search .gcs-input-box:focus,
.content-search td.gsc-search-button input:focus {
  outline: none; }

.menu-join .gsc-input-box table tr td,
.content-search .gsc-input-box table tr td {
  padding: 0;
  text-align: left; }

.menu-join .gsc-input-box-focus,
.content-search .gsc-input-box-focus {
  box-shadow: none; }

.menu-join td.gsc-input,
.content-search td.gsc-input {
  padding: 0;
  padding-right: 0 !important;
  background: none !important; }

.menu-join td.gsc-search-button,
.content-search td.gsc-search-button {
  margin: 0;
  padding: 0;
  width: 25px;
  height: 100%;
  background-color: none; }

.menu-join td.gsc-search-button input,
.content-search td.gsc-search-button input {
  margin: 0;
  padding: 6px;
  height: 25px;
  width: 25px;
  border: none;
  border-radius: 0;
  background-color: #203665; }

/*
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: auto !important;
    height: auto !important;
    border-color: #474747;
    background-color: #474747;
    background-image: none;
    filter: none;
}
*/
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding-left: 0 !important;
  padding-right: 8px; }

.gsc-table-result tr td,
td.gs-promotion-text-cell {
  text-align: left !important; }

td.gsc-table-cell-thumbnail.gsc-thumbnail,
td.gsc-table-cell-snippet-close {
  padding: 0 !important; }

.gs-title {
  text-decoration: none !important;
  color: #002d72 !important; }

.gsc-url-top {
  padding-left: 0 !important; }

.gs-webResult div.gs-visibleUrl-short,
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl-short {
  color: #A18849 !important; }

.gs-webResult .gs-snippet {
  color: #666666 !important;
  margin: 0 0 10px;
  font-size: 10pt; }

.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b,
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b,
.gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link *,
.gs-promotion .gs-snippet a:link {
  color: #002D72 !important; }

.gsc-expansionArea .gsc-webResult.gsc-result, .gsc-webResult.gsc-result {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E9E9E9 !important; }

.gsc-webResult.gsc-result:hover {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E9E9E9 !important; }

.gsc-expansionArea .gsc-webResult:last-of-type {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  border-bottom: 0 !important; }

.gsc-results .gsc-cursor-box {
  margin: 20px 0 20px 0 !important; }

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color: #E9E9E9 !important;
  background-color: #333333 !important;
  color: #FFFFFF !important;
  padding: 8px;
  text-decoration: none !important; }

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: none !important; }

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #FF9900 !important;
  background-color: #EA9B00 !important;
  color: #FFFFFF !important; }

.gsc-webResult.gsc-result.gsc-promotion,
.gsc-webResult.gsc-result.gsc-promotion:hover {
  padding: 10px;
  border: 1px solid #002D83 !important;
  border-top: 5px solid #002D83 !important; }

@media only screen and (max-width: 760px) {
  .gsc-results-wrapper-nooverlay tr {
    border: 0px solid #ccc !important; } }

.app-login-notice {
  padding: 15px;
  background-color: #ea9b00;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 10px;
  position: relative;
  font-weight: 700; }

.app-login-notice p {
  float: left;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 18px;
  width: 70%; }

.app-login-notice .glyphicon {
  color: #ffffff;
  float: right;
  font-size: 20px; }

.app-social {
  padding: 10px 15px;
  background-color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  font-weight: 700; }

.app-social p {
  float: left;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 15px;
  width: 50%; }

.app-social-icon {
  float: right;
  margin-left: 10px; }

.app-faculty-icons ul li a {
  display: block;
  width: 43px;
  height: 100%;
  margin: auto;
  display: none; }

.page-template-tpl-app-hybrid-1-php .body-c {
  margin-bottom: 85px; }

.app-landing-nav-holder {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  background-color: #f3f1f3;
  border-top: 1px solid #787678;
  z-index: 10000; }

.app-landing-nav {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .app-landing-nav li {
    display: inline-block;
    width: 25%;
    height: 50px;
    position: relative; }
    .app-landing-nav li a {
      display: block;
      width: 100%;
      height: 100%; }
  .app-landing-nav li + li {
    margin-left: -4px; }

.app-landing-nav .nav-item-label {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  color: #787678;
  font-size: 11px;
  text-align: center; }

.landing-contact-us .landing-icon,
.landing-store .landing-icon,
.landing-help .landing-icon,
.landing-news .landing-icon,
.landing-website .landing-icon {
  display: block;
  background-image: url(/wp-content/themes/rcpi/images/app/landing-icons.png);
  background-repeat: no-repeat;
  margin: auto;
  margin-top: 1px;
  -ms-transform: scale(0.6);
  /* IE 9 */
  -webkit-transform: scale(0.6);
  /* Safari */
  transform: scale(0.6); }

.landing-contact-us .landing-icon {
  width: 35px;
  height: 35px;
  background-position: 0 0; }

.landing-contact-us:hover .landing-icon {
  background-position: 0 -35px; }

.landing-contact-us:hover .nav-item-label {
  color: #b21a80; }

.landing-store .landing-icon {
  width: 40px;
  height: 35px;
  background-position: -35px 0; }

.landing-store:hover .landing-icon {
  background-position: -35px -35px; }

.landing-store:hover .nav-item-label {
  color: #b21a80; }

.landing-help .landing-icon {
  width: 25px;
  height: 35px;
  background-position: -75px 0; }

.landing-help:hover .landing-icon {
  background-position: -75px -35px; }

.landing-help:hover .nav-item-label {
  color: #b21a80; }

.landing-news .landing-icon {
  width: 51px;
  height: 35px;
  background-position: -100px 0; }

.landing-news:hover .landing-icon {
  background-position: -100px -35px; }

.landing-news:hover .nav-item-label {
  color: #b21a80; }

.landing-website .landing-icon {
  width: 44px;
  height: 35px;
  background-position: -151px 0; }

.landing-website:hover .landing-icon {
  background-position: -151px -35px; }

.landing-website:hover .nav-item-label {
  color: #b21a80; }

.body-c.digital-hub .main-h2 {
  font-size: 32px;
  padding: 15px;
  color: #333333 !important; }

.body-c.main.digital-hub {
  background: none;
  padding: 0;
  position: relative; }

.profile-menu {
  cursor: pointer; }

.digital-hub-action {
  border-top: 5px solid #e44260; }

h3.action-required {
  color: #e44260;
  font-size: 20px; }

.digital-hub-action .digital-hub-action-item h4 {
  font-size: 16px;
  margin-top: 15px;
  color: #e44260;
  border-top: 2px solid #d0d0d0 !important;
  padding-top: 10px !important;
  position: relative; }

.digital-hub-action .digital-hub-action-item:first-of-type h4 {
  border: 0 !important;
  margin-top: 0;
  padding: 0; }

.digital-hub-action-item p:first-of-type {
  margin: 0 0 15px 0; }

.digital-hub-action a {
  color: #e44260;
  border-left: 2px solid;
  padding-left: 5px;
  text-decoration: underline; }

.digital-hub-action p:last-of-type {
  margin-bottom: 5px; }

.digital-hub-action .action-complete {
  display: block;
  float: right;
  font-size: 16px;
  color: #7a9a48; }

.action-complete .glyphicon {
  font-size: 13px; }

.digital-hub-action-item .pay-now {
  float: right;
  position: initial;
  background: #e44260;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  font-size: 12px;
  padding: 5px 10px;
  color: #ffffff;
  margin-left: 10px;
  margin-top: 0px; }

.digital-hub-action .glyphicon-chevron-right {
  margin-right: 0; }

.digital-hub-section,
.digital-hub-action {
  background-color: #ffffff;
  border-bottom: 2px solid #d0d0d0;
  border-right: 2px solid #d0d0d0;
  margin-bottom: 15px;
  padding: 15px; }

.digital-hub-section:last-of-type {
  margin-bottom: 0; }

.digital-hub-section h3 {
  font-size: 20px;
  color: #333333; }

.digital-hub-section h4 {
  color: #7d7d7d;
  font-size: 16px;
  margin-top: 15px; }

.helpful-hints h4 {
  border-top: 2px solid #d0d0d0;
  padding-top: 10px; }

/*
.helpful-hints h4:first-of-type{
	border: 0;
	padding: 0;
}*/
.digital-hub-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.digital-hub-section ul li {
  margin-bottom: 10px; }

.digital-hub-section ul li:last-of-type {
  margin-bottom: 0; }

.digital-hub-section ul li a {
  border-left: 2px solid;
  padding-left: 5px;
  text-decoration: underline; }

.read-more {
  float: right;
  background: #b586b7;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  font-size: 12px;
  padding: 5px 10px;
  color: #ffffff;
  margin-left: 10px;
  margin-top: 5px; }

.digital-hub-side button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: underline;
  border-left: 2px solid;
  padding-left: 5px; }

.digital-hub-side .digital-hub-section:nth-of-type(5n+1) ul li a,
.digital-hub-side .digital-hub-section:nth-of-type(5n+1) button,
.digital-hub-main .digital-hub-section:nth-of-type(5n+5) a {
  color: #ea9b00; }

.digital-hub-side .digital-hub-section:nth-of-type(5n+2) ul li a,
.digital-hub-side .digital-hub-section:nth-of-type(5n+2) button,
.digital-hub-main .digital-hub-section:nth-of-type(5n+4) a {
  color: #006272; }

.digital-hub-side .digital-hub-section:nth-of-type(5n+3) ul li a,
.digital-hub-side .digital-hub-section:nth-of-type(5n+3) button,
.digital-hub-main .digital-hub-section:nth-of-type(5n+3) a {
  color: #b21a80; }

.digital-hub-side .digital-hub-section:nth-of-type(5n+4) ul li a,
.digital-hub-side .digital-hub-section:nth-of-type(5n+4) button,
.digital-hub-main .digital-hub-section:nth-of-type(5n+2) a {
  color: #b586b7; }

.digital-hub-side .digital-hub-section:nth-of-type(5n+5) ul li a,
.digital-hub-side .digital-hub-section:nth-of-type(5n+5) button,
.digital-hub-main .digital-hub-section:nth-of-type(5n+1) a {
  color: #7a9a48; }

.digital-hub-main .digital-hub-section.helpful-hints .read-more {
  float: right;
  background: #b586b7;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  font-size: 12px;
  padding: 5px 10px;
  color: #ffffff;
  margin-left: 10px;
  margin-top: 0px; }

.read-more .glyphicon-chevron-right {
  margin-right: 0; }

.digital-hub-side .digital-hub-section:nth-of-type(5n+1),
.digital-hub-main .digital-hub-section:nth-of-type(5n+5) {
  border-top: 5px solid #ea9b00; }

.digital-hub-side .digital-hub-section:nth-of-type(5n+1) ul li a,
.digital-hub-main .digital-hub-section:nth-of-type(5n+5) h4,
.digital-hub-main .digital-hub-section:nth-of-type(5n+5) h4 a,
.digital-hub-main .digital-hub-section:nth-of-type(5n+5) .notification-description strong {
  color: #ea9b00; }

.digital-hub-side .digital-hub-section:nth-of-type(5n+2),
.digital-hub-main .digital-hub-section:nth-of-type(5n+4) {
  border-top: 5px solid #006272; }

.digital-hub-side .digital-hub-section:nth-of-type(5n+2) ul li a,
.digital-hub-main .digital-hub-section:nth-of-type(5n+4) h4,
.digital-hub-main .digital-hub-section:nth-of-type(5n+4) h4 a,
.digital-hub-main .digital-hub-section:nth-of-type(5n+4) .notification-description strong {
  color: #006272; }

.digital-hub-side .digital-hub-section:nth-of-type(5n+3),
.digital-hub-main .digital-hub-section:nth-of-type(5n+3) {
  border-top: 5px solid #b21a80; }

.digital-hub-side .digital-hub-section:nth-of-type(5n+3) ul li a,
.digital-hub-main .digital-hub-section:nth-of-type(5n+3) h4,
.digital-hub-main .digital-hub-section:nth-of-type(5n+3) h4 a,
.digital-hub-main .digital-hub-section:nth-of-type(5n+3) .notification-description strong {
  color: #b21a80; }

.digital-hub-side .digital-hub-section:nth-of-type(5n+4),
.digital-hub-main .digital-hub-section:nth-of-type(5n+2) {
  border-top: 5px solid #b586b7; }

.digital-hub-side .digital-hub-section:nth-of-type(5n+4) ul li a,
.digital-hub-main .digital-hub-section:nth-of-type(5n+2) h4,
.digital-hub-main .digital-hub-section:nth-of-type(5n+2) h4 a,
.digital-hub-main .digital-hub-section:nth-of-type(5n+2) .notification-description strong {
  color: #b586b7; }

.digital-hub-side .digital-hub-section:nth-of-type(5n+5),
.digital-hub-main .digital-hub-section:nth-of-type(5n+1) {
  border-top: 5px solid #7a9a48; }

.digital-hub-side .digital-hub-section:nth-of-type(5n+5) ul li a,
.digital-hub-main .digital-hub-section:nth-of-type(5n+1) h4,
.digital-hub-main .digital-hub-section:nth-of-type(5n+1) h4 a,
.digital-hub-main .digital-hub-section:nth-of-type(5n+1) .notification-description strong {
  color: #7a9a48; }

.digital-hub-main .digital-hub-section:nth-of-type(5n+1) .read-more {
  background-color: #7a9a48; }

.digital-hub-main .digital-hub-section:nth-of-type(5n+2) .read-more {
  background-color: #b586b7; }

.digital-hub-main .digital-hub-section:nth-of-type(5n+3) .read-more {
  background-color: #b21a80; }

.digital-hub-main .digital-hub-section:nth-of-type(5n+4) .read-more {
  background-color: #006272; }

.digital-hub-main .digital-hub-section:nth-of-type(5n+5) .read-more {
  background-color: #ea9b00; }

.pod-section.news h4 {
  margin-top: 0; }

.digital-hub-section p:last-of-type,
.pod-section.news:last-of-type,
.pod-section.news p:last-of-type {
  margin-bottom: 0; }

@media (max-width: 375px) {
  .body-c.main.digital-hub .main-h2 {
    padding: 15px 15px 0 15px;
    font-size: 22px; }
  .digital-hub-section h3 {
    font-size: 15px;
    color: #333333; } }

@media (max-width: 768px) {
  .body-c.main.digital-hub .main-h2 {
    padding: 15px 15px 0 15px;
    font-size: 26px; }
  .digital-hub-main {
    margin-bottom: 15px; }
  .digital-hub-section h3 {
    font-size: 18px;
    color: #333333; }
  h3.action-required {
    color: #e44260;
    font-size: 18px; }
  .action-complete .glyphicon {
    font-size: 11px; }
  .digital-hub-section h4,
  .digital-hub-action h4 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }
  .digital-hub-section h4:first-of-type,
  .digital-hub-action .digital-hub-action-item:first-of-type h4 {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; }
  .digital-hub-section .pod-section-news h4 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }
  .digital-hub-section .pod-section-news:first-of-type h4 {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; }
  .digital-hub-action-item h4 {
    padding-right: 20px !important; }
  .digital-hub-action .action-complete {
    float: initial;
    margin-top: 5px;
    font-size: 12px; }
  .pay-now {
    background: none !important;
    font-size: 20px !important;
    padding-right: 0 !important;
    color: #e44260 !important;
    position: absolute !important;
    top: 0;
    right: 0; }
  .read-more {
    background: none !important;
    font-size: 20px !important;
    padding-right: 0 !important;
    padding-top: 0 !important; }
  .btn-msg {
    display: none; }
  .digital-hub-main .digital-hub-section:nth-of-type(5n+1) .read-more {
    color: #7a9a48; }
  .digital-hub-main .digital-hub-section:nth-of-type(5n+2) .read-more {
    color: #b586b7; }
  .digital-hub-main .digital-hub-section:nth-of-type(5n+3) .read-more {
    color: #b21a80; }
  .digital-hub-main .digital-hub-section:nth-of-type(5n+4) .read-more {
    color: #006272; }
  .digital-hub-main .digital-hub-section:nth-of-type(5n+5) .read-more {
    color: #ea9b00; }
  .faculties {
    padding: 0 15px; } }

.pod-section-news .news-date {
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px; }

.pod-section-news h4 {
  border-top: 2px solid #d0d0d0;
  padding-top: 10px; }

.pod-section-news:first-of-type h4 {
  border-top: 0; }

p a.read-more {
  color: #ffffff;
  margin-top: 0; }

.push-close {
  cursor: pointer; }

@media screen and (min-width: 768px) {
  .read-more:hover,
  p.read-more:hover {
    color: #ffffff !important; }
  .action-required .glyphicon-exclamation-sign {
    font-size: 20px; }
  .read-more {
    color: #ffffff !important; } }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 400;
  top: 0;
  right: 0;
  background-color: #e5e4e6;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px; }

.mobile-menu {
  padding-top: 0px; }

/*
.user-sidenav ul{
	margin-right: 0;
	padding: 0;
}

ul.nav.navbar-nav.navbar-right.mobile-menu li:first-of-type,
.user-sidenav ul li:first-of-type{
    border-top: 1px solid #c7c5c7;
}
ul.nav.navbar-nav.navbar-right.mobile-menu li,
.user-sidenav ul li{
    margin: 0;
    width: 100%;
    padding: 0;
    text-transform: initial;
    font-size: 14px;
    color: #737173;
    max-width: 250px;
    background-color: #f7f5f7;
    border-bottom: 1px solid #c7c5c7;
}
.user-sidenav ul li{
	padding: 10px 15px;
}
ul.nav.navbar-nav.navbar-right.mobile-menu li a,
.user-sidenav ul li a{
	color: #747375;
} 
ul.nav.navbar-nav.navbar-right.mobile-menu li::after{
	content: '';
}
*/
.sidenav a {
  color: #333333;
  display: block;
  transition: 0.3s; }

.sidenav a:hover, .offcanvas a:focus {
  color: #333333; }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

.sidenav .gsc-input-box {
  background-color: #ffffff !important; }

.sidenav .menu-join {
  margin: 0px 20px 20px 0px; }

.user-sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 400;
  top: 0;
  left: -250;
  background-color: #e5e5e5;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 7px; }

.user-sidenav h5,
.user-sidenav h6 {
  color: #727072;
  padding-left: 15px;
  font-size: 12px; }

.user-sidenav h5.user-name {
  padding-left: 65px;
  margin-top: 15px; }

.user-sidenav h5.user-name {
  font-size: 24px;
  text-transform: initial; }

.user-sidenav h5 {
  margin-top: 20px;
  text-transform: uppercase; }

.user-sidenav h6 {
  text-transform: uppercase; }

.user-sidenav li {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #e5e5e5;
  display: block;
  transition: 0.3s; }

.user-sidenav a {
  color: #333333;
  display: block;
  transition: 0.3s; }

.user-sidenav a:hover, .offcanvas a:focus {
  color: #333333; }

.menu-inner {
  padding-left: 15px;
  display: block;
  width: 250px; }

.menu-inner .profile-pic {
  margin: -2px 0 0 15px;
  width: 30px;
  height: 30px;
  /*margin: -14px 0 0 14px;*/ }

.menu-inner .user-information {
  margin-bottom: 30px; }

.menu-inner .user-badge {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #3f3d3f;
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  margin: 5px 0 0 10px; }

.menu-inner .user-id {
  color: #3f3d3f;
  display: inline-block;
  margin-left: 5px; }

.user-sidenav .menu-inner {
  padding-left: 0; }

.sidenav-fader {
  background-color: rgba(0, 0, 0, 0.45);
  position: fixed;
  z-index: 395;
  top: 0;
  bottom: 0;
  display: none;
  left: 5000;
  transition: 1s;
  right: 0; }

.digital-hub-action .digital-hub-action-item.item-paid h4,
.digital-hub-action .digital-hub-action-item.item-paid a {
  color: #7a9a48 !important; }

.digital-hub iframe {
  display: none; }

.app-screen .digital-hub-main {
  padding-top: 15px; }

.header {
  position: relative; }

.login-bg {
  background-color: #333333;
  box-shadow: 0px 4px 12px 2px #FFFFFF;
  left: 0;
  position: fixed;
  min-height: 60px;
  right: 0;
  top: 0;
  z-index: 300; }

.login {
  position: relative; }

.slate-logo {
  display: initial;
  left: 50px;
  position: absolute;
  top: 13px;
  z-index: 300; }

.rcpi-logged-in h4 {
  font-size: 18px;
  margin-right: 10px;
  margin-top: 26px;
  text-align: right; }

.slate-highlight {
  color: #ea9b00; }

.profile-pic {
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  margin-top: 15px;
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 400;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAIAAAAiOjnJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU4ODE1M0M5RkJGMjExRTU4RkYwRDJEQjFGODBCNUY2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU4ODE1M0NBRkJGMjExRTU4RkYwRDJEQjFGODBCNUY2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTg4MTUzQzdGQkYyMTFFNThGRjBEMkRCMUY4MEI1RjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTg4MTUzQzhGQkYyMTFFNThGRjBEMkRCMUY4MEI1RjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz70j/LVAAAKR0lEQVR42uyde1caSRDF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");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, 0.8); }

.profile-pic.pre-login {
  background-color: #e49b25;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAYAAABRRIOnAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAKwwAACsMBNCkkqwAAABZ0RVh0Q3JlYXRpb24gVGltZQAyMi8xMS8xNr7DK5UAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAMN0lEQVR4nO2de4wV1R2Av5n7WhZ2WRZ2URnXCMxKKkUUHzUW8QG2DZiCjwRNfbThiibah6mx2j/6slqrrY9alQ41KTRAqlVrlb+shpoUNVgM0apcwIJDVari7vLYe/feOf3j3G2Y1WUf95w7c++eLyEh+/idc398nDkzc87vWEIIDIZ+7Kg7YIgXRghDCCOEIYQRwhDCCGEIYYQwhDBCGEIYIQwhjBCGEEYIQwgjhCGEEcIQwghhCGGEMIQwQhhCGCEMIYwQhhBGCEOIpMpglmWpDKcE33NTwEnAdOBUYA5wIjANaB/k1/YBe4F3gW3AVmAX8I6TzfXp7vNw0bH80VIZNA5ClAWYCcwHzgY6kQIcA4y2gwL4ACnIdmAz8BKwI0pBjBCDUJbgTOAyYAFyJKgGW4FNwBPAq9WWwwgxAN9zO4ArkCKcXtXGP8sWpBjrnWxuTzUaNEKU8T13HrACuAoYX5VGh89BYC2w2snmXtPZ0JgXwvfcWcBtyFEhpbWxyukD1gN3Odnc2zoaGLNC+J47CbgVuJH4jQhDcRB4CLjbyeb2qww8JoXwPfdy4B7gBOXBq8tu4BYnm3tcVcAxJYTvuROAB4BvKQsaDx4DvuNkcwcqDTRmhPA993zgUeQzhHpkO3C9k829WEkQHULE7tG177nXARupXxlAfraN5c8aK2IlhO+5vwZWAQ1R96UKNACryp85NsTikuF7bgJYA1yprDO1xTrgaiebK43kl+ryklGePD7J2JUB5Gd/spyLSIl0hNizaoZl2/ZfgcXKOlHbPBcEwcUdK3cO6x+l7kYI27bXYWQ4ksXlnERGZEL4nnsfsDyq9mPM8nJuIiGSS0b5dmuVsobrk5VONve7o/1AXTyY8j13PvA8kFbWcH1SABY62dxLg/1AzQvhe24T8DpyOZthaHYBc51srufzvlkPk8qHMDKMhOnInFWNqo0QvucuBZ5S1ljFCERQgqAEogiWDVYSy07Iv8eLZU429/TAL9bsJcP33Gbk6uXIX2GLoIgoHgYEiUwzdkMr9rg2RPEQweH/UurdjygWsBIZrGSG0a/LVcpuYI6TzXUf+UUdQihdhn8UbidqGYQgKHSTyDSRmfE1Go4/j3T7KSTGH4s9rh2CPKWe9yj2vMfh3S+S9zdR+OhtrGQDViITadeRubsd+IHuhrSPEL7nTgfeJLIXVhaiVICgj8aZS2iau5JU29CLskXhUw6+8yd6Xvco9vjY6aYq9PWo9AKznWxuZ/8XanVS+ROilKF4GCth0zL/p7QuenRYMgBY6RYmfPE62i7eQMNxZxHku4f+Jb00AD/W3YjWEcL33DnAa1Tv0nRkbxClXuxEmskXPUymY9GoI4lCN5+8cBOHdmzEbmhF7tuJhCIwz8nmtkFtjhA3EIkMgCghSn20nHtnRTIAWOlmWi+4n/TUUwkKPUQ40Uwic6oNbUL4nnsccLWu+EfHIsh/StOca2jsvFxNxPQkJl/4IHZ6AiIoKIk5Sq4u51YLOkeIq4BGjfEHRZTyJJsdmk/7ttK4ydZZTJj9DUTfQaVxR0gjMrda0CKE77lJInyTKYq9jO+8FLvxWOWxJ5x8DYnGKYigqDz2CFhezrFydI0QZwFzNcUeAoGdzNBwwoVaoieajifddgqidFhL/GEyF5lj5egS4jJNcYdElPpITOwgNWmWphZsMseeHuGNxv/RkmPlQpSHsoWq4w4bUcJOTcBK6Zu+JFs6sayEtvjDZOHe1Z3KLxs6RoiZwMka4g4PEWA3tEBC37MwOzVeyzOAEXIyMtdK0SHEuUR4oy5EgJXSvx/Yiv6aYSFzrRQdQpytIebIiP5/b7VQnmulQviemwF0zeYMn2XW3tWdSl/Fqh4hpgMdimMaBqcDxSvQVAvhIqu9GarDMcicK0O1EKdpiGkYHBuZc6UBVTJbcTzD0CjNuY45hKG6xHoOMU1xvBFjWXZ5zYK+W0+BTYyujEpzrvpTDVY7unrYCYLejxF9h7Q1UereCQTa4o8QpTmPjeaqsOw0xa49FLt3aWsj//7LiOifVGqh7oTAsgny3eTf26QlfHD4Qwofbo3D0nwt1J8QAHaKQzufBQ1L3Xp3v0Bf1x6sRH3uVa5LIezkOPL7ttG753m1gUWRA//6I5ZdnzJAnQqBZWFh0/XqvYiiuvWPB7atJv/+FqzUOGUx44ZqIfYpjjdqrFQjhY/e4uON11D4cEtFsYJCNz1bH6TrlbuwU+OJyX7PfpTmXLUQexXHqwg73cShf/+Nrpd/VlGcvn2v8ek/7gBhgR27IvxKc65aCH33eqPESjViJytcTmclsdPNYCeIw2LKASjNuWoh3lAcTwkVL5kXgfwTT5TmXLUQ/yRGj/AQAaJwoOKd21ZyHIgiothLzOYPATLnylAtRA55el3kiL6DiFKe5tNuoGX+nRXFSk+dR+uih0m2nEjQ+wmIEjER4wNkzpWhehn3LmAPoG3v4dGxEEEfotBDeupcJn7pNhqOv0BB2ATjpi8hM+0cerb8ip431iJKh7HTkVci3kOc5xBONpcHtJwvNTSyQoxl2Uw86/u0L3tajQxHYGcmMfGcO2hbspbM1LkEvfsRQaTnur49bcX2vMqAOh5MbdYQ86iIUp4g30WD82Xalj5O8xm3YiX1LcXPTDuXtq8/QcvZt2HZSYJCNxHdfSjPtQ4h/k61siMCgnwXdrqJSfN/TtuSdaSHWSGmUqxkI03zbqZ92VOM67iAIN+FKCn9zzoUAplrpegQYgeyppRWRLEX0XeQxpkX077sSSbMyUby0Cg1eTZTFq+ldcEvSTRMIsh3VesW9U1krpWiXAgnmysiSxfroTwqJJum0brwN0z+ymqSLRGfxmQlGD/7WtqX/pnxnUsRxcPVuEV9ftqK7cprEuh6ufWEjqBB3yFEUGDC7KtoX/YUjZ2RbTL/XBITZ9C6aBWTL/otyebjCfKflkcLLWJoybEuIV5B1rRWgAWiRNC7n3SrS9tXf8+kBfdiN8Z3+8e4GUtpv/QvNM35JgQFRN8BFEvxOjLHytEiRPmysUFJMFECO8nEM75L+6XPkjmhsgJi1cLOTKFl/i+YsngNqSmzZK1MdWwo51g5OtdDrAUqXukqiodITf4CzWf9UOutpC4yznm0LrgLywpkbe3KOYTMrRa0CeFkc/9BnrRXOTW+m1sgC6orumisKedWC7pXTD2CLLY5thFKRgaQuXxEVbDPQ6sQ5YqrauYSBpBzh206G6jGmsofIQt3jxIB0ddzqghF9a56qUKta+1lh51sbpfvuQ8At44qgJVEFLrJv785houVhoFlUfzkLcCCUZ58XOaBIyvh66IGDlCRzyHkW8WaNAKwKt3HUbUDVGrniKX4LmEbAoEcHSq6OtfXEUv9+J77ByIriF6zrHGyuWs+7xu1eDzCQG4khiuzY8wuZM6qRlWFKJ8/eS3ykFLD0SkA1w52Zqcuqr6Vr3xS7U3VbrcGuelop/rqIpK9neUzre+Pou0a4f6hzv3WRSSHwffje+56IjxXI6ZscLK5K4bzg/UwqQwRBMGVwHNR9iFmPFfOSWREKkTHyp0COUI8E2U/YsIzwPJyTiIj8voQTjZ3ALgEWBd1XyJkHXBJOReREukcYiC+5/4a+J6a3tQM9znZ3M2j+cW6m0MMpJyYlVT0drRm6AVWjlYGXcRqhOjH99zzgUeBiNfXa2M7cL2Tzb1YSZC6HyH6KSdqHvBY1H3RwGPI45orkkEXsRwhjsT33MuBexjVq/NYsRu4xcnmHlcVsObfdo4W33MnIRfY3AjU2tLrg8BDwN1ONrdfZeAxK0Q/vufOAm4DrgBiV/1rAH3AeuAuJ5vTUiJhzAvRj++584AVyDOw4zZiHETum1jtZHOv6WzICDEA33M7kKPFZcDpVW38s2xB7rdc72Rze6rRoBFiEHzPTQFnIsVYAFSnSARsBTYhRXjVyeaqWk7GCDEMynLMBOYjz7XsBE5EHlg22g4KZIGvd5HPEDYDLwE7qi1BqFNGiJFTFuQk5FFEpwJzkIJMY/DDR/YhK8S+i1wtvhW5nO2dKAUYSOyFMNQ+sXxSaYgOI4QhhBHCEMIIYQhhhDCEMEIYQhghDCGMEIYQRghDCCOEIYQRwhDCCGEIYYQwhDBCGEIYIQwhjBCGEEYIQwgjhCHE/wCCShMBU6ge4AAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: cover; }

.navbar {
  background-color: #ffffff;
  margin-bottom: 0;
  margin-top: 60px;
  min-height: 100px; }

.logo {
  background-color: #ffffff;
  padding: 10px;
  position: relative;
  width: 95px;
  z-index: 1000; }

.nav-logo {
  display: block;
  height: 75px;
  margin: 0 20px 0 0;
  width: 75px; }

.body-c.main.digital-hub {
  background: none;
  padding: 0;
  position: relative; }

.navbar-toggle {
  z-index: 99999;
  zoom: 1.0;
  border: none;
  margin-top: 15px;
  margin-right: 0;
  padding: 6px 5px; }

.navbar-toggle:hover {
  background: none; }

.icon-bar {
  background-color: #ffffff; }

.menu-open {
  background-color: #666666; }

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

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

@media (max-width: 768px) {
  .login-bg {
    max-height: 60px; }
  .footer {
    margin-top: 15px; }
  .footer ul li {
    list-style-type: none;
    margin-bottom: 18px; }
  .footer a {
    color: #ffffff;
    text-decoration: underline;
    /* font-weight: bold; */ }
  .container.header, .header.index-layout-1, .index-layout-1 .index-item-1 .header.index-item-container, .index-layout-1 .index-item-8 .header.index-item-container, .header.index-layout-2, .header.index-layout-3, .index-layout-3 .index-item-1 .header.index-item-container, .header.index-layout-4, .index-layout-4 .index-item .header.index-item-container, .header.index-layout-5, .index-layout-5 .index-item .header.index-item-container {
    margin-right: -15px;
    margin-left: -15px; }
  .slate-logo {
    display: initial !important;
    left: calc(50% - 16px);
    position: absolute;
    top: 8px;
    z-index: 399; }
  .slate-logo img {
    width: 32px;
    height: 38px;
    margin-top: 5px; }
  .rcpi-logged-in {
    text-align: left; }
  .profile-pic {
    float: left; }
  .footer {
    padding: 10px 10px 0 10px; }
  .footer ul {
    margin: 0;
    padding: 0 0 10px 15px;
    color: #ffffff; }
  .footer ul li {
    list-style-type: none; } }

@media screen and (min-width: 768px) {
  .login-bg {
    height: 75px; }
  .slate-logo {
    display: none;
    left: 50px;
    position: absolute;
    top: 15px;
    z-index: 399; }
  .navbar {
    border: none;
    border-radius: 0;
    height: 125px;
    margin: 0; }
  .profile-pic {
    background-color: #e49b25;
    border-radius: 50%;
    cursor: pointer;
    float: right;
    margin-top: 20px;
    height: 35px;
    width: 35px; }
  .logo {
    height: 105px;
    margin-top: 10px;
    width: 105px; }
  .nav-logo {
    display: block;
    height: 85px;
    width: 85px; }
  .body-c {
    margin-bottom: 30px;
    margin-top: 30px; } }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 400;
  top: 0;
  right: 0;
  background-color: #e5e4e6;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px; }

.mobile-menu {
  padding-top: 0px; }

.user-sidenav ul {
  margin-right: 0;
  padding: 0; }

ul.nav.navbar-nav.navbar-right.mobile-menu li:first-of-type,
.user-sidenav ul li:first-of-type {
  border-top: 1px solid #c7c5c7; }

ul.nav.navbar-nav.navbar-right.mobile-menu li,
.user-sidenav ul li {
  margin: 0;
  width: 100%;
  padding: 0;
  text-transform: initial;
  font-size: 14px;
  color: #737173;
  max-width: 250px;
  background-color: #f7f5f7;
  border-bottom: 1px solid #c7c5c7; }

.user-sidenav ul li button {
  margin: 0;
  border: none;
  text-align: left;
  width: 100%;
  padding: 0;
  text-transform: initial;
  font-size: 14px;
  color: #737173;
  max-width: 250px;
  background-color: #f7f5f7; }

.user-sidenav ul li {
  padding: 10px 35px 10px 15px;
  position: relative; }

ul.nav.navbar-nav.navbar-right.mobile-menu li a,
.user-sidenav ul li a {
  color: #747375; }

.user-sidenav ul li a span,
.user-sidenav ul li span.glyphicon {
  position: absolute;
  top: calc(50% - 7px);
  right: 5px; }

ul.nav.navbar-nav.navbar-right.mobile-menu li::after {
  content: ''; }

.sidenav a {
  color: #333333;
  display: block;
  transition: 0.3s; }

.sidenav a:hover, .offcanvas a:focus {
  color: #333333; }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

.sidenav .gsc-input-box {
  background-color: #ffffff !important; }

.sidenav .menu-join {
  margin: 0px 20px 20px 0px; }

.user-sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1000;
  top: -5000px;
  background-color: #e5e5e5;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 7px; }

.user-sidenav h5,
.user-sidenav h6 {
  color: #727072;
  padding-left: 15px;
  font-size: 12px; }

.user-sidenav h5.user-name {
  padding-left: 75px;
  margin-top: 15px;
  text-transform: initial; }

.user-sidenav h5.user-name span {
  display: block;
  font-size: 20px;
  line-height: 1.2; }

.user-sidenav h5 {
  margin-top: 20px;
  text-transform: uppercase; }

.user-sidenav h6 {
  text-transform: uppercase; }

.user-sidenav li {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #e5e5e5;
  display: block;
  transition: 0.3s; }

.user-sidenav a {
  color: #333333;
  display: block;
  transition: 0.3s; }

.user-sidenav a:hover, .offcanvas a:focus {
  color: #333333; }

.menu-inner {
  padding-left: 15px;
  display: block;
  width: 250px; }

.menu-inner .profile-pic {
  margin: -2px 0 0 15px;
  width: 50px;
  height: 50px;
  float: left;
  /*margin: -14px 0 0 14px;*/ }

.menu-inner .user-information {
  margin-bottom: 30px; }

.menu-inner .user-badge {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #3f3d3f;
  display: inline-block;
  padding: 2px 8px;
  font-size: 14px;
  margin: 5px 0 0 10px; }

.menu-inner .user-id {
  color: #3f3d3f;
  display: block;
  margin: 5px 0 0 10px; }

.user-sidenav .menu-inner {
  padding-left: 0; }

.sidenav-fader {
  background-color: rgba(0, 0, 0, 0.45);
  position: fixed;
  z-index: 395;
  top: 0;
  bottom: 0;
  display: none;
  left: 5000;
  transition: 1s;
  right: 0; }

h4.login-prompt {
  padding: 0 10px 10px 75px;
  line-height: 1.3; }

h4.login-prompt span {
  display: block; }

#authentication-username-m,
#authentication-password-m {
  margin-bottom: 15px; }

#authentication-memory-m {
  margin-right: 5px; }

.menu-inner a .form-text {
  font-size: 14px;
  text-decoration: underline;
  color: #e49b25; }

.menu-inner #authentication-login-m {
  width: 100%; }

.menu-inner .btn .login-text {
  display: initial !important; }

img.footer-icon {
  margin-right: 10px;
  width: 25px;
  margin-top: -5px; }

.app-banner-holder {
  position: fixed;
  z-index: 9999;
  background: #ffffff;
  border-bottom: 1px solid #b21a80;
  color: #333333;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 5px; }

.app-banner {
  height: 90px;
  overflow: hidden;
  position: relative; }

.app-banner-close {
  background: #333333;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  left: 0px;
  padding: 3px;
  position: absolute;
  top: 5px;
  z-index: 9999999; }

.app-banner-icon,
.app-banner-details,
.app-banner-button {
  display: inline-block;
  height: 90px;
  margin-right: -3px;
  overflow: hidden;
  vertical-align: top; }

.app-banner-icon {
  position: relative;
  text-align: center;
  width: 25%; }

.app-banner-details {
  padding-right: 15px;
  width: 60%; }

.app-banner-button {
  text-align: center;
  width: 15%; }

.app-banner-icon a {
  display: block;
  height: 70px;
  margin: auto;
  position: relative;
  width: 70px; }

.app-banner-icon a img {
  border-radius: 10px;
  height: 70px;
  margin-top: 10px;
  width: 70px; }

.app-banner-details h5 {
  margin-bottom: 5px; }

.app-banner-details strong {
  color: #333333; }

.app-banner-details p {
  font-size: 12px;
  margin: 0; }

.app-banner-button a {
  background: #b21a80;
  display: block;
  margin-right: 10px;
  margin-top: 30px;
  padding: 5px; }

@media (max-width: 320px) {
  .app-banner-details {
    padding: 0 5px 0 5px; }
  .app-banner-close {
    left: 0; }
  .app-banner-button a {
    margin-right: 0px; } }

body.app-banner-visible {
  padding-top: 150px !important; }
  body.app-banner-visible .login-bg {
    top: 90px !important; }
  body.app-banner-visible .sidenav {
    padding-top: 150px !important; }
  body.app-banner-visible .user-sidenav {
    padding-top: 90px !important; }

/*
.login-bg{
	top:90px;
}*/
#action_manager {
  display: none; }

.search-form {
  background-color: #e7e7e7;
  height: 25px;
  padding: 0;
  position: relative;
  width: 200px; }

.sidenav .search-form {
  background-color: #f7f7f7;
  margin-bottom: 15px;
  width: 220px; }

.navbar-default .search-form {
  position: absolute;
  right: -10px; }

.screen-reader-text {
  display: none; }

.search-form-input {
  background: none;
  border: none;
  color: #999999;
  font-size: 16px;
  margin: 2px 0 0 5px;
  outline: none;
  padding: 0;
  width: calc(100% - 35px); }

.searchsubmit {
  background-color: #203665;
  border: none;
  bottom: 0;
  color: #ffffff;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px; }

.searchsubmit span {
  font-size: 12px;
  margin-left: -1px;
  padding-top: 0px; }

@media (max-width: 1000px) {
  .navbar-default .search-form {
    right: 20px; } }

.search-results .container.breadcrumbs, .search-results .breadcrumbs.index-layout-1, .search-results .index-layout-1 .index-item-1 .breadcrumbs.index-item-container, .index-layout-1 .index-item-1 .search-results .breadcrumbs.index-item-container, .search-results .index-layout-1 .index-item-8 .breadcrumbs.index-item-container, .index-layout-1 .index-item-8 .search-results .breadcrumbs.index-item-container, .search-results .breadcrumbs.index-layout-2, .search-results .breadcrumbs.index-layout-3, .search-results .index-layout-3 .index-item-1 .breadcrumbs.index-item-container, .index-layout-3 .index-item-1 .search-results .breadcrumbs.index-item-container, .search-results .breadcrumbs.index-layout-4, .search-results .index-layout-4 .index-item .breadcrumbs.index-item-container, .index-layout-4 .index-item .search-results .breadcrumbs.index-item-container, .search-results .breadcrumbs.index-layout-5, .search-results .index-layout-5 .index-item .breadcrumbs.index-item-container, .index-layout-5 .index-item .search-results .breadcrumbs.index-item-container {
  display: none; }

h3.search-results-count {
  margin-top: -20px;
  padding: 0 30px; }

.search-result-holder h2 {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0; }

.search-result-holder h2 a {
  color: #002d72;
  font-weight: bold; }

.search-result-holder h3 {
  color: #a18849;
  font-size: 13px; }

.search-result-holder a img {
  float: left;
  margin-right: 15px;
  max-width: 70px;
  width: 70px; }

.promoted-search-result-holder {
  border: 1px solid #eb9b00;
  border-left: 5px solid #eb9b00;
  padding: 10px;
  min-height: 145px; }

.promoted-search-result-holder h2 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0; }

.promoted-search-result-holder h2 a {
  color: #002d72;
  font-weight: bold; }

.promoted-search-result-holder h3 {
  color: #a18849;
  font-size: 13px; }

.promoted-search-result-holder a img {
  float: left;
  margin-right: 15px;
  max-width: 120px;
  width: 120px; }

.search-result-holder hr {
  margin-bottom: 10px !important; }

.search-navigation ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.controls a {
  background-color: #333333;
  color: #ffffff;
  display: inline-block;
  height: 35px;
  padding-top: 10px;
  text-align: center;
  width: 35px;
  margin-right: 15px;
  margin-bottom: 10px; }

.controls a.active {
  background-color: #ff9900; }

.search-navigation ul li a {
  display: block;
  height: 35px;
  padding-top: 10px;
  text-align: center;
  width: 35px; }

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  cursor: pointer; }

.active-link {
  opacity: 0.5 !important; }
