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

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  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] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

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

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

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

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

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

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

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

.glyphicon-eur:before, .glyphicon-euro: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";
}

* {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd, dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type=checkbox], input[type=radio] {
  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=checkbox]:focus, input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

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

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

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

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

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

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  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-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select[multiple].input-sm, textarea.input-sm {
  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 select[multiple].form-control, .form-group-sm textarea.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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

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 > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

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

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

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  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 > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

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

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

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  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 > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

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

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

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

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

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

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

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

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

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-group-xs > .btn, .btn-xs {
  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=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

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

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

.dropdown, .dropup {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn: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: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

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

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  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-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

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

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

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-justified {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    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-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    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-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-nav {
  margin: 7.5px -15px;
}

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

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

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

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

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

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

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

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

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

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

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

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

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

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

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

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  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:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

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

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

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

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  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:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus, .navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

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

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  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:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

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

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

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

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  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:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus, .navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

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

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

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

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

.pagination > li {
  display: inline;
}

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

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

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

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

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

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

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

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

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

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

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

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

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

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

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

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

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

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

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

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

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

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

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

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

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
  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-bar.active, .progress.active .progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

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

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

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

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

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

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

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

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

.media {
  margin-top: 15px;
}

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

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

.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-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item, 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:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

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

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

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

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

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .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:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  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:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  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:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  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:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  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;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

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

.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, .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: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:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.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, .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: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:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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, .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 {
  border-bottom-left-radius: 3px;
}

.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, .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 {
  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 td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

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

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

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .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, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > 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 {
  margin-bottom: 0;
  border: 0;
}

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

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

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

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

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

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

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

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

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

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

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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;
  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: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

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

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

.modal-open {
  overflow: hidden;
}

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

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

.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

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

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

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

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

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

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

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

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

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

.carousel-caption .btn {
  text-shadow: none;
}

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

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-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;
  }
  td.visible-xs, th.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;
  }
  td.visible-sm, th.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;
  }
  td.visible-md, th.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;
  }
  td.visible-lg, th.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;
  }
  td.visible-print, th.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;
  }
}

/*!
 * Cube Portfolio - Responsive jQuery Grid Plugin
 *
 * version: 4.3.0 (9 August, 2017)
 * require: jQuery v1.8+
 *
 * Copyright 2013-2017, Mihai Buricea (http://scriptpie.com/cubeportfolio/live-preview/)
 * Licensed under CodeCanyon License (http://codecanyon.net/licenses)
 *
 */
.cbp-l-filters-alignCenter .cbp-filter-counter:after, .cbp-l-filters-alignRight .cbp-filter-counter:after, .cbp-l-filters-button .cbp-filter-counter:after, .cbp-l-filters-buttonCenter .cbp-filter-counter:after, .cbp-l-filters-text .cbp-filter-counter:after, .cbp, .cbp *, .cbp *:after, .cbp:after, .cbp-l-filters-dropdownHeader:after, .cbp-popup-wrap, .cbp-popup-wrap *, .cbp-popup-wrap:before, .cbp-popup-loadingBox:after, .cbp-l-direction:after {
  box-sizing: border-box;
}

.cbp-l-grid-agency-title, .cbp-l-grid-agency-desc, .cbp-l-grid-work-title, .cbp-l-grid-work-desc, .cbp-l-grid-blog-title, .cbp-l-grid-projects-title, .cbp-l-grid-projects-desc, .cbp-l-grid-masonry-projects-title, .cbp-l-grid-masonry-projects-desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-work, .cbp-l-filters-work *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-underline, .cbp-l-filters-underline *, .cbp-l-loadMore-bgbutton, .cbp-l-loadMore-bgbutton *, .cbp-l-loadMore-button, .cbp-l-loadMore-button *, .cbp-l-loadMore-text, .cbp-l-loadMore-text *, .cbp-search, .cbp-search *, .cbp-l-dropdown, .cbp-l-dropdown * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.cbp:after, .cbp-lazyload:after, .cbp-popup-loadingBox:after, .cbp-popup-singlePageInline:after {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: cbp-rotation .8s infinite linear;
  border-left: 3px solid rgba(114, 144, 182, 0.15);
  border-right: 3px solid rgba(114, 144, 182, 0.15);
  border-bottom: 3px solid rgba(114, 144, 182, 0.15);
  border-top: 3px solid rgba(114, 144, 182, 0.8);
  border-radius: 100%;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter, .cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
  opacity: 1;
  -ms-transform: translateY(-44px);
      transform: translateY(-44px);
}

.cbp-l-filters-alignCenter .cbp-filter-counter, .cbp-l-filters-alignRight .cbp-filter-counter, .cbp-l-filters-button .cbp-filter-counter, .cbp-l-filters-buttonCenter .cbp-filter-counter, .cbp-l-filters-text .cbp-filter-counter {
  font: 400 11px/18px "Open Sans", sans-serif;
  border-radius: 3px;
  color: #FFFFFF;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  width: 34px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: transform .25s, opacity .25s;
}

.cbp-l-filters-alignCenter .cbp-filter-counter:after, .cbp-l-filters-alignRight .cbp-filter-counter:after, .cbp-l-filters-button .cbp-filter-counter:after, .cbp-l-filters-buttonCenter .cbp-filter-counter:after, .cbp-l-filters-text .cbp-filter-counter:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.cbp-item {
  display: inline-block;
  margin: 0 10px 20px 0;
}

.cbp {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  height: 400px;
}

.cbp > * {
  visibility: hidden;
}

.cbp .cbp-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.cbp img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}

.cbp a, .cbp a:hover, .cbp a:active {
  text-decoration: none;
  outline: 0;
}

.cbp-lazyload {
  position: relative;
  background: #fff;
  display: block;
}

.cbp-lazyload img {
  opacity: 1;
}

.cbp-lazyload img[data-cbp-src] {
  opacity: 0;
}

.cbp-lazyload img:not([data-cbp-src]) {
  transition: opacity .7s ease-in-out;
}

.cbp-lazyload:after {
  z-index: 0;
}

.cbp-wrapper-outer {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.cbp-wrapper-outer, .cbp-wrapper, .cbp-wrapper-helper {
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cbp-wrapper, .cbp-wrapper-helper {
  margin: 0;
}

.cbp-ready > * {
  visibility: visible;
}

.cbp-ready:after {
  display: none;
  visibility: hidden;
}

.cbp-ready .cbp-item {
  position: absolute;
  top: 0;
  left: 0;
}

.cbp-ready .cbp-wrapper, .cbp-ready .cbp-wrapper-helper {
  position: absolute;
  top: 0;
  left: 0;
}

.cbp-item-off {
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
}

.cbp-item-on2off {
  z-index: 0;
}

.cbp-item-off2on {
  z-index: 1;
}

.cbp-item-on2on {
  z-index: 2;
}

.cbp-item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.cbp-l-project-related-wrap img, .cbp-l-inline img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.cbp-updateItems {
  transition: height .5s ease-in-out !important;
  will-change: height;
}

.cbp-updateItems .cbp-item {
  transition: top .5s ease-in-out, left .5s ease-in-out;
}

.cbp-updateItems .cbp-item-loading {
  animation: fadeIn .5s ease-in-out;
  transition: none;
}

.cbp-removeItem {
  animation: fadeOut .5s ease-in-out;
}

.cbp-panel {
  width: 94%;
  max-width: 1170px;
  margin: 0 auto;
}

.cbp-misc-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
  text-align: center;
}

.cbp-misc-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes cbp-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.cbp-l-filters-left {
  float: left;
}

.cbp-l-filters-right {
  float: right;
}

.cbp-l-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-left, .cbp-l-filters-right {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .cbp-l-center {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.cbp-caption, .cbp-caption-defaultWrap, .cbp-caption-activeWrap {
  display: block;
}

.cbp-caption-activeWrap {
  background-color: #282727;
}

.cbp-caption-active .cbp-caption, .cbp-caption-active .cbp-caption-defaultWrap, .cbp-caption-active .cbp-caption-activeWrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cbp-caption-active .cbp-caption-defaultWrap {
  top: 0;
}

.cbp-caption-active .cbp-caption-activeWrap {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
}

.cbp-l-caption-title {
  color: #fff;
  font: 400 16px/21px "Open Sans", sans-serif;
}

.cbp-l-caption-desc {
  color: #aaa;
  font: 400 12px/16px "Open Sans", sans-serif;
}

.cbp-l-caption-text {
  font: 400 14px/21px "Open Sans", sans-serif;
  color: #fff;
  letter-spacing: 3px;
  padding: 0 6px;
}

.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
  background-color: #547EB1;
  color: #FFFFFF;
  display: inline-block;
  font: 400 12px/30px "Open Sans", sans-serif;
  min-width: 90px;
  text-align: center;
  margin: 4px;
  padding: 0 6px;
}

.cbp-l-caption-buttonLeft:hover, .cbp-l-caption-buttonRight:hover {
  opacity: 0.9;
}

.cbp-caption-none .cbp-caption-activeWrap {
  display: none;
}

.cbp-l-caption-alignLeft .cbp-l-caption-body {
  padding: 12px 30px;
}

.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-opacity .cbp-l-caption-alignLeft .cbp-l-caption-body {
  padding-top: 30px;
}

.cbp-l-caption-alignCenter {
  display: table;
  width: 100%;
  height: 100%;
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px 0;
}

.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  position: relative;
  transition: transform .25s;
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
  -ms-transform: translateX(-20px);
      transform: translateX(-20px);
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  -ms-transform: translateX(20px);
      transform: translateX(20px);
}

.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  -ms-transform: translateX(0);
      transform: translateX(0);
}

@media only screen and (max-width: 480px) {
  .cbp-l-caption-alignLeft .cbp-l-caption-body {
    padding: 9px 11px;
  }
  .cbp-l-caption-title {
    font-size: 14px;
    line-height: 21px;
  }
  .cbp-l-caption-desc {
    font-size: 11px;
    line-height: 14px;
  }
  .cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
    font-size: 11px;
    line-height: 28px;
    min-width: 69px;
    margin: 3px;
    padding: 0 4px;
  }
  .cbp-l-caption-text {
    font-size: 13px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 374px) {
  .cbp-l-caption-alignLeft .cbp-l-caption-body {
    padding: 8px 10px;
  }
  .cbp-l-caption-title {
    font-size: 13px;
    line-height: 20px;
  }
  .cbp-l-caption-desc {
    font-size: 11px;
    line-height: 14px;
  }
  .cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
    font-size: 10px;
    line-height: 28px;
    min-width: 62px;
    margin: 1px;
    padding: 0 4px;
  }
}

.cbp-caption-fadeIn .cbp-caption-activeWrap {
  opacity: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.85);
  transition: opacity .5s;
}

.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1;
}

.cbp-caption-minimal .cbp-l-caption-title, .cbp-caption-minimal .cbp-l-caption-desc {
  position: relative;
  left: 0;
  opacity: 0;
  transition: transform .35s ease-out;
}

.cbp-caption-minimal .cbp-l-caption-title {
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.cbp-caption-minimal .cbp-l-caption-desc {
  -ms-transform: translateY(70%);
      transform: translateY(70%);
}

.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title, .cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.cbp-caption-minimal .cbp-caption-activeWrap {
  top: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1;
}

.cbp-caption-moveRight .cbp-caption-activeWrap {
  left: -100%;
  top: 0;
  transition: transform .35s;
}

.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

.cbp-caption-overlayBottom .cbp-caption-activeWrap {
  height: 60px;
  background-color: #181616;
  background-color: rgba(24, 22, 22, 0.7);
  transition: transform .25s;
}

.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}

.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
  transition-duration: .35s;
}

.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap, .cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
  transition: transform .35s;
}

.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
  height: auto;
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: translateY(-34px);
      transform: translateY(-34px);
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}

.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap, .cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
  transition: transform .25s;
}

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
  height: 69px;
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: translateY(-68px);
      transform: translateY(-68px);
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
  -ms-transform: translateY(-69px);
      transform: translateY(-69px);
}

.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
  z-index: 2;
  transition: transform .25s;
}

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
  bottom: 0;
  z-index: 1;
  height: auto;
}

.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: translateY(-68px);
      transform: translateY(-68px);
}

.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap, .cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
  transition: transform .4s;
}

.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
  top: 0;
  left: -50%;
  width: 50%;
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: translateX(25%);
      transform: translateX(25%);
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

.cbp-caption-pushDown .cbp-caption-defaultWrap, .cbp-caption-pushDown .cbp-caption-activeWrap {
  transition: transform .4s;
}

.cbp-caption-pushDown .cbp-caption-activeWrap {
  top: -100%;
}

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap, .cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap {
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}

.cbp-caption-pushTop .cbp-caption-activeWrap, .cbp-caption-pushTop .cbp-caption-defaultWrap {
  transition: transform .4s;
}

.cbp-caption-pushTop .cbp-caption-activeWrap {
  height: 102%;
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap {
  -ms-transform: translateY(-99%);
      transform: translateY(-99%);
}

.cbp-caption-revealBottom .cbp-caption-defaultWrap {
  z-index: 2;
  transition: transform .4s;
}

.cbp-caption-revealBottom .cbp-caption-activeWrap {
  top: 0;
  z-index: 1;
}

.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
}

.cbp-caption-revealLeft .cbp-caption-activeWrap {
  left: 100%;
  top: 0;
  transition: transform .4s;
}

.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

.cbp-caption-revealTop .cbp-caption-defaultWrap {
  z-index: 2;
  transition: transform .4s;
}

.cbp-caption-revealTop .cbp-caption-activeWrap {
  top: 0;
  z-index: 1;
}

.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}

.cbp-caption-zoom .cbp-caption-defaultWrap {
  transition: transform .35s ease-out;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: scale(1.25);
      transform: scale(1.25);
}

.cbp-caption-zoom .cbp-caption-activeWrap {
  opacity: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: opacity .4s;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 1;
}

.cbp-caption-opacity .cbp-item {
  padding: 1px;
}

.cbp-caption-opacity .cbp-caption, .cbp-caption-opacity .cbp-caption-activeWrap, .cbp-caption-opacity .cbp-caption-defaultWrap {
  background-color: transparent;
}

.cbp-caption-opacity .cbp-caption {
  border: 1px solid transparent;
}

.cbp-caption-opacity .cbp-caption:hover {
  border-color: #EDEDED;
}

.cbp-caption-opacity .cbp-caption-defaultWrap {
  opacity: 1;
  transition: opacity .4s;
}

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap {
  opacity: .8;
}

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-activeWrap {
  top: 0;
}

.cbp-caption-expand .cbp-caption {
  border-bottom: 1px dotted #eaeaea;
}

.cbp-caption-expand .cbp-caption-activeWrap {
  height: auto;
  background-color: transparent;
}

.cbp-caption-expand .cbp-caption-defaultWrap {
  cursor: pointer;
  font: 500 15px/23px "Roboto", sans-serif;
  color: #474747;
  padding: 12px 0 11px 26px;
}

.cbp-caption-expand .cbp-caption-defaultWrap svg {
  position: absolute;
  top: 16px;
  left: 0;
}

.cbp-caption-expand .cbp-l-caption-body {
  font: 400 13px/21px "Roboto", sans-serif;
  color: #888;
  padding: 0 0 20px 26px;
}

.cbp-caption-expand-active {
  transition: height .4s !important;
}

.cbp-caption-expand-active .cbp-item {
  transition: left .4s, top .4s !important;
}

.cbp-caption-expand-open .cbp-caption-activeWrap {
  transition: height .4s;
}

.cbp-l-filters-alignCenter {
  margin-bottom: 30px;
  text-align: center;
  font: 400 12px/21px sans-serif;
  color: #DADADA;
}

.cbp-l-filters-alignCenter .cbp-filter-item {
  color: #949494;
  cursor: pointer;
  font: 400 13px/21px "Open Sans", sans-serif;
  padding: 0 12px;
  position: relative;
  overflow: visible;
  margin: 0 0 10px;
  display: inline-block;
  transition: color .3s ease-in-out;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover {
  color: #2D2C2C;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
  -ms-transform: translateY(-30px);
      transform: translateY(-30px);
}

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
  color: #2D2C2C;
  cursor: default;
}

.cbp-l-filters-alignCenter .cbp-filter-counter {
  background-color: #626161;
}

.cbp-l-filters-alignCenter .cbp-filter-counter:after {
  border-top: 4px solid #626161;
}

.cbp-l-filters-alignLeft {
  margin-bottom: 30px;
}

.cbp-l-filters-alignLeft .cbp-filter-item {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  font: 400 12px/30px "Open Sans", sans-serif;
  padding: 0 13px;
  position: relative;
  overflow: visible;
  margin: 0 4px 10px 4px;
  display: inline-block;
  color: #888888;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
}

.cbp-l-filters-alignLeft .cbp-filter-item:hover {
  color: #111;
}

.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
  background-color: #6C7A89;
  border: 1px solid #6C7A89;
  color: #fff;
  cursor: default;
}

.cbp-l-filters-alignLeft .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-alignLeft .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-alignLeft .cbp-filter-counter {
  display: inline;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-alignLeft {
    text-align: center;
  }
}

.cbp-l-filters-alignRight {
  margin-bottom: 30px;
  text-align: right;
}

.cbp-l-filters-alignRight .cbp-filter-item {
  background-color: transparent;
  color: #8B8B8B;
  cursor: pointer;
  font: 400 11px/31px "Open Sans", sans-serif;
  padding: 0 14px;
  position: relative;
  overflow: visible;
  margin: 0 3px 10px 3px;
  border: 1px solid #E4E2E2;
  text-transform: uppercase;
  display: inline-block;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover {
  color: #2B3444;
}

.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
  color: #FFFFFF;
  background-color: #049372;
  border-color: #049372;
  cursor: default;
}

.cbp-l-filters-alignRight .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-alignRight .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-alignRight .cbp-filter-counter {
  background-color: #049372;
}

.cbp-l-filters-alignRight .cbp-filter-counter:after {
  border-top: 4px solid #049372;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-alignRight {
    text-align: center;
  }
}

.cbp-l-filters-button {
  margin-bottom: 30px;
}

.cbp-l-filters-button .cbp-filter-item {
  background-color: #FFFFFF;
  border: 1px solid #ECECEC;
  color: #888888;
  cursor: pointer;
  font: 400 12px/32px "Open Sans", sans-serif;
  margin: 0 5px 10px 5px;
  overflow: visible;
  padding: 0 17px;
  position: relative;
  display: inline-block;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}

.cbp-l-filters-button .cbp-filter-item:hover {
  color: #545454;
  border-color: #DADADA;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #545454;
  color: #fff;
  border-color: #5d5d5d;
  cursor: default;
}

.cbp-l-filters-button .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-button .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-button .cbp-filter-counter {
  background-color: #545454;
}

.cbp-l-filters-button .cbp-filter-counter:after {
  border-top: 4px solid #545454;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-button {
    text-align: center;
  }
}

.cbp-l-filters-buttonCenter {
  margin-bottom: 30px;
  text-align: center;
}

.cbp-l-filters-buttonCenter .cbp-filter-item {
  background-color: #FFFFFF;
  border: 1px solid #ECECEC;
  color: #888888;
  cursor: pointer;
  font: 400 12px/32px "Roboto", sans-serif;
  margin: 0 5px 10px 5px;
  overflow: visible;
  padding: 0 17px;
  position: relative;
  display: inline-block;
  transition: color .3s ease-in-out, border-color .3s ease-in-out;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
  color: #5d5d5d;
}

.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
  color: #3B9CB3;
  border-color: #8CD2E5;
  cursor: default;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter {
  background-color: #68ABBC;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter:after {
  border-top: 4px solid #68ABBC;
}

.cbp-l-filters-dropdown {
  margin-bottom: 40px;
  height: 38px;
  position: relative;
  z-index: 5;
}

.cbp-l-filters-dropdownWrap {
  width: 200px;
  position: absolute;
  right: 0;
  background: #4d4c4d;
}

.cbp-l-filters-dropdownHeader {
  font: 400 12px/38px "Open Sans", sans-serif;
  margin: 0 17px;
  color: #FFF;
  cursor: default;
  position: relative;
}

.cbp-l-filters-dropdownHeader:after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  margin-top: -1px;
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
  border-width: 0 5px 5px;
}

.cbp-l-filters-dropdownList {
  display: none;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.cbp-l-filters-dropdownList > li {
  margin: 0;
  list-style: none;
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
  display: block;
  margin: 0;
}

.cbp-l-filters-dropdownList .cbp-filter-item {
  background: transparent;
  color: #b3b3b3;
  width: 100%;
  text-align: left;
  font: 400 12px/40px "Open Sans", sans-serif;
  margin: 0;
  padding: 0 17px;
  cursor: pointer;
  border: none;
  border-top: 1px solid #595959;
}

.cbp-l-filters-dropdownList .cbp-filter-item:hover {
  color: #e6e6e6;
}

.cbp-l-filters-dropdownList .cbp-filter-item-active {
  color: #fff;
  cursor: default;
}

.cbp-l-filters-dropdownWrap .cbp-filter-counter {
  display: inline;
}

.cbp-l-filters-dropdown-floated {
  float: right;
  margin-top: -2px;
  margin-left: 20px;
  width: 200px;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-dropdown-floated {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .cbp-l-filters-dropdownWrap {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.cbp-l-filters-list {
  margin-bottom: 30px;
  content: "";
  display: table;
  clear: both;
}

.cbp-l-filters-list .cbp-filter-item {
  background-color: transparent;
  color: #585252;
  cursor: pointer;
  font: 400 12px/35px "Open Sans", sans-serif;
  padding: 0 18px;
  position: relative;
  overflow: visible;
  margin: 0 0 10px;
  float: left;
  border: 1px solid #3288C4;
  border-right-width: 0;
  transition: left .3s ease-in-out;
}

.cbp-l-filters-list .cbp-filter-item:hover {
  color: #000;
}

.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
  cursor: default;
  color: #FFFFFF;
  background-color: #3288C4;
}

.cbp-l-filters-list-first {
  border-radius: 6px 0 0 6px;
}

.cbp-l-filters-list-last {
  border-radius: 0 6px 6px 0;
  border-right-width: 1px !important;
}

.cbp-l-filters-list .cbp-filter-counter {
  display: inline;
}

@media only screen and (max-width: 600px) {
  .cbp-l-filters-list .cbp-filter-item {
    margin-right: 5px;
    border-radius: 6px;
    border-right-width: 1px;
  }
}

.cbp-l-filters-work {
  margin-bottom: 30px;
  text-align: center;
}

.cbp-l-filters-work .cbp-filter-item {
  background-color: #FFFFFF;
  color: #888;
  cursor: pointer;
  font: 600 11px/37px "Open Sans", sans-serif;
  margin: 0 3px 15px 3px;
  overflow: visible;
  padding: 0 16px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.cbp-l-filters-work .cbp-filter-item:hover {
  color: #fff;
  background: #607D8B;
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
  background-color: #607D8B;
  color: #fff;
  cursor: default;
}

.cbp-l-filters-work .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-work .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-work .cbp-filter-counter {
  font: 600 11px/37px "Open Sans", sans-serif;
  text-align: center;
  display: inline-block;
  margin-left: 8px;
}

.cbp-l-filters-work .cbp-filter-counter:before {
  content: '(';
}

.cbp-l-filters-work .cbp-filter-counter:after {
  content: ')';
}

.cbp-l-filters-big {
  margin-bottom: 30px;
  text-align: center;
}

.cbp-l-filters-big .cbp-filter-item {
  color: #444;
  cursor: pointer;
  font: 400 15px/22px "Roboto", sans-serif;
  margin: 0 8px 10px 8px;
  padding: 10px 23px;
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  text-transform: uppercase;
  transition: color .3s ease-in-out, border .3s ease-in-out;
}

.cbp-l-filters-big .cbp-filter-item:hover {
  color: #888;
}

.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active {
  border-color: #d5d5d5;
  color: #444;
  cursor: default;
}

.cbp-l-filters-big .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-big .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-text {
  margin-bottom: 30px;
  text-align: center;
  font: 400 12px/36px "Lato", sans-serif;
  color: #DADADA;
  padding: 0 15px;
}

.cbp-l-filters-text .cbp-filter-item {
  color: #949494;
  cursor: pointer;
  font: 400 13px/21px "Lato", sans-serif;
  padding: 0 12px;
  position: relative;
  overflow: visible;
  margin: 0 0 10px;
  display: inline-block;
  transition: color .3s ease-in-out;
}

.cbp-l-filters-text .cbp-filter-item:hover {
  color: #2D2C2C;
}

.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
  -ms-transform: translateY(-30px);
      transform: translateY(-30px);
}

.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
  color: #2D2C2C;
  cursor: default;
}

.cbp-l-filters-text .cbp-filter-counter {
  background-color: #626161;
  font: 400 11px/18px "Lato", sans-serif;
}

.cbp-l-filters-text .cbp-filter-counter:after {
  border-top: 4px solid #626161;
}

.cbp-l-filters-text-sort {
  display: inline-block;
  font: 400 13px/21px "Lato", sans-serif;
  color: #949494;
  margin-right: 15px;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-text-sort {
    display: block;
    margin-bottom: 10px;
  }
}

.cbp-l-filters-underline {
  margin-bottom: 30px;
}

.cbp-l-filters-underline .cbp-filter-item {
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font: 600 14px/21px "Open Sans", sans-serif;
  padding: 8px 10px;
  position: relative;
  overflow: visible;
  margin: 0 10px 10px 10px;
  display: inline-block;
  color: #787878;
  transition: color .25s ease-in-out, border-color .25s ease-in-out;
}

.cbp-l-filters-underline .cbp-filter-item:hover {
  color: #111;
}

.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
  border-bottom-color: #666;
  color: #444;
  cursor: default;
}

.cbp-l-filters-underline .cbp-filter-item:first-child {
  margin-left: 0;
}

.cbp-l-filters-underline .cbp-filter-item:last-child {
  margin-right: 0;
}

.cbp-l-filters-underline .cbp-filter-counter {
  display: inline;
}

@media only screen and (max-width: 480px) {
  .cbp-l-filters-underline {
    text-align: center;
  }
}

.cbp-animation-quicksand {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-quicksand .cbp-item {
  transition: transform .6s ease-in-out;
}

.cbp-animation-quicksand .cbp-item {
  perspective: 1000px;
}

.cbp-animation-quicksand .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper {
  animation: quicksand-off .6s ease-out both;
}

.cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper {
  animation: quicksand-on .6s ease-out both;
}

@keyframes quicksand-off {
  100% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
}

@keyframes quicksand-on {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
}

.cbp-animation-fadeOut, .cbp-animation-boxShadow {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-fadeOut .cbp-item, .cbp-animation-boxShadow .cbp-item {
  transition: transform .6s ease-in-out;
}

.cbp-animation-fadeOut .cbp-item, .cbp-animation-boxShadow .cbp-item {
  perspective: 1000px;
}

.cbp-animation-fadeOut .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper {
  animation: fadeOut-off .6s ease-in-out both;
}

.cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper {
  animation: fadeOut-on .6s ease-in-out both;
}

@keyframes fadeOut-off {
  0% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes fadeOut-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cbp-animation-flipOut {
  transition: height .7s ease-in-out;
  will-change: height;
}

.cbp-animation-flipOut .cbp-item {
  transition: transform .7s ease-in-out;
}

.cbp-animation-flipOut .cbp-item {
  perspective: 1000px;
}

.cbp-animation-flipOut .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-flipOut .cbp-item-on2off .cbp-item-wrapper {
  animation: flipOut-out .7s both ease-in;
}

.cbp-animation-flipOut .cbp-item-off2on .cbp-item-wrapper {
  animation: flipOut-in .7s ease-out both;
}

@keyframes flipOut-out {
  50%, 100% {
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}

@keyframes flipOut-in {
  0%, 50% {
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}

.cbp-animation-flipBottom {
  transition: height .7s ease-in-out;
  will-change: height;
}

.cbp-animation-flipBottom .cbp-item {
  transition: transform .7s ease-in-out;
}

.cbp-animation-flipBottom .cbp-item {
  perspective: 1000px;
}

.cbp-animation-flipBottom .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-flipBottom .cbp-item-on2off .cbp-item-wrapper {
  animation: flipBottom-out .7s both ease-in;
}

.cbp-animation-flipBottom .cbp-item-off2on .cbp-item-wrapper {
  animation: flipBottom-in .7s ease-out both;
}

@keyframes flipBottom-out {
  50%, 100% {
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}

@keyframes flipBottom-in {
  0%, 50% {
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}

.cbp-animation-scaleSides {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-scaleSides .cbp-item {
  transition: transform .6s ease-in-out;
}

.cbp-animation-scaleSides .cbp-item {
  perspective: 1000px;
}

.cbp-animation-scaleSides .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-scaleSides .cbp-item-on2off .cbp-item-wrapper {
  animation: scaleSides-out .9s both;
}

.cbp-animation-scaleSides .cbp-item-off2on .cbp-item-wrapper {
  animation: scaleSides-in .9s both;
}

@keyframes scaleSides-out {
  50%, 100% {
    transform: scale(0.6);
    opacity: 0;
  }
}

@keyframes scaleSides-in {
  0%, 50% {
    transform: scale(0.6);
    opacity: 0;
  }
}

.cbp-animation-skew {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-skew .cbp-item {
  transition: transform .6s ease-in-out;
}

.cbp-animation-skew .cbp-item {
  perspective: 1000px;
}

.cbp-animation-skew .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-skew .cbp-item-on2off .cbp-item-wrapper {
  animation: skew-off .6s ease-out both;
}

.cbp-animation-skew .cbp-item-off2on .cbp-item-wrapper {
  animation: skew-on .6s ease-out both;
}

@keyframes skew-off {
  100% {
    opacity: 0;
    transform: scale3d(0, 0, 0) skew(20deg, 0);
  }
}

@keyframes skew-on {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0) skew(0, 20deg);
  }
}

.cbp-animation-fadeOutTop {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-fadeOutTop .cbp-wrapper-outer {
  overflow: visible;
}

.cbp-animation-fadeOutTop .cbp-item {
  perspective: 1000px;
  overflow: visible;
}

.cbp-animation-fadeOutTop .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper {
  animation: fadeOutTop-out .6s both ease-in-out;
}

.cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper {
  animation: fadeOutTop-in .6s both ease-in-out;
}

@keyframes fadeOutTop-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50%, 100% {
    transform: translateY(-30px);
    opacity: 0;
  }
}

@keyframes fadeOutTop-in {
  0%, 50% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.cbp-animation-slideLeft {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-slideLeft .cbp-item {
  perspective: 1000px;
}

.cbp-animation-slideLeft .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-slideLeft .cbp-wrapper-helper .cbp-item-wrapper {
  animation: slideLeft-out .8s both ease-in-out;
}

.cbp-animation-slideLeft .cbp-wrapper .cbp-item-wrapper {
  animation: slideLeft-in .8s both ease-in-out;
}

@keyframes slideLeft-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: .75;
    transform: scale(0.8);
  }
  75% {
    opacity: .75;
    transform: scale(0.8) translateX(-200%);
  }
  100% {
    opacity: .75;
    transform: scale(0.8) translateX(-200%);
  }
}

@keyframes slideLeft-in {
  0%, 25% {
    opacity: .75;
    transform: scale(0.8) translateX(200%);
  }
  75% {
    opacity: .75;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}

.cbp-animation-sequentially {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-sequentially .cbp-wrapper-outer {
  overflow: visible;
}

.cbp-animation-sequentially .cbp-item {
  perspective: 1000px;
  overflow: visible;
}

.cbp-animation-sequentially .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-sequentially .cbp-wrapper-helper .cbp-item-wrapper {
  animation: fadeOutTop-out .6s both ease;
}

.cbp-animation-sequentially .cbp-wrapper .cbp-item-wrapper {
  animation: fadeOutTop-in .6s both ease-out;
}

.cbp-animation-3dflip {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-3dflip .cbp-item {
  perspective: 1000px;
}

.cbp-animation-3dflip .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-3dflip .cbp-wrapper-helper .cbp-item-wrapper {
  -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
  animation: flip-out 0.6s both ease-in-out;
}

.cbp-animation-3dflip .cbp-wrapper .cbp-item-wrapper {
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  animation: flip-in 0.6s both ease-in-out;
}

@keyframes flip-out {
  100% {
    opacity: 0;
    transform: rotateY(90deg);
  }
}

@keyframes flip-in {
  0% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

.cbp-animation-flipOutDelay {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-flipOutDelay .cbp-item {
  perspective: 1000px;
}

.cbp-animation-flipOutDelay .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper {
  animation: flipOut-out 1s both ease-in;
}

.cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper {
  animation: flipOut-in 1s both ease-out;
}

.cbp-animation-slideDelay {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-slideDelay .cbp-item {
  perspective: 1000px;
}

.cbp-animation-slideDelay .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-slideDelay .cbp-wrapper-helper .cbp-item-wrapper {
  animation: slideDelay-out 0.5s both ease-in-out;
}

.cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper {
  animation: slideDelay-in 0.5s both ease-in-out;
}

@keyframes slideDelay-out {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes slideDelay-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.cbp-animation-rotateSides {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-rotateSides .cbp-item {
  perspective: 1000px;
}

.cbp-animation-rotateSides .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-rotateSides .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: -50% 50%;
  -webkit-animation: rotateSides-out .5s both ease-in;
  -ms-transform-origin: -50% 50%;
      transform-origin: -50% 50%;
  animation: rotateSides-out .5s both ease-in;
}

.cbp-animation-rotateSides .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 150% 50%;
  -webkit-animation: rotateSides-in .6s both ease-out;
  -ms-transform-origin: 150% 50%;
      transform-origin: 150% 50%;
  animation: rotateSides-in .6s both ease-out;
}

@keyframes rotateSides-out {
  100% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(90deg);
  }
}

@keyframes rotateSides-in {
  0% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg);
  }
  40% {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg);
  }
}

.cbp-animation-foldLeft {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-foldLeft .cbp-item {
  perspective: 1000px;
}

.cbp-animation-foldLeft .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-foldLeft .cbp-wrapper-helper .cbp-item-wrapper {
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  animation: foldLeft-out .7s both;
}

.cbp-animation-foldLeft .cbp-wrapper .cbp-item-wrapper {
  animation: foldLeft-in .7s both;
}

@keyframes foldLeft-out {
  100% {
    opacity: 0;
    transform: translateX(-100%) rotateY(-90deg);
  }
}

@keyframes foldLeft-in {
  0% {
    opacity: 0.3;
    transform: translateX(100%);
  }
}

.cbp-animation-unfold {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-unfold .cbp-item {
  perspective: 1000px;
}

.cbp-animation-unfold .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-unfold .cbp-wrapper-helper .cbp-item-wrapper {
  animation: unfold-out .8s both;
}

.cbp-animation-unfold .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: unfold-in .8s both;
  -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
  animation: unfold-in .8s both;
}

@keyframes unfold-out {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

@keyframes unfold-in {
  0% {
    opacity: 0;
    transform: translateX(100%) rotateY(90deg);
  }
}

.cbp-animation-scaleDown {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-scaleDown .cbp-item {
  perspective: 1000px;
}

.cbp-animation-scaleDown .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-scaleDown .cbp-wrapper-helper .cbp-item-wrapper {
  animation: scaleDown-out .7s both;
}

.cbp-animation-scaleDown .cbp-wrapper .cbp-item-wrapper {
  animation: scaleDown-in .6s both;
}

@keyframes scaleDown-out {
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes scaleDown-in {
  0% {
    transform: translateX(100%);
  }
}

.cbp-animation-frontRow {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-frontRow .cbp-item {
  perspective: 1000px;
}

.cbp-animation-frontRow .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper {
  animation: frontRow-out .7s both ease;
}

.cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper {
  animation: frontRow-in .6s both ease;
}

@keyframes frontRow-out {
  100% {
    transform: translateX(-60%) scale(0.8);
    opacity: 0;
  }
}

@keyframes frontRow-in {
  0% {
    transform: translateX(100%) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(0%) scale(1);
  }
}

.cbp-animation-rotateRoom {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-rotateRoom .cbp-item {
  perspective: 1000px;
}

.cbp-animation-rotateRoom .cbp-item-wrapper {
  transform-style: preserve-3d;
}

.cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper {
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  animation: rotateRoom-out .8s both ease;
}

.cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper {
  -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
  animation: rotateRoom-in .8s both ease;
}

@keyframes rotateRoom-out {
  90% {
    opacity: .3;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%) rotateY(90deg);
  }
}

@keyframes rotateRoom-in {
  0% {
    opacity: .3;
    transform: translateX(100%) rotateY(-90deg);
  }
}

.cbp-animation-bounceBottom {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-bounceBottom .cbp-wrapper-helper {
  animation: bounceBottom-out .6s both ease-in-out;
}

.cbp-animation-bounceBottom .cbp-wrapper {
  animation: bounceBottom-in .6s both ease-in-out;
}

@keyframes bounceBottom-out {
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes bounceBottom-in {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.cbp-animation-bounceLeft {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-bounceLeft .cbp-wrapper-helper {
  animation: bounceLeft-out .6s both ease-in-out;
}

.cbp-animation-bounceLeft .cbp-wrapper {
  animation: bounceLeft-in .6s both ease-in-out;
}

@keyframes bounceLeft-out {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes bounceLeft-in {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.cbp-animation-bounceTop {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-bounceTop .cbp-wrapper-helper {
  animation: bounceTop-out .6s both ease-in-out;
}

.cbp-animation-bounceTop .cbp-wrapper {
  animation: bounceTop-in .6s both ease-in-out;
}

@keyframes bounceTop-out {
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes bounceTop-in {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.cbp-animation-moveLeft {
  transition: height .6s ease-in-out;
  will-change: height;
}

.cbp-animation-moveLeft .cbp-wrapper-helper {
  animation: moveLeft-out .6s both ease-in-out;
}

.cbp-animation-moveLeft .cbp-wrapper {
  animation: moveLeft-in .6s both ease-in-out;
}

@keyframes moveLeft-out {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes moveLeft-in {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.cbp-displayType-bottomToTop {
  perspective: 1000px;
}

.cbp-displayType-bottomToTop .cbp-item {
  animation: fadeInBottomToTop .3s both ease-in;
}

@keyframes fadeInBottomToTop {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.cbp-displayType-fadeIn {
  animation: fadeIn .5s both ease-in;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cbp-displayType-fadeInToTop {
  perspective: 1000px;
  animation: fadeInToTop .5s both ease-in;
}

@keyframes fadeInToTop {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.cbp-displayType-sequentially .cbp-item {
  animation: fadeIn .5s both ease-in;
}

.cbp-lightbox img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}

.cbp-popup-ie8bg {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
}

.cbp-popup-wrap {
  height: 100%;
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 99990;
  padding: 0 10px;
}

.cbp-popup-wrap video {
  outline: 0 none;
}

.cbp-popup-lightbox {
  background: rgba(0, 0, 0, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.cbp-popup-singlePage {
  background: #fff;
  padding: 0;
}

.cbp-popup-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cbp-popup-content-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.cbp-popup-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 100%;
}

.cbp-popup-lightbox .cbp-popup-content {
  display: -ms-flexbox;
  display: flex;
}

.cbp-popup-singlePage .cbp-popup-content {
  position: relative;
  z-index: 1;
  margin-top: 145px;
  max-width: 1024px;
  vertical-align: top;
  width: 94%;
}

.cbp-popup-singlePage .cbp-popup-content-basic {
  position: relative;
  z-index: 1;
  margin-top: 104px;
  vertical-align: top;
  width: 100%;
  display: inline-block;
  text-align: left;
}

.cbp-popup-lightbox-figure {
  width: 100%;
  position: relative;
  padding: 20px 0;
}

.cbp-popup-lightbox-bottom {
  position: relative;
  margin-top: 3px;
}

.cbp-popup-lightbox-title {
  padding-right: 50px;
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #eee;
}

.cbp-popup-lightbox-counter {
  position: absolute;
  top: 0;
  right: 0;
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #eee;
}

.cbp-popup-lightbox-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.cbp-popup-lightbox-img[data-action] {
  cursor: pointer;
}

.cbp-popup-lightbox-isIframe .cbp-popup-content {
  width: 75%;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .cbp-popup-lightbox-isIframe .cbp-popup-content {
    width: 95%;
  }
}

.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 3px;
}

.cbp-popup-lightbox-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
}

.cbp-popup-lightbox-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.cbp-popup-lightbox-iframe audio {
  margin-top: 27%;
}

.cbp-popup-lightbox-iframe .cbp-popup-lightbox-bottom {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 104px;
  background-color: #3D4750;
}

.cbp-popup-singlePage .cbp-popup-navigation {
  position: relative;
  width: 100%;
  height: 100%;
}

.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
  position: fixed;
}

.cbp-popup-singlePage-counter {
  color: #fff;
  position: absolute;
  margin: auto;
  right: 40px;
  top: 0;
  bottom: 0;
  font: 400 13px/30px "Open Sans", sans-serif;
  height: 30px;
}

@media only screen and (max-width: 768px) {
  .cbp-popup-singlePage-counter {
    right: 3%;
  }
}

.cbp-popup-next, .cbp-popup-prev, .cbp-popup-close {
  padding: 0;
  border: medium none;
  position: absolute;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-lightbox .cbp-popup-next, .cbp-popup-lightbox .cbp-popup-close {
  visibility: hidden;
}

.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
  visibility: visible;
}

.cbp-popup-lightbox .cbp-popup-prev {
  background: url("../img/cbp-sprite.png") no-repeat scroll 0 0 transparent;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.cbp-popup-lightbox .cbp-popup-prev:hover {
  background-position: 0 -46px;
}

.cbp-popup-singlePage .cbp-popup-prev {
  background: url("../img/cbp-sprite.png") no-repeat scroll 0 -92px transparent;
  width: 44px;
  height: 44px;
  margin: auto;
  top: 0;
  right: 108px;
  bottom: 0;
  left: 0;
}

.cbp-popup-singlePage .cbp-popup-prev:hover {
  background-position: 0 -138px;
}

.cbp-popup-lightbox .cbp-popup-next {
  background: url("../img/cbp-sprite.png") no-repeat scroll -46px 0 transparent;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.cbp-popup-lightbox .cbp-popup-next:hover {
  background-position: -46px -46px;
}

.cbp-popup-singlePage .cbp-popup-next {
  background: url("../img/cbp-sprite.png") no-repeat scroll -46px -92px transparent;
  width: 44px;
  height: 44px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 108px;
}

.cbp-popup-singlePage .cbp-popup-next:hover {
  background-position: -46px -138px;
}

.cbp-popup-lightbox .cbp-popup-close {
  background: url("../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 20px;
}

.cbp-popup-lightbox .cbp-popup-close:hover {
  background-position: -92px -46px;
}

.cbp-popup-singlePage .cbp-popup-close {
  background: url("../img/cbp-sprite.png") no-repeat scroll -92px -92px transparent;
  height: 44px;
  width: 44px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cbp-popup-singlePage .cbp-popup-close:hover {
  background-position: -92px -138px;
}

.cbp-popup-singlePage .cbp-popup-ie8bg {
  background-color: #fff;
}

@media only screen and (max-width: 360px), (max-height: 600px) {
  .cbp-popup-next, .cbp-popup-prev, .cbp-popup-close {
    -ms-transform: scale(0.8);
        transform: scale(0.8);
  }
  .cbp-popup-lightbox .cbp-popup-close {
    right: 10px;
    top: 10px;
  }
  .cbp-popup-lightbox .cbp-popup-next {
    right: 10px;
  }
  .cbp-popup-lightbox .cbp-popup-prev {
    left: 10px;
  }
  .cbp-popup-singlePage .cbp-popup-navigation-wrap {
    height: 84px;
  }
  .cbp-popup-singlePage .cbp-popup-content {
    margin-top: 120px;
  }
}

.cbp-popup-loadingBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cbp-popup-lightbox .cbp-popup-loadingBox:after {
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  border-right: 3px solid rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid rgba(255, 255, 255, 0.85);
}

.cbp-popup-ready .cbp-popup-loadingBox {
  visibility: hidden;
  display: none;
}

.cbp-popup-loading .cbp-popup-loadingBox {
  visibility: visible;
  display: block;
}

.cbp-popup-transitionend .cbp-popup-content-wrap {
  overflow-y: scroll;
}

.cbp-popup-singlePage {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition: transform .6s ease-in-out;
}

.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content {
  opacity: 0;
}

.cbp-popup-singlePage-fade {
  -ms-transform: translateX(0);
      transform: translateX(0);
  opacity: 0;
  transition: opacity .25s ease-in-out;
}

.cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
  opacity: 1;
}

.cbp-popup-singlePage-right {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition: transform .6s ease-in-out;
}

.cbp-popup-singlePage-open {
  -ms-transform: none;
      transform: none;
}

.cbp-l-project-title {
  color: #454444;
  font: 600 42px/46px "Open Sans", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

.cbp-l-project-subtitle {
  color: #787878;
  font: 400 14px/21px "Open Sans", sans-serif;
  margin: 0 auto 50px;
  max-width: 500px;
  text-align: center;
}

.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.cbp-l-project-container {
  overflow: hidden;
  margin: 40px auto 0;
  clear: both;
}

.cbp-l-project-desc {
  float: left;
  width: 62%;
}

.cbp-l-project-details {
  float: right;
  width: 38%;
  padding-left: 60px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .cbp-l-project-title {
    font-size: 30px;
    line-height: 34px;
  }
  .cbp-l-project-desc {
    width: 100%;
  }
  .cbp-l-project-details {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}

.cbp-l-project-desc-title {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 22px;
  color: #444;
}

.cbp-l-project-desc-title span, .cbp-l-project-details-title span {
  border-bottom: 1px solid #747474;
  display: inline-block;
  margin: 0 0 -1px 0;
  font: 400 16px/36px "Open Sans", sans-serif;
  padding: 0 5px 0 0;
}

.cbp-l-project-desc-text {
  font: 400 13px/20px "Open Sans", sans-serif;
  color: #555;
  margin-bottom: 20px;
}

.cbp-l-project-details-title {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 19px;
  color: #444;
}

.cbp-l-project-details-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cbp-l-project-details-list > li, .cbp-l-project-details-list > div {
  border-bottom: 1px dotted #DFDFDF;
  padding: inherit;
  color: #666;
  font: 400 12px/30px "Open Sans", sans-serif;
}

.cbp-l-project-details-list > li:last-child, .cbp-l-project-details-list > div:last-child {
  border: none;
}

.cbp-l-project-details-list strong {
  display: inline-block;
  color: #696969;
  font-weight: 600;
  min-width: 100px;
}

.cbp-l-project-details-visit {
  color: #FFFFFF;
  float: right;
  clear: both;
  text-decoration: none;
  font: 400 11px/18px "Open Sans", sans-serif;
  margin-top: 25px;
  background-color: #62B57B;
  padding: 8px 19px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.cbp-l-project-details-visit:hover {
  opacity: 0.9;
  color: #fff;
}

.cbp-l-project-related-wrap {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.cbp-l-project-related-item {
  margin-left: 5%;
  max-width: 30%;
  float: left;
}

.cbp-l-project-related-item:first-child {
  margin-left: 0;
}

.cbp-l-project-related-title {
  font: 700 14px/18px "Open Sans", sans-serif;
  color: #474747;
  margin-top: 20px;
}

.cbp-l-project-related-link {
  text-decoration: none;
}

.cbp-l-project-related-link:hover {
  opacity: 0.9;
}

.cbp-l-member-img {
  float: left;
  width: 40%;
  margin-top: 20px;
}

.cbp-l-member-img img {
  border: 1px solid #e2e2e2;
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
  border: 0;
}

.cbp-l-member-info {
  margin-top: 20px;
  padding-left: 25px;
  float: left;
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .cbp-l-member-img {
    width: 100%;
    text-align: center;
  }
  .cbp-l-member-info {
    width: 100%;
    padding-left: 0;
  }
}

.cbp-l-member-name {
  font: 400 28px/28px "Open Sans", sans-serif;
  color: #474747;
}

.cbp-l-member-position {
  font: 400 13px/21px "Open Sans", sans-serif;
  color: #888;
  margin-top: 6px;
}

.cbp-l-member-desc {
  font: 400 12px/18px "Open Sans", sans-serif;
  margin-top: 25px;
  color: #474747;
}

.cbp-popup-singlePageInline-open {
  transition: height .5s 0s !important;
}

.cbp-popup-singlePageInline-open .cbp-item {
  transition: transform .5s 0s !important;
}

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline:after {
  display: none;
  visibility: hidden;
}

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-content, .cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-navigation {
  transition-delay: 0;
}

.cbp-popup-singlePageInline {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.cbp-popup-singlePageInline .cbp-popup-content {
  opacity: 0;
  width: 100%;
  z-index: 1;
  min-height: 300px;
}

.cbp-popup-singlePageInline .cbp-popup-content, .cbp-popup-singlePageInline .cbp-popup-navigation {
  transition: opacity .4s ease-in .2s;
}

.cbp-popup-singlePageInline .cbp-popup-navigation {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
}

.cbp-popup-singlePageInline .cbp-popup-close {
  background: url("../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 30px;
}

.cbp-popup-singlePageInline .cbp-popup-close:hover {
  opacity: 0.7;
}

.cbp-popup-singlePageInline-ready {
  z-index: 4;
}

.cbp-popup-singlePageInline-ready .cbp-popup-content, .cbp-popup-singlePageInline-ready .cbp-popup-navigation {
  opacity: 1;
}

.cbp-popup-singlePageInline-ready:after {
  display: none;
  visibility: hidden;
}

.cbp-singlePageInline-active {
  opacity: 0.6 !important;
}

.cbp-l-inline {
  margin: 20px 0;
  overflow: hidden;
  background: #FAFAFA;
  padding: 30px;
}

.cbp-l-inline-left {
  float: left;
  width: 44%;
}

.cbp-l-project-img {
  max-width: 100%;
}

.cbp-l-inline-right {
  float: right;
  width: 56%;
  padding-left: inherit;
}

@media only screen and (max-width: 768px) {
  .cbp-l-inline-left {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .cbp-l-inline-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.cbp-l-inline-title {
  font: 400 28px/30px "Open Sans", sans-serif;
  color: #474747;
}

.cbp-l-inline-subtitle {
  font: 400 13px/21px "Open Sans", sans-serif;
  color: #888;
  margin-top: 7px;
}

.cbp-l-inline-desc {
  font: 400 13px/20px "Open Sans", sans-serif;
  color: #474747;
  margin-top: 25px;
  margin-bottom: 20px;
}

.cbp-l-inline-view-wrap {
  text-align: right;
}

.cbp-l-inline-view {
  font: 400 13px/35px "Open Sans", sans-serif;
  color: #9C9C9C;
  margin-top: 40px;
  display: inline-block;
  padding: 0 20px;
  border: 1px solid #ccc;
  text-decoration: none;
}

.cbp-l-inline-view:hover {
  color: #757575;
}

.cbp-l-inline-details {
  margin-bottom: 15px;
  font: 13px/22px "Open Sans", sans-serif;
}

.cbp-l-loadMore-defaultText, .cbp-l-loadMore-button-defaultText {
  display: block;
}

.cbp-l-loadMore-loadingText, .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-button-loadingText, .cbp-l-loadMore-button-noMoreLoading {
  display: none;
}

.cbp-l-loadMore-loading .cbp-l-loadMore-loadingText, .cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText {
  display: block;
}

.cbp-l-loadMore-loading .cbp-l-loadMore-defaultText, .cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading {
  display: none;
}

.cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading {
  display: block;
}

.cbp-l-loadMore-stop .cbp-l-loadMore-defaultText, .cbp-l-loadMore-stop .cbp-l-loadMore-loadingText, .cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText {
  display: none;
}

.cbp-l-loadMore-bgbutton {
  text-align: center;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link {
  border: 1px solid #DEDEDE;
  color: #7E7B7B;
  display: inline-block;
  font: 400 13px/40px "Lato", sans-serif;
  min-width: 80px;
  text-decoration: none;
  padding: 0 50px;
  margin-top: 50px;
  outline: 0;
  box-shadow: none;
  letter-spacing: 1px;
  transition: color .25s;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link:hover, .cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-loading {
  color: #B0B0B0;
}

.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop {
  color: #B0B0B0;
  cursor: default;
}

.cbp-l-loadMore-button {
  text-align: center;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link, .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
  border: 1px solid #DEDEDE;
  color: #7E7B7B;
  display: inline-block;
  font: 400 12px/36px "Open Sans", sans-serif;
  min-width: 80px;
  text-decoration: none;
  padding: 0 30px;
  outline: 0;
  margin-top: 40px;
  box-shadow: none;
  transition: color .25s;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link:hover, .cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-loading, .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-loading {
  color: #B0B0B0;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop, .cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-button-stop, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop {
  cursor: default;
  color: #B0B0B0;
}

.cbp-l-loadMore-text {
  text-align: center;
}

.cbp-l-loadMore-text .cbp-l-loadMore-link, .cbp-l-loadMore-text .cbp-l-loadMore-text-link {
  font: 400 15px "Open Sans", sans-serif;
  color: #7E7B7B;
  text-decoration: none;
  cursor: pointer;
  margin-top: 50px;
  display: block;
}

.cbp-l-loadMore-text .cbp-l-loadMore-stop, .cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
  color: #B0B0B0;
  cursor: default;
}

.cbp-mode-slider {
  transition: height .35s;
}

.cbp-mode-slider .cbp-wrapper, .cbp-mode-slider .cbp-item {
  transition: transform .35s;
}

.cbp-mode-slider .cbp-wrapper {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.cbp-mode-slider-dragStart * {
  cursor: move !important;
  cursor: -ms-grabbing !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.cbp-mode-slider-dragStart .cbp-wrapper {
  transition: none;
}

.cbp-nav-next, .cbp-nav-prev {
  position: relative;
  background: #7c8b90;
  cursor: pointer;
  display: inline-block;
  margin-left: 1px;
  height: 22px;
  width: 21px;
}

.cbp-nav-next {
  border-radius: 0 2px 2px 0;
}

.cbp-nav-prev {
  border-radius: 2px 0 0 2px;
}

.cbp-nav-next:hover, .cbp-nav-prev:hover {
  opacity: 0.8;
}

.cbp-nav-next:after, .cbp-nav-prev:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../img/cbp-sprite.png") no-repeat;
  height: 10px;
  width: 7px;
}

.cbp-nav-next:after {
  background-position: -134px 0;
}

.cbp-nav-prev:after {
  background-position: -134px -12px;
}

.cbp-nav-stop {
  opacity: 0.5 !important;
  cursor: default !important;
}

.cbp-nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cbp-nav-controls {
  position: absolute;
  top: -51px;
  right: 0;
  z-index: 100;
}

.cbp-nav-pagination {
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 100;
  left: 0;
  text-align: center;
}

.cbp-nav-pagination-item {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  cursor: pointer;
  background: #c2c2c2;
  transition: background 0.5s;
}

.cbp-nav-pagination-active {
  background: #797979;
}

.cbp-pagination-item {
  max-width: 100px;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 5px;
  position: relative;
}

.cbp-pagination-item img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.cbp-pagination-item:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: background .5s ease-in-out;
}

.cbp-pagination-active:after {
  background: transparent;
}

.cbp-slider-wrap, .cbp-slider-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cbp-slider .cbp-nav-controls {
  position: static;
}

.cbp-slider .cbp-nav-next, .cbp-slider .cbp-nav-prev {
  background: transparent;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 44px;
  height: 44px;
}

.cbp-slider .cbp-nav-next {
  right: 25px;
  left: auto;
}

.cbp-slider .cbp-nav-prev {
  left: 25px;
  right: auto;
}

.cbp-slider .cbp-nav-next:after, .cbp-slider .cbp-nav-prev:after {
  background: url("../img/cbp-sprite.png") no-repeat;
  width: 44px;
  height: 44px;
}

.cbp-slider .cbp-nav-next:after {
  background-position: -46px -92px;
}

.cbp-slider .cbp-nav-next:hover:after {
  background-position: -46px -46px;
}

.cbp-slider .cbp-nav-prev:after {
  background-position: 0 -92px;
}

.cbp-slider .cbp-nav-prev:hover:after {
  background-position: 0 -46px;
}

.cbp-slider .cbp-nav-pagination {
  text-align: right;
  bottom: 20px;
  right: 25px;
  left: auto;
}

.cbp-slider-edge .cbp-nav-controls {
  position: static;
}

.cbp-slider-edge .cbp-nav-next, .cbp-slider-edge .cbp-nav-prev {
  background: transparent;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 44px;
  height: 44px;
}

.cbp-slider-edge .cbp-nav-next {
  right: 0;
  left: auto;
}

.cbp-slider-edge .cbp-nav-prev {
  left: 0;
  right: auto;
}

.cbp-slider-edge .cbp-nav-next:after, .cbp-slider-edge .cbp-nav-prev:after {
  background: url("../img/cbp-sprite.png") no-repeat;
  width: 9px;
  height: 16px;
}

.cbp-slider-edge .cbp-nav-next:after {
  background-position: -134px -24px;
}

.cbp-slider-edge .cbp-nav-prev:after {
  background-position: -134px -42px;
}

.cbp-slider-edge .cbp-nav-pagination {
  bottom: -50px;
}

.cbp-slider-edge .cbp-nav-pagination-item {
  border: 2px solid #0f0f0f;
  opacity: 0.4;
  background: transparent;
}

.cbp-slider-edge .cbp-nav-pagination-active {
  background: #000;
}

.cbp-slider-inline {
  position: relative;
}

.cbp-slider-inline .cbp-slider-item {
  position: absolute;
  width: 100%;
  top: 0;
  transition: left .5s;
}

.cbp-slider-inline .cbp-slider-item--active {
  position: relative;
  z-index: 2;
}

.cbp-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.cbp-slider-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity .7s ease-in-out;
}

.cbp-slider-inline-ready .cbp-slider-controls {
  opacity: 1;
}

.cbp-slider-next, .cbp-slider-prev {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  cursor: pointer;
  position: relative;
  width: 36px;
  height: 36px;
  background: #547EB1;
}

.cbp-slider-next {
  margin-left: 1px;
}

.cbp-slider-next:after, .cbp-slider-prev:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../img/cbp-sprite.png") no-repeat;
  width: 9px;
  height: 16px;
}

.cbp-slider-next:after {
  background-position: -134px -60px;
}

.cbp-slider-prev:after {
  background-position: -134px -78px;
}

.cbp-l-grid-agency .cbp-caption:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: 0px;
  left: 50%;
  margin-left: -5px;
  z-index: 1;
}

.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  -ms-transform: scale(1.15);
      transform: scale(1.15);
}

.cbp-l-grid-agency-title {
  margin-top: 18px;
  font: 700 17px/24px "Lato", sans-serif;
  color: #666;
  text-align: center;
  padding: 0 4px;
}

.cbp-item:hover .cbp-l-grid-agency-title {
  color: #222;
}

.cbp-l-grid-agency-desc {
  font: 400 12px/21px "Open Sans", sans-serif;
  color: #aaa;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .cbp-l-grid-agency-title {
    font-size: 15px;
    line-height: 21px;
  }
}

.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
  background-color: rgba(0, 0, 0, 0.7);
}

.cbp-l-grid-work .cbp-item {
  padding: 3px;
}

.cbp-l-grid-work .cbp-item-wrapper {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 7px 7px 27px;
  border-top: 1px solid #F4F4F4;
}

.cbp-l-grid-work-title {
  margin-top: 17px;
  font: 400 17px/25px "Roboto Condensed", sans-serif;
  color: #607D8B;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.cbp-l-grid-work-title:hover {
  color: #365D67;
}

.cbp-l-grid-work-desc {
  font: 400 11px/16px "Open Sans", sans-serif;
  color: #888888;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
  .cbp-l-grid-work-title {
    font-size: 15px;
    line-height: 21px;
    margin-top: 15px;
  }
  .cbp-l-grid-work .cbp-item-wrapper {
    padding-bottom: 18px;
  }
}

.cbp-l-grid-blog-title {
  font: 400 18px/30px "Open Sans", sans-serif;
  color: #444;
  display: block;
  margin-top: 17px;
}

.cbp-l-grid-blog-title:hover {
  color: #787878;
}

.cbp-l-grid-blog-date {
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #787878;
  display: inline-block;
}

.cbp-l-grid-blog-comments {
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #3C6FBB;
  display: inline-block;
}

.cbp-l-grid-blog-comments:hover {
  opacity: .8;
}

.cbp-l-grid-blog-desc {
  font: 400 13px/18px "Open Sans", sans-serif;
  color: #9B9B9B;
  margin-top: 9px;
}

.cbp-l-grid-blog-split {
  margin: 0 4px;
  font: 400 13px/16px "Open Sans", sans-serif;
  color: #787878;
  display: inline-block;
}

.cbp-l-grid-clients {
  height: 180px;
}

.cbp-l-clients-title-block {
  font: 400 32px/53px "Roboto", sans-serif;
  color: #666464;
  text-align: center;
  margin-bottom: 40px;
}

.cbp-l-grid-faq .cbp-item {
  width: 100%;
}

.cbp-l-grid-projects-title {
  font: 700 14px/21px "Open Sans", sans-serif;
  color: #474747;
  margin-top: 15px;
}

.cbp-l-grid-projects-desc {
  font: 400 12px/18px "Open Sans", sans-serif;
  color: #888888;
  margin-top: 5px;
}

@media only screen and (max-width: 480px) {
  .cbp-l-grid-projects-title {
    margin-top: 12px;
  }
  .cbp-l-grid-projects-desc {
    margin-top: 3px;
  }
}

.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
  background-color: #59a3b6;
  background-color: rgba(89, 163, 182, 0.95);
}

.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
  background-color: #545454;
}

.cbp-l-grid-masonry-projects-title {
  font: 500 15px/22px "Roboto", sans-serif;
  color: #59a3b6;
  text-align: center;
  display: block;
  margin-top: 12px;
}

.cbp-l-grid-masonry-projects-title:hover {
  color: #457C8B;
}

.cbp-l-grid-masonry-projects-desc {
  font: 400 12px/18px "Roboto", sans-serif;
  color: #b2b2b2;
  text-align: center;
}

.cbp-l-grid-team-name {
  font: 400 17px/24px "Open Sans", sans-serif;
  color: #456297;
  display: block;
  text-align: center;
  margin-top: 18px;
}

.cbp-l-grid-team-name:hover {
  color: #34425C;
}

.cbp-l-grid-team-position {
  font: italic 400 13px/21px "Open Sans", sans-serif;
  color: #999;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .cbp-l-grid-team-name {
    font-size: 15px;
    line-height: 22px;
    margin-top: 13px;
  }
  .cbp-l-grid-team-position {
    font-size: 12px;
    line-height: 18px;
  }
}

.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
  background-color: #64C28E;
  background-color: rgba(101, 199, 150, 0.95);
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
  color: #FFFFFF;
  font: 400 14px/21px "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
  content: '';
  display: block;
  width: 40%;
  height: 1px;
  background-color: #fff;
  margin: 8px auto 0;
}

@media only screen and (max-width: 800px) {
  .cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
    display: none;
  }
}

.cbp-l-grid-mosaic-projects .cbp-caption-activeWrap {
  background-color: #59a3b6;
  background-color: rgba(89, 163, 182, 0.97);
}

.cbp-l-grid-mosaic .cbp-caption-activeWrap {
  background-color: #FFEA71;
  background-color: rgba(255, 234, 113, 0.95);
}

.cbp-l-grid-mosaic .cbp-l-caption-title {
  color: #5A5A5A;
  font: 500 18px/22px "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.cbp-l-grid-mosaic .cbp-l-caption-desc {
  color: #585858;
  font: 400 13px/20px "Roboto", sans-serif;
}

@media only screen and (max-width: 480px) {
  .cbp-l-grid-mosaic .cbp-l-caption-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .cbp-l-grid-mosaic .cbp-l-caption-desc {
    font-size: 12px;
    line-height: 18px;
  }
}

.cbp-l-slider-title-block {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 22px;
}

.cbp-l-slider-title-block div {
  padding: 0 2px 6px 0;
  display: inline-block;
  border-bottom: 1px solid #a9a5a5;
  color: #5e5e5e;
  margin-bottom: -1px;
  font: 15px/21px "Roboto", sans-serif;
}

.cbp-l-grid-slider-team-name {
  float: left;
  font: 20px/30px "Roboto", sans-serif;
  color: #494949;
  margin-top: 16px;
}

.cbp-l-grid-slider-team-position {
  clear: both;
  font: 14px/21px "Roboto", sans-serif;
  color: #A6A6A6;
}

.cbp-l-grid-slider-team-desc {
  font: 13px/20px "Roboto", sans-serif;
  color: #969696;
  margin-top: 15px;
}

.cbp-l-grid-slider-team-social {
  float: right;
  margin-top: 22px;
}

.cbp-l-grid-slider-team-social a {
  margin-left: 4px;
}

.cbp-l-grid-slider-team-social a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 600px) {
  .cbp-l-grid-slider-team-wrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .cbp-l-grid-slider-team-name {
    font-size: 17px;
    line-height: 26px;
    width: 100%;
    margin-top: 12px;
    text-align: center;
  }
  .cbp-l-grid-slider-team-social {
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
  .cbp-l-grid-slider-team-position {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }
  .cbp-l-grid-slider-team-desc {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    text-align: center;
  }
}

.cbp-l-slider-testimonials-wrap {
  background: #f8f9f9;
  padding: 80px 0 110px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #dce1e2;
}

.cbp-l-grid-slider-testimonials-body {
  color: #424242;
  max-width: 800px;
  margin: 0 auto;
  font: 20px/32px sans-serif;
  text-align: center;
  padding: 0 40px;
}

.cbp-l-grid-slider-testimonials-footer {
  font: 12px/19px "Roboto", sans-serif;
  color: #777;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}

.cbp-l-grid-tabs {
  height: 100px;
}

.cbp-l-grid-tabs .cbp-item {
  font: 14px/24px "Lato", sans-serif;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  right: 0;
  text-align: center;
  color: #5a5a5a;
}

.cbp-l-testimonials-title-block {
  position: relative;
  text-align: center;
  font: 26px/36px "Roboto", sans-serif;
  color: #E7E7E7;
  margin-bottom: 60px;
}

.cbp-l-testimonials-title-block:after {
  content: '';
  position: absolute;
  margin: 0 auto;
  width: 23px;
  height: 2px;
  bottom: -6px;
  background-color: #C2C2C2;
  left: 0;
  right: 0;
}

.cbp-l-testimonials-wrap {
  background: #2D2D2D;
  padding: 60px 0 110px;
}

.cbp-l-grid-testimonials-body {
  color: #e7e7e7;
  max-width: 800px;
  margin: 0 auto;
  font: 20px/32px "Roboto", sans-serif;
  text-align: center;
  padding: 0 20px;
}

.cbp-l-grid-testimonials-footer {
  font: 12px/19px "Roboto", sans-serif;
  color: #C2C2C2;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 35px;
}

.cbp-search {
  position: relative;
  width: 220px;
  margin-bottom: 40px;
}

.cbp-search .cbp-search-nothing {
  display: none;
}

.cbp-search-icon {
  position: absolute;
  width: 32px;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  pointer-events: none;
}

.cbp-search-icon:after {
  content: '';
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTEyMTYgODMycTAtMTg1LTEzMS41LTMxNi41VDc2OCAzODQgNDUxLjUgNTE1LjUgMzIwIDgzMnQxMzEuNSAzMTYuNVQ3NjggMTI4MHQzMTYuNS0xMzEuNVQxMjE2IDgzMnptNTEyIDgzMnEwIDUyLTM4IDkwdC05MCAzOHEtNTQgMC05MC0zOGwtMzQzLTM0MnEtMTc5IDEyNC0zOTkgMTI0LTE0MyAwLTI3My41LTU1LjV0LTIyNS0xNTAtMTUwLTIyNVQ2NCA4MzJ0NTUuNS0yNzMuNSAxNTAtMjI1IDIyNS0xNTBUNzY4IDEyOHQyNzMuNSA1NS41IDIyNSAxNTAgMTUwIDIyNVQxNDcyIDgzMnEwIDIyMC0xMjQgMzk5bDM0MyAzNDNxMzcgMzcgMzcgOTB6Ii8+PC9zdmc+") no-repeat scroll center center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cbp-search-input {
  height: 36px;
  padding: 0 32px 0 12px;
  margin: 0;
  border-radius: 1px;
  border: 1px solid #c6c3c4;
  font: 400 12px "Open Sans", sans-serif;
  width: 100%;
}

.cbp-search-input[value] + .cbp-search-icon {
  pointer-events: auto;
}

.cbp-search-input[value] + .cbp-search-icon:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzczNzM3MyIgZD0iTTE0OTAgMTMyMnEwIDQwLTI4IDY4bC0xMzYgMTM2cS0yOCAyOC02OCAyOHQtNjgtMjhsLTI5NC0yOTQtMjk0IDI5NHEtMjggMjgtNjggMjh0LTY4LTI4bC0xMzYtMTM2cS0yOC0yOC0yOC02OHQyOC02OGwyOTQtMjk0LTI5NC0yOTRxLTI4LTI4LTI4LTY4dDI4LTY4bDEzNi0xMzZxMjgtMjggNjgtMjh0NjggMjhsMjk0IDI5NCAyOTQtMjk0cTI4LTI4IDY4LTI4dDY4IDI4bDEzNiAxMzZxMjggMjggMjggNjh0LTI4IDY4bC0yOTQgMjk0IDI5NCAyOTRxMjggMjggMjggNjh6Ii8+PC9zdmc+");
}

.cbp-search-nothing {
  position: absolute;
  top: 0;
  padding: 0 0 30px;
  text-align: center;
  width: 100%;
  font: 13px "Open Sans", sans-serif;
}

@media only screen and (max-width: 600px) {
  .cbp-search {
    width: 100%;
  }
}

.cbp-l-project-social {
  display: -ms-flexbox;
  display: flex;
}

.cbp-social-fb, .cbp-social-twitter, .cbp-social-googleplus, .cbp-social-pinterest {
  margin-right: 9px;
  display: -ms-flexbox;
  display: flex;
}

.cbp-social-fb:hover, .cbp-social-twitter:hover, .cbp-social-googleplus:hover, .cbp-social-pinterest:hover {
  opacity: .8;
}

.cbp-social-fb:focus, .cbp-social-twitter:focus, .cbp-social-googleplus:focus, .cbp-social-pinterest:focus {
  outline: none;
}

.cbp-social-fb path {
  fill: #415C9B;
}

.cbp-social-twitter path {
  fill: #55acee;
}

.cbp-social-googleplus path {
  fill: #E57371;
}

.cbp-social-pinterest path {
  fill: #cb2027;
}

.cbp-l-sort {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.cbp-l-direction {
  display: inline-block;
  background: #4d4c4d;
  float: left;
  height: 38px;
  width: 38px;
  position: relative;
  border-left: 1px solid #6b6a6a;
}

.cbp-l-direction:hover {
  opacity: .9;
}

.cbp-l-direction-item {
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: none;
  z-index: 1;
  background: transparent;
  position: relative;
}

.cbp-l-direction:after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  width: 0;
  margin: -3px auto 0;
  cursor: pointer;
  z-index: 0;
}

.cbp-l-direction--second:after {
  border-width: 0 5px 5px;
}

.cbp-l-direction--first div:first-child {
  display: block;
}

.cbp-l-direction--second div:nth-child(2) {
  display: block;
}

.cbp-l-sort--simple {
  margin-left: 70px;
}

.cbp-l-sort--simple .cbp-l-dropdown-wrap {
  background: transparent;
}

.cbp-l-sort--simple .cbp-l-dropdown-header {
  font: 400 13px/36px "Lato", sans-serif;
  color: #787878;
  margin: 0;
}

.cbp-l-sort--simple .cbp-l-dropdown-list {
  background: white;
  box-shadow: 0 0 2px 0px #e2e2e2;
  border: 1px solid #ddd;
}

.cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item {
  border-top: 0;
  color: #787878;
}

.cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item:hover {
  color: #b3b3b3;
}

.cbp-l-sort--simple .cbp-l-dropdown-list .cbp-l-dropdown-item--active {
  color: #b3b3b3;
}

.cbp-l-text-sort {
  font: 400 13px/36px "Lato", sans-serif;
  color: #949494;
  margin-right: 15px;
}

.cbp-l-dropdown {
  height: 38px;
  position: relative;
  z-index: 5;
  width: 170px;
  float: left;
}

.cbp-l-dropdown-wrap {
  width: 100%;
  position: absolute;
  background: #4d4c4d;
}

.cbp-l-dropdown-header {
  font: 400 12px/38px "Open Sans", sans-serif;
  margin: 0 17px;
  color: #FFF;
  cursor: default;
  position: relative;
}

.cbp-l-dropdown-list {
  display: none;
}

.cbp-l-dropdown-wrap.cbp-l-dropdown-wrap--open .cbp-l-dropdown-list {
  display: block;
  margin: 0;
}

.cbp-l-dropdown-list .cbp-l-dropdown-item {
  background: transparent;
  color: #b3b3b3;
  width: 100%;
  text-align: left;
  font: 400 12px/40px "Open Sans", sans-serif;
  margin: 0;
  padding: 0 17px;
  cursor: pointer;
  border: none;
  border-top: 1px solid #595959;
}

.cbp-l-dropdown-list .cbp-l-dropdown-item:hover {
  color: #e6e6e6;
}

.cbp-l-dropdown-list .cbp-l-dropdown-item--active {
  color: #fff;
  cursor: default;
}

.cbp-l-dropdown-floated {
  float: right;
  margin-top: -2px;
  margin-left: 20px;
  width: 200px;
}

@media only screen and (max-width: 480px) {
  .cbp-l-dropdown-floated {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .cbp-l-dropdown-wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.cbp-popup-singlePageInline {
  visibility: hidden;
  opacity: 0;
}

.cbp-popup-singlePageInline.cbp-popup-singlePageInline-ready {
  visibility: visible;
  opacity: 1;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

/*!
 * FullCalendar v3.7.0 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
.fc button, .fc table, body .fc {
  font-size: 1em;
}

.fc-bg, .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
  bottom: 0;
}

.fc-icon, .fc-unselectable {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

.fc {
  direction: ltr;
  text-align: left;
}

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

.fc th, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
  text-align: center;
}

.fc-highlight {
  background: #bce8f1;
  opacity: .3;
}

.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc button {
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  white-space: nowrap;
  cursor: pointer;
}

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fc button .fc-icon {
  position: relative;
  top: -.05em;
  margin: 0 .2em;
  vertical-align: middle;
}

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position .1s linear;
}

.fc-state-active, .fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  box-shadow: none;
}

.fc-event.fc-draggable, .fc-event[href], .fc-popover .fc-header .fc-close, a[data-goto] {
  cursor: pointer;
}

.fc-button-group {
  display: inline-block;
}

.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}

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

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}

.fc-bg table, .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
  height: 100%;
}

.fc-clear {
  clear: both;
}

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.fc td, .fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
}

a[data-goto]:hover {
  text-decoration: underline;
}

.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
}

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

.fc-icon, .fc-row.fc-rigid, .fc-time-grid-event {
  overflow: hidden;
}

.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}

.fc-event, .fc-event-dot {
  background-color: #3a87ad;
}

.fc-event, .fc-event:hover {
  color: #fff;
  text-decoration: none;
}

.fc-not-allowed, .fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
  display: block;
}

.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}

.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}

.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25;
}

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: 700;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc.fc-bootstrap3 a, .ui-widget .fc-event {
  text-decoration: none;
}

.fc-limited {
  display: none;
}

.fc-icon, .fc-toolbar .fc-center {
  display: inline-block;
}

.fc-day-grid .fc-row {
  z-index: 1;
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

.fc-icon:after, .fc-toolbar button {
  position: relative;
}

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

.fc-icon {
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family: "Courier New",Courier,monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: .9em;
  margin-top: 2px;
}

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

.ui-widget .fc-disabled-day {
  background-image: none;
}

.fc-bootstrap3 .fc-time-grid .fc-slats table, .fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}

.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}

.ui-widget td.fc-axis {
  font-weight: 400;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em;
}

.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}

.fc-toolbar h2 {
  margin: 0;
}

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
  box-sizing: content-box;
}

.fc-view, .fc-view > table {
  position: relative;
  z-index: 1;
}

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-day-top.fc-other-month {
  opacity: .3;
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
  padding: 2px;
}

.fc-basic-view th.fc-day-number, .fc-basic-view th.fc-week-number {
  padding: 0 2px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey;
}

.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.fc-time-grid, .fc-time-grid-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
}

.fc-time-grid table {
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats, .fc-time-grid > hr {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}

.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event.fc-selected {
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
}

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.fc-rtl .fc-list-view {
  direction: rtl;
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

.fc .fc-list-table {
  table-layout: auto;
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: 700;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

.fc-list-item.fc-has-url {
  cursor: pointer;
}

.fc-list-item-marker, .fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  background-color: #eee;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
  background-color: #ffffff;
}

table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable, table.dataTable th, table.dataTable td {
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@charset "UTF-8";
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding-left: 35px;
  -ms-flex-align: center;
      align-items: center;
}

.item-list .pager {
  text-align: left !important;
  padding-top: 10px;
}

.item-list .pager li {
  padding: 0 !important;
  margin: 0 0 0.25em 1.1em;
  padding-left: 5px !important;
}

.item-list .pager li > a {
  border: none;
  background-color: transparent;
  padding: 5px 5px;
}

/* Slick Slider global setting */
.slick-slider .slick-slide {
  display: none;
  outline: none;
}

.slick-slider .space-holder {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-dots {
  bottom: 15px;
}

.slick-dots li {
  background: transparent;
  border: 1px solid white;
  border-radius: 50%;
}

.slick-dots li button:before {
  color: transparent;
}

.slick-dots li.slick-active {
  background: white;
}

.slick-dots li.slick-active button:before {
  color: transparent;
}

/* general styling on all templates */
section {
  padding: 50px 0;
}

.read-more, .learn-more {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.read-more span, .learn-more span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #eeb803;
  text-align: center;
  color: white;
  margin-left: 5px;
  transition: all 300ms ease;
  letter-spacing: 0;
}

.read-more span:before, .learn-more span:before {
  font-size: 14px;
  display: block;
  line-height: 16px;
  padding-left: 1px;
}

.read-more:hover, .learn-more:hover {
  color: #e38025 !important;
}

.read-more:hover span, .learn-more:hover span {
  background-color: #e38025;
  color: white;
}

/* What's New section */
.whats-new-section .wn-filter-wrap .wn-filter-list {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

.whats-new-section .wn-filter-wrap .wn-filter-list li a {
  padding: 5px 10px;
  display: inline-block;
  font-weight: 600;
  color: #58595b;
  text-transform: uppercase;
}

.whats-new-section .wn-filter-wrap .wn-filter-list li a:hover {
  color: #e38025;
}

.whats-new-section .wn-filter-wrap .wn-filter-list li a.active {
  background-color: #e38025;
  font-weight: 700;
  color: white;
}

.whats-new-section .wn-item {
  min-height: unset;
}

.whats-new-section .wn-item .wn-item-wrap {
  display: none;
  color: white;
  position: relative;
}

.whats-new-section .wn-item .wn-item-wrap .wn-item-header {
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 600;
  /*padding-left: 80px;*/
  text-align: center;
}

.whats-new-section .wn-item .wn-item-wrap .wn-item-body {
  padding: 15px 25px;
  padding-bottom: 40px;
}

.whats-new-section .wn-item .wn-item-wrap .wn-item-body h3 {
  font-size: 1.1rem;
}

.whats-new-section .wn-item .wn-item-wrap .wn-item-body .news_source {
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
}

.whats-new-section .wn-item .wn-item-wrap .wn-item-body p {
  font-weight: 300;
}

.whats-new-section .wn-item .wn-item-wrap .wn-item-body .date {
  text-transform: uppercase;
}

.whats-new-section .wn-item .wn-item-wrap .image-wrap {
  height: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #F5F6F5;
}

.whats-new-section .wn-item .wn-item-wrap .image-wrap .laptop-wrap {
  width: 72.61%;
  position: relative;
}

.whats-new-section .wn-item .wn-item-wrap .image-wrap .laptop-wrap .laptop {
  padding-top: 55.228%;
  background: url("../images/laptop.svg") center center no-repeat;
  background-size: contain;
  position: relative;
}

.whats-new-section .wn-item .wn-item-wrap .image-wrap .laptop-wrap .laptop .thumb {
  width: 68.758%;
  height: 78.842%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 15.498%;
  top: 7.795%;
}

.whats-new-section .wn-item .wn-item-wrap .image-wrap .laptop-wrap .laptop .thumb .play {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  font-size: 60px;
  text-align: center;
  color: #eeb803;
  text-decoration: none;
}

.whats-new-section .wn-item .wn-item-wrap .image-wrap .laptop-wrap .laptop .thumb .play:hover {
  color: #e38025;
}

.whats-new-section .wn-item .wn-item-wrap .text-wrap {
  padding: 15px 25px;
}

.whats-new-section .wn-item .wn-item-wrap .text-wrap p {
  font-weight: 300;
}

.whats-new-section .wn-item .wn-item-wrap .text-wrap .date {
  text-transform: uppercase;
}

.whats-new-section .wn-item .wn-item-wrap .text-wrap img {
  display: none;
}

.whats-new-section .wn-item .wn-item-wrap .text-wrap br {
  display: none;
}

.whats-new-section .wn-item .wn-item-wrap .read-more {
  color: white;
  position: absolute;
  right: 25px;
  bottom: 15px;
}

.whats-new-section .wn-item .wn-show {
  display: block;
}

.whats-new-section .wn-item .wn-publication {
  background-color: #EBEBEC;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.whats-new-section .wn-item .wn-publication a {
  display: block;
  width: 80%;
}

.whats-new-section .wn-item .wn-featured {
  background-color: #6b99af;
}

.whats-new-section .wn-item .wn-featured .wn-item-header {
  background-color: #2D5C78;
}

.whats-new-section .wn-item .wn-research {
  background-color: #6b99af;
  color: white;
  height: 275px !important;
}

.whats-new-section .wn-item .wn-research .wn-item-header {
  background-color: #2D5C78;
  color: white;
}

.whats-new-section .wn-item .wn-research .read-more {
  color: white;
}

.whats-new-section .wn-item .wn-media {
  background-color: #E9EAEA;
  color: #58595b;
}

.whats-new-section .wn-item .wn-media .wn-item-header {
  background-color: #44273a;
  color: white;
}

.whats-new-section .wn-item .wn-media .read-more {
  color: #58595b;
  /* &:hover, &:hover {
						color: #44273a !important;
				}
				*/
}

.whats-new-section .wn-item .wn-event {
  background-color: #fbecde;
  color: #58595b;
}

.whats-new-section .wn-item .wn-event .wn-item-header {
  background-color: #e38025;
  color: white;
}

.whats-new-section .wn-item .wn-event .read-more {
  color: #58595b;
}

@media only screen and (max-width: 991px) {
  .whats-new-section .wn-item {
    margin-bottom: 20px;
  }
}

/* end What's New section */
/* breadscrum */
.breadcrumb {
  padding: 0;
  background-color: transparent;
  font-weight: 300;
}

.breadcrumb > li a {
  color: black;
}

.breadcrumb > li a:hover {
  color: #e38025;
}

.breadcrumb > li.active {
  color: #e38025;
}

.breadcrumb > li:before {
  color: black;
}

.breadcrumb-section {
  padding: 30px 0;
}

.breadcrumb-section .breadcrumb {
  margin-bottom: 0;
}

/* end breadscrum */
/* Basic Intro Section */
.basic-intro-section p {
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

/* end Basic Intro Section */
/* Basic Content Section */
.basic-content-section h2 {
  margin-bottom: 30px;
}

.basic-content-section p {
  font-size: 1.25rem;
  font-weight: 300;
}

.basic-content-section p a {
  color: #e38025;
}

.basic-content-section p a:hover {
  color: #6b99af;
}

/* end Basic Content Section */
/* Separator Section */
.separator-section {
  padding: 0;
}

/* end Separator Section */
/* half sections */
.half-section {
  width: 50%;
  float: left;
}

.half-section .item-wrap {
  padding: 30px 0;
  border-bottom: 1px solid;
  overflow: hidden;
}

.half-section .item-wrap p {
  font-weight: 300;
}

.half-section .item-wrap .date {
  text-transform: uppercase;
}

.half-section.left-half-section .inner-container {
  padding-left: calc(50vw - 585px);
  padding-right: 50px;
}

.half-section.right-half-section .inner-container {
  padding-right: calc(50vw - 585px);
  padding-left: 50px;
}

@media only screen and (max-width: 1199px) {
  .half-section.left-half-section .inner-container {
    padding-left: calc(50vw - 485px);
  }
  .half-section.right-half-section .inner-container {
    padding-right: calc(50vw - 485px);
  }
}

@media only screen and (max-width: 991px) {
  .half-section.left-half-section .inner-container {
    padding-left: calc(50vw - 360px);
  }
  .half-section.right-half-section .inner-container {
    padding-right: calc(50vw - 360px);
  }
}

@media only screen and (max-width: 767px) {
  .half-section {
    width: 100%;
  }
  .half-section.left-half-section {
    float: none;
  }
  .half-section.left-half-section .inner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .half-section.right-half-section {
    float: none;
  }
  .half-section.right-half-section .inner-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* end half sections */
.main .breadcrumb {
  color: #e38025;
}

.main .breadcrumb > a {
  color: black;
  margin-right: 24px;
  position: relative;
}

.main .breadcrumb > a:after {
  padding: 0 8px;
  color: #ccc;
  content: "/\00a0";
  position: absolute;
  right: -24px;
}

.main hr {
  border: 0;
  border-top: 1px solid #eee;
}

.imgRight {
  float: right;
  clear: both;
  margin: 0 0 10px 10px;
}

.imgLeft {
  float: left;
  clear: both;
  margin: 0 10px 10px 0;
}

.imgCenter {
  float: left;
  clear: both;
  margin: 0 10px 10px 0;
}

#page-wrapper #main-wrapper p {
  padding: 15px 0 0 0;
}

.request_new_password {
  margin-bottom: 15px;
}

html body.admin-menu .navbar-fixed-top {
  top: 29px;
}

.sumome-share-client-wrapper.sumome-share-client-wrapper-mobile-bottom-bar {
  background-color: #fff;
}

.sumome-share-client-wrapper .sumome-share-client-hide {
  display: none !important;
}

.sumome-share-client-wrapper.sumome-share-client-wrapper-left-page {
  right: 0;
  left: calc(100% - 50px) !important;
  display: none;
}

.right_social_share {
  display: none !important;
}

.node-type-event .sumome-share-client-wrapper.sumome-share-client-wrapper-left-page,
.node-type-book .sumome-share-client-wrapper.sumome-share-client-wrapper-left-page,
.node-type-committee .sumome-share-client-wrapper.sumome-share-client-wrapper-left-page,
.node-type-symposia-special-project .sumome-share-client-wrapper.sumome-share-client-wrapper-left-page {
  display: block;
}

.dataTables_wrapper .display.table > tbody > tr > td {
  white-space: nowrap;
  word-wrap: inherit;
}

@media (min-width: 496px) and (max-width: 827px) {
  .node-type-research .main,
  .node-type-event .main,
  .node-type-book .main,
  .node-type-staff .main,
  .node-type-committee .main,
  .node-type-symposia-special-project .main {
    padding-right: 60px;
  }
  .node-type-research footer,
  .node-type-event footer,
  .node-type-book footer,
  .node-type-staff footer,
  .node-type-committee footer,
  .node-type-symposia-special-project footer {
    padding-right: 60px;
  }
}

#admin-menu+a {
  display: none !important;
  opacity: 0 !important;
}

#admin-menu+a {
  display: none !important;
  opacity: 0 !important;
}

a[title="Sumo"] {
  display: none !important;
  opacity: 0 !important;
}

#data_table_wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.display.table > thead > tr > th {
  vertical-align: top;
  background-color: #f1f1f1;
  font-size: 13px;
}

.display.table > tbody > tr > td {
  font-size: 13px;
}

.policy-advisory-board-page .mission-section .container {
  margin-bottom: -30px;
}

/* Housing Cost Burden table - Show the bottom of the table */
@media only screen and (min-width: 1224px) {
  .dataTables_scrollBody {
    height: 30vh !important;
  }
}

@media only screen and (min-width: 1824px) {
  .dataTables_scrollBody {
    height: 50vh !important;
  }
}

#search_result_container .search_article {
  display: none;
}

#search_result_container .search_article:nth-child(-n+25) {
  display: block;
}

.search-pagination {
  list-style: none;
  padding: 0;
  margin: 30px;
  margin-bottom: 50px;
  overflow: hidden;
  text-align: center;
}

.search-pagination li {
  margin: 5px;
  display: inline-block;
}

.search-pagination li a {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #E38025;
  background-color: transparent;
  padding: 9px;
  display: block;
  cursor: pointer;
}

.search-pagination li a:hover {
  color: #E38025;
  background-color: #fff;
}

.search-pagination li a.active {
  color: #fff;
  background-color: #E38025;
}

html {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #6d6e71;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

a.research-area-title {
  color: #e38025;
}

body {
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  color: #6d6e71;
}

a {
  transition: all 300ms ease;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #e38025;
  text-decoration: none;
}

a:focus {
  color: #e38025;
  text-decoration: none;
}

h1 {
  font-size: 2.875rem;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
}

h2 {
  font-size: 1.5625rem;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
}

h2:after {
  content: '';
  display: block;
  width: 200px;
  border-top: 1px solid #a8aaab;
  margin-top: 20px;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.btn {
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 1px;
}

.yellow-btn {
  background-color: #eeb803;
  border: 0;
  color: white;
}

.yellow-btn:hover {
  background-color: #e38025;
  color: white;
}

.yellow-btn:focus {
  background-color: #e38025;
  color: white;
}

.grey-btn {
  background-color: #939597;
  border: 0;
  color: white;
}

.grey-btn:hover {
  background-color: #e38025;
  color: white;
}

.grey-btn:focus {
  background-color: #e38025;
  color: white;
}

header .navbar-inverse {
  background-color: white;
  border: 0;
}

header .navbar-inverse .nav-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

header .navbar-inverse .navbar-brand {
  max-width: 350px;
  height: auto;
  padding-left: 0;
}

header .navbar-inverse .navbar-brand img {
  width: 100%;
}

header .navbar-inverse .navbar-brand img.logo-icon {
  display: none;
}

header .navbar-inverse .navbar-brand img.logo-full {
  width: 300px;
}

header .navbar-inverse .navbar-brand img.logo-icon {
  width: 300px;
}

header .navbar-inverse .utilities-nav {
  width: 400px;
  padding-top: 10px;
}

header .navbar-inverse .utilities-nav .upper-util {
  text-align: right;
  margin-bottom: 20px;
}

header .navbar-inverse .utilities-nav .upper-util .util-links {
  display: inline-block;
}

header .navbar-inverse .utilities-nav .upper-util .util-links a {
  color: #9a9a9a;
  font-size: 0.875rem;
}

header .navbar-inverse .utilities-nav .upper-util .util-links a:hover {
  color: #e38025;
}

header .navbar-inverse .utilities-nav .upper-util .social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}

header .navbar-inverse .utilities-nav .upper-util .social li {
  display: inline-block;
  color: #9a9a9a;
  position: relative;
}

header .navbar-inverse .utilities-nav .upper-util .social li a {
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  display: block;
  color: transparent;
  overflow: hidden;
}

header .navbar-inverse .utilities-nav .upper-util .social li:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  pointer-events: none;
  transition: all 300ms ease;
  font-size: 15px;
}

header .navbar-inverse .utilities-nav .upper-util .social li:hover {
  color: #e38025;
}

header .navbar-inverse .utilities-nav .lower-util .harvard-logo {
  max-width: 140px;
  display: block;
  float: left;
}

header .navbar-inverse .utilities-nav .lower-util .harvard-logo img {
  width: 100%;
}

header .navbar-inverse .utilities-nav .lower-util .search-wrap {
  max-width: 250px;
  float: right;
}

header .navbar-inverse .utilities-nav .lower-util .search-wrap form {
  width: 100%;
  position: relative;
  height: 36px;
}

header .navbar-inverse .utilities-nav .lower-util .search-wrap form input[type="text"] {
  width: 100%;
  height: 36px;
  padding-left: 10px;
  padding-right: 35px;
  border: 0;
  background-color: #ededee;
}

header .navbar-inverse .utilities-nav .lower-util .search-wrap form input[type="submit"] {
  width: 20px;
  height: 20px;
  background: url("../images/icon-search.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 8px;
  border: 0;
  text-indent: -9999px;
}

header .navbar-inverse .header-lower {
  background-color: #6b99af;
}

header .navbar-inverse .header-lower .navbar-collapse .navbar-nav {
  margin: 0 -15px;
}

header .navbar-inverse .header-lower .navbar-collapse .navbar-nav li a {
  padding: 13px 0 10px;
  margin: 0 15px;
  color: white;
  border-bottom: 3px solid #6b99af;
  text-transform: uppercase;
  font-size: 1.125rem;
}

header .navbar-inverse .header-lower .navbar-collapse .navbar-nav li a:hover {
  border-bottom: 3px solid white;
}

header .navbar-inverse .header-lower .navbar-collapse .navbar-nav li.active a {
  border-bottom: 3px solid white;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  header .navbar-inverse .navbar-header {
    width: 100%;
  }
  header .navbar-inverse .navbar-brand {
    max-width: 200px;
  }
  header .navbar-inverse .utilities-nav {
    display: none;
    background-color: #eeb803;
    width: 100%;
  }
  header .navbar-inverse .utilities-nav .upper-util {
    text-align: center;
    margin-bottom: 10px;
  }
  header .navbar-inverse .utilities-nav .upper-util .util-links {
    display: block;
    margin-bottom: 10px;
  }
  header .navbar-inverse .utilities-nav .upper-util .util-links a {
    color: white;
  }
  header .navbar-inverse .utilities-nav .upper-util .social {
    display: block;
  }
  header .navbar-inverse .utilities-nav .upper-util .social li {
    color: white;
  }
  header .navbar-inverse .utilities-nav .upper-util .social li a {
    width: 20px;
    height: 20px;
  }
  header .navbar-inverse .utilities-nav .upper-util .social li:before {
    font-size: 20px;
  }
  header .navbar-inverse .utilities-nav .lower-util {
    padding-bottom: 10px;
  }
  header .navbar-inverse .utilities-nav .lower-util .harvard-logo {
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  header .navbar-inverse .utilities-nav .lower-util .search-wrap {
    margin: 0 auto;
    float: none;
    padding: 0 15px;
  }
  header .navbar-inverse .utilities-nav .lower-util .search-wrap form input[type="text"] {
    background-color: white;
  }
  header .navbar-inverse .header-lower {
    background-color: #6b99af;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  header .navbar-inverse .header-lower .container {
    padding: 0;
  }
  header .navbar-inverse .header-lower .navbar-collapse {
    border: 0;
  }
  header .navbar-inverse .header-lower .navbar-collapse .navbar-nav {
    margin: 0 -15px;
  }
  header .navbar-inverse .header-lower .navbar-collapse .navbar-nav li a {
    padding: 13px 30px;
    margin: 0;
    border-bottom: 0;
  }
  header .navbar-inverse .header-lower .navbar-collapse .navbar-nav li a:hover {
    border-bottom: 0;
    background-color: white;
    color: #6b99af;
  }
  header .navbar-inverse .header-lower .navbar-collapse .navbar-nav li.active a {
    border-bottom: 0;
    background-color: white;
    color: #6b99af;
  }
}

.administration-quick-links {
  position: fixed;
  left: -90px;
  bottom: 0;
  z-index: 100;
  transition: all .4s ease-out;
}

.administration-quick-links:hover {
  left: 0px;
}

.administration-quick-links a {
  padding: 8px 20px;
  text-align: center;
  background-color: #006c94;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  box-shadow: -1px 1px 10px #272727;
  display: block;
  margin: 10px 0;
}

#admin-menu {
  z-index: 9999 !important;
}

#admin-menu a {
  font-size: 11px;
}

footer {
  /*New Signup Form CSS */
  /*End of ne wSignup form CSS*/
  padding: 30px 0;
  background-size: cover;
  background-position: center center;
  color: white;
}

footer #mc_embed_signup .mc-field-group input[type=Email], footer #mc_embed_signup .mc-field-group input[type=text] {
  display: block;
  text-indent: 2%;
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
  padding: 10px 20px;
  background-color: #efefef;
  border: 0;
  font-weight: 300;
  line-height: 30px;
  font-family: Open Sans,sans-serif;
}

footer #mc_embed_signup .mc-field-group.input-group ul li {
  display: inline-block;
  padding: 3px 30px;
  margin: auto;
}

footer #mc_embed_signup .mc-field-group.input-group input {
  margin: auto;
  margin-right: 10px;
}

footer #mc_embed_signup input[type=submit] {
  border: none;
  border-radius: 0px;
  margin: auto;
  margin-top: 10px;
}

footer #mc_embed_signup .mc-field-group.input-group label {
  font-weight: 300;
  font-size: 16px;
}

footer #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: none;
}

footer #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  footer #mc_embed_signup .mc-field-group.input-group label {
    font-size: 14px;
  }
  footer #mc_embed_signup .mc-field-group.input-group ul li {
    padding: 3px 20px;
  }
  footer #mc_embed_signup .mc-field-group input[type=Email], footer #mc_embed_signup .mc-field-group input[type=text] {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  footer #mc_embed_signup .mc-field-group.input-group ul li {
    padding: 5px 5px;
  }
  footer #mc_embed_signup .mc-field-group input[type=Email], footer #mc_embed_signup .mc-field-group input[type=text] {
    font-size: 16px;
  }
}

footer #upper_footer h2:after {
  border-color: white;
}

footer #upper_footer h2 + p {
  margin: 20px 0;
  max-width: 650px;
}

footer #upper_footer #logo-harvard-graduate-school-of-design {
  max-width: 240px;
  margin-right: 40px;
}

footer #upper_footer #logo-harvard-kennedy-school {
  max-width: 260px;
  width: 100%;
}

footer #upper_footer .footer-right {
  text-align: right;
}

footer #upper_footer .footer-right h3 {
  font-size: 1.5625rem;
  font-weight: 400;
  margin-bottom: 30px;
}

footer #upper_footer .footer-right .social {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}

footer #upper_footer .footer-right .social li {
  display: inline-block;
  color: #6b99af;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: white;
  transition: all 300ms ease;
}

footer #upper_footer .footer-right .social li a {
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  display: block;
  color: transparent;
  overflow: hidden;
}

footer #upper_footer .footer-right .social li:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  pointer-events: none;
  transition: all 300ms ease;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}

footer #upper_footer .footer-right .social li:hover {
  background-color: #e38025;
}

footer #upper_footer .footer-right .social li + li {
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  footer #upper_footer .footer-right {
    text-align: left;
    margin-top: 30px;
  }
  footer #upper_footer .footer-right .social {
    display: block;
    margin-left: 0;
  }
  footer #upper_footer #logo-harvard-graduate-school-of-design {
    display: block;
    margin-bottom: 20px;
  }
  footer #upper_footer #logo-harvard-kennedy-school {
    display: block;
  }
}

footer hr {
  margin: 30px 0;
}

footer #lower_footer {
  font-size: 11px;
}

footer #lower_footer p {
  margin: 0;
}

footer #subscription {
  color: #6d6e71;
}

body.modal-open {
  overflow-y: scroll;
  padding-right: 0 !important;
}

#subscription .modal-dialog {
  width: 72%;
  max-width: 1020px;
}

#subscription .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

#subscription .modal-header {
  position: relative;
  border: 0;
  background-color: #76a590;
  padding: 5px;
  margin-bottom: 50px;
}

#subscription .modal-header .close {
  margin: 0;
  position: absolute;
  right: 30px;
  top: 36px;
  width: 25px;
  height: 25px;
  transition: all 300ms ease;
}

#subscription .modal-header .close span {
  width: 25px;
  height: 2px;
  display: block;
  background-color: #999;
  position: absolute;
}

#subscription .modal-header .close span:first-child {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  right: 0;
  top: 10px;
}

#subscription .modal-header .close span:last-child {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  right: 0;
  top: 10px;
}

#subscription .modal-body {
  padding: 30px 80px 60px;
}

#subscription .modal-body .modal-title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 1.5625rem;
  font-weight: 700;
}

#subscription .modal-body p {
  max-width: 350px;
  font-size: 1.25rem;
  font-weight: 300;
}

#subscription #subscribe-result {
  color: black;
  text-align: center;
  margin: 30px 30px 0 30px;
  font-size: 18px;
  line-height: 26px;
}

#subscription .subscriptionForm {
  padding-left: 20px;
}

#subscription .subscriptionForm input[type="text"], #subscription .subscriptionForm input[type="email"] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.25rem;
  padding: 10px 20px;
  background-color: #efefef;
  border: 0;
  font-weight: 300;
}

#subscription .subscriptionForm input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  width: 1.9ex;
  height: 1.1ex;
  background: transparent;
  top: 0.6ex;
  left: 1.5ex;
  border: 3px solid #e38025;
  border-top: none;
  border-right: none;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#subscription .subscriptionForm input[type="checkbox"] {
  line-height: 2.1ex;
}

#subscription .subscriptionForm input[type="radio"], #subscription .subscriptionForm input[type="checkbox"] {
  position: absolute;
  left: -999em;
}

#subscription .subscriptionForm input[type="checkbox"] + label {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#subscription .subscriptionForm input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: -14%;
  height: 2ex;
  width: 2ex;
  background-color: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  margin-right: .5em;
}

#subscription .subscriptionForm ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

#subscription .subscriptionForm ul li {
  display: inline-block;
  position: relative;
  width: 30%;
  padding-left: 20px;
}

#subscription .subscriptionForm ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

#subscription .subscriptionForm ul li label {
  display: inline-block;
  padding-left: 10px;
  position: relative;
  font-weight: 300;
  margin: 10px auto;
  z-index: 9;
  cursor: pointer;
  transition: all 300ms ease;
  color: black;
}

#subscription .subscriptionForm ul li .check {
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 15px;
  left: 0;
  z-index: 5;
  transition: all 300ms ease;
}

#subscription .subscriptionForm ul li .check:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 6px;
  width: 6px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: all 300ms ease;
}

#subscription .subscriptionForm ul li:hover .check {
  border: 1px solid #eeb803;
}

#subscription .subscriptionForm ul li input[type=radio]:checked ~ .check::before {
  background: #eeb803;
}

#subscription .subscriptionForm input[type="submit"] {
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 991px) {
  #subscription .modal-dialog {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  #subscription {
    padding-right: 0 !important;
    top: 50px;
  }
  #subscription .modal-dialog {
    width: 100%;
    margin: 0;
  }
  #subscription .subscriptionForm {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 500px) {
  #subscription .modal-body {
    padding: 30px 30px 60px 30px;
  }
}

.homepage .banner-slider-section {
  overflow: hidden;
  padding: 0;
}

.homepage .banner-slider-section .container {
  position: relative;
}

.homepage .banner-slider-section .banner-slider .slick-list {
  overflow: visible;
}

.homepage .banner-slider-section .banner-slider .banner-slide {
  transition: opacity 300ms ease;
}

.homepage .banner-slider-section .banner-slider .banner-slide .image-wrap {
  width: 800px;
  height: 400px;
  background-size: cover;
  background-position: center center;
}

.homepage .banner-slider-section .banner-slider .banner-slide:not(.slick-current) {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.5;
}

.homepage .banner-slider-section .banner-slider .slick-arrow {
  z-index: 1;
  width: 36px;
  height: 36px;
}

.homepage .banner-slider-section .banner-slider .slick-arrow span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #eeb803;
  transition: all 300ms ease;
}

.homepage .banner-slider-section .banner-slider .slick-arrow span:before {
  display: block;
  font-size: 30px;
  color: white;
}

.homepage .banner-slider-section .banner-slider .slick-arrow span.fa-angle-left:before {
  padding: 2px 2px 0 0;
}

.homepage .banner-slider-section .banner-slider .slick-arrow span.fa-angle-right:before {
  padding: 2px 0 0 2px;
}

.homepage .banner-slider-section .banner-slider .slick-arrow:before {
  display: none;
}

.homepage .banner-slider-section .banner-slider .slick-arrow:hover span {
  background-color: #e38025;
}

.homepage .banner-slider-section .detail-slider {
  position: absolute;
  width: 400px;
  right: 15px;
  top: 0;
  background-color: #7ea6b9;
}

.homepage .banner-slider-section .detail-slider .inner-wrap {
  padding: 20px;
  height: 400px;
  color: white;
  position: relative;
}

.homepage .banner-slider-section .detail-slider .inner-wrap h1 {
  font-size: 2.375rem;
  line-height: 1.2;
}

.homepage .banner-slider-section .detail-slider .inner-wrap h1 span {
  font-size: 1.875rem;
  font-weight: 400;
}

.homepage .banner-slider-section .detail-slider .inner-wrap p {
  font-size: 1.25rem;
  font-weight: 300;
}

.homepage .banner-slider-section .detail-slider .inner-wrap .btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .homepage .banner-slider-section .banner-slider .slick-next {
    right: -10px;
  }
  .homepage .banner-slider-section .banner-slider .slick-prev {
    left: -10px;
  }
}

@media only screen and (max-width: 440px) {
  .homepage .banner-slider-section .detail-slider {
    width: 100%;
    /* width: calc(100% + 0px); */
    margin-right: -15px;
    margin-left: -15px;
  }
  .homepage .banner-slider-section .detail-slider .inner-wrap {
    text-align: center;
    padding: 40px 0px;
  }
  .homepage .banner-slider-section .detail-slider .inner-wrap h1 {
    font-size: 2rem;
    line-height: 1;
    padding: 0 20px;
  }
  .homepage .banner-slider-section .detail-slider .inner-wrap h1 span {
    font-size: 1.5rem;
    line-height: 1;
  }
  .homepage .banner-slider-section .detail-slider .inner-wrap p {
    font-size: 1.2rem;
    padding: 0 50px;
  }
  .homepage .banner-slider-section .detail-slider .inner-wrap .btn {
    position: relative;
    left: 0;
    bottom: -10px;
  }
}

.homepage .half-section .item-wrap {
  padding: 30px 0;
  border-bottom: 1px solid;
}

.homepage .half-section .item-wrap p {
  font-weight: 300;
}

.homepage .half-section .item-wrap .date {
  text-transform: uppercase;
}

.homepage .research-tools-section {
  background-color: #76a590;
}

.homepage .research-tools-section h2:after {
  border-color: white;
}

.homepage .research-tools-section .inner-container {
  color: white;
}

.homepage .research-tools-section .item-wrap {
  border-color: white;
}

.homepage .research-tools-section .item-wrap .read-more {
  color: white;
}

.homepage .research-tools-section .featured-item .image-wrap {
  max-width: 120px;
  float: left;
  margin: 0 30px 10px 0;
}

@media only screen and (max-width: 480px) {
  .homepage .research-tools-section .featured-item .image-wrap {
    max-width: 100%;
    float: none;
  }
}

.homepage .research-tools-section .btn {
  margin-top: 30px;
}

.homepage .blog-section {
  background-color: #E9E9EA;
}

.homepage .blog-section .inner-container {
  color: #58595b;
}

.homepage .blog-section h2 {
  color: #6d6e71;
}

.homepage .blog-section h2:after {
  border-color: #76a590;
}

.homepage .blog-section .item-wrap {
  border-color: #76a590;
}

.homepage .blog-section .item-wrap .author-wrap {
  width: 150px;
  float: left;
}

.homepage .blog-section .item-wrap .author-wrap .name {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 8px;
}

.homepage .blog-section .item-wrap .author-wrap .title {
  font-weight: 400;
}

.homepage .blog-section .item-wrap .author-wrap img {
  width: 130px;
}

.homepage .blog-section .item-wrap .text-wrap {
  width: calc(100% - 150px);
  float: right;
}

.homepage .blog-section .item-wrap .text-wrap img {
  display: none;
}

.homepage .blog-section .item-wrap .text-wrap br {
  display: none;
}

.homepage .blog-section .item-wrap .read-more {
  color: #58595b;
}

.homepage .blog-section .item-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.homepage .blog-section .btn {
  margin-top: 30px;
}

.homepage .calendar-section {
  background-color: #f1f2f2;
}

.homepage .calendar-section .calendar-row {
  margin-top: 30px;
}

.homepage .calendar-section .calendar-card {
  background-color: white;
  padding: 20px;
}

.homepage .calendar-section .calendar-card .filter-wrap {
  width: 130px;
  float: left;
}

.homepage .calendar-section .calendar-card .filter-wrap h6 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}

.homepage .calendar-section .calendar-card .filter-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.homepage .calendar-section .calendar-card .filter-wrap ul li {
  margin: 15px 0;
  position: relative;
  padding-left: 30px;
  transition: all 300ms ease;
  cursor: pointer;
}

.homepage .calendar-section .calendar-card .filter-wrap ul li:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}

.homepage .calendar-section .calendar-card .filter-wrap ul li.filter-local_events:before {
  background-color: #e38025;
}

.homepage .calendar-section .calendar-card .filter-wrap ul li.filter-publications:before {
  background-color: #76a590;
}

.homepage .calendar-section .calendar-card .filter-wrap ul li.filter-conferences:before {
  background-color: #44273a;
}

.homepage .calendar-section .calendar-card .filter-wrap ul li.filter-research:before {
  background-color: #58595b;
}

.homepage .calendar-section .calendar-card .filter-wrap ul li.filter-webcasts:before {
  background-color: #6b99af;
}

.homepage .calendar-section .calendar-card .filter-wrap ul li.filter-14:before {
  background-color: #e38025;
}

.homepage .calendar-section .calendar-card .filter-wrap ul li.filter-15:before {
  background-color: #76a590;
}

.homepage .calendar-section .calendar-card .filter-wrap ul li.filter-16:before {
  background-color: #44273a;
}

.homepage .calendar-section .calendar-card .filter-wrap ul li.filter-18:before {
  background-color: #58595b;
}

.homepage .calendar-section .calendar-card .filter-wrap ul li.filter-17:before {
  background-color: #6b99af;
}

.homepage .calendar-section .calendar-card .filter-wrap ul li:hover {
  opacity: .5;
}

.homepage .calendar-section .calendar-card .filter-wrap ul li.unchecked {
  opacity: .3;
}

.homepage .calendar-section .calendar-card .filter-wrap ul li.unchecked:before {
  background-color: #ccc;
}

.homepage .calendar-section .calendar-card .filter-wrap ul li.unchecked:hover {
  opacity: .5;
}

.homepage .calendar-section .calendar-card .filter-wrap .btn {
  padding: 8px 20px;
  font-size: 11px;
}

.homepage .calendar-section .calendar-card .calendar-wrap {
  width: calc(100% - 150px);
  float: right;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box h2 {
  font-weight: 600;
  font-size: 1.125rem;
  width: 150px;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box h2:after {
  display: none;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-state-default {
  border: 0;
  background-color: #76a590;
  background-image: none;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 1rem;
  transition: all 300ms ease;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-state-default .fc-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  margin: 0;
  padding-top: 3px;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-state-default .fc-icon.fc-icon-left-single-arrow {
  padding-left: 3px;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-state-default .fc-icon.fc-icon-right-single-arrow {
  padding-right: 3px;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-state-default .fc-icon:after {
  font-size: 1rem;
  font-weight: 400;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-state-default:hover {
  background-color: #eeb803;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-view-container td, .homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-view-container th {
  border: 0;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-basic-view .fc-body .fc-row {
  min-height: 45px;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td {
  padding: 3px;
  text-align: center;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span {
  float: none;
  display: block;
  padding: 8px 2px;
  background-color: #dbdcdd;
  color: black;
  font-weight: 600;
  transition: all 300ms ease;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.dayWithEvent {
  color: white;
  cursor: pointer;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.dayWithEvent:hover, .homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.dayWithEvent.checked {
  background-color: #eeb803;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-local_events {
  background-color: #e38025;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-publications {
  background-color: #76a590;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-conferences {
  background-color: #44273a;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-research {
  background-color: #58595b;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-webcasts {
  background-color: #6b99af;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-14 {
  background-color: #e38025;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-15 {
  background-color: #76a590;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-16 {
  background-color: #44273a;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-18 {
  background-color: #58595b;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-17 {
  background-color: #6b99af;
}

.homepage .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td.fc-today span {
  background-color: #eeb803;
  color: white;
}

.homepage .calendar-section .calendar-card .calendar-wrap .fc-unthemed td.fc-today {
  background-color: transparent;
}

@media only screen and (max-width: 480px) {
  .homepage .calendar-section .calendar-card .filter-wrap {
    float: none;
    width: initial;
    margin-bottom: 20px;
  }
  .homepage .calendar-section .calendar-card .filter-wrap ul {
    margin: 0;
  }
  .homepage .calendar-section .calendar-card .calendar-wrap {
    float: none;
    width: inherit;
  }
}

.homepage .calendar-section .event-box {
  background-color: white;
  padding: 30px;
}

.homepage .calendar-section .event-box h3 a {
  color: #e38025;
}

.homepage .calendar-section .event-box h3 a:hover {
  color: #6b99af;
}

.homepage .calendar-section .event-box p {
  margin-bottom: 0;
  font-weight: 300;
  color: #000;
}

.homepage .calendar-section .event-box .location {
  margin-bottom: 10px;
  max-width: 400px;
}

.homepage .calendar-section .event-box .details img {
  float: left;
  max-width: 140px;
  margin: 10px 20px 20px 0;
}

.homepage .calendar-section .event-box .summary {
  font-weight: 300;
}

.homepage .calendar-section .event-box a.yellow-btn {
  margin-top: 40px;
}

.homepage .calendar-section .event-box.no_event {
  display: table-cell;
  height: 380px;
  vertical-align: middle;
}

.homepage .calendar-section .event-box.no_event h3 {
  margin-bottom: 40px;
}

.homepage .calendar-section .event-box.one_event {
  height: 100%;
}

.homepage .calendar-section .event-box.one_event h3 {
  margin-bottom: 30px;
}

.homepage .calendar-section .event-box.one_event .details {
  margin-top: 35px;
}

.homepage .calendar-section .event-box.multi_event {
  height: calc(50% - 5px);
  padding: 15px 30px;
}

.homepage .calendar-section .event-box.multi_event h3 {
  margin-bottom: 10px;
}

.homepage .calendar-section .event-box + .event-box {
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .homepage .calendar-section .calendar-card {
    margin-bottom: 20px;
  }
}

.faculty-page .faculty-section {
  padding-top: 0;
}

.faculty-page .faculty-section .faculty-list .faculty-item {
  padding: 35px 0;
}

.faculty-page .faculty-section .faculty-list .faculty-item .name {
  text-transform: uppercase;
  color: #6b99af;
  font-weight: 600;
  font-size: 1.25rem;
}

.faculty-page .faculty-section .faculty-list .faculty-item .title {
  margin: 0;
}

.faculty-page .faculty-section .faculty-list .faculty-item .title,
.faculty-page .faculty-section .faculty-list .faculty-item .department {
  font-size: 1.1875rem;
  font-weight: 300;
}

.faculty-page .faculty-section .faculty-list .faculty-item .read-more {
  color: #6d6e71;
}

.faculty-page .faculty-section .faculty-list .faculty-item + .faculty-item {
  border-top: 1px solid #a8aaab;
}

.faculty-page .faculty-section:before {
  height: 45px;
  width: 100%;
  content: '';
  display: block;
  background-color: #76a590;
  margin-bottom: 50px;
}

.faculty-page .affiliates-section p {
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

.faculty-page .affiliates-section .affiliates-list {
  padding: 15px 0 30px;
}

.faculty-page .affiliates-section .affiliates-item {
  padding: 15px 0;
}

.faculty-page .affiliates-section .affiliates-item p {
  font-size: 1rem;
  margin: 0;
}

.faculty-page .affiliates-section .affiliates-item .name {
  font-weight: 700;
  color: #6b99af;
}

.faculty-page .affiliates-section .affiliates-item a {
  color: #6b99af;
}

.faculty-page .affiliates-section .affiliates-item a:focus, .faculty-page .affiliates-section .affiliates-item a:hover {
  color: #e38025;
  text-decoration: none;
}

.faculty-page .affiliates-section .affiliates-item .title {
  font-weight: 300;
}

.faculty-page .affiliates-section .affiliates-item .content {
  font-size: 1rem;
  max-width: 260px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .faculty-page .faculty-item .image-wrap {
    float: none;
    margin-bottom: 20px;
  }
}

.faculty-item .image-wrap {
  width: 100%;
  max-width: 250px;
  margin-right: 20px;
  height: 200px;
  float: left;
}

.faculty-item .image-wrap a {
  width: 100%;
  height: 200px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-color: #eaeaea;
  filter: grayscale(100%);
  /* Current draft standard */
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: url(resources.svg#desaturate);
  /* Gecko */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
}

.faculty-item .image-wrap:hover a {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  filter: none;
  /* Current draft standard */
  /* New WebKit */
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  /* Not yet supported in Gecko, Opera or IE */
  filter: none;
  /* Gecko */
  filter: none;
  /* IE */
  -webkit-filter: none;
  /* Old WebKit */
}

.careers-page .basic-intro-section {
  padding-bottom: 30px;
}

.careers-page .careers-section {
  padding: 0 0 50px;
}

.careers-page .careers-section .career-list .career-item {
  padding: 20px 0;
}

.careers-page .careers-section .career-list .career-item p {
  margin: 0;
  font-size: 1.25rem;
}

.careers-page .careers-section .career-list .career-item .title {
  font-weight: 700;
}

.careers-page .careers-section .career-list .career-item .autoreqID {
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .careers-page .careers-section .career-list .career-item .autoreqID {
    margin-bottom: 10px;
  }
}

.fellows-page .basic-intro-section {
  padding-bottom: 0;
}

.fellows-page .fellows-section {
  padding: 15px 0 30px;
}

.fellows-page .fellows-section .fellow-item {
  padding: 15px 0;
}

.fellows-page .fellows-section .fellow-item p {
  font-size: 1.25rem;
  margin: 0;
}

.fellows-page .fellows-section .fellow-item .name {
  font-weight: 700;
  color: #6b99af;
}

.fellows-page .fellows-section .fellow-item .title {
  font-weight: 300;
}

.fellows-page .additional-fellowship-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.fellows-page .additional-fellowship-section .container {
  position: relative;
  color: white;
}

.fellows-page .additional-fellowship-section .container h2 {
  margin-bottom: 20px;
}

.fellows-page .additional-fellowship-section .container h2:after {
  border-color: white;
}

.fellows-page .additional-fellowship-section .container p {
  max-width: 540px;
  font-size: 1.25rem;
  font-weight: 300;
}

.fellows-page .additional-fellowship-section .container .btn {
  display: block;
  max-width: 220px;
}

.fellows-page .additional-fellowship-section:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #76a590;
  opacity: 0.8;
}

.contact-page .basic-intro-section {
  padding-bottom: 0;
}

.contact-page .map-section {
  padding-top: 0;
}

.contact-page .map-section h2 {
  margin-bottom: 30px;
}

.contact-page .map-section p {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 30px;
}

.contact-page .map-section p span {
  font-weight: 600;
}

.contact-page .map-section p a {
  color: #e38025;
}

.contact-page .map-section p a:hover {
  color: #6b99af;
}

.contact-page .map-section .direction-link {
  padding-left: 30px;
  background: url("../images/map-pin.svg") left center no-repeat;
  background-size: contain;
  font-size: 1.25rem;
  color: #e38025;
  font-weight: 300;
}

.contact-page .map-section .direction-link:hover {
  text-decoration: underline;
}

.contact-page .half-section h2 {
  margin-bottom: 30px;
}

.contact-page .half-section p {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.contact-page .connect-section {
  background-color: #76a590;
}

.contact-page .connect-section h2:after {
  border-color: white;
}

.contact-page .connect-section .inner-container {
  color: white;
}

.contact-page .connect-section .social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.contact-page .connect-section .social li {
  display: inline-block;
  color: #6b99af;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: white;
  transition: all 300ms ease;
}

.contact-page .connect-section .social li a {
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  display: block;
  color: transparent;
  overflow: hidden;
}

.contact-page .connect-section .social li:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  pointer-events: none;
  transition: all 300ms ease;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}

.contact-page .connect-section .social li:hover {
  background-color: #e38025;
}

.contact-page .connect-section .social li + li {
  margin-left: 15px;
}

.contact-page .mailist-section {
  background-color: #E9E9EA;
}

.contact-page .mailist-section .inner-container {
  color: #58595b;
}

.contact-page .mailist-section h2 {
  color: #6d6e71;
}

.contact-page .mailist-section h2:after {
  border-color: #76a590;
}

.policy-advisory-board-page .banner-section {
  padding: 0;
  height: 380px;
  width: 100%;
  position: relative;
}

.policy-advisory-board-page .banner-section .pre-banner-bg {
  height: 380px;
  width: calc(50% - 570px);
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}

.policy-advisory-board-page .banner-section .banner-bg {
  height: 380px;
  width: calc(50% + 150px);
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center left;
}

.policy-advisory-board-page .banner-section .banner-bg .image-caption {
  width: 250px;
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: white;
  font-weight: 300;
}

.policy-advisory-board-page .banner-section .container {
  position: relative;
}

.policy-advisory-board-page .banner-section .container .solid-card {
  width: 420px;
  height: 380px;
  background-color: #6b99af;
  color: white;
  font-size: 1.4375rem;
  padding: 70px 50px;
  line-height: 1.5;
  float: left;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .policy-advisory-board-page .banner-section .pre-banner-bg {
    width: calc(50% - 470px);
  }
  .policy-advisory-board-page .banner-section .banner-bg {
    width: calc(50% + 50px);
  }
}

@media only screen and (max-width: 991px) {
  .policy-advisory-board-page .banner-section .pre-banner-bg {
    width: calc(50% - 360px);
  }
  .policy-advisory-board-page .banner-section .banner-bg {
    width: calc(50% + 60px);
  }
  .policy-advisory-board-page .banner-section .container {
    position: relative;
  }
  .policy-advisory-board-page .banner-section .container .solid-card {
    width: 300px;
    font-size: 1.2rem;
    padding: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .policy-advisory-board-page .banner-section {
    margin-bottom: 30px;
  }
  .policy-advisory-board-page .banner-section .pre-banner-bg {
    display: none;
  }
  .policy-advisory-board-page .banner-section .banner-bg {
    width: 100%;
    height: 200px;
    position: relative;
  }
  .policy-advisory-board-page .banner-section .container {
    padding: 0;
  }
  .policy-advisory-board-page .banner-section .container .solid-card {
    width: 100%;
    padding: 15px;
    height: auto;
  }
}

.policy-advisory-board-page .mission-section {
  background-color: #f5f6f5;
}

.policy-advisory-board-page .mission-section p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px;
}

.policy-advisory-board-page .mission-section .green-card {
  color: white;
  padding: 30px;
  background-color: rgba(118, 165, 144, 0.8);
}

.policy-advisory-board-page .mission-section .green-card h2:after {
  border-color: white;
}

.policy-advisory-board-page .mission-section .green-card p {
  font-weight: 300;
  line-height: 1.5;
  margin: 30px 0;
}

.policy-advisory-board-page .list-section .pab-list-container {
  margin-top: 60px;
}

.policy-advisory-board-page .list-section .pab-list-container .pab-list {
  width: 33.33%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.policy-advisory-board-page .list-section .pab-list-container .pab-list li {
  padding: 5px 0;
}

.policy-advisory-board-page .list-section .pab-list-container .pab-list li a {
  color: #e38025;
  font-size: 1.25rem;
  line-height: 1.5;
}

.policy-advisory-board-page .list-section .pab-list-container .pab-list li a:hover {
  color: #76a590;
}

.policy-advisory-board-page .list-section .pab-list-container:after {
  content: '';
  display: block;
  clear: both;
}

@media only screen and (max-width: 1199px) {
  .policy-advisory-board-page .list-section .pab-list-container .pab-list li a {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .policy-advisory-board-page .list-section .pab-list-container .pab-list {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .policy-advisory-board-page .list-section .pab-list-container .pab-list {
    width: 100%;
  }
}

.fellowship-inside-page .main-article-section {
  padding-top: 0;
  transition: all 300ms ease;
  line-height: 1.5;
}

.fellowship-inside-page .main-article-section h1 {
  font-size: 1.75rem;
  color: #e38025;
  max-width: 620px;
  font-weight: 600;
  margin-bottom: 20px;
}

.fellowship-inside-page .main-article-section h5 {
  font-size: 1rem;
  color: #6b99af;
  text-transform: uppercase;
  font-weight: 700;
}

.fellowship-inside-page .main-article-section p {
  margin-bottom: 20px;
}

.fellowship-inside-page .main-article-section a:not(.btn) {
  color: #e38025;
}

.fellowship-inside-page .main-article-section a:not(.btn):hover {
  color: #6b99af;
}

.fellowship-inside-page .main-article-section ul {
  list-style: none;
  padding: 0;
}

.fellowship-inside-page .main-article-section ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
}

.fellowship-inside-page .main-article-section ul li:before {
  content: '•';
  display: block;
  position: absolute;
  left: 2px;
  top: 0;
}

.fellowship-inside-page .main-article-section .load-more-wrap {
  text-align: center;
  margin: 30px 0;
}

.fellowship-inside-page .main-article-section .load-more-text {
  display: none;
}

.fellowship-inside-page .how-to-apply-section {
  background-color: #E9E9EA;
  line-height: 1.5;
}

.fellowship-inside-page .how-to-apply-section h2 {
  margin-bottom: 30px;
  padding-left: 80px;
  background: url(../images/misc/how-to-apply.svg) left center no-repeat;
  background-size: contain;
}

.fellowship-inside-page .how-to-apply-section h2:after {
  border-color: #6b99af;
}

.fellowship-inside-page .how-to-apply-section i {
  font-weight: 400;
}

.fellowship-inside-page .how-to-apply-section ul {
  list-style: none;
  padding: 0;
}

.fellowship-inside-page .how-to-apply-section ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  font-size: 14px;
}

.fellowship-inside-page .how-to-apply-section ul li:before {
  content: '•';
  display: block;
  position: absolute;
  left: 2px;
  top: 0;
}

.fellowship-inside-page .links-section {
  background-color: #76a590;
  color: white;
}

.fellowship-inside-page .links-section h2:after {
  border-color: white;
}

.fellowship-inside-page .links-section .read-more {
  color: white;
}

.fellowship-inside-page .links-section .item-wrap p {
  margin: 20px 0;
}

.fellowship-inside-page .links-section .item-wrap:last-child {
  border-bottom: 0;
}

.fellowship-inside-page .separator-section {
  padding: 50px 0 0;
}

.about-us-page .banner-section {
  padding: 0;
  background-size: cover;
  background-position: left top;
}

.about-us-page .banner-section .left-card {
  width: calc(55% + 30px);
  float: left;
  padding: 40px 30px;
  margin-left: -30px;
  background-color: rgba(118, 165, 144, 0.9);
  color: white;
}

.about-us-page .banner-section .left-card h2 {
  margin-bottom: 30px;
}

.about-us-page .banner-section .left-card h2:after {
  border-color: white;
}

.about-us-page .banner-section .left-card p {
  font-size: 1.12rem;
  margin-bottom: 30px;
}

.about-us-page .banner-section .left-card .download-link {
  color: #eeb803;
  padding-left: 40px;
  background: url(../images/download.svg) left center no-repeat;
  background-size: contain;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
}

.about-us-page .banner-section .left-card .download-link:hover {
  text-decoration: underline;
}

.about-us-page .banner-section .right-image {
  width: 45%;
  float: right;
  background-size: cover;
  background-position: center center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.about-us-page .banner-section .right-image .caption-box {
  padding: 60px 20px 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 );
}

.about-us-page .banner-section .right-image .caption-box p {
  margin: 0;
  color: white;
}

@media only screen and (max-width: 767px) {
  .about-us-page .banner-section .left-card {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .about-us-page .banner-section .left-card p {
    font-size: 1rem;
  }
  .about-us-page .banner-section .left-card .download-link {
    display: block;
    padding: 0 0 0 50px;
  }
  .about-us-page .banner-section .right-image {
    width: 100%;
    height: 240px;
    float: none;
  }
}

.about-us-page .history-section .timeline-wrap {
  margin-top: 60px;
}

.about-us-page .history-section .timeline-wrap .time-line {
  overflow: hidden;
}

.about-us-page .history-section .timeline-wrap .time-line .preline {
  width: 150px;
  float: left;
  position: relative;
  height: 128px;
  transition: all 1000ms ease;
}

.about-us-page .history-section .timeline-wrap .time-line .preline .big-circle {
  width: 30px;
  height: 30px;
  border: 4px solid #ededee;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.about-us-page .history-section .timeline-wrap .time-line .preline .grey-line {
  width: 50px;
  border-top: 4px solid #ededee;
  position: absolute;
  left: 30px;
  top: 13px;
}

.about-us-page .history-section .timeline-wrap .time-line .preline .small-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 80px;
  top: 10px;
}

.about-us-page .history-section .timeline-wrap .time-line .preline:before {
  content: '';
  display: block;
  width: 0;
  height: calc(100% - 30px);
  border-right: 4px solid #ededee;
  position: absolute;
  left: 13px;
  bottom: 0;
}

.about-us-page .history-section .timeline-wrap .time-line .text-wrap {
  width: calc(100% - 150px);
  float: right;
  padding-bottom: 80px;
}

.about-us-page .history-section .timeline-wrap .time-line .text-wrap h4 {
  font-size: 1.5625rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  cursor: pointer;
  display: inline-block;
}

.about-us-page .history-section .timeline-wrap .time-line .text-wrap p {
  font-weight: 300;
  line-height: 2;
  margin: 0;
}

.about-us-page .history-section .timeline-wrap .time-line .text-wrap .content-wrap {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 1000ms ease;
}

.about-us-page .history-section .timeline-wrap .time-line:after {
  content: '';
  display: block;
  float: none;
}

.about-us-page .history-section .timeline-wrap .time-line.active .text-wrap .content-wrap {
  height: inherit;
  opacity: 1;
}

.about-us-page .history-section .timeline-wrap .green-line .big-circle, .about-us-page .history-section .timeline-wrap .green-line .small-circle {
  background-color: #76a590;
}

.about-us-page .history-section .timeline-wrap .green-line h4 {
  color: #76a590;
}

.about-us-page .history-section .timeline-wrap .blue-line .big-circle, .about-us-page .history-section .timeline-wrap .blue-line .small-circle {
  background-color: #6b99af;
}

.about-us-page .history-section .timeline-wrap .blue-line h4 {
  color: #6b99af;
}

.about-us-page .history-section .timeline-wrap .orange-line .big-circle, .about-us-page .history-section .timeline-wrap .orange-line .small-circle {
  background-color: #e38025;
}

.about-us-page .history-section .timeline-wrap .orange-line h4 {
  color: #e38025;
}

.about-us-page .history-section .timeline-wrap .violet-line .big-circle, .about-us-page .history-section .timeline-wrap .violet-line .small-circle {
  background-color: #44273a;
}

.about-us-page .history-section .timeline-wrap .violet-line h4 {
  color: #44273a;
}

.about-us-page .history-section .timeline-wrap #year1959 img {
  float: right;
  width: 320px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.about-us-page .history-section .timeline-wrap #year1959 .blue-card {
  padding: 30px 80px;
  margin-top: 50px;
  background-color: #6b99af;
  color: white;
}

.about-us-page .history-section .timeline-wrap #year1959 .blue-card p {
  font-weight: 600;
}

.about-us-page .history-section .timeline-wrap #year1988 img {
  float: right;
  width: 450px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.about-us-page .history-section .timeline-wrap #jchstoday .preline:before {
  content: none;
}

.about-us-page .history-section .timeline-wrap #jchstoday p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .about-us-page .history-section .timeline-wrap {
    margin-top: 60px;
  }
  .about-us-page .history-section .timeline-wrap .time-line .preline {
    display: none;
  }
  .about-us-page .history-section .timeline-wrap .time-line .text-wrap {
    width: 100%;
    float: none;
  }
  .about-us-page .history-section .timeline-wrap .time-line .text-wrap p {
    line-height: 1.5;
  }
  .about-us-page .history-section .timeline-wrap #year1959 img {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .about-us-page .history-section .timeline-wrap #year1959 .blue-card {
    padding: 30px;
    margin-top: 20px;
  }
  .about-us-page .history-section .timeline-wrap #year1988 img {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .about-us-page .history-section .timeline-wrap #jchstoday .preline:before {
    content: none;
  }
  .about-us-page .history-section .timeline-wrap #jchstoday p {
    margin-bottom: 20px;
  }
}

.students-page .separator {
  max-width: 1200px;
}

.students-page .banner-section {
  padding: 0;
  position: relative;
  background-size: cover;
}

.students-page .banner-section .container {
  position: relative;
}

.students-page .banner-section .container .text-card {
  background-color: rgba(107, 153, 175, 0.9);
  color: white;
  max-width: 420px;
  padding: 80px 30px;
  min-height: 383px;
}

.students-page .banner-section .container .text-card h4 {
  font-style: 1rem;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}

.students-page .banner-section .container .text-card h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}

.students-page .banner-section:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.students-page .subnav-section {
  padding: 30px 0 0;
}

.students-page .subnav-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.students-page .subnav-section ul li {
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}

.students-page .subnav-section ul li a {
  color: #939597;
}

.students-page .subnav-section ul li a:hover {
  color: #e38025;
}

.students-page .subnav-section ul li + li:before {
  content: '|';
  padding: 0 10px;
  color: #939597;
}

.students-page .subnav-section ul li.active a {
  color: #e38025;
}

.students-page .list-section h2 {
  margin-bottom: 30px;
}

.students-page .list-section h2:after {
  display: none;
}

.students-page .list-section .list-wrap .list-item {
  max-width: 850px;
  margin-bottom: 30px;
}

.students-page .list-section .list-wrap .list-item h3 {
  color: #e38025;
  margin-bottom: 10px;
}

.students-page .list-section .list-wrap .list-item p {
  font-weight: 300;
}

.students-page .list-section .list-wrap .list-item .learn-more {
  color: #959595;
  font-size: 14px;
}

.students-page .list-section .list-wrap .list-item .learn-more:hover {
  color: #e38025;
}

.students-page .list-section .group-list .group-item {
  margin-bottom: 30px;
}

.students-page .list-section .group-list .group-item h3 {
  color: #6b99af;
  text-transform: initial;
}

.press-releases-page .banner-section {
  background-color: #eaeaea;
  color: black;
}

.press-releases-page .banner-section .image-wrap {
  width: 40%;
  max-width: 450px;
  float: left;
}

.press-releases-page .banner-section .text-wrap {
  width: 60%;
  max-width: 500px;
  float: left;
  padding-left: 40px;
}

.press-releases-page .banner-section .text-wrap h4 {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
}

.press-releases-page .banner-section .text-wrap .date {
  text-transform: uppercase;
}

.press-releases-page .banner-section .text-wrap h3 {
  color: #e38025;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .press-releases-page .banner-section .image-wrap {
    width: 100%;
    max-width: 450px;
    float: none;
    margin-bottom: 30px;
  }
  .press-releases-page .banner-section .text-wrap {
    width: 100%;
    max-width: 500px;
    float: none;
    padding-left: 0;
  }
}

.press-releases-page .article-list-section .sub-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.press-releases-page .article-list-section .sub-nav li {
  display: inline-block;
}

.press-releases-page .article-list-section .sub-nav li .current-page {
  pointer-events: none;
  background-color: #e38025;
  color: white;
}

.press-releases-page .article-list-section .sub-nav li .linkto-page {
  background-color: #ededee;
  color: #939597;
}

.press-releases-page .article-list-section .sub-nav li .linkto-page:hover {
  background-color: #e38025;
  color: white;
}

.press-releases-page .article-list-section .sub-nav li:first-child {
  margin-right: 10px;
}

.press-releases-page .article-list-section .article-list-container .article-item {
  padding: 40px 0;
}

.press-releases-page .article-list-section .article-list-container .article-item .image-wrap {
  width: 200px;
  height: 200px;
  float: left;
}

.press-releases-page .article-list-section .article-list-container .article-item .image-wrap a {
  width: 200px;
  height: 200px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-color: #eaeaea;
}

.press-releases-page .article-list-section .article-list-container .article-item .image-wrap a:hover {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.press-releases-page .article-list-section .article-list-container .article-item .text-wrap {
  width: calc(100% - 200px);
  float: right;
  padding-left: 40px;
}

.press-releases-page .article-list-section .article-list-container .article-item .text-wrap .date {
  text-transform: uppercase;
}

.press-releases-page .article-list-section .article-list-container .article-item .text-wrap h3 {
  margin-bottom: 20px;
}

.press-releases-page .article-list-section .article-list-container .article-item .text-wrap h3 a {
  color: #e38025;
}

.press-releases-page .article-list-section .article-list-container .article-item .text-wrap h3 a:hover {
  color: #6b99af;
}

.press-releases-page .article-list-section .article-list-container .article-item .text-wrap .intro {
  font-weight: 300;
}

.press-releases-page .article-list-section .article-list-container .article-item .text-wrap .read-more {
  font-size: 14px;
  color: #959595;
}

.press-releases-page .article-list-section .article-list-container .article-item .text-wrap .read-more:hover {
  color: #e38025;
}

.press-releases-page .article-list-section .article-list-container .article-item:after {
  content: '';
  display: block;
  clear: both;
}

.press-releases-page .article-list-section .article-list-container .article-item + .article-item {
  border-top: 1px solid #ccc;
}

.press-releases-page .article-list-section .load-more-wrap {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .press-releases-page .article-list-section .sub-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .press-releases-page .article-list-section .sub-nav li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .press-releases-page .article-list-section .article-list-container .article-item .image-wrap {
    float: none;
    margin-bottom: 20px;
  }
  .press-releases-page .article-list-section .article-list-container .article-item .text-wrap {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.press-releases-page .media-requests-section {
  background-color: #eaeaea;
  color: black;
}

.press-releases-page .media-requests-section h2 {
  color: #939597;
  margin-bottom: 50px;
}

.press-releases-page .media-requests-section h2:after {
  border-color: #939597;
}

.press-releases-page .media-requests-section p {
  font-size: 1.125rem;
  font-weight: 600;
}

.press-releases-page .media-requests-section p a {
  color: #eeb803;
}

.press-releases-page .media-requests-section p a:hover {
  color: #e38025;
}

.press-releases-page .media-requests-section .thin {
  font-weight: 300;
}

.press-release-inside-page .article-section {
  padding: 30px 0;
}

.press-release-inside-page .article-section .date {
  text-transform: uppercase;
}

.press-release-inside-page .article-section h1 {
  color: #e38025;
  font-size: 1.75rem;
  font-weight: 600;
  max-width: 100%;
  margin-bottom: 40px;
}

.press-release-inside-page .article-section .article-wrap {
  margin-bottom: 80px;
}

.press-release-inside-page .article-section .article-wrap img[align="right"] {
  margin: 0 0 20px 20px;
}

.press-release-inside-page .article-section .article-wrap img[align="left"] {
  margin: 0 20px 20px 0;
}

.press-release-inside-page .article-section .article-wrap p {
  margin-bottom: 20px;
  font-weight: 300;
}

.press-release-inside-page .article-section .article-wrap a {
  color: #e38025;
}

.press-release-inside-page .article-section .article-wrap a:hover {
  color: #6b99af;
}

.jobs-inside-page .article-section {
  padding: 30px 0;
}

.jobs-inside-page .article-section .date {
  text-transform: uppercase;
}

.jobs-inside-page .article-section h1 {
  color: #e38025;
  font-size: 1.75rem;
  font-weight: 600;
  max-width: 450px;
  margin-bottom: 40px;
}

.jobs-inside-page .article-section .article-wrap {
  margin-bottom: 80px;
}

.jobs-inside-page .article-section .article-wrap img[align="right"] {
  margin: 0 0 20px 20px;
}

.jobs-inside-page .article-section .article-wrap img[align="left"] {
  margin: 0 20px 20px 0;
}

.jobs-inside-page .article-section .article-wrap p {
  margin-bottom: 20px;
  font-weight: 300;
}

.jobs-inside-page .article-section .article-wrap a {
  color: #e38025;
}

.jobs-inside-page .article-section .article-wrap a:hover {
  color: #6b99af;
}

.in-the-media-page .banner-section {
  background-color: #eaeaea;
  color: black;
}

.in-the-media-page .banner-section .image-wrap {
  width: 40%;
  max-width: 450px;
  float: left;
}

.in-the-media-page .banner-section .text-wrap {
  width: 60%;
  max-width: 500px;
  float: left;
  padding-left: 40px;
}

.in-the-media-page .banner-section .text-wrap h4 {
  font-size: 1.125rem;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
}

.in-the-media-page .banner-section .text-wrap .date {
  text-transform: uppercase;
  margin: 0;
}

.in-the-media-page .banner-section .text-wrap .media {
  font-weight: 300;
  font-style: italic;
  margin: 0;
  text-transform: uppercase;
}

.in-the-media-page .banner-section .text-wrap h3 {
  color: #e38025;
  margin-bottom: 20px;
}

.in-the-media-page .banner-section .text-wrap .intro {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .in-the-media-page .banner-section .image-wrap {
    width: 100%;
    max-width: 450px;
    float: none;
    margin-bottom: 30px;
  }
  .in-the-media-page .banner-section .text-wrap {
    width: 100%;
    max-width: 500px;
    float: none;
    padding-left: 0;
  }
}

.in-the-media-page .article-list-section .sub-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.in-the-media-page .article-list-section .sub-nav li {
  display: inline-block;
}

.in-the-media-page .article-list-section .sub-nav li .current-page {
  pointer-events: none;
  background-color: #e38025;
  color: white;
}

.in-the-media-page .article-list-section .sub-nav li .linkto-page {
  background-color: #ededee;
  color: #939597;
}

.in-the-media-page .article-list-section .sub-nav li .linkto-page:hover {
  background-color: #e38025;
  color: white;
}

.in-the-media-page .article-list-section .sub-nav li:first-child {
  margin-right: 10px;
}

.in-the-media-page .article-list-section .article-list-container .article-item {
  padding: 40px 0;
}

.in-the-media-page .article-list-section .article-list-container .article-item .image-wrap {
  width: 200px;
  height: 200px;
  float: left;
}

.in-the-media-page .article-list-section .article-list-container .article-item .image-wrap a {
  width: 200px;
  height: 200px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-color: #eaeaea;
}

.in-the-media-page .article-list-section .article-list-container .article-item .image-wrap a:hover {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.in-the-media-page .article-list-section .article-list-container .article-item .text-wrap {
  width: calc(100% - 200px);
  float: right;
  padding-left: 40px;
}

.in-the-media-page .article-list-section .article-list-container .article-item .text-wrap .date {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.in-the-media-page .article-list-section .article-list-container .article-item .text-wrap .media {
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
}

.in-the-media-page .article-list-section .article-list-container .article-item .text-wrap h3 {
  margin-bottom: 20px;
}

.in-the-media-page .article-list-section .article-list-container .article-item .text-wrap h3 a {
  color: #e38025;
}

.in-the-media-page .article-list-section .article-list-container .article-item .text-wrap h3 a:hover {
  color: #6b99af;
}

.in-the-media-page .article-list-section .article-list-container .article-item .text-wrap .intro {
  font-weight: 300;
}

.in-the-media-page .article-list-section .article-list-container .article-item:after {
  content: '';
  display: block;
  clear: both;
}

.in-the-media-page .article-list-section .article-list-container .article-item + .article-item {
  border-top: 1px solid #ccc;
}

.in-the-media-page .article-list-section .load-more-wrap {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .in-the-media-page .article-list-section .sub-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .in-the-media-page .article-list-section .sub-nav li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .in-the-media-page .article-list-section .article-list-container .article-item .image-wrap {
    float: none;
    margin-bottom: 20px;
  }
  .in-the-media-page .article-list-section .article-list-container .article-item .text-wrap {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.in-the-media-page .media-requests-section {
  background-color: #eaeaea;
  color: black;
}

.in-the-media-page .media-requests-section h2 {
  color: #939597;
  margin-bottom: 50px;
}

.in-the-media-page .media-requests-section h2:after {
  border-color: #939597;
}

.in-the-media-page .media-requests-section p {
  font-size: 1.125rem;
  font-weight: 600;
}

.in-the-media-page .media-requests-section p a {
  color: #eeb803;
}

.in-the-media-page .media-requests-section p a:hover {
  color: #e38025;
}

.in-the-media-page .media-requests-section .thin {
  font-weight: 300;
}

.working-paper-page .article-section {
  padding: 30px 0 0;
  word-wrap: break-word;
}

.working-paper-page .article-section .date {
  text-transform: uppercase;
}

.working-paper-page .article-section h1 {
  color: #e38025;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.working-paper-page .article-section .authors {
  font-weight: 300;
}

.working-paper-page .article-section .authors span {
  text-transform: uppercase;
  font-weight: 400;
}

.working-paper-page .article-section .article-wrap {
  margin: 20px 0 50px;
}

.working-paper-page .article-section .article-wrap .report-wrap {
  width: 200px;
  float: left;
  margin: 0 30px 20px 0;
}

.working-paper-page .article-section .article-wrap .report-wrap .btn {
  width: 100%;
  margin-top: 5px;
}

.working-paper-page .article-section .article-wrap .report-wrap img {
  width: inherit;
  border: 1px solid #c3c3c3;
}

.working-paper-page .article-section .article-wrap p {
  margin-bottom: 20px;
  font-weight: 300;
}

.working-paper-page .article-section .category, .working-paper-page .article-section .area {
  color: #e38025;
  font-weight: 300;
}

.working-paper-page .article-section .category a, .working-paper-page .article-section .area a {
  color: #e38025;
}

.working-paper-page .article-section .category a:hover, .working-paper-page .article-section .area a:hover {
  color: #6b99af;
}

.working-paper-page .share-section {
  padding-bottom: 0;
}

.working-paper-page .share-section .nav-tabs {
  border: 0;
  border-top: 1px solid #eee;
  max-width: 900px;
  padding-top: 10px;
}

.working-paper-page .share-section .nav-tabs > li {
  width: auto !important;
}

.working-paper-page .share-section .nav-tabs > li > a {
  border: 0;
  color: #3d3d3d;
  border-radius: 0;
}

.working-paper-page .share-section .nav-tabs > li > a span {
  padding-right: 15px;
  color: #aaa;
}

.working-paper-page .share-section .nav-tabs > li.active > a {
  background-color: #eee;
}

.working-paper-page .share-section .tab-content {
  padding: 20px 0;
}

.working-paper-page .share-section .tab-content .embed-code-wrap {
  border: 1px solid #ccc;
  max-width: 800px;
  margin-bottom: 20px;
}

.working-paper-page .share-section .tab-content .embed-code-wrap p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #e38025;
  text-decoration: underline;
  padding: 15px 20px;
  position: relative;
  cursor: context-menu;
  margin: 0;
}

.working-paper-page .share-section .tab-content .embed-code-wrap p i {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 15px 20px;
  font-style: normal;
  z-index: 99;
  background-color: #e38025;
  font-weight: bold;
}

.working-paper-page .share-section .tab-content .embed-code-wrap.active p {
  background-color: #e38025;
  color: #fff;
}

.working-paper-page .share-section .tab-content .embed-code-wrap.active p i {
  display: block !important;
}

.working-paper-page .share-section .tab-content .social-media-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.working-paper-page .share-section .tab-content .social-media-wrap ul li {
  display: inline-block;
  font-size: 1.2rem;
}

.working-paper-page .share-section .tab-content .social-media-wrap ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: #eeb803;
  color: white;
  line-height: 40px;
  margin: 5px;
}

.working-paper-page .share-section .tab-content .social-media-wrap ul li a:hover {
  background-color: #e38025;
}

.working-paper-page .share-section hr {
  margin-top: 50px;
}

.lecture-page .lecturer-section {
  padding-top: 0;
}

.lecture-page .lecturer-section .text-wrap {
  max-width: 600px;
}

.lecture-page .lecturer-section .text-wrap h1 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #e38025;
  margin-bottom: 30px;
}

.lecture-page .lecturer-section .text-wrap p {
  margin-bottom: 20px;
  font-weight: 300;
}

.lecture-page .previous-lecture-section {
  padding-top: 0;
}

.lecture-page .previous-lecture-section h2 {
  display: inline-block;
  margin-right: 50px;
}

.lecture-page .previous-lecture-section h2:after {
  display: none;
}

.lecture-page .previous-lecture-section h2:before {
  content: '';
  display: block;
  width: 120%;
  border-top: 1px solid #ccc;
  padding-bottom: 40px;
}

.lecture-page .previous-lecture-section .view-all {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #959595;
}

.lecture-page .previous-lecture-section .view-all:hover {
  color: #e38025;
}

.lecture-page .previous-lecture-section .lecture-list .lecture-item {
  margin: 60px 0;
}

.lecture-page .previous-lecture-section .lecture-list .lecture-item .laptop-wrap {
  width: 290px;
  float: left;
  position: relative;
  text-align: center;
}

.lecture-page .previous-lecture-section .lecture-list .lecture-item .laptop-wrap .video-thumb {
  width: 201px;
  height: 128px;
  position: absolute;
  background-size: cover;
  background-position: center center;
  left: 44px;
  top: 11px;
}

.lecture-page .previous-lecture-section .lecture-list .lecture-item .laptop-wrap .video-thumb .play-btn {
  font-size: 5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  color: #eeb803;
}

.lecture-page .previous-lecture-section .lecture-list .lecture-item .laptop-wrap .video-thumb .play-btn:hover {
  color: #e38025;
}

.lecture-page .previous-lecture-section .lecture-list .lecture-item .text-wrap {
  padding-left: 50px;
  padding-top: 10px;
  width: calc(100% - 290px);
  float: right;
}

.lecture-page .previous-lecture-section .lecture-list .lecture-item .text-wrap h3 {
  color: #e38025;
}

.lecture-page .previous-lecture-section .lecture-list .lecture-item .text-wrap p {
  margin: 0;
  line-height: 1.5;
}

.lecture-page .previous-lecture-section .lecture-list .lecture-item .text-wrap .date {
  text-transform: uppercase;
}

.lecture-page .previous-lecture-section .lecture-list .lecture-item .text-wrap a {
  margin-top: 20px;
  margin-right: 40px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #959595;
}

.lecture-page .previous-lecture-section .lecture-list .lecture-item .text-wrap a span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #eeb803;
  text-align: center;
  color: white;
  margin-left: 5px;
  transition: all 300ms ease;
  letter-spacing: 0;
}

.lecture-page .previous-lecture-section .lecture-list .lecture-item .text-wrap a span:before {
  font-size: 14px;
  display: block;
  line-height: 16px;
  padding-left: 1px;
}

.lecture-page .previous-lecture-section .lecture-list .lecture-item .text-wrap a:hover {
  color: #e38025 !important;
}

.lecture-page .previous-lecture-section .lecture-list .lecture-item .text-wrap a:hover span {
  background-color: #e38025;
  color: white;
}

.lecture-page .previous-lecture-section .lecture-list .lecture-item:after {
  content: '';
  display: block;
  clear: both;
}

.lecture-page .previous-lecture-section .load-more-wrap {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .lecture-page .previous-lecture-section .lecture-list .lecture-item {
    margin: 60px 0;
  }
  .lecture-page .previous-lecture-section .lecture-list .lecture-item .laptop-wrap {
    float: none;
    margin: 0 auto;
  }
  .lecture-page .previous-lecture-section .lecture-list .lecture-item .text-wrap {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
    float: none;
  }
  .lecture-page .previous-lecture-section .lecture-list .lecture-item .text-wrap a {
    margin-top: 10px;
  }
}

.blog-page .banner-section {
  padding: 60px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.blog-page .banner-section .container {
  position: relative;
  color: white;
}

.blog-page .banner-section .container h1 {
  font-size: 3.75rem;
}

.blog-page .banner-section .container h1 a {
  color: #fff;
}

.blog-page .banner-section .container p {
  font-size: 1.3125rem;
}

.blog-page .banner-section .container .btn {
  position: absolute;
  right: 15px;
  top: 15px;
  max-width: 250px;
  width: 100%;
}

.blog-page .banner-section:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #76a590;
  opacity: 0.87;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .blog-page .banner-section .container h1 {
    font-size: 3rem;
  }
  .blog-page .banner-section .container p {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 991px) {
  .blog-page .banner-section .container {
    position: relative;
    color: white;
  }
  .blog-page .banner-section .container h1 {
    font-size: 3rem;
  }
  .blog-page .banner-section .container p {
    font-size: 1.25rem;
  }
  .blog-page .banner-section .container .btn {
    position: initial;
  }
}

@media only screen and (max-width: 767px) {
  .blog-page .banner-section .container h1 {
    font-size: 3rem;
  }
  .blog-page .banner-section .container p {
    font-size: 1.25rem;
  }
}

.blog-page .featured-section {
  background-color: #ededee;
}

.blog-page .featured-section .featured-wrap .thumb-wrap {
  width: 65%;
  float: left;
  background-size: cover;
  background-position: center center;
}

.blog-page .featured-section .featured-wrap .text-wrap {
  width: 35%;
  float: left;
  padding: 80px 30px;
  background-color: white;
  min-height: 400px;
}

.blog-page .featured-section .featured-wrap .text-wrap h3 {
  font-size: 1.375rem;
  margin-bottom: 20px;
}

.blog-page .featured-section .featured-wrap .text-wrap h3 a {
  color: #231F20;
}

.blog-page .featured-section .featured-wrap .text-wrap h3 a:hover {
  color: #e38025;
}

.blog-page .featured-section .featured-wrap .text-wrap p {
  font-weight: 300;
  margin-bottom: 20px;
}

.blog-page .featured-section .featured-wrap .text-wrap .date {
  font-weight: 400;
  font-size: 1.0625rem;
  margin-bottom: 0;
}

.blog-page .featured-section .featured-wrap .text-wrap a.btn {
  width: 100%;
  max-width: 230px;
  font-size: 13px;
  padding: 9px 25px;
}

@media only screen and (max-width: 767px) {
  .blog-page .featured-section .featured-wrap .thumb-wrap {
    width: 100%;
    padding-top: 50%;
    float: none;
  }
  .blog-page .featured-section .featured-wrap .text-wrap {
    width: 100%;
    float: none;
    padding: 30px 15px;
    background-color: white;
    min-height: auto;
  }
  .blog-page .featured-section .featured-wrap .text-wrap h3 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  .blog-page .featured-section .featured-wrap .text-wrap p {
    font-weight: 300;
    margin-bottom: 20px;
  }
  .blog-page .featured-section .featured-wrap .text-wrap .date {
    font-weight: 400;
    font-size: 1.0625rem;
    margin-bottom: 0;
  }
}

.blog-page .blog-list-section .dropdown #blog_filter {
  padding: 10px 80px;
}

.blog-page .blog-list-section .dropdown #blog_filter:hover, .blog-page .blog-list-section .dropdown #blog_filter:focus, .blog-page .blog-list-section .dropdown #blog_filter:active {
  color: white;
  background-color: #939597;
}

.blog-page .blog-list-section .dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  background-color: #ededee;
  max-height: 250px;
  overflow-y: scroll;
}

.blog-page .blog-list-section .dropdown .dropdown-menu > li {
  font-size: 1rem;
  padding: 10px 20px;
  color: #3d3d3d;
  cursor: pointer;
}

.blog-page .blog-list-section .dropdown .dropdown-menu > li:hover {
  background-color: #dedee0;
}

.blog-page .blog-list-section .blog-list {
  margin-top: 30px;
}

.blog-page .blog-list-section .blog-list .blog-item {
  border: 1px solid #d3d3d3;
  margin-bottom: 30px;
}

.blog-page .blog-list-section .blog-list .blog-item .image-wrap {
  display: block;
  position: relative;
}

.blog-page .blog-list-section .blog-list .blog-item .image-wrap .image-thumb {
  padding-top: 42.7%;
  background-size: cover;
  background-position: top center;
}

.blog-page .blog-list-section .blog-list .blog-item .image-wrap:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transition: all 300ms ease;
}

.blog-page .blog-list-section .blog-list .blog-item .image-wrap:hover:before {
  background-color: #e38025;
}

.blog-page .blog-list-section .blog-list .blog-item .text-wrap {
  padding: 15px 20px;
}

.blog-page .blog-list-section .blog-list .blog-item .text-wrap .category {
  font-weight: 700;
  color: #939597;
  text-transform: uppercase;
}

.blog-page .blog-list-section .blog-list .blog-item .text-wrap h3 {
  margin-bottom: 5px;
}

.blog-page .blog-list-section .blog-list .blog-item .text-wrap h3 a {
  color: #231f20;
}

.blog-page .blog-list-section .blog-list .blog-item .text-wrap h3 a:hover {
  color: #e38025;
}

.blog-page .blog-list-section .blog-list .blog-item .text-wrap .date {
  font-size: 14px;
  margin-bottom: 5px;
}

.blog-page .blog-list-section .blog-list .blog-item .text-wrap .summary {
  font-weight: 300;
}

.blog-page .blog-list-section .load-more-wrap {
  text-align: center;
}

.blog-page .blog-list-section .load-more-wrap .loadmore {
  width: 100%;
  max-width: 230px;
  font-size: 13px;
  padding: 9px 25px;
}

.blog-page .subscription-section {
  background-color: #e38025;
  color: white;
}

.blog-page .subscription-section h3 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3;
}

.blog-page .subscription-section h2 {
  line-height: 1.3;
  max-width: 450px;
  margin-bottom: 20px;
}

.blog-page .subscription-section h2:after {
  content: none;
}

.blog-page .subscription-section input[type="email"] {
  background-color: rgba(255, 255, 255, 0.36);
  color: white;
  border: 0;
  outline: none;
  padding: 0 20px;
  height: 40px;
  width: 250px;
  font-weight: 600;
  font-size: 0.9375rem;
  margin-right: 20px;
  margin-bottom: 20px;
}

.blog-page .subscription-section input[type="submit"] {
  margin-top: -3px;
  transition: all 300ms ease;
}

.blog-page .subscription-section input[type="submit"]:hover {
  background-color: #6b99af;
}

.blog-page .subscription-section ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}

.blog-page .subscription-section ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

.blog-page .subscription-section :-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}

.blog-page .subscription-section :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

.blog-page .subscription-section .blog_subscription_form {
  margin-top: 30px;
}

.blog-page .subscription-section #blog_subscribe_result {
  color: white !important;
}

.blogpost-page .banner-section {
  padding: 60px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.blogpost-page .banner-section .container {
  position: relative;
  color: white;
}

.blogpost-page .banner-section .container h1 {
  font-size: 3.75rem;
}

.blogpost-page .banner-section .container h1 a {
  color: #fff;
}

.blogpost-page .banner-section .container p {
  font-size: 1.3125rem;
}

.blogpost-page .banner-section .container .btn {
  position: absolute;
  right: 15px;
  top: 0;
}

.blogpost-page .banner-section:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #76a590;
  opacity: 0.87;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .blogpost-page .banner-section .container h1 {
    font-size: 3rem;
  }
  .blogpost-page .banner-section .container p {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 991px) {
  .blogpost-page .banner-section .container {
    position: relative;
    color: white;
  }
  .blogpost-page .banner-section .container h1 {
    font-size: 3rem;
  }
  .blogpost-page .banner-section .container p {
    font-size: 1.25rem;
  }
  .blogpost-page .banner-section .container .btn {
    position: initial;
  }
  .blogpost-page .banner-section .container svg:not(:root) {
    max-width: 381px;
  }
}

@media only screen and (max-width: 767px) {
  .blogpost-page .banner-section .container h1 {
    font-size: 3rem;
  }
  .blogpost-page .banner-section .container p {
    font-size: 1.25rem;
  }
  .blogpost-page .banner-section .container svg:not(:root) {
    max-width: 381px;
  }
}

.blogpost-page .article-section .article-wrap h2 {
  font-size: 2.0625rem;
  color: #e38025;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.blogpost-page .article-section .article-wrap h2:after {
  content: none;
}

.blogpost-page .article-section .article-wrap .meta-wrap {
  margin-bottom: 40px;
  color: #a8aaab;
}

.blogpost-page .article-section .article-wrap .meta-wrap .author {
  color: #eeb803;
}

.blogpost-page .article-section .article-wrap .meta-wrap .category a {
  color: #a8aaab;
}

.blogpost-page .article-section .article-wrap .meta-wrap .category a:hover {
  color: #eeb803;
}

.blogpost-page .article-section .article-wrap article {
  font-size: 1rem;
  font-weight: 300;
  color: black;
  margin-bottom: 60px;
}

.blogpost-page .article-section .article-wrap article p {
  margin-bottom: 20px;
}

.blogpost-page .article-section .article-wrap article p a {
  color: #e38025;
  font-weight: 600;
}

.blogpost-page .article-section .article-wrap article p a:hover {
  text-decoration: underline;
}

.blogpost-page .article-section .article-wrap article .orange-text {
  color: #e38025;
}

.blogpost-page .article-section .article-wrap article .bold {
  font-weight: 700;
}

.blogpost-page .article-section .article-wrap article .cke_show_border {
  margin-top: 20px;
}

.blogpost-page .article-section .article-wrap article .cke_show_border tbody {
  border-top: 0;
}

.blogpost-page .article-section .article-wrap article .cke_show_border tbody td {
  padding: 0 20px 20px 0;
  vertical-align: top;
}

.blogpost-page .article-section .article-wrap article .cke_show_border tbody td p {
  margin-bottom: 0px;
}

.blogpost-page .article-section .article-wrap article img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blogpost-page .article-section .article-wrap article figure {
  max-width: 100%;
}

.blogpost-page .article-section .article-wrap article figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.blogpost-page .article-section .article-wrap article figcaption {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #6d6e71;
  padding: 0 10px;
  margin-top: 20px;
}

.blogpost-page .article-section .article-wrap article .tr-caption-container {
  float: left;
  margin-right: 10px;
  width: 130px;
  max-width: 100%;
  background: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.blogpost-page .article-section .article-wrap article .tr-caption-container img {
  width: 100%;
}

.blogpost-page .article-section .article-wrap article .tr-caption-container .tr-caption {
  font-size: 14px;
}

.blogpost-page .article-section .article-wrap .tags-wrap {
  margin-bottom: 60px;
}

.blogpost-page .article-section .article-wrap .tags-wrap h4 {
  font-size: 1.0625rem;
  color: #686868;
  font-weight: 600;
  text-transform: uppercase;
}

.blogpost-page .article-section .article-wrap .tags-wrap p {
  color: #e38025;
}

.blogpost-page .article-section .article-wrap .tags-wrap p a {
  color: #e38025;
}

.blogpost-page .article-section .article-wrap .tags-wrap p a:hover {
  color: #6b99af;
}

.blogpost-page .article-section .author-wrap {
  max-width: 270px;
  margin-bottom: 40px;
}

.blogpost-page .article-section .author-wrap .photo-wrap {
  margin-bottom: 30px;
  text-align: center;
}

.blogpost-page .article-section .author-wrap .photo-wrap img {
  border-radius: 50%;
  max-width: 150px;
}

.blogpost-page .article-section .author-wrap h3 {
  color: #eeb803;
  margin-bottom: 20px;
  text-align: center;
}

.blogpost-page .article-section .author-wrap .author-job-title {
  text-align: center;
}

.blogpost-page .article-section .author-wrap .intro {
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}

.blogpost-page .article-section .author-wrap .button-center {
  text-align: center;
}

.blogpost-page .article-section .author-wrap .btn {
  font-size: 13px;
  width: 180px;
}

.blogpost-page .article-section .trending-wrap {
  max-width: 290px;
}

.blogpost-page .article-section .trending-wrap h3 {
  color: #76a590;
  font-weight: 700;
}

.blogpost-page .article-section .trending-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blogpost-page .article-section .trending-wrap ul li {
  padding: 20px 0;
  font-size: 1.1875rem;
}

.blogpost-page .article-section .trending-wrap ul li a {
  font-weight: 600;
  color: black;
}

.blogpost-page .article-section .trending-wrap ul li a:hover {
  color: #e38025;
}

.blogpost-page .article-section .trending-wrap ul li + li {
  border-top: 1px solid #76a590;
}

.blogpost-page .blog-list-section {
  padding: 0;
}

.blogpost-page .blog-list-section .blog-list h2 {
  padding: 20px;
}

.blogpost-page .subscription-section {
  background-color: #e38025;
  color: white;
}

.blogpost-page .subscription-section h3 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3;
}

.blogpost-page .subscription-section h2 {
  line-height: 1.3;
  max-width: 450px;
  margin-bottom: 20px;
}

.blogpost-page .subscription-section h2:after {
  content: none;
}

.blogpost-page .subscription-section input[type="email"] {
  background-color: rgba(255, 255, 255, 0.36);
  color: white;
  border: 0;
  outline: none;
  padding: 0 20px;
  height: 40px;
  width: 250px;
  font-weight: 600;
  font-size: 0.9375rem;
  margin-right: 20px;
  margin-bottom: 20px;
}

.blogpost-page .subscription-section input[type="submit"] {
  margin-top: -3px;
  transition: all 300ms ease;
}

.blogpost-page .subscription-section input[type="submit"]:hover {
  background-color: #6b99af;
}

.blogpost-page .subscription-section ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}

.blogpost-page .subscription-section ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

.blogpost-page .subscription-section :-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}

.blogpost-page .subscription-section :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

.blogpost-page .subscription-section .blog_subscription_form {
  margin-top: 30px;
}

.blogpost-page .subscription-section #blog_subscribe_result {
  color: white !important;
}

.autho_page .article-section .author-wrap {
  max-width: 100%;
  width: 100%;
}

.previous-events-page .breadcrumb-section .breadcrumb {
  margin-bottom: 20px;
}

.previous-events-page .event-list-section {
  padding-top: 10px;
}

.previous-events-page .event-list-section #event_year_slider {
  text-align: center;
  width: 300px;
  margin: 0;
  padding: 0 30px;
  list-style: none;
  opacity: 0;
}

.previous-events-page .event-list-section #event_year_slider.slick-initialized {
  opacity: 1;
}

.previous-events-page .event-list-section #event_year_slider li a {
  font-weight: 700;
  color: #959595;
}

.previous-events-page .event-list-section #event_year_slider li a:hover {
  color: #e38025;
}

.previous-events-page .event-list-section #event_year_slider .slick-arrow {
  border-radius: 50%;
  background-color: #eeb803;
  transition: all 300ms ease;
}

.previous-events-page .event-list-section #event_year_slider .slick-arrow:hover {
  background-color: #e38025;
}

.previous-events-page .event-list-section #event_year_slider .fa:before {
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
}

.previous-events-page .event-list-section #event_year_slider .slick-prev {
  left: 0;
}

.previous-events-page .event-list-section #event_year_slider .slick-prev:before {
  content: "\f104";
}

.previous-events-page .event-list-section #event_year_slider .slick-next {
  right: 0;
}

.previous-events-page .event-list-section #event_year_slider .slick-next:before {
  content: "\f105";
}

.previous-events-page .event-list-section .event-list {
  margin-top: 30px;
}

.previous-events-page .event-list-section .event-list .event-item {
  margin: 30px 0;
}

.previous-events-page .event-list-section .event-list .event-item .image-wrap {
  width: 100px;
  height: 100px;
  float: left;
}

.previous-events-page .event-list-section .event-list .event-item .image-wrap a {
  width: 100px;
  height: 100px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-color: #eaeaea;
}

.previous-events-page .event-list-section .event-list .event-item .image-wrap a:hover {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.previous-events-page .event-list-section .event-list .event-item .text-wrap {
  width: calc(100% - 100px);
  float: right;
  padding-left: 30px;
  padding-top: 5px;
  color: black;
}

.previous-events-page .event-list-section .event-list .event-item .text-wrap h3 {
  margin-bottom: 10px;
}

.previous-events-page .event-list-section .event-list .event-item .text-wrap h3 a {
  color: #e38025;
}

.previous-events-page .event-list-section .event-list .event-item .text-wrap h3 a:hover {
  color: #6b99af;
}

.previous-events-page .event-list-section .event-list .event-item .text-wrap .date {
  margin: 0;
}

.previous-events-page .event-list-section .event-list .event-item .text-wrap .date span {
  font-weight: 600;
}

.previous-events-page .event-list-section .event-list .event-item .text-wrap a {
  color: #e38025;
}

.previous-events-page .event-list-section .event-list .event-item .text-wrap a:hover {
  color: #6b99af;
}

.previous-events-page .event-list-section .event-list .event-item:after {
  content: '';
  display: block;
  clear: both;
}

.previous-events-page .event-list-section .load-more-wrap {
  text-align: center;
}

.previous-events-page .event-list-section .load-more-wrap p {
  margin-bottom: 20px;
}

.previous-events-page .event-list-section .load-more-wrap .plain-link {
  color: #e38025;
  font-weight: 300;
}

.previous-events-page .event-list-section .load-more-wrap .plain-link:hover {
  color: #6b99af;
}

.faculty-staff-page .director-section {
  background-color: #f1f2f2;
}

.faculty-staff-page .director-section .image-thumb {
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
}

.faculty-staff-page .director-section .text-wrap h3 {
  color: #6b99af;
}

.faculty-staff-page .director-section .text-wrap .title {
  margin-bottom: 20px;
}

.faculty-staff-page .director-section .text-wrap .intro {
  font-weight: 300;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .faculty-staff-page .director-section .director-item:first-child {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .faculty-staff-page .director-section .director-item:first-child {
    margin-bottom: 50px;
  }
  .faculty-staff-page .director-section .image-thumb {
    margin-bottom: 20px;
  }
  .faculty-staff-page .director-section .text-wrap .title {
    margin-bottom: 10px;
  }
  .faculty-staff-page .director-section .text-wrap .intro {
    margin-bottom: 10px;
  }
}

.faculty-staff-page .faculty-staff-list-section {
  padding-bottom: 60px;
}

.faculty-staff-page .faculty-staff-list-section .faculty-row {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.faculty-staff-page .faculty-staff-list-section .faculty-row .faculty-item {
  padding: 0;
  width: 250px;
  float: left;
  min-height: 360px;
}

.faculty-staff-page .faculty-staff-list-section .faculty-row .faculty-item h3 {
  color: #6b99af;
  line-height: 1;
  margin: 10px 0;
}

.faculty-staff-page .faculty-staff-list-section .faculty-row .faculty-item p {
  color: black;
}

.faculty-staff-page .faculty-staff-list-section .faculty-row:after {
  content: '';
  display: block;
  clear: both;
}

.faculty-staff-page .faculty-staff-list-section .cbp-singlePageInline {
  display: block;
  position: relative;
}

.faculty-staff-page .faculty-staff-list-section .cbp-singlePageInline .picture-wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.faculty-staff-page .faculty-staff-list-section .cbp-singlePageInline .picture-wrap:before {
  content: 'READ BIO';
  display: block;
  transition: all 300ms ease;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #eeb803;
  color: white;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  line-height: 60px;
  opacity: 0;
}

.faculty-staff-page .faculty-staff-list-section .cbp-singlePageInline:hover .picture-wrap:before {
  opacity: 1;
}

.faculty-staff-page .faculty-staff-list-section .cbp-singlePageInline-active .cbp-singlePageInline .picture-wrap:before {
  opacity: 1;
}

.faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-content {
  margin: 0 -15px;
}

.faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-content .container .detail {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 30px 0;
  margin: 40px 0;
  position: relative;
}

.faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-content .container .detail .name {
  margin-top: 0;
  margin-bottom: 20px;
  color: #6b99af;
}

.faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-content .container .detail .name .title {
  font-weight: 300;
}

.faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-content .container .detail .name a {
  margin: 0 10px;
  color: #6b99af;
}

.faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-content .container .detail .name a:hover {
  color: #e38025;
}

.faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-content .container .detail .bio {
  margin: 15px 0 25px;
}

.faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-content .container .detail h5 {
  font-weight: 700;
}

.faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-content .container .detail p {
  font-size: 1rem;
  font-weight: 300;
}

.faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-content .container .detail p a {
  color: #e38025;
}

.faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-content .container .detail p a:hover {
  color: #6b99af;
}

.faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-close {
  background: url("../images/cbp-close.svg") center center no-repeat;
  background-size: contain;
  top: 60px;
  right: 15px;
  width: 35px;
}

@media only screen and (max-width: 1440px) {
  .faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-close {
    left: auto;
  }
}

.faculty-staff-page .faculty-staff-list-section .cbp-singlePageInline-active {
  opacity: 1 !important;
}

.faculty-staff-page .faculty-staff-list-section .cbp-singlePageInline-active .cbp-singlePageInline:before {
  opacity: 1;
}

.faculty-staff-page .faculty-details {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .faculty-staff-page .faculty-staff-list-section .cbp-singlePageInline:hover:before {
    opacity: 0;
  }
  .faculty-staff-page .faculty-staff-list-section .cbp-singlePageInline-active .cbp-singlePageInline:before {
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .faculty-staff-page .faculty-section {
    padding-bottom: 60px;
  }
  .faculty-staff-page .faculty-section .faculty-row .faculty-item {
    width: 50%;
  }
  .faculty-staff-page .faculty-section .cbp-popup-singlePageInline .cbp-popup-content .container .detail p {
    font-size: 1rem;
  }
  .faculty-staff-page .faculty-section .cbp-popup-singlePageInline .cbp-popup-content .container .detail:before {
    border-width: 24px 24px 0 24px;
  }
  .faculty-staff-page .faculty-section .cbp-popup-singlePageInline .cbp-popup-content:before {
    height: 60px;
  }
  .faculty-staff-page .faculty-section .cbp-popup-singlePageInline .cbp-popup-close {
    top: 68px;
    width: 30px;
    height: 30px;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .faculty-staff-page .faculty-staff-list-section {
    padding-bottom: 60px;
  }
  .faculty-staff-page .faculty-staff-list-section .faculty-row .faculty-item {
    width: 100%;
  }
  .faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-content .container .detail p {
    font-size: 1rem;
  }
  .faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-content .container .detail:before {
    border-width: 24px 24px 0 24px;
  }
  .faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-content:before {
    height: 60px;
  }
  .faculty-staff-page .faculty-staff-list-section .cbp-popup-singlePageInline .cbp-popup-close {
    top: 100px;
    width: 30px;
    height: 30px;
  }
}

.calendar-page .banner-section {
  background-size: cover;
  background-position: center center;
  padding: 0;
}

.calendar-page .banner-section .blue-card {
  max-width: 600px;
  padding: 40px 60px;
  background-color: rgba(107, 153, 175, 0.87);
  color: white;
}

.calendar-page .banner-section .blue-card .inner-text h6 {
  font-size: 1rem;
  text-transform: uppercase;
}

.calendar-page .banner-section .blue-card .inner-text h3 {
  margin-bottom: 20px;
  font-size: 1.375rem;
}

.calendar-page .banner-section .blue-card .inner-text p {
  font-size: 1.25rem;
}

.calendar-page .banner-section .blue-card .inner-text .address {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .calendar-page .banner-section .blue-card {
    padding: 20px;
  }
}

.calendar-page .calendar-section {
  background-color: #f1f2f2;
}

.calendar-page .calendar-section .calendar-row {
  margin-top: 30px;
}

.calendar-page .calendar-section .calendar-card {
  background-color: white;
  padding: 20px;
}

.calendar-page .calendar-section .calendar-card .filter-wrap {
  width: 130px;
  float: left;
}

.calendar-page .calendar-section .calendar-card .filter-wrap h6 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul li {
  margin: 15px 0;
  position: relative;
  padding-left: 30px;
  transition: all 300ms ease;
  cursor: pointer;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul li:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul li.filter-local_events:before {
  background-color: #e38025;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul li.filter-publications:before {
  background-color: #76a590;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul li.filter-conferences:before {
  background-color: #44273a;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul li.filter-research:before {
  background-color: #58595b;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul li.filter-webcasts:before {
  background-color: #6b99af;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul li.filter-14:before {
  background-color: #e38025;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul li.filter-15:before {
  background-color: #76a590;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul li.filter-16:before {
  background-color: #44273a;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul li.filter-18:before {
  background-color: #58595b;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul li.filter-17:before {
  background-color: #6b99af;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul li:hover {
  opacity: .5;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul li.unchecked {
  opacity: .3;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul li.unchecked:before {
  background-color: #ccc;
}

.calendar-page .calendar-section .calendar-card .filter-wrap ul li.unchecked:hover {
  opacity: .5;
}

.calendar-page .calendar-section .calendar-card .filter-wrap .btn {
  padding: 8px 20px;
  font-size: 11px;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap {
  width: calc(100% - 150px);
  float: right;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box h2 {
  font-weight: 600;
  font-size: 1.125rem;
  width: 150px;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box h2:after {
  display: none;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-state-default {
  border: 0;
  background-color: #76a590;
  background-image: none;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 1rem;
  transition: all 300ms ease;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-state-default .fc-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  margin: 0;
  padding-top: 3px;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-state-default .fc-icon.fc-icon-left-single-arrow {
  padding-left: 3px;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-state-default .fc-icon.fc-icon-right-single-arrow {
  padding-right: 3px;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-state-default .fc-icon:after {
  font-size: 1rem;
  font-weight: 400;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-state-default:hover {
  background-color: #eeb803;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-view-container td, .calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-view-container th {
  border: 0;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-basic-view .fc-body .fc-row {
  min-height: 45px;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td {
  padding: 3px;
  text-align: center;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span {
  float: none;
  display: block;
  padding: 8px 2px;
  background-color: #dbdcdd;
  color: black;
  font-weight: 600;
  transition: all 300ms ease;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.dayWithEvent {
  color: white;
  cursor: pointer;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.dayWithEvent:hover, .calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.dayWithEvent.checked {
  background-color: #eeb803;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-local_events {
  background-color: #e38025;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-publications {
  background-color: #76a590;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-conferences {
  background-color: #44273a;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-research {
  background-color: #58595b;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-webcasts {
  background-color: #6b99af;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-14 {
  background-color: #e38025;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-15 {
  background-color: #76a590;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-16 {
  background-color: #44273a;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-18 {
  background-color: #58595b;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td span.category-17 {
  background-color: #6b99af;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap #calendar-box .fc-content-skeleton td.fc-today span {
  background-color: #eeb803;
  color: white;
}

.calendar-page .calendar-section .calendar-card .calendar-wrap .fc-unthemed td.fc-today {
  background-color: transparent;
}

@media only screen and (max-width: 480px) {
  .calendar-page .calendar-section .calendar-card .filter-wrap {
    float: none;
    width: initial;
    margin-bottom: 20px;
  }
  .calendar-page .calendar-section .calendar-card .filter-wrap ul {
    margin: 0;
  }
  .calendar-page .calendar-section .calendar-card .calendar-wrap {
    float: none;
    width: inherit;
  }
}

.calendar-page .calendar-section .event-box {
  background-color: white;
  padding: 30px;
}

.calendar-page .calendar-section .event-box h3 a {
  color: #e38025;
}

.calendar-page .calendar-section .event-box h3 a:hover {
  color: #6b99af;
}

.calendar-page .calendar-section .event-box p {
  margin-bottom: 0;
  font-weight: 300;
  color: #000;
}

.calendar-page .calendar-section .event-box .location {
  margin-bottom: 10px;
  max-width: 400px;
}

.calendar-page .calendar-section .event-box .details img {
  float: left;
  max-width: 140px;
  margin: 10px 20px 20px 0;
}

.calendar-page .calendar-section .event-box .summary {
  font-weight: 300;
}

.calendar-page .calendar-section .event-box a.yellow-btn {
  margin-top: 40px;
}

.calendar-page .calendar-section .event-box.no_event {
  display: table-cell;
  height: 380px;
  vertical-align: middle;
}

.calendar-page .calendar-section .event-box.no_event h3 {
  margin-bottom: 40px;
}

.calendar-page .calendar-section .event-box.one_event {
  height: 100%;
}

.calendar-page .calendar-section .event-box.one_event h3 {
  margin-bottom: 30px;
}

.calendar-page .calendar-section .event-box.one_event .details {
  margin-top: 35px;
}

.calendar-page .calendar-section .event-box.multi_event {
  height: calc(50% - 5px);
  padding: 15px 30px;
}

.calendar-page .calendar-section .event-box.multi_event h3 {
  margin-bottom: 10px;
}

.calendar-page .calendar-section .event-box + .event-box {
  margin-top: 10px;
}

.calendar-page .upcoming-events-section .events-list .event-item {
  padding: 40px 0;
}

.calendar-page .upcoming-events-section .events-list .event-item .date-wrap {
  width: 160px;
  float: left;
  text-transform: uppercase;
}

.calendar-page .upcoming-events-section .events-list .event-item .date-wrap .month {
  font-size: 1.125rem;
  font-weight: 600;
}

.calendar-page .upcoming-events-section .events-list .event-item .date-wrap .day {
  font-size: 2.875rem;
  font-weight: 600;
}

.calendar-page .upcoming-events-section .events-list .event-item .date-wrap .category .category-tag {
  padding: 10px 15px;
  color: white;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  min-width: 135px;
  margin-bottom: 6px;
}

.calendar-page .upcoming-events-section .events-list .event-item .date-wrap .category .category-local_events {
  background-color: #e38025;
}

.calendar-page .upcoming-events-section .events-list .event-item .date-wrap .category .category-events {
  background-color: #e38025;
}

.calendar-page .upcoming-events-section .events-list .event-item .date-wrap .category .category-publications {
  background-color: #76a590;
}

.calendar-page .upcoming-events-section .events-list .event-item .date-wrap .category .category-conferences {
  background-color: #44273a;
}

.calendar-page .upcoming-events-section .events-list .event-item .date-wrap .category .category-conference {
  background-color: #44273a;
}

.calendar-page .upcoming-events-section .events-list .event-item .date-wrap .category .category-research {
  background-color: #58595b;
}

.calendar-page .upcoming-events-section .events-list .event-item .date-wrap .category .category-webcasts {
  background-color: #6b99af;
}

.calendar-page .upcoming-events-section .events-list .event-item .date-wrap:before {
  content: '';
  display: block;
  width: 20px;
  border-top: 1px solid #ccc;
  padding-top: 5px;
}

.calendar-page .upcoming-events-section .events-list .event-item .image-wrap {
  width: 240px;
  float: left;
  height: 150px;
}

.calendar-page .upcoming-events-section .events-list .event-item .image-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.calendar-page .upcoming-events-section .events-list .event-item .image-wrap a:hover {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.calendar-page .upcoming-events-section .events-list .event-item .text-wrap {
  width: calc(100% - 400px);
  float: left;
  padding-left: 30px;
}

.calendar-page .upcoming-events-section .events-list .event-item .text-wrap h3 a {
  color: #e38025;
}

.calendar-page .upcoming-events-section .events-list .event-item .text-wrap h3 a:hover {
  color: #6b99af;
}

.calendar-page .upcoming-events-section .events-list .event-item .text-wrap p {
  margin-bottom: 0;
}

.calendar-page .upcoming-events-section .events-list .event-item .text-wrap .location {
  margin-bottom: 10px;
}

.calendar-page .upcoming-events-section .events-list .event-item .text-wrap .summary {
  font-weight: 300;
}

.calendar-page .upcoming-events-section .events-list .event-item:after {
  content: '';
  display: block;
  clear: both;
}

.calendar-page .upcoming-events-section .events-list .event-item + .event-item {
  border-top: 1px solid #ccc;
}

.calendar-page .upcoming-events-section .load-more-wrap {
  text-align: center;
}

.calendar-page .upcoming-events-section .load-more-wrap p {
  margin-bottom: 20px;
}

.calendar-page .upcoming-events-section .load-more-wrap .plain-link {
  color: #e38025;
  font-weight: 300;
}

.calendar-page .upcoming-events-section .load-more-wrap .plain-link:hover {
  color: #6b99af;
}

@media only screen and (max-width: 991px) {
  .calendar-page .upcoming-events-section .events-list .event-item .text-wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .calendar-page .upcoming-events-section .calendar-section .calendar-card {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .calendar-page .upcoming-events-section .events-list .event-item {
    padding: 20px 0 30px;
  }
  .calendar-page .upcoming-events-section .events-list .event-item .date-wrap {
    margin-bottom: 20px;
    float: none;
    padding-top: 0;
  }
  .calendar-page .upcoming-events-section .events-list .event-item .date-wrap .month {
    display: inline-block;
  }
  .calendar-page .upcoming-events-section .events-list .event-item .date-wrap .day {
    display: inline-block;
  }
  .calendar-page .upcoming-events-section .events-list .event-item .date-wrap:before {
    content: none;
  }
  .calendar-page .upcoming-events-section .events-list .event-item .image-wrap {
    float: none;
  }
  .calendar-page .upcoming-events-section .events-list .event-item .text-wrap {
    padding-top: 10px;
    float: none;
  }
}

@media only screen and (max-width: 991px) {
  .calendar-section .calendar-card {
    margin-bottom: 20px;
  }
}

.event-page .event-article-section {
  padding-top: 0;
}

.event-page .event-article-section .co-sponsors {
  padding: 30px 0;
}

.event-page .event-article-section h3 {
  color: #e38025;
  margin-bottom: 10px;
}

.event-page .event-article-section img {
  margin-bottom: 20px;
}

.event-page .event-article-section .content-wrap {
  margin-top: 20px;
}

.event-page .event-article-section .content-wrap p {
  font-weight: 300;
  margin-bottom: 20px;
}

.event-page .event-article-section .content-wrap p a {
  color: #e38025;
}

.event-page .event-article-section .content-wrap p a:hover {
  color: #6b99af;
}

.event-page .event-article-section .content-wrap h2 {
  margin-bottom: 20px;
}

.event-page .event-article-section .content-wrap h2:after {
  display: none;
}

.event-page .event-article-section .add-to-cal, .event-page .event-article-section .download {
  /*	padding-left: 30px; */
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #e38025;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.event-page .event-article-section .add-to-cal:hover, .event-page .event-article-section .download:hover {
  text-decoration: underline;
}

.event-page .event-article-section .add-to-cal {
  /*	margin-right: 30px; */
  /*	background-image: url(../images/calendar-orange.svg); */
}

.event-page .event-article-section .download {
  /*	background-image: url(../images/download-orange.svg); */
}

.research-page .banner-section {
  padding: 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.research-page .banner-section:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.research-page .banner-section .container {
  position: relative;
}

.research-page .banner-section .image-wrap {
  width: 60%;
  float: left;
  text-align: center;
  background-color: #e6e7e8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
}

.research-page .banner-section .image-wrap img {
  max-width: 100%;
  max-height: 100%;
}

.research-page .banner-section .text-wrap {
  width: 40%;
  float: right;
  background-color: #6b99af;
  color: white;
  padding: 40px;
}

.research-page .banner-section .text-wrap h6 {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
}

.research-page .banner-section .text-wrap h2 {
  line-height: 1.3;
  margin-bottom: 20px;
  max-width: 300px;
}

.research-page .banner-section .text-wrap h2:after {
  content: none;
}

.research-page .banner-section .text-wrap .summary {
  font-weight: 300;
  margin-bottom: 20px;
  max-width: 300px;
}

@media only screen and (max-width: 1199px) {
  .research-page .banner-section .text-wrap h2 {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 991px) {
  .research-page .banner-section .text-wrap h6 {
    font-size: 1rem;
  }
  .research-page .banner-section .text-wrap h2 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .research-page .banner-section .image-wrap {
    width: 100%;
    float: none;
  }
  .research-page .banner-section .text-wrap {
    width: 100%;
    float: none;
  }
  .research-page .banner-section .text-wrap h6 {
    font-size: 1rem;
  }
  .research-page .banner-section .text-wrap h2 {
    font-size: 1.25rem;
  }
}

.research-page .our-research-section h2 {
  margin-bottom: 50px;
  float: left;
}

.research-page .our-research-section .search_popup {
  float: right;
  color: #fff;
}

.research-page .our-research-section .research-card {
  padding-top: 100%;
  position: relative;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
}

.research-page .our-research-section .research-card .bg-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 300ms ease;
  pointer-events: none;
}

.research-page .our-research-section .research-card h3 {
  position: absolute;
  top: 60px;
  left: 30px;
  max-width: 80%;
}

.research-page .our-research-section .research-card .learn-more {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.research-page .our-research-section .research-card:hover .bg-cover {
  opacity: 0.8;
}

.research-page .our-research-section .blue-card .bg-cover {
  background-color: #6b99af;
}

.research-page .our-research-section .blue-card h3 {
  color: white;
}

.research-page .our-research-section .blue-card a {
  color: white;
}

.research-page .our-research-section .white-card .bg-cover {
  background-color: #efefef;
}

.research-page .our-research-section .white-card h3 {
  color: #6b99af;
}

.research-page .our-research-section .white-card a {
  color: #58595b;
}

.research-page .our-research-section .grey-card .bg-cover {
  background-color: #949494;
}

.research-page .our-research-section .grey-card h3 {
  color: white;
}

.research-page .our-research-section .grey-card a {
  color: white;
}

.research-page .our-research-section .orange-card .bg-cover {
  background-color: #e38025;
}

.research-page .our-research-section .orange-card h3 {
  color: white;
}

.research-page .our-research-section .orange-card a {
  color: white;
}

.research-page .our-research-section .orange-card a:hover {
  color: #58595b !important;
}

.research-page .our-research-section .green-card .bg-cover {
  background-color: #76a590;
}

.research-page .our-research-section .green-card h3 {
  color: white;
}

.research-page .our-research-section .green-card a {
  color: white;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .research-page .our-research-section .research-card h3 {
    font-size: 1.125rem;
    top: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .research-page .our-research-section .research-card .bg-cover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .research-page .our-research-section .search_popup {
    margin-bottom: 20px;
    float: none;
  }
  .research-page .our-research-section h2 {
    float: none;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 520px) {
  .research-page .our-research-section .col-xs-6 {
    width: 100%;
  }
}

.research-page .latest-research-section {
  background-color: #76a590;
  color: white;
}

.research-page .latest-research-section h2:after {
  border-color: white;
  margin-bottom: 20px;
}

.research-page .latest-research-section .intro {
  font-weight: 300;
  font-size: 1.25rem;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
}

.research-page .latest-research-section .item-wrap {
  padding: 30px 0 20px;
  /* 			p{
				a {
					color: white;
				}
			} */
}

.research-page .latest-research-section .item-wrap h3 {
  margin-bottom: 10px;
}

.research-page .latest-research-section .item-wrap h3 a {
  color: white;
}

.research-page .latest-research-section .item-wrap h3 a:hover {
  color: #eeb803;
}

.research-page .latest-research-section .item-wrap a {
  color: #eeb803;
}

.research-page .latest-research-section .item-wrap a:hover {
  color: #e38025;
}

.research-page .latest-research-section .item-wrap .date {
  text-transform: initial;
}

.research-page .latest-research-section .item-wrap .summary {
  font-weight: 300;
}

.research-page .latest-research-section .btn {
  margin-top: 50px;
  min-width: 250px;
}

.research-page .signature-reports-section {
  background-color: #E9E9EA;
}

.research-page .signature-reports-section h2 {
  margin-bottom: 20px;
}

.research-page .signature-reports-section .item-wrap {
  border: 0;
  padding: 15px 0;
}

.research-page .signature-reports-section .item-wrap .image-wrap {
  width: 120px;
  float: left;
}

.research-page .signature-reports-section .item-wrap .image-wrap a {
  display: block;
}

.research-page .signature-reports-section .item-wrap .image-wrap a:hover {
  -ms-transform: scale(0.95);
      transform: scale(0.95);
}

.research-page .signature-reports-section .item-wrap .image-wrap img {
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.15);
}

.research-page .signature-reports-section .item-wrap .text-wrap {
  width: calc(100% - 120px);
  padding-left: 30px;
  float: right;
}

.research-page .signature-reports-section .item-wrap .text-wrap h3 {
  margin-bottom: 15px;
}

.research-page .signature-reports-section .item-wrap .text-wrap .read-more {
  font-size: 14px;
  color: #6d6e71;
}

.research-page .signature-reports-section .item-wrap .text-wrap .read-more:hover {
  color: #e38025;
}

.research-page .signature-reports-section .item-wrap .text-wrap.no-image {
  width: 100%;
  padding-left: 0;
  float: none;
}

.research-page .signature-reports-section .item-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.research-category-page .banner-section {
  padding: 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.research-category-page .banner-section:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.research-category-page .banner-section .container {
  position: relative;
}

.research-category-page .banner-section .image-wrap {
  width: 60%;
  padding-top: 20px;
  float: left;
  text-align: center;
  background-color: #e6e7e8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
}

.research-category-page .banner-section .image-wrap img {
  max-width: 90%;
}

.research-category-page .banner-section .text-wrap {
  width: 40%;
  float: right;
  background-color: #6b99af;
  color: white;
  padding: 40px;
}

.research-category-page .banner-section .text-wrap h6 {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
}

.research-category-page .banner-section .text-wrap h2 {
  line-height: 1.3;
  margin-bottom: 10px;
  max-width: 300px;
}

.research-category-page .banner-section .text-wrap h2:after {
  content: none;
}

.research-category-page .banner-section .text-wrap .summary {
  font-weight: 300;
  margin-bottom: 20px;
  max-width: 300px;
}

@media only screen and (max-width: 1199px) {
  .research-category-page .banner-section .text-wrap h2 {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 991px) {
  .research-category-page .banner-section .text-wrap h6 {
    font-size: 1rem;
  }
  .research-category-page .banner-section .text-wrap h2 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .research-category-page .banner-section .image-wrap {
    width: 100%;
    float: none;
  }
  .research-category-page .banner-section .text-wrap {
    width: 100%;
    float: none;
  }
  .research-category-page .banner-section .text-wrap h6 {
    font-size: 1rem;
  }
  .research-category-page .banner-section .text-wrap h2 {
    font-size: 1.25rem;
  }
}

.research-category-page .intro-section h2 {
  margin-bottom: 20px;
}

.research-category-page .intro-section p {
  font-size: 1.25rem;
  font-weight: 300;
}

.research-category-page .half-section {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
}

.research-category-page .half-section .read-more {
  font-size: 14px;
}

.research-category-page .leading-indicator-section {
  background-color: #6b99af;
  color: white;
}

.research-category-page .leading-indicator-section h2 {
  margin-bottom: 20px;
  max-width: 350px;
}

.research-category-page .leading-indicator-section h2:after {
  border-color: white;
}

.research-category-page .leading-indicator-section p {
  margin-bottom: 20px;
}

.research-category-page .leading-indicator-section .read-more {
  color: white;
}

.research-category-page .reports-papers-section {
  background-color: #E9E9EA;
  height: 100%;
}

.research-category-page .reports-papers-section h2 {
  margin-bottom: 20px;
}

.research-category-page .reports-papers-section .item-wrap {
  border: 0;
  padding: 40px 0;
}

.research-category-page .reports-papers-section .item-wrap .image-wrap {
  width: 120px;
  float: left;
}

.research-category-page .reports-papers-section .item-wrap .image-wrap a {
  display: block;
}

.research-category-page .reports-papers-section .item-wrap .image-wrap a:hover {
  -ms-transform: scale(0.95);
      transform: scale(0.95);
}

.research-category-page .reports-papers-section .item-wrap .image-wrap img {
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.15);
}

.research-category-page .reports-papers-section .item-wrap .text-wrap {
  width: calc(100% - 120px);
  padding-left: 30px;
  float: right;
}

.research-category-page .reports-papers-section .item-wrap .text-wrap h3 {
  margin-bottom: 5px;
}

.research-category-page .reports-papers-section .item-wrap .text-wrap h3 a {
  color: #6d6e71;
}

.research-category-page .reports-papers-section .item-wrap .text-wrap h3 a:hover {
  color: #e38025;
}

.research-category-page .reports-papers-section .item-wrap .text-wrap p {
  margin-bottom: 5px;
}

.research-category-page .reports-papers-section .item-wrap .text-wrap .date {
  font-weight: 400;
  text-transform: inherit;
}

.research-category-page .reports-papers-section .item-wrap .text-wrap.no-image {
  width: 100%;
  padding-left: 0;
  float: none;
}

.research-category-page .reports-papers-section .item-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.research-category-page .reports-papers-section .btn {
  margin-top: 50px;
}

.research-category-page .remodeling-futures-section h2 {
  margin-bottom: 20px;
  max-width: 350px;
}

.research-category-page .remodeling-futures-section p {
  margin-bottom: 20px;
}

.research-category-page .remodeling-futures-section .read-more {
  color: #6d6e71;
}

.research-category-page .interactive-tools-section {
  background-color: #76a590;
  color: white;
}

.research-category-page .interactive-tools-section h2:after {
  border-color: white;
}

.research-category-page .interactive-tools-section .inner-container {
  color: white;
}

.research-category-page .interactive-tools-section .inner-container table {
  color: #6d6e71;
}

.research-category-page .interactive-tools-section a {
  color: white;
}

.research-category-page .interactive-tools-section .item-wrap {
  border-bottom: 0;
}

.research-category-page .interactive-tools-section .item-wrap .date {
  font-weight: 400;
  text-transform: initial;
}

.research-category-page .interactive-tools-section .item-wrap .read-more {
  color: white;
}

.research-category-page .interactive-tools-section .item-wrap + .item-wrap {
  border-top: 1px solid white;
}

.research-category-page .interactive-tools-section .item-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.research-category-page .interactive-tools-section .featured-item .image-wrap {
  width: 230px;
  height: 230px;
  float: left;
  background-size: cover;
  background-position: center center;
  margin: 0 30px 0 0;
}

@media only screen and (max-width: 991px) {
  .research-category-page .interactive-tools-section .featured-item .image-wrap {
    width: 120px;
    height: 120px;
  }
}

.research-category-page .blogs-section {
  background-color: #939597;
  color: white;
}

.research-category-page .blogs-section h2:after {
  border-color: white;
}

.research-category-page .blogs-section .item-wrap {
  border-color: white;
}

.research-category-page .blogs-section .item-wrap .author-wrap {
  width: 150px;
  float: left;
}

.research-category-page .blogs-section .item-wrap .author-wrap img {
  width: 130px;
}

.research-category-page .blogs-section .item-wrap .author-wrap .name {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 8px;
}

.research-category-page .blogs-section .item-wrap .author-wrap .title {
  font-weight: 400;
}

.research-category-page .blogs-section .item-wrap .text-wrap {
  width: calc(100% - 150px);
  float: right;
}

.research-category-page .blogs-section .item-wrap .read-more {
  color: white;
}

.research-category-page .blogs-section .item-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.research-category-page .blogs-section .btn {
  margin-top: 30px;
}

.research-category-list-page .thick_divider {
  height: 45px;
  width: 100%;
  background-color: #3F3F3F;
}

.research-category-list-page .search_form_section {
  background-position: top center;
  position: relative;
}

.research-category-list-page .search_form_section:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #939597;
  opacity: 0.6;
}

.research-category-list-page .search_form_section .container {
  position: relative;
}

.research-category-list-page .search_form_section form {
  max-width: 590px;
  background-color: #fff;
  display: inline-block;
}

.research-category-list-page .search_form_section form input.search_text {
  outline: 0;
  border: 0;
  padding: 12px 10px;
  font-size: 22px;
  width: 470px;
}

@media only screen and (max-width: 767px) {
  .research-category-list-page .search_form_section form input.search_text {
    width: calc(100% - 120px);
  }
}

.research-category-list-page .search_form_section form input.search_button {
  float: right;
  height: 55px;
  width: 55px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  outline: 0;
}

.research-category-list-page .search_form_section form span.search_clear {
  float: right;
  height: 55px;
  width: 55px;
  background-color: transparent;
  background-image: url(../images/clear-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: block;
  padding-right: 65px;
  cursor: pointer;
}

.research-category-list-page .search_form_section form span.search_clear:after {
  content: '/';
  position: absolute;
  right: 0;
  font-size: 40px;
  font-weight: 300;
  top: 50%;
  margin-top: -28px;
  color: #a2a2a2;
  margin-left: 60px;
  display: block;
}

.research-category-list-page .search_form_section #search-form {
  max-width: 590px;
  background-color: #fff;
  display: inline-block;
}

.research-category-list-page .search_form_section #search-form .fieldset-wrapper {
  display: none;
}

.research-category-list-page .search_form_section #search-form fieldset {
  display: none;
}

.research-category-list-page .search_form_section #search-form input#edit-keys {
  outline: 0;
  border: 0;
  padding: 12px 10px;
  font-size: 22px;
  width: 535px;
}

@media only screen and (max-width: 767px) {
  .research-category-list-page .search_form_section #search-form input#edit-keys {
    width: calc(100% - 120px);
  }
}

.research-category-list-page .search_form_section #search-form input#edit-submit {
  float: right;
  height: 55px;
  width: 55px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  outline: 0;
  text-indent: -9999px;
}

.research-category-list-page .search_form_section #search-form + span.search_clear {
  float: right;
  height: 55px;
  width: 55px;
  background-color: transparent;
  background-image: url(../images/clear-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: block;
  padding-right: 65px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 490px;
  display: inline-block;
  float: inherit;
}

.research-category-list-page .search_form_section #search-form + span.search_clear:after {
  content: '/';
  position: absolute;
  right: 0;
  font-size: 40px;
  font-weight: 300;
  top: 50%;
  margin-top: -28px;
  color: #a2a2a2;
  margin-left: 60px;
  display: block;
}

@media only screen and (max-width: 632px) {
  .research-category-list-page .search_form_section #search-form + span.search_clear {
    right: 65px;
    left: inherit;
  }
}

.research-category-list-page .search_form_section #research-area-form {
  max-width: 590px;
  background-color: #fff;
  display: inline-block;
}

.research-category-list-page .search_form_section #research-area-form .fieldset-wrapper {
  display: none;
}

.research-category-list-page .search_form_section #research-area-form fieldset {
  display: none;
}

.research-category-list-page .search_form_section #research-area-form input#research-area-keys {
  outline: 0;
  border: 0;
  padding: 12px 10px;
  font-size: 22px;
  width: 535px;
}

@media only screen and (max-width: 767px) {
  .research-category-list-page .search_form_section #research-area-form input#research-area-keys {
    width: calc(100% - 120px);
  }
}

.research-category-list-page .search_form_section #research-area-form input#research-area-submit {
  float: right;
  height: 55px;
  width: 55px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  outline: 0;
  text-indent: -9999px;
}

.research-category-list-page .search_form_section #research-area-form + span.search_clear {
  float: right;
  height: 55px;
  width: 55px;
  background-color: transparent;
  background-image: url(../images/clear-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: block;
  padding-right: 65px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 490px;
  display: inline-block;
  float: inherit;
}

.research-category-list-page .search_form_section #research-area-form + span.search_clear:after {
  content: '/';
  position: absolute;
  right: 0;
  font-size: 40px;
  font-weight: 300;
  top: 50%;
  margin-top: -28px;
  color: #a2a2a2;
  margin-left: 60px;
  display: block;
}

@media only screen and (max-width: 632px) {
  .research-category-list-page .search_form_section #research-area-form + span.search_clear {
    right: 65px;
    left: inherit;
  }
}

.research-category-list-page .search_form_section .search_popup {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-left: 30px;
}

.research-category-list-page .list-section {
  background: #ececec;
  padding-top: 0;
}

.research-category-list-page .list-section h2 {
  margin-bottom: 8px;
  margin-top: 30px;
}

.research-category-list-page .list-section .list-item {
  padding: 20px 0;
}

.research-category-list-page .list-section .list-item .image-wrap {
  width: 80px;
  float: left;
}

.research-category-list-page .list-section .list-item .text-wrap {
  width: calc(100% - 80px);
  float: right;
  padding-left: 50px;
  padding-top: 5px;
}

.research-category-list-page .list-section .list-item .text-wrap h3 {
  margin-bottom: 10px;
}

.research-category-list-page .list-section .list-item .text-wrap h3 a {
  color: #e38025;
}

.research-category-list-page .list-section .list-item .text-wrap h3 a:hover {
  color: #6b99af;
}

.research-category-list-page .list-section .list-item .text-wrap p {
  margin-bottom: 5px;
}

.research-category-list-page .list-section .list-item:after {
  content: '';
  display: block;
  clear: both;
}

.research-category-list-page .list-section .load-more-wrap {
  text-align: center;
  margin-top: 30px;
}

.research-category-list-page .list-section .load-more-wrap p {
  margin-bottom: 20px;
}

.research-category-list-page .list-section .load-more-wrap .grey-btn {
  margin: 0 5px 20px;
}

@media only screen and (max-width: 767px) {
  .research-category-list-page .list-section .list-item .text-wrap {
    padding-left: 20px;
    padding-top: 0;
  }
}

.research-category-list-page .list-section .research-list {
  background-color: #fff;
  position: relative;
  width: 100%;
  padding: 30px 50px;
}

.research-category-list-page .list-section .research-list.loading {
  background-image: url(../images/animated-gif-transparent-background-14.gif);
  background-size: 104px;
  background-repeat: no-repeat;
  background-position: center 100px;
}

.research-category-list-page .list-section .research-list.loading .list-item {
  filter: blur(2px);
  opacity: .5;
}

@media only screen and (max-width: 480px) {
  .research-category-list-page .list-section .research-list {
    padding: 30px;
  }
  .research-category-list-page .list-section .list-item .image-wrap {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .research-category-list-page .list-section .list-item .text-wrap {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}

.research-remodeling-page .banner-section {
  padding: 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.research-remodeling-page .banner-section:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.research-remodeling-page .banner-section .container {
  position: relative;
}

.research-remodeling-page .banner-section .image-wrap {
  width: 60%;
  height: 363px;
  padding: 0;
  float: left;
  text-align: center;
  background-color: #e6e7e8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
}

.research-remodeling-page .banner-section .image-wrap img {
  width: 100%;
  height: 100%;
}

.research-remodeling-page .banner-section .text-wrap {
  width: 40%;
  float: right;
  background-color: #6b99af;
  color: white;
  padding: 40px;
  min-height: 383px;
}

.research-remodeling-page .banner-section .text-wrap h6 {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
}

.research-remodeling-page .banner-section .text-wrap h2 {
  line-height: 1.3;
  margin-bottom: 20px;
}

.research-remodeling-page .banner-section .text-wrap h2:after {
  content: none;
}

.research-remodeling-page .banner-section .text-wrap .summary {
  font-weight: 300;
  margin-bottom: 20px;
  max-width: 300px;
}

@media only screen and (max-width: 1199px) {
  .research-remodeling-page .banner-section .text-wrap h2 {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 991px) {
  .research-remodeling-page .banner-section .text-wrap h6 {
    font-size: 1rem;
  }
  .research-remodeling-page .banner-section .text-wrap h2 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .research-remodeling-page .banner-section .image-wrap {
    width: 100%;
    float: none;
  }
  .research-remodeling-page .banner-section .text-wrap {
    width: 100%;
    float: none;
  }
  .research-remodeling-page .banner-section .text-wrap h6 {
    font-size: 1rem;
  }
  .research-remodeling-page .banner-section .text-wrap h2 {
    font-size: 1.25rem;
  }
}

.research-remodeling-page .intro-section h2 {
  margin-bottom: 20px;
}

.research-remodeling-page .intro-section p {
  font-size: 1.25rem;
  font-weight: 300;
}

.research-remodeling-page .half-section {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
}

.research-remodeling-page .half-section .read-more {
  font-size: 14px;
}

.research-remodeling-page .leading-indicator-section {
  background-color: #6b99af;
  color: white;
}

.research-remodeling-page .leading-indicator-section h2 {
  margin-bottom: 20px;
  max-width: 350px;
}

.research-remodeling-page .leading-indicator-section h2:after {
  border-color: white;
}

.research-remodeling-page .leading-indicator-section p {
  margin-bottom: 20px;
}

.research-remodeling-page .leading-indicator-section .read-more {
  color: white;
}

.research-remodeling-page .reports-papers-section {
  background-color: #E9E9EA;
  height: 100%;
}

.research-remodeling-page .reports-papers-section h2 {
  margin-bottom: 20px;
}

.research-remodeling-page .reports-papers-section .item-wrap {
  border: 0;
  padding: 40px 0;
}

.research-remodeling-page .reports-papers-section .item-wrap .image-wrap {
  width: 120px;
  float: left;
}

.research-remodeling-page .reports-papers-section .item-wrap .image-wrap a {
  display: block;
}

.research-remodeling-page .reports-papers-section .item-wrap .image-wrap a:hover {
  -ms-transform: scale(0.95);
      transform: scale(0.95);
}

.research-remodeling-page .reports-papers-section .item-wrap .image-wrap img {
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.15);
}

.research-remodeling-page .reports-papers-section .item-wrap .text-wrap {
  width: calc(100% - 120px);
  padding-left: 30px;
  float: right;
}

.research-remodeling-page .reports-papers-section .item-wrap .text-wrap h3 {
  margin-bottom: 5px;
}

.research-remodeling-page .reports-papers-section .item-wrap .text-wrap h3 a {
  color: #6d6e71;
}

.research-remodeling-page .reports-papers-section .item-wrap .text-wrap h3 a:hover {
  color: #e38025;
}

.research-remodeling-page .reports-papers-section .item-wrap .text-wrap p {
  margin-bottom: 5px;
}

.research-remodeling-page .reports-papers-section .item-wrap .text-wrap .date {
  font-weight: 400;
  text-transform: inherit;
}

.research-remodeling-page .reports-papers-section .item-wrap .text-wrap.no-image {
  width: 100%;
  padding-left: 0;
  float: none;
}

.research-remodeling-page .reports-papers-section .item-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.research-remodeling-page .reports-papers-section .btn {
  margin-top: 50px;
  min-width: 250px;
}

.research-remodeling-page .remodeling-futures-section h2 {
  margin-bottom: 20px;
  max-width: 350px;
}

.research-remodeling-page .remodeling-futures-section p {
  margin-bottom: 20px;
}

.research-remodeling-page .remodeling-futures-section .read-more {
  color: #6d6e71;
}

.research-remodeling-page .interactive-tools-section {
  background-color: #76a590;
  color: white;
}

.research-remodeling-page .interactive-tools-section h2:after {
  border-color: white;
}

.research-remodeling-page .interactive-tools-section .inner-container {
  color: white;
}

.research-remodeling-page .interactive-tools-section .inner-container table {
  color: #6d6e71;
}

.research-remodeling-page .interactive-tools-section a {
  color: white;
}

.research-remodeling-page .interactive-tools-section .item-wrap {
  border-bottom: 0;
}

.research-remodeling-page .interactive-tools-section .item-wrap .date {
  font-weight: 400;
  text-transform: initial;
}

.research-remodeling-page .interactive-tools-section .item-wrap .read-more {
  color: white;
}

.research-remodeling-page .interactive-tools-section .item-wrap + .item-wrap {
  border-top: 1px solid white;
}

.research-remodeling-page .interactive-tools-section .item-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.research-remodeling-page .interactive-tools-section .btn {
  margin-top: 10px;
  min-width: 250px;
}

.research-remodeling-page .interactive-tools-section .featured-item .image-wrap {
  width: 230px;
  height: 230px;
  float: left;
  background-size: cover;
  background-position: center center;
  margin: 0 30px 0 0;
}

@media only screen and (max-width: 991px) {
  .research-remodeling-page .interactive-tools-section .featured-item .image-wrap {
    width: 120px;
    height: 120px;
  }
}

.research-remodeling-page .blogs-section {
  background-color: #939597;
  color: white;
  height: 100%;
}

.research-remodeling-page .blogs-section h2:after {
  border-color: white;
}

.research-remodeling-page .blogs-section .item-wrap {
  border-color: white;
}

.research-remodeling-page .blogs-section .item-wrap .author-wrap {
  width: 150px;
  float: left;
}

.research-remodeling-page .blogs-section .item-wrap .author-wrap img {
  width: 130px;
}

.research-remodeling-page .blogs-section .item-wrap .author-wrap .name {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 8px;
}

.research-remodeling-page .blogs-section .item-wrap .author-wrap .title {
  font-weight: 400;
}

.research-remodeling-page .blogs-section .item-wrap .text-wrap {
  width: calc(100% - 150px);
  float: right;
}

.research-remodeling-page .blogs-section .item-wrap .read-more {
  color: white;
}

.research-remodeling-page .blogs-section .item-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.research-remodeling-page .blogs-section .btn {
  margin-top: 30px;
  min-width: 250px;
}

.page-node-617 .research-remodeling-page .banner-section .container .image-wrap, .page-node-618 .research-remodeling-page .banner-section .container .image-wrap {
  padding-top: 20px;
}

.page-node-617 .research-remodeling-page .banner-section .container .image-wrap img, .page-node-618 .research-remodeling-page .banner-section .container .image-wrap img {
  width: auto;
  max-width: 90%;
}

.people-page .people-article-section {
  padding-top: 0;
}

.people-page .people-article-section h3 {
  color: #e38025;
  margin-bottom: 10px;
}

.people-page .people-article-section img {
  margin-bottom: 20px;
}

.people-page .people-article-section .job_title {
  margin-bottom: 15px;
}

.people-page .people-article-section .social_links {
  margin: 0 15px;
}

.people-page .people-article-section .social_links a {
  margin: 0 5px;
  color: #6b99af;
}

.people-page .people-article-section .social_links a:hover {
  color: #e38025;
}

.people-page .people-article-section .content-wrap {
  margin-top: 20px;
}

.people-page .people-article-section .content-wrap p {
  font-weight: 300;
  margin-bottom: 20px;
}

.people-page .people-article-section .content-wrap p a {
  color: #e38025;
}

.people-page .people-article-section .content-wrap p a:hover {
  color: #6b99af;
}

.people-page .people-article-section .content-wrap h2 {
  margin-bottom: 20px;
}

.people-page .people-article-section .content-wrap h2:after {
  display: none;
}

.search-page .search_form_section {
  background-position: top center;
  position: relative;
}

.search-page .search_form_section:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #939597;
  opacity: 0.6;
}

.search-page .search_form_section .container {
  position: relative;
}

.search-page .search_form_section form {
  max-width: 590px;
  background-color: #fff;
  display: inline-block;
}

.search-page .search_form_section form input.search_text {
  outline: 0;
  border: 0;
  padding: 12px 50px 12px 10px;
  font-size: 22px;
  width: 470px;
}

@media only screen and (max-width: 767px) {
  .search-page .search_form_section form input.search_text {
    width: calc(100% - 120px);
  }
}

.search-page .search_form_section form input.search_button {
  float: right;
  height: 55px;
  width: 55px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  outline: 0;
}

.search-page .search_form_section form span.search_clear {
  float: right;
  height: 55px;
  width: 55px;
  background-color: transparent;
  background-image: url(../images/clear-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: block;
  padding-right: 65px;
  cursor: pointer;
}

.search-page .search_form_section form span.search_clear:after {
  content: '/';
  position: absolute;
  right: 0;
  font-size: 40px;
  font-weight: 300;
  top: 50%;
  margin-top: -28px;
  color: #a2a2a2;
  margin-left: 60px;
  display: block;
}

.search-page .search_form_section #search-form {
  max-width: 590px;
  background-color: #fff;
  display: inline-block;
}

.search-page .search_form_section #search-form .fieldset-wrapper {
  display: none;
}

.search-page .search_form_section #search-form fieldset {
  display: none;
}

.search-page .search_form_section #search-form input#edit-keys {
  outline: 0;
  border: 0;
  padding: 12px 50px 12px 10px;
  font-size: 22px;
  width: 535px;
}

@media only screen and (max-width: 767px) {
  .search-page .search_form_section #search-form input#edit-keys {
    width: calc(100% - 120px);
  }
}

.search-page .search_form_section #search-form input#edit-submit {
  float: right;
  height: 55px;
  width: 55px;
  border: 0;
  background-color: transparent;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  outline: 0;
  text-indent: -9999px;
}

.search-page .search_form_section #search-form + span.search_clear {
  float: right;
  height: 55px;
  width: 55px;
  background-color: transparent;
  background-image: url(../images/clear-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: block;
  padding-right: 65px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 490px;
  display: inline-block;
  float: inherit;
}

.search-page .search_form_section #search-form + span.search_clear:after {
  content: '/';
  position: absolute;
  right: 0;
  font-size: 40px;
  font-weight: 300;
  top: 50%;
  margin-top: -28px;
  color: #a2a2a2;
  margin-left: 60px;
  display: block;
}

@media only screen and (max-width: 632px) {
  .search-page .search_form_section #search-form + span.search_clear {
    right: 65px;
    left: inherit;
  }
}

.search-page .search_form_section .search_popup {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-left: 30px;
}

.search-page section.result_section {
  padding: 0;
  overflow: hidden;
  background-color: #ececec;
}

.search-page section.result_section .result_count_bar {
  display: block;
  padding: 30px 50px;
}

.search-page section.result_section .result_count_bar span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #3D3D3D;
}

.search_result_container.loading {
  background-image: url(../images/animated-gif-transparent-background-14.gif);
  background-size: 104px;
  background-repeat: no-repeat;
  background-position: center 100px;
}

.search_result_container.loading .search_zero_results {
  filter: blur(2px);
  opacity: .5;
}

.search_result_container.loading .search-result {
  filter: blur(2px);
  opacity: .5;
}

.search_result_container {
  background-color: #fff;
  position: relative;
  width: calc(50vw - 570px + 100%);
}

@media only screen and (max-width: 1199px) {
  .search_result_container {
    width: calc(50vw - 470px + 100%);
  }
}

@media only screen and (max-width: 991px) {
  .search_result_container {
    width: calc(50vw - 360px + 100%);
  }
}

@media only screen and (max-width: 767px) {
  .search_result_container {
    width: auto;
  }
}

.search_result_container .search_zero_results {
  padding: 30px 50px;
}

.search_result_container .search_zero_results h2 {
  font-size: 20px;
  font-weight: 600;
  color: #E38025;
}

.search_result_container .search_zero_results ul {
  margin: 20px 0;
  padding-left: 30px;
}

.search_result_container .search_zero_results ul li {
  color: #292929;
  font-size: 14px;
  font-weight: 300;
}

.search_result_container .search_article {
  padding: 30px 50px;
}

.search_result_container .search_article .search_article_container {
  max-width: 680px;
}

.search_result_container .search_article span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 5px;
  display: block;
}

.search_result_container .search_article h2 {
  font-size: 20px;
  font-weight: 600;
  color: #E38025;
}

.search_result_container .search_article h2 a {
  color: #E38025;
}

.search_result_container .search_article h2 a:hover {
  color: #337ab7;
}

.search_result_container .search_article h2:after {
  display: none;
}

.search_result_container .search_article h4 {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
}

.search_result_container .search_article p {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}

.search_result_container .search_article + .search_article {
  border-top: 1px solid #ebebec;
}

.search_result_sidebar {
  padding: 30px 0;
}

.search_result_sidebar h3 {
  margin-bottom: 30px;
  padding-left: 30px;
}

.search_result_sidebar a.btn {
  font-size: 13px;
  padding: 10px;
  width: 90%;
  line-height: 14px;
  margin: 10px 0;
  color: #fff;
}

.refine_result_collapse {
  margin-bottom: 30px;
}

.refine_result_collapse ul.collapsed {
  display: none;
  overflow: hidden;
  max-height: 400px;
  overflow-y: scroll;
  transition: max-height .8s ease;
}

.refine_result_collapse ul.collapsed > li {
  padding-left: 25px;
  margin: 20px 0;
  cursor: pointer;
  background-image: url(../images/collapse_li_style.png);
  background-repeat: no-repeat;
  background-position: left -21px center;
  transition: all 300ms ease;
}

.refine_result_collapse ul.collapsed > li span {
  transition: all 300ms ease;
}

.refine_result_collapse ul.collapsed > li:hover > span {
  background-color: #d1d2d2;
  padding: 5px;
  border-radius: 15px;
}

.refine_result_collapse ul.collapsed > li.checked {
  background-position: left 0 center;
}

.refine_result_collapse ul.collapsed > li.checked > span {
  background-color: #d1d2d2;
  padding: 5px;
  border-radius: 15px;
}

.refine_result_collapse ul.collapsed_open.collapsed {
  max-height: 100%;
}

.refine_result_collapse h4 {
  background-color: #d1d2d2;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.refine_result_collapse h4 span {
  background-image: url(../images/collapse-arrows.png);
  height: 12px;
  width: 13px;
  display: block;
  float: right;
  overflow: hidden;
  text-indent: -9999px;
  margin-top: 3px;
  cursor: pointer;
}

.refine_result_collapse h4.arrow_open span {
  background-position: bottom;
}

.refine_result_collapse ul {
  list-style: none;
  padding-left: 20px;
}

.refine_result_collapse ul li {
  font-size: 16px;
  font-weight: 300;
  color: #3D3D3D;
}

.refine_result_collapse ul li span {
  font-weight: 400;
}

.refine_result_collapse ul li ul {
  padding-left: 5px;
  margin: 15px 0;
}

.refine_result_collapse ul li ul li {
  margin: 25px 0;
}

.gray-btn {
  background-color: #c0c0c0;
}

.gray-btn:hover {
  background-color: #a0a0a0;
}

.blue-btn {
  background-color: #6b99af;
}

.blue-btn:hover {
  background-color: #54859c;
}

/************* Popup **************/
.custom-popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}

.custom_popup_container {
  max-width: 850px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #fff;
  border: 1px solid #444444;
  background-color: #fff;
}

.custom-popup-inner {
  padding: 40px 40px;
}

.custom-popup-close {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 15px;
  /* border-radius: 1000px; */
  text-align: center;
  text-decoration: none !important;
  text-indent: 9999px;
  z-index: 98;
  background-image: url(../images/search-popup-close.png);
  background-position: center;
  background-repeat: no-repeat;
}

.custom-popup-close:hover:before {
  -ms-transform: translate(50%, -50%) rotate(180deg);
      transform: translate(50%, -50%) rotate(180deg);
}

#search-box .form_field.col1 {
  width: 100%;
  display: block;
}

#search-box .form_field {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

#search-box .form_field.col2:nth-of-type(2) {
  padding-right: 10px;
}

#search-box .form_field.col2:nth-of-type(2) ul.form-select {
  width: calc(100% - 10px);
}

#search-box .form_field.col2:nth-of-type(4) {
  padding-right: 10px;
}

#search-box .form_field.col2:nth-of-type(4) ul.form-select {
  width: calc(100% - 10px);
}

#search-box .form_field.col2:nth-of-type(3) {
  overflow: inherit !important;
}

#search-box .form_field.col2 {
  width: 50%;
  float: left;
}

#search-box h4 {
  margin: 0;
  font-size: 16px;
  color: #3D3D3D;
  margin-bottom: 30px;
}

#search-box label {
  display: block;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 35px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.58;
  text-align: left;
  color: #3D3D3D;
  width: 80% !important;
  text-transform: uppercase;
}

#search-box input[type="text"] {
  width: 100%;
  font-weight: bold;
  color: #6D6E71;
  background-color: transparent;
  border: none;
  font-size: 24px;
  line-height: 36px;
  padding-right: 100px;
  outline: none;
  margin-bottom: 10px;
}

#search-box input::-webkit-input-placeholder {
  color: #6D6E71;
}

#search-box input::-moz-placeholder {
  color: #6D6E71;
}

#search-box input:-ms-input-placeholder {
  color: #6D6E71;
}

#search-box input:-moz-placeholder {
  color: #6D6E71;
}

#search-box select {
  height: 80px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #6D6E71;
  padding: 35px 35px 10px 35px !important;
  outline: none;
  background-color: #DEDEE0;
  border: 0;
  -webkit-appearance: none;
  text-transform: uppercase;
}

#search-box .form_field .search_auth {
  height: 80px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #b1b1b1;
  padding: 35px 60px 10px 35px !important;
  outline: none;
  background-color: transparent;
  border: 1px solid #b1b1b1;
  margin-bottom: 0;
  background-image: url(../images/form_search-icon.png);
  background-repeat: no-repeat;
  background-position: bottom 16px right 35px;
}

#search-box .form_field #search_word {
  border: 1px solid #b1b1b1;
  padding: 20px 25px;
}

#search-box .form_field input:-moz-placeholder {
  color: #b1b1b1;
}

#search-box .form_field.col1.button_field {
  margin-bottom: 0;
}

#search-box .multiple_select ul.form-select {
  display: none;
  position: absolute;
  top: 80px;
  width: 100%;
  background-color: #EDEDEE;
  z-index: 99;
}

#search-box .multiple_select button.multiple_select_toggle, #search-box .multiple_select input.multiple_select_toggle[type="text"] {
  height: 80px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #6D6E71;
  padding: 35px 35px 10px 35px !important;
  outline: none;
  background-color: #DEDEE0;
  border: 0;
  -webkit-appearance: none;
  text-transform: uppercase;
  margin-bottom: 0px;
}

#search-box .multiple_select ul.form-select.form-select-opened {
  display: block;
  padding: 5px 35px;
  margin: 0;
  list-style: none;
  max-height: 250px;
  overflow: auto;
}

#search-box .multiple_select ul.form-select.form-select-opened li {
  font-size: 16px;
  padding: 8px 0 8px 40px;
  cursor: pointer;
  position: relative;
}

#search-box .multiple_select ul.form-select.form-select-opened li:before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  border: 1px solid #A6A8A9;
  top: 9px;
}

#search-box .multiple_select ul.form-select.form-select-opened li:after {
  content: '';
  display: block;
  height: 9px;
  width: 12px;
  position: absolute;
  background-image: url(../images/multi_select_check.png);
  left: 4px;
  background-repeat: no-repeat;
  top: 15px;
  display: none;
}

#search-box .multiple_select ul.form-select.form-select-opened li.multi_checked:after {
  display: block;
}

#search-box .form_field.multiple_select {
  overflow: inherit !important;
}

.blue_top_bar {
  height: 13px;
  width: 100%;
  display: block;
  background-color: #6B99AF;
}

.form_field.button_field .btn {
  font-size: 13px;
  background-color: #ebebec;
  margin-right: 10px;
}

.form_field.button_field .btn.yellow_btn {
  color: #fff;
  background-color: #EEB803;
}

.trending {
  background-color: #f60;
  width: 100%;
  padding: 20px 40px;
  background-image: url(../images/trending_bg.png);
  background-size: cover;
}

.trending .trending_keywords ul {
  padding: 0;
  margin: 0;
}

.trending .trending_keywords ul li {
  display: inline-block;
  margin: 5px 0;
}

.trending .trending_keywords ul li a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 19px;
}

.trending h5 {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
}

.form_field #suggestions_search_auth {
  margin: 0 !important;
  position: absolute !important;
  z-index: 9999;
  width: 100% !important;
}

.form_field #suggestions_search_auth .autocomplete-suggestions {
  max-height: 300px !important;
  z-index: 999999 !important;
  margin: 0 !important;
  background-color: #fff;
  padding: 20px;
  width: 100% !important;
  overflow-y: auto;
}

.form_field #suggestions_search_auth .autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
  margin: 3px 0;
}

@media only screen and (max-width: 767px) {
  #search-box .form_field.col2 {
    width: 100%;
    float: none;
    padding: 0;
  }
  #search-box .form_field.col2:nth-of-type(2) {
    padding-right: 0;
  }
  #search-box .form_field.col2:nth-of-type(2) ul.form-select {
    width: 100%;
  }
  #search-box .form_field.col2:nth-of-type(4) {
    padding-right: 10px;
  }
}

/************* Popup **************/
.thick_divider {
  height: 45px;
  width: 100%;
  background-color: #3F3F3F;
}

.previous-fellows-page .breadcrumb-section .breadcrumb {
  margin-bottom: 20px;
}

.previous-fellows-page .fellows-list-section {
  padding-top: 10px;
}

.previous-fellows-page .fellows-list-section h2:after {
  content: '';
  width: 55px;
  margin-top: 8px;
}

.previous-fellows-page .fellows-list-section #event_year_slider {
  text-align: center;
  width: 300px;
  margin: 0;
  padding: 0 30px;
  list-style: none;
  opacity: 0;
}

.previous-fellows-page .fellows-list-section #event_year_slider.slick-initialized {
  opacity: 1;
}

.previous-fellows-page .fellows-list-section #event_year_slider li a {
  font-weight: 700;
  color: #959595;
}

.previous-fellows-page .fellows-list-section #event_year_slider li a:hover {
  color: #e38025;
}

.previous-fellows-page .fellows-list-section #event_year_slider .slick-arrow {
  border-radius: 50%;
  background-color: #eeb803;
  transition: all 300ms ease;
}

.previous-fellows-page .fellows-list-section #event_year_slider .slick-arrow:hover {
  background-color: #e38025;
}

.previous-fellows-page .fellows-list-section #event_year_slider .fa:before {
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
}

.previous-fellows-page .fellows-list-section #event_year_slider .slick-prev {
  left: 0;
}

.previous-fellows-page .fellows-list-section #event_year_slider .slick-prev:before {
  content: "\f104";
}

.previous-fellows-page .fellows-list-section #event_year_slider .slick-next {
  right: 0;
}

.previous-fellows-page .fellows-list-section #event_year_slider .slick-next:before {
  content: "\f105";
}

.previous-fellows-page .fellows-list-section .fellows-list {
  margin-top: 30px;
}

.previous-fellows-page .fellows-list-section .fellows-list .fellows-item {
  margin: 30px 0;
}

.previous-fellows-page .fellows-list-section .fellows-list .fellows-item .image-wrap {
  width: 100px;
  height: 100px;
  float: left;
}

.previous-fellows-page .fellows-list-section .fellows-list .fellows-item .image-wrap a {
  width: 100px;
  height: 100px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-color: #eaeaea;
}

.previous-fellows-page .fellows-list-section .fellows-list .fellows-item .image-wrap a:hover {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.previous-fellows-page .fellows-list-section .fellows-list .fellows-item .text-wrap {
  width: calc(100% - 0px);
  float: right;
  padding-left: 0px;
  padding-top: 5px;
  color: black;
}

.previous-fellows-page .fellows-list-section .fellows-list .fellows-item .text-wrap h3 {
  margin-bottom: 10px;
  color: #e38025;
}

.previous-fellows-page .fellows-list-section .fellows-list .fellows-item .text-wrap h3 a {
  color: #e38025;
}

.previous-fellows-page .fellows-list-section .fellows-list .fellows-item .text-wrap h3 a:hover {
  color: #6b99af;
}

.previous-fellows-page .fellows-list-section .fellows-list .fellows-item .text-wrap .date {
  margin: 0;
}

.previous-fellows-page .fellows-list-section .fellows-list .fellows-item .text-wrap .date span {
  font-weight: 600;
}

.previous-fellows-page .fellows-list-section .fellows-list .fellows-item:after {
  content: '';
  display: block;
  clear: both;
}

.previous-fellows-page .fellows-list-section .load-more-wrap {
  text-align: center;
}

.previous-fellows-page .fellows-list-section .load-more-wrap p {
  margin-bottom: 20px;
}

.previous-fellows-page .fellows-list-section .load-more-wrap .plain-link {
  color: #e38025;
  font-weight: 300;
}

.previous-fellows-page .fellows-list-section .load-more-wrap .plain-link:hover {
  color: #6b99af;
}

header .navbar-inverse .header-lower > .container > .navbar-collapse > .navbar-nav > li.has-submenu {
  color: #000;
}

header .navbar-inverse .header-lower > .container > .navbar-collapse > .navbar-nav > li.has-submenu span.sub_toggle {
  display: none;
  float: right;
  height: 11px;
  width: 20px;
  margin-right: 0;
  margin-top: 17px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-image: url(../images/down_arrow222.png);
  background-repeat: no-repeat;
}

header .navbar-inverse .header-lower .navbar-collapse .navbar-nav li a {
  border-bottom: 0;
}

header .navbar-inverse .header-lower .navbar-collapse .navbar-nav li a:hover {
  border-bottom: 0;
}

header .navbar-inverse .header-lower .navbar-collapse > ul.navbar-nav > li.has-submenu:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  border: 7px solid transparent;
  border-bottom-width: 9px;
  border-bottom-color: #EDEDEE;
  bottom: 0;
  display: none;
}

header .navbar-inverse .header-lower .navbar-collapse ul.navbar-nav li.has-submenu ul.navbar-nav li a {
  padding: 5px 0 5px;
  margin: 0 0px;
  color: #6B99AF;
  text-transform: uppercase;
  font-size: 13px;
  border: 0;
  font-weight: bold;
}

header .navbar-inverse .header-lower .navbar-collapse ul.navbar-nav li.has-submenu ul.navbar-nav li a:hover {
  color: #e38025;
}

header .navbar-inverse .header-lower .navbar-collapse ul.navbar-nav > li.has-submenu > ul.navbar-nav > li.has-submenu ul.navbar-nav {
  position: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 500px;
  margin-right: -25px;
  margin-left: -25px;
}

header .navbar-inverse .header-lower .navbar-collapse ul.navbar-nav > li.has-submenu > ul.navbar-nav > li.has-submenu ul.navbar-nav li a {
  font-size: 14px;
  color: #3D3D3D;
  text-transform: capitalize;
  font-weight: normal;
  padding: 0;
}

header .navbar-inverse .header-lower .navbar-collapse ul.navbar-nav > li.has-submenu > ul.navbar-nav > li.has-submenu ul.navbar-nav li a:hover {
  color: #e38025;
}

.navbar-nav > li {
  position: relative;
}

.navbar-nav > li ul {
  display: none;
  position: absolute;
}

.navbar-nav > li ul li {
  display: block;
  clear: both;
  width: 220px;
  background-color: #EDEDEE;
  padding: 2px 25px;
}

.navbar-nav > li ul li.first {
  padding-top: 15px;
}

.navbar-nav > li ul li.last {
  padding-bottom: 15px;
}

.navbar-nav > li ul li.has-submenu {
  width: 500px;
}

.navbar-nav > li ul li.has-submenu ul li {
  width: 50%;
  float: left;
  clear: initial;
  background: transparent;
}

.navbar-nav > li ul li.has-submenu ul li.first {
  padding-top: 2px;
}

.navbar-nav > li ul li.has-submenu ul li.last {
  padding-bottom: 2px;
  margin-bottom: 15px;
}

.navbar-nav > li ul li.has-submenu:nth-child(even) {
  /*background-color: $background_color_2;*/
  background-color: #eee;
  padding-top: 0px;
  margin-top: -15px;
}

.navbar-nav > li ul li.has-submenu + li {
  width: 500px;
}

.navbar-nav > li ul li.has-submenu.last {
  padding-bottom: 0px;
}

.nav-top {
  list-style: none;
}

.nav-top li {
  float: left;
  padding: 0px 7px;
  line-height: 14px;
}

.nav-top li + li {
  border-left: 1px solid #6d6e71;
}

.navbar-inverse .navbar-toggle {
  border-color: #eeb803;
  margin-top: 20px;
  background-color: #eeb803;
  margin-right: 0;
}

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

.navbar-inverse .navbar-toggle:focus {
  background-color: #eeb803;
  border-color: #eeb803;
}

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

.navbar-inverse .navbar-toggle:hover {
  background-color: #eeb803;
  border-color: #eeb803;
}

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

.navbar-inverse .navbar-toggle.collapsed {
  border-color: #6d6e71;
  margin-top: 20px;
  background-color: #fff;
}

.navbar-inverse .navbar-toggle.collapsed .icon-bar {
  background-color: #6d6e71;
}

@media (min-width: 992px) {
  .navbar-nav > li:hover ul {
    display: block;
  }
  header .navbar-inverse .header-lower .navbar-collapse ul.navbar-nav li.has-submenu:hover:before {
    display: block;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .navbar-toggle {
    display: block;
  }
  header .navbar-inverse .header-lower .collapse {
    display: none !important;
  }
  header .navbar-inverse .header-lower .collapse.in {
    display: block !important;
  }
  header .navbar-inverse .utilities-nav {
    display: none;
  }
  header .navbar-inverse .visible-xs-block {
    display: block !important;
  }
  .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 991px) {
  header .navbar-inverse .header-lower {
    background-color: #6b99af;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background-color: #6b99af;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  header .navbar-inverse .header-lower > .container > .navbar-collapse > .navbar-nav > li {
    margin-left: -15px;
  }
  header .navbar-inverse .header-lower > .container > .navbar-collapse > .navbar-nav > li.has-submenu {
    color: #000;
    position: relative;
    overflow: hidden;
    margin-left: -15px;
  }
  header .navbar-inverse .header-lower > .container > .navbar-collapse > .navbar-nav > li.has-submenu ul.nav.navbar-nav {
    padding: 0 15px;
    padding-right: 0;
  }
  header .navbar-inverse .header-lower > .container > .navbar-collapse > .navbar-nav > li.has-submenu span.sub_toggle {
    display: block;
  }
  header .navbar-inverse .header-lower .navbar-collapse {
    border: 0;
  }
  header .navbar-inverse .header-lower .navbar-collapse ul.navbar-nav > li.has-submenu > ul.navbar-nav > li.has-submenu ul.navbar-nav {
    display: block;
    clear: both;
    float: none;
  }
  header .navbar-inverse .header-lower .navbar-collapse .navbar-nav {
    margin: 0 0;
    width: 100%;
  }
  header .navbar-inverse .header-lower .navbar-collapse .navbar-nav li a {
    padding: 13px 15px;
    margin: 0;
    border-bottom: 0;
    max-width: 100%;
    display: inline-block;
  }
  header .navbar-inverse .header-lower .navbar-collapse .navbar-nav li a:hover {
    border-bottom: 0;
    color: #eeb803;
    background: transparent;
  }
  header .navbar-inverse .header-lower .navbar-collapse .navbar-nav li.active a {
    border-bottom: 0;
    background-color: white;
    color: #6b99af;
  }
  header .navbar-inverse .navbar-header {
    width: 100%;
  }
  header .navbar-inverse .navbar-brand {
    max-width: 200px;
  }
  header .navbar-inverse .utilities-nav {
    display: none;
    background-color: #eeb803;
    width: 100%;
    clear: both;
  }
  header .navbar-inverse .utilities-nav .upper-util {
    text-align: center;
    margin-bottom: 10px;
  }
  header .navbar-inverse .utilities-nav .upper-util .util-links {
    display: block;
    margin-bottom: 10px;
  }
  header .navbar-inverse .utilities-nav .upper-util .util-links a {
    color: white;
  }
  header .navbar-inverse .utilities-nav .upper-util .social {
    display: block;
  }
  header .navbar-inverse .utilities-nav .upper-util .social li {
    color: white;
  }
  header .navbar-inverse .utilities-nav .upper-util .social li a {
    width: 20px;
    height: 20px;
  }
  header .navbar-inverse .utilities-nav .upper-util .social li:before {
    font-size: 20px;
  }
  header .navbar-inverse .utilities-nav .lower-util {
    padding-bottom: 10px;
  }
  header .navbar-inverse .utilities-nav .lower-util .harvard-logo {
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  header .navbar-inverse .utilities-nav .lower-util .search-wrap {
    margin: 0 auto;
    float: none;
    padding: 0 15px;
  }
  header .navbar-inverse .utilities-nav .lower-util .search-wrap form input[type="text"] {
    background-color: white;
  }
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
  }
  .navbar-nav > li ul {
    position: static;
    left: 0;
    margin-left: 0 !important;
  }
  .navbar-nav > li ul li {
    width: 100%;
  }
  .navbar-nav > li ul li.has-submenu {
    width: 100%;
    overflow: hidden;
  }
  .navbar-nav > li ul li.has-submenu:nth-child(even) {
    background-color: #EDEDEE;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .navbar-nav > li ul li.has-submenu ul li {
    padding: 2px 10px;
  }
  .navbar-nav > li ul li.has-submenu + li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .navbar-nav > li ul li.has-submenu ul li {
    width: 100%;
    float: none;
  }
  header .navbar-inverse .header-lower > .container > .navbar-collapse > .navbar-nav > li {
    margin-left: 0;
    margin-right: 15px;
  }
  header .navbar-inverse .header-lower > .container > .navbar-collapse > .navbar-nav > li.has-submenu {
    margin-left: 0;
  }
  .navbar-collapse.in {
    overflow-y: inherit;
  }
}

.research_social_share .ssc-container {
  background: none;
  box-shadow: none;
  text-align: left;
  position: relative;
}

.research_social_share .ssc-container .count {
  display: none;
}

.research_social_share .ssc-container .secondary {
  display: inline-block !important;
  vertical-align: top;
}

.research_social_share .ssc-container .secondary a.csbuttons:nth-last-of-type(-n+3) {
  display: none;
}

.research_social_share .ssc-container a.csbuttons {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: #eeb803;
  color: white;
  line-height: 40px;
  margin: 5px;
}

.research_social_share .ssc-container a.csbuttons:hover {
  background-color: #e38025;
}

.research_social_share .ssc-container a.csbuttons span {
  background: transparent;
  height: 40px;
  width: 40px;
  padding: 0;
  overflow: hidden;
  margin: 0;
  display: block;
  line-height: 40px;
  font-weight: normal;
  font-size: 18px;
}

.research_social_share .ssc-container a.csbuttons span.fa-linkedin-square:before {
  content: "\f0e1";
}

.research_social_share .switch2 {
  display: none;
}

.research_social_share .switch {
  display: none;
}

.right_social_share {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -184px;
  z-index: 9999;
}

.right_social_share .switch2 {
  display: none !important;
}

.right_social_share .switch {
  display: none !important;
}

.right_social_share .ssc-container .secondary {
  display: inline-block !important;
}

.right_social_share .ssc-container .count {
  display: block;
  padding-bottom: 0px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fbfbfb;
  border: 0;
  text-align: center;
  margin-right: 0;
  margin-top: 0;
  float: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #737373;
  line-height: 28px;
  margin-bottom: 3px;
  font-size: 13px;
  padding: 4px 0;
}

.right_social_share .ssc-container a {
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  border-radius: 50%;
  background-color: #ededed;
  color: black;
  line-height: 40px;
  margin-bottom: 3px;
}

.right_social_share .ssc-container a span {
  background: transparent;
  height: 46px;
  width: 46px;
  padding: 3px 0;
  overflow: hidden;
  margin: 0;
  display: block;
  line-height: 40px;
  font-weight: normal;
  font-size: 24px;
  color: #000;
}

.right_social_share .ssc-container a:hover {
  background-color: #737373 !important;
  color: #fff !important;
}

.right_social_share .ssc-container a:hover span {
  color: #fff !important;
  background: transparent;
}

.right_social_share .ssc-container a .span:hover {
  background: transparent !important;
}

.right_social_share .ssc-container .share-button-wrapper {
  display: block;
  margin-left: 3px;
}

.right_social_share .sharetext:before {
  font-size: 10px;
  font-family: Arial, sans-serif;
  color: #ffffff;
  display: block;
  padding-bottom: 0px;
  padding-top: 7px;
  content: 'share';
  display: block;
  position: relative;
  z-index: 99999;
  height: 20px;
  width: 35px;
  top: -28px;
  left: 7px;
  text-transform: capitalize;
}

.right_social_share .shareme-fixed {
  background: transparent;
  box-shadow: inherit;
  text-align: inherit;
  z-index: 1;
  position: relative;
}

.right_social_share .shareme-fixed .sharetext {
  padding-bottom: 0px;
  padding-top: 7px;
}

.right_social_share .ssc-sticky .count {
  line-height: 28px !important;
}

.project-page {
  /*.breadcrumb-section .breadcrumb {margin-bottom: 20px;}*/
}

.project-page .banner-section {
  padding: 0;
  position: relative;
  background-size: cover;
}

.project-page .banner-section .container {
  position: relative;
}

.project-page .banner-section .container .text-card {
  background-color: rgba(107, 153, 175, 0.9);
  color: white;
  max-width: 420px;
  padding: 80px 30px;
}

.project-page .banner-section .container .text-card h4 {
  font-style: 1rem;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}

.project-page .banner-section .container .text-card h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}

.project-page .banner-section:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.project-page .project-list-section {
  padding-top: 30px;
}

.project-page .project-list-section h2:after {
  content: '';
  width: 55px;
  margin-top: 8px;
}

.project-page .project-list-section #event_year_slider {
  text-align: center;
  width: 300px;
  margin: 0;
  padding: 0 30px;
  list-style: none;
  opacity: 0;
}

.project-page .project-list-section #event_year_slider.slick-initialized {
  opacity: 1;
}

.project-page .project-list-section #event_year_slider li a {
  font-weight: 700;
  color: #959595;
}

.project-page .project-list-section #event_year_slider li a:hover {
  color: #e38025;
}

.project-page .project-list-section #event_year_slider .slick-arrow {
  border-radius: 50%;
  background-color: #eeb803;
  transition: all 300ms ease;
}

.project-page .project-list-section #event_year_slider .slick-arrow:hover {
  background-color: #e38025;
}

.project-page .project-list-section #event_year_slider .fa:before {
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
}

.project-page .project-list-section #event_year_slider .slick-prev {
  left: 0;
}

.project-page .project-list-section #event_year_slider .slick-prev:before {
  content: "\f104";
}

.project-page .project-list-section #event_year_slider .slick-next {
  right: 0;
}

.project-page .project-list-section #event_year_slider .slick-next:before {
  content: "\f105";
}

.project-page .project-list-section .project-list {
  margin-top: 30px;
}

.project-page .project-list-section .project-list .project-item {
  margin: 30px 0;
}

.project-page .project-list-section .project-list .project-item .image-wrap {
  width: 100px;
  height: 100px;
  float: left;
}

.project-page .project-list-section .project-list .project-item .image-wrap a {
  width: 100px;
  height: 100px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-color: #eaeaea;
}

.project-page .project-list-section .project-list .project-item .image-wrap a:hover {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.project-page .project-list-section .project-list .project-item .text-wrap {
  width: calc(100% - 0px);
  float: right;
  padding-left: 0px;
  padding-top: 5px;
  color: black;
}

.project-page .project-list-section .project-list .project-item .text-wrap h3 {
  margin-bottom: 10px;
  color: #e38025;
}

.project-page .project-list-section .project-list .project-item .text-wrap h3 a {
  color: #e38025;
}

.project-page .project-list-section .project-list .project-item .text-wrap h3 a:hover {
  color: #6b99af;
}

.project-page .project-list-section .project-list .project-item .text-wrap .date {
  margin: 0;
}

.project-page .project-list-section .project-list .project-item .text-wrap .date span {
  font-weight: 600;
}

.project-page .project-list-section .project-list .project-item:after {
  content: '';
  display: block;
  clear: both;
}

.project-page .project-list-section .load-more-wrap {
  text-align: center;
}

.project-page .project-list-section .load-more-wrap p {
  margin-bottom: 20px;
}

.project-page .project-list-section .load-more-wrap .plain-link {
  color: #e38025;
  font-weight: 300;
}

.project-page .project-list-section .load-more-wrap .plain-link:hover {
  color: #6b99af;
}

.books-page .breadcrumb-section .breadcrumb {
  margin-bottom: 20px;
}

.books-page .books-list-section {
  padding-top: 10px;
}

.books-page .books-list-section h2:after {
  content: '';
  width: 55px;
  margin-top: 8px;
}

.books-page .books-list-section #event_year_slider {
  text-align: center;
  width: 300px;
  margin: 0;
  padding: 0 30px;
  list-style: none;
  opacity: 0;
}

.books-page .books-list-section #event_year_slider.slick-initialized {
  opacity: 1;
}

.books-page .books-list-section #event_year_slider li a {
  font-weight: 700;
  color: #959595;
}

.books-page .books-list-section #event_year_slider li a:hover {
  color: #e38025;
}

.books-page .books-list-section #event_year_slider .slick-arrow {
  border-radius: 50%;
  background-color: #eeb803;
  transition: all 300ms ease;
}

.books-page .books-list-section #event_year_slider .slick-arrow:hover {
  background-color: #e38025;
}

.books-page .books-list-section #event_year_slider .fa:before {
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
}

.books-page .books-list-section #event_year_slider .slick-prev {
  left: 0;
}

.books-page .books-list-section #event_year_slider .slick-prev:before {
  content: "\f104";
}

.books-page .books-list-section #event_year_slider .slick-next {
  right: 0;
}

.books-page .books-list-section #event_year_slider .slick-next:before {
  content: "\f105";
}

.books-page .books-list-section .books-list {
  margin-top: 30px;
}

.books-page .books-list-section .books-list .books-item {
  margin: 30px 0;
}

.books-page .books-list-section .books-list .books-item .image-wrap {
  width: 150px;
  float: left;
}

.books-page .books-list-section .books-list .books-item .image-wrap a {
  display: block;
  background-size: cover;
  background-position: center center;
  background-color: #eaeaea;
}

.books-page .books-list-section .books-list .books-item .image-wrap a:hover {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.books-page .books-list-section .books-list .books-item .text-wrap {
  width: calc(100% - 170px);
  float: right;
  padding-left: 0px;
  padding-top: 5px;
  color: black;
}

.books-page .books-list-section .books-list .books-item .text-wrap h3 {
  margin-bottom: 10px;
  color: #e38025;
}

.books-page .books-list-section .books-list .books-item .text-wrap h3 a {
  color: #e38025;
}

.books-page .books-list-section .books-list .books-item .text-wrap h3 a:hover {
  color: #6b99af;
}

.books-page .books-list-section .books-list .books-item .text-wrap .date {
  margin: 0;
}

.books-page .books-list-section .books-list .books-item .text-wrap .date span {
  font-weight: 600;
}

.books-page .books-list-section .books-list .books-item .text-wrap a {
  color: #e38025;
}

.books-page .books-list-section .books-list .books-item .text-wrap a:hover {
  color: #6b99af;
}

.books-page .books-list-section .books-list .books-item .text-wrap .order_link a {
  color: #e38025;
  display: table;
}

.books-page .books-list-section .books-list .books-item .text-wrap .order_link a .order_icon {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background-image: url(../images/order_icon_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  text-indent: -9999px;
}

.books-page .books-list-section .books-list .books-item .text-wrap .order_link a .order_txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.books-page .books-list-section .books-list .books-item .text-wrap .order_link a:hover {
  color: #6b99af;
}

.books-page .books-list-section .books-list .books-item .text-wrap .order_link a:hover .order_icon {
  background-image: url(../images/order_icon_01.png);
}

.books-page .books-list-section .books-list .books-item:after {
  content: '';
  display: block;
  clear: both;
}

.books-page .books-list-section .load-more-wrap {
  text-align: center;
}

.books-page .books-list-section .load-more-wrap p {
  margin-bottom: 20px;
}

.books-page .books-list-section .load-more-wrap .plain-link {
  color: #e38025;
  font-weight: 300;
}

.books-page .books-list-section .load-more-wrap .plain-link:hover {
  color: #6b99af;
}

.interactive-maps-page .breadcrumb-section .breadcrumb {
  margin-bottom: 20px;
}

.interactive-maps-page .research-area-title {
  color: #e38025;
}

.interactive-maps-page .map-list-section {
  padding-top: 10px;
}

.interactive-maps-page .map-list-section h2:after {
  content: '';
  width: 55px;
  margin-top: 8px;
}

.interactive-maps-page .map-list-section #event_year_slider {
  text-align: center;
  width: 300px;
  margin: 0;
  padding: 0 30px;
  list-style: none;
  opacity: 0;
  padding: 0;
  text-align: left;
}

.interactive-maps-page .map-list-section #event_year_slider.slick-initialized {
  opacity: 1;
}

.interactive-maps-page .map-list-section #event_year_slider li a {
  font-weight: 700;
  color: #959595;
}

.interactive-maps-page .map-list-section #event_year_slider li a:hover {
  color: #e38025;
}

.interactive-maps-page .map-list-section #event_year_slider .slick-arrow {
  border-radius: 50%;
  background-color: #eeb803;
  transition: all 300ms ease;
}

.interactive-maps-page .map-list-section #event_year_slider .slick-arrow:hover {
  background-color: #e38025;
}

.interactive-maps-page .map-list-section #event_year_slider .fa:before {
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 20px;
}

.interactive-maps-page .map-list-section #event_year_slider .slick-prev {
  left: 0;
}

.interactive-maps-page .map-list-section #event_year_slider .slick-prev:before {
  content: "\f104";
}

.interactive-maps-page .map-list-section #event_year_slider .slick-next {
  right: 0;
}

.interactive-maps-page .map-list-section #event_year_slider .slick-next:before {
  content: "\f105";
}

.interactive-maps-page .map-list-section .map-list {
  margin-top: 30px;
}

.interactive-maps-page .map-list-section .map-list .map-item {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.interactive-maps-page .map-list-section .map-list .map-item .image-wrap {
  max-width: 200px;
  margin-bottom: 20px;
  float: left;
}

.interactive-maps-page .map-list-section .map-list .map-item .image-wrap a {
  display: block;
  background-size: cover;
  background-position: center center;
  background-color: #eaeaea;
}

.interactive-maps-page .map-list-section .map-list .map-item .image-wrap a:hover {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.interactive-maps-page .map-list-section .map-list .map-item .text-wrap {
  width: calc(100% - 200px);
  float: right;
  padding-left: 30px;
  padding-top: 5px;
  color: black;
}

.interactive-maps-page .map-list-section .map-list .map-item .text-wrap h3 {
  margin-bottom: 10px;
  color: #e38025;
}

.interactive-maps-page .map-list-section .map-list .map-item .text-wrap h3 a {
  color: #e38025;
}

.interactive-maps-page .map-list-section .map-list .map-item .text-wrap h3 a:hover {
  color: #6b99af;
}

.interactive-maps-page .map-list-section .map-list .map-item .text-wrap .date {
  margin: 0;
}

.interactive-maps-page .map-list-section .map-list .map-item .text-wrap .date span {
  font-weight: 600;
}

.interactive-maps-page .map-list-section .map-list .map-item .text-wrap a {
  color: #e38025;
}

.interactive-maps-page .map-list-section .map-list .map-item .text-wrap a:hover {
  color: #6b99af;
}

.interactive-maps-page .map-list-section .map-list .map-item:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid;
  height: 1px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .interactive-maps-page .map-list-section .map-list .map-item .image-wrap {
    float: none;
  }
  .interactive-maps-page .map-list-section .map-list .map-item .text-wrap {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.interactive-maps-page .map-list-section .map-list:last-child .map-item:after {
  border-bottom: none;
}

.inside-page .inside-article-section {
  padding-top: 0;
}

.inside-page .inside-article-section h3 {
  color: #e38025;
  margin-bottom: 10px;
}

.inside-page .inside-article-section img {
  margin-bottom: 20px;
}

.inside-page .inside-article-section .inside-image {
  width: 500px;
  margin-bottom: 40px;
}

.inside-page .inside-article-section .content-wrap {
  margin-top: 20px;
}

.inside-page .inside-article-section .content-wrap p {
  font-weight: 300;
  margin-bottom: 20px;
}

.inside-page .inside-article-section .content-wrap p a {
  color: #e38025;
}

.inside-page .inside-article-section .content-wrap p a:hover {
  color: #6b99af;
}

.inside-page .inside-article-section .content-wrap a {
  color: #e38025;
}

.inside-page .inside-article-section .content-wrap a:hover {
  color: #6b99af;
}

.inside-page .inside-article-section .content-wrap h2 {
  margin-bottom: 20px;
}

.inside-page .inside-article-section .content-wrap h2:after {
  display: none;
}

.inside-page .inside-article-section .order_link a {
  color: #e38025;
  display: table;
}

.inside-page .inside-article-section .order_link a .order_icon {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background-image: url(../images/order_icon_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  text-indent: -9999px;
}

.inside-page .inside-article-section .order_link a .order_txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.inside-page .inside-article-section .order_link a:hover {
  color: #6b99af;
}

.inside-page .inside-article-section .order_link a:hover .order_icon {
  background-image: url(../images/order_icon_01.png);
}

.research-generic-page .overview-section {
  background-color: #E9E9EA;
  position: relative;
}

.research-generic-page .overview-section img {
  max-height: 250px;
  margin-bottom: 25px;
}

.research-generic-page .overview-section h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.research-generic-page .overview-section .download {
  padding-left: 30px;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #e38025;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/download-orange.svg);
  margin-top: 40px;
}

.research-generic-page .overview-section .download:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  .research-generic-page .overview-section h1 {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 991px) {
  .research-generic-page .overview-section h1 {
    font-size: 1.25rem;
  }
}

.research-generic-page .full_width_section tbody {
  border: none;
}

.research-generic-page .full_width_section tbody td {
  padding: 0 30px 0 10px;
  vertical-align: top;
  width: 40%;
}

.research-generic-page .page-content-section {
  background-color: #76a590;
  color: white;
}

.research-generic-page .page-content-section h3 {
  margin-bottom: 10px;
  margin-top: 30px;
}

.research-generic-page .page-content-section h3:first-child {
  margin-top: 0px;
}

.research-generic-page .page-content-section p {
  font-weight: 300;
}

.research-generic-page .page-content-section a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.research-generic-page .page-content-section a:hover {
  text-decoration: underline;
}

.research-generic-page .page-content-section tbody {
  border: none;
}

.research-generic-page .page-content-section tbody td {
  vertical-align: top;
  padding: 0 10px;
}

@media only screen and (max-width: 991px) {
  .research-generic-page .page-content-section tbody td {
    max-width: 200px;
    width: 50%;
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .research-generic-page .page-content-section tbody td {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.research-generic-page .page-content-section tbody em {
  font-size: 13px;
  line-height: 14px;
  display: block;
  padding-top: 3px;
}

.research-generic-page .page-content-section tbody img {
  margin: 0px;
}

.research-generic-page .page-content-section iframe {
  width: 100%;
  margin: 10px 0;
}

.research-generic-page .page-content-section img {
  margin: 10px 0;
}

.research-generic-page .research-chapter-section {
  background-color: white;
}

.research-generic-page .research-chapter-section h2 {
  margin-bottom: 20px;
}

.research-generic-page .research-chapter-section .chapter_item {
  padding: 4px 0;
}

.research-generic-page .research-media-kit-section {
  background-color: #E9E9EA;
}

.research-generic-page .research-media-kit-section h2 {
  margin-bottom: 20px;
}

.research-generic-page .research-media-kit-section .media_kit_item {
  padding: 4px 0;
}

.research-generic-page .research-media-contact-section {
  background-color: #6b99af;
  color: white;
}

.research-generic-page .research-media-contact-section h2 {
  margin-bottom: 20px;
}

.research-generic-page .research-media-contact-section p {
  word-wrap: break-word;
}

.research-generic-page .research-media-contact-section a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.research-generic-page .research-media-contact-section a:hover {
  text-decoration: underline;
}

.research-generic-page .half-section {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.research-generic-page .half-section .read-more {
  font-size: 14px;
}

.research-generic-page .half-section section {
  width: 100%;
}

.remodel-futures-board-page .banner-section {
  padding: 0;
  height: 380px;
  width: 100%;
  position: relative;
}

.remodel-futures-board-page .banner-section .pre-banner-bg {
  height: 380px;
  width: calc(50% - 570px);
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}

.remodel-futures-board-page .banner-section .banner-bg {
  height: 380px;
  width: calc(50% + 150px);
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center left;
}

.remodel-futures-board-page .banner-section .banner-bg .image-caption {
  width: 250px;
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: white;
  font-weight: 300;
}

.remodel-futures-board-page .banner-section .container {
  position: relative;
}

.remodel-futures-board-page .banner-section .container .solid-card {
  width: 420px;
  height: 380px;
  background-color: #76a590;
  color: white;
  font-size: 1.4375rem;
  padding: 70px 50px;
  line-height: 1.5;
  float: left;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .remodel-futures-board-page .banner-section .pre-banner-bg {
    width: calc(50% - 470px);
  }
  .remodel-futures-board-page .banner-section .banner-bg {
    width: calc(50% + 50px);
  }
}

@media only screen and (max-width: 991px) {
  .remodel-futures-board-page .banner-section .pre-banner-bg {
    width: calc(50% - 360px);
  }
  .remodel-futures-board-page .banner-section .banner-bg {
    width: calc(50% + 60px);
  }
  .remodel-futures-board-page .banner-section .container {
    position: relative;
  }
  .remodel-futures-board-page .banner-section .container .solid-card {
    width: 300px;
    font-size: 1.2rem;
    padding: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .remodel-futures-board-page .banner-section {
    margin-bottom: 30px;
  }
  .remodel-futures-board-page .banner-section .pre-banner-bg {
    display: none;
  }
  .remodel-futures-board-page .banner-section .banner-bg {
    width: 100%;
    height: 200px;
    position: relative;
  }
  .remodel-futures-board-page .banner-section .container {
    padding: 0;
  }
  .remodel-futures-board-page .banner-section .container .solid-card {
    width: 100%;
    padding: 15px;
    height: auto;
  }
}

.remodel-futures-board-page .mission-section {
  background-color: #f5f6f5;
}

.remodel-futures-board-page .mission-section p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0px;
}

.remodel-futures-board-page .mission-section .green-card {
  color: white;
  padding: 30px;
  background-color: rgba(118, 165, 144, 0.8);
}

.remodel-futures-board-page .mission-section .green-card h2:after {
  border-color: white;
}

.remodel-futures-board-page .mission-section .green-card p {
  font-weight: 300;
  line-height: 1.5;
  margin: 30px 0;
}

.remodel-futures-board-page .mission-section #remodel-mission-content {
  width: 100%;
}

.remodel-futures-board-page .list-section {
  background-color: white;
}

.remodel-futures-board-page .list-section .pab-list-container {
  margin-top: 60px;
}

.remodel-futures-board-page .list-section .pab-list-container .pab-list {
  width: 33.33%;
  float: left;
  list-style: none;
  margin: 0;
}

.remodel-futures-board-page .list-section .pab-list-container .pab-list li {
  padding: 5px 0;
}

.remodel-futures-board-page .list-section .pab-list-container .pab-list li a {
  color: #e38025;
  font-size: 1.25rem;
  line-height: 1.5;
}

.remodel-futures-board-page .list-section .pab-list-container .pab-list li a:hover {
  color: #76a590;
}

.remodel-futures-board-page .list-section .pab-list-container:after {
  content: '';
  display: block;
  clear: both;
}

@media only screen and (max-width: 1199px) {
  .remodel-futures-board-page .list-section .pab-list-container .pab-list li a {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .remodel-futures-board-page .list-section .pab-list-container .pab-list {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .remodel-futures-board-page .list-section .pab-list-container .pab-list {
    width: 100%;
  }
}

.lira-page .banner-section {
  background-size: cover;
  background-position: center;
  color: white;
  padding: 0;
}

.lira-page .banner-section h1 {
  max-width: 600px;
  padding: 80px 0;
}

.lira-page .banner-section .text-wrap {
  padding: 50px;
  background-color: rgba(107, 153, 175, 0.87);
}

.lira-page .banner-section .text-wrap h6 {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
}

.lira-page .banner-section .text-wrap h2 {
  font-size: 1.875rem;
  margin-bottom: 30px;
}

.lira-page .banner-section .text-wrap h2:after {
  display: none;
}

.lira-page .banner-section .text-wrap .date {
  font-size: 1.25rem;
  font-weight: lighter;
  margin-bottom: 30px;
}

.lira-page .after-banner-section {
  font-size: 1.125rem;
}

.lira-page .half-section {
  color: white;
}

.lira-page .half-section h2 {
  margin-bottom: 30px;
}

.lira-page .half-section h2:after {
  border-color: white;
}

.lira-page .half-section-row {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .lira-page .half-section-row {
    display: block;
  }
}

.lira-page .releases-section {
  background-color: #76a590;
}

.lira-page .releases-section .section-wrap {
  margin-bottom: 50px;
  max-width: 500px;
}

.lira-page .releases-section .section-wrap:last-child {
  margin-bottom: 0;
}

.lira-page .releases-section .section-wrap a {
  color: white;
}

.lira-page .releases-section .section-wrap a:hover {
  color: #e38025;
}

.lira-page .releases-section .section-wrap .image-wrap {
  margin-bottom: 15px;
  padding-top: 20px;
}

.lira-page .releases-section .section-wrap h3 {
  margin-bottom: 15px;
}

.lira-page .releases-section .section-wrap .summary {
  margin-bottom: 15px;
}

.lira-page .faq-section {
  background-color: #6b99af;
}

.lira-page .faq-section .panel-group .panel {
  background-color: transparent;
  border-radius: 0;
  border-color: white;
  transition: background-color 300ms ease;
}

.lira-page .faq-section .panel-group .panel + .panel {
  margin-top: 30px;
}

.lira-page .faq-section .panel-group .panel .panel-heading {
  background-color: transparent;
  border: 0;
  color: white;
  padding: 0;
}

.lira-page .faq-section .panel-group .panel .panel-heading .panel-title {
  text-transform: uppercase;
  font-weight: lighter;
  line-height: 1.3;
}

.lira-page .faq-section .panel-group .panel .panel-heading .panel-title a {
  padding: 10px 45px 10px 15px;
  display: block;
  color: white;
  position: relative;
  text-decoration: none;
}

.lira-page .faq-section .panel-group .panel .panel-heading .panel-title a:before, .lira-page .faq-section .panel-group .panel .panel-heading .panel-title a:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  border-top: 1px solid white;
  right: 15px;
  top: 50%;
  transition: all 300ms ease;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.lira-page .faq-section .panel-group .panel .panel-heading .panel-title a:before {
  -ms-transform: rotate(90deg);
      transform: rotateZ(90deg);
}

.lira-page .faq-section .panel-group .panel .panel-body {
  border-top: 0;
  font-weight: lighter;
  font-size: 1.125rem;
}

.lira-page .faq-section .panel-group .panel .panel-body p {
  margin-bottom: 20px;
}

.lira-page .faq-section .panel-group .panel-opened {
  background-color: #3c6c7f;
}

.lira-page .faq-section .panel-group .panel-opened .panel-heading .panel-title {
  font-weight: bold;
  font-size: 1.4375rem;
  text-transform: none;
}

.lira-page .faq-section .panel-group .panel-opened .panel-heading .panel-title a:before, .lira-page .faq-section .panel-group .panel-opened .panel-heading .panel-title a:after {
  top: 23px;
}

.lira-page .faq-section .panel-group .panel-opened .panel-heading .panel-title a:before {
  -ms-transform: rotate(180deg);
      transform: rotateZ(180deg);
}

.lira-page .faq-section .panel-group .panel-opened .panel-heading .panel-title a:after {
  -ms-transform: rotate(90deg);
      transform: rotateZ(90deg);
  opacity: 0;
}

.lira-page .dev-meth-section .item-wrap {
  margin-top: 30px;
}

.lira-page .dev-meth-section .item-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.lira-page .dev-meth-section .item-wrap .image-wrap {
  width: 120px;
  float: left;
}

.lira-page .dev-meth-section .item-wrap .image-wrap img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
}

.lira-page .dev-meth-section .item-wrap .text-wrap {
  width: calc(100% - 120px);
  padding-left: 30px;
  float: left;
  max-width: 200px;
}

.lira-page .dev-meth-section .item-wrap .text-wrap .date {
  font-weight: bold;
}

.lira-page .dev-meth-section .item-wrap .text-wrap h6 a {
  color: #58595b;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.3;
}

.lira-page .dev-meth-section .item-wrap .text-wrap .read-more {
  color: #58595b;
}

.son-page {
  overflow: hidden;
}

.son-page .top-section .sticky-menu-wrap {
  padding: 30px 0;
  background-color: #fff;
  z-index: 9;
  width: 100%;
  height: 82px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
}

.son-page .top-section h2 {
  font-weight: normal;
  float: left;
  color: #000000;
  font-size: 1rem;
  margin-top: 3px;
}

.son-page .top-section h2:after {
  content: none;
}

.son-page .top-section ul {
  float: right;
  margin: 0;
  padding: 0;
}

.son-page .top-section ul li {
  list-style-type: none;
  float: left;
}

.son-page .top-section ul li a {
  font-size: 1rem;
  color: #000000;
  padding: 0 10px;
}

.son-page .top-section ul li a:active, .son-page .top-section ul li a:focus, .son-page .top-section ul li a.active {
  font-weight: 600;
  color: #c15027;
}

.son-page .top-section ul li:last-child a {
  padding-right: 0;
}

.son-page .banner-section {
  background-size: cover;
  background-color: #b5aba1;
  color: white;
  position: relative;
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: 50% center;
}

.son-page .banner-section h1 {
  max-width: 600px;
  padding-top: 50px;
  font-size: 2.2rem;
}

.son-page .banner-section h1:after {
  content: '';
  display: block;
  width: 150px;
  border-top: 2px solid #ffffff;
  margin-top: 50px;
}

.son-page .banner-section p {
  color: #000000;
  font-size: 1.2rem;
}

.son-page .banner-section img {
  margin: 10px 0 0 20px;
  width: auto;
  height: 200px;
  float: right;
  clear: right;
}

.son-page .banner-section .spacer {
  height: calc(100% - 200px);
  width: 0px;
  float: right;
}

.son-page .banner-section .hero-card {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 2px 11px 2px;
  border-top: 6px solid #e38025;
  padding: 50px;
}

.son-page .banner-section .hero-card .placeholder-el {
  float: right;
  width: 0px;
  height: 135px;
}

.son-page .banner-section .download-link {
  color: #eeb803;
  padding-left: 55px;
  background: url(../images/download.svg) left center no-repeat;
  background-size: 35px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .son-page .banner-section h1 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .son-page .banner-section .hero-card .placeholder-el {
    display: none;
  }
  .son-page .banner-section .hero-card img {
    float: none;
    clear: none;
    margin: 0;
  }
}

.son-page .summary-section h2 {
  margin-bottom: 30px;
}

.son-page .summary-section h2:after {
  content: none;
}

.son-page .summary-section p {
  color: #000000;
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 30px;
}

.son-page .summary-section .summary-items {
  margin: 40px auto 0 auto;
  max-width: 1000px;
}

.son-page .summary-section .summary-items ul.icons {
  padding: 0;
  list-style-type: none;
}

.son-page .summary-section .summary-items ul.icons li {
  position: relative;
  background-repeat: no-repeat;
  /* height: 110px; */
  height: 50px;
  text-align: center;
  background-position: center;
  padding-top: 110px;
  cursor: pointer;
  display: inline-block;
  width: 20%;
  margin-left: -2px;
  margin-right: -2px;
}

.son-page .summary-section .summary-items ul.icons li:nth-child(1) {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon1.png");
}

.son-page .summary-section .summary-items ul.icons li:nth-child(2) {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon2.png");
}

.son-page .summary-section .summary-items ul.icons li:nth-child(3) {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon3.png");
}

.son-page .summary-section .summary-items ul.icons li:nth-child(4) {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon4.png");
}

.son-page .summary-section .summary-items ul.icons li:nth-child(5) {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon5.png");
}

.son-page .summary-section .summary-items ul.icons li:before {
  content: " ";
  opacity: 0;
}

.son-page .summary-section .summary-items ul.icons li:nth-child(1):before {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon1-active.png");
}

.son-page .summary-section .summary-items ul.icons li:nth-child(2):before {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon2-active.png");
}

.son-page .summary-section .summary-items ul.icons li:nth-child(3):before {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon3-active.png");
}

.son-page .summary-section .summary-items ul.icons li:nth-child(4):before {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon4-active.png");
}

.son-page .summary-section .summary-items ul.icons li:nth-child(5):before {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon5-active.png");
}

.son-page .summary-section .summary-items ul.icons li.active {
  color: #e38025;
  font-weight: bold;
}

.son-page .summary-section .summary-items ul.icons li.active:nth-child(1) {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon1-active.png");
}

.son-page .summary-section .summary-items ul.icons li.active:nth-child(2) {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon2-active.png");
}

.son-page .summary-section .summary-items ul.icons li.active:nth-child(3) {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon3-active.png");
}

.son-page .summary-section .summary-items ul.icons li.active:nth-child(4) {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon4-active.png");
}

.son-page .summary-section .summary-items ul.icons li.active:nth-child(5) {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon5-active.png");
}

.son-page .summary-section .summary-items ul.icons li.active:after {
  bottom: -55px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.son-page .summary-section .summary-items ul.icons li.active:after {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #e38025;
  border-width: 20px;
  margin-left: -20px;
}

.son-page .summary-section .summary-items ul.icons li:hover {
  color: #e38025;
  font-weight: bold;
}

.son-page .summary-section .summary-items ul.icons li:hover:nth-child(1) {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon1-active.png");
}

.son-page .summary-section .summary-items ul.icons li:hover:nth-child(2) {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon2-active.png");
}

.son-page .summary-section .summary-items ul.icons li:hover:nth-child(3) {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon3-active.png");
}

.son-page .summary-section .summary-items ul.icons li:hover:nth-child(4) {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon4-active.png");
}

.son-page .summary-section .summary-items ul.icons li:hover:nth-child(5) {
  background-image: url("http://162.242.237.67/harvard-jchs/sites/default/files/state-of-nations-icon5-active.png");
}

.son-page .summary-section .summary-items ul.icons-details {
  list-style-type: none;
  padding: 0;
  margin: 30px 33px 0 33px;
}

.son-page .summary-section .summary-items ul.icons-details li {
  border-top: solid 6px #e38025;
  box-shadow: 0px 2px 11px 2px rgba(0, 0, 0, 0.28);
  padding: 36px;
  display: none;
  margin-top: 16px;
  min-height: 200px;
}

.son-page .summary-section .summary-items ul.icons-details li.active {
  display: block;
  position: relative;
}

.son-page .summary-section .summary-items ul.icons-details li h3 {
  text-transform: none;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.son-page .summary-section .summary-items ul.icons-details li p {
  margin: 0;
  font-size: 1.1rem;
}

@media screen and (max-width: 540px) {
  .son-page .summary-section .summary-items {
    margin-top: 10px;
  }
  .son-page .summary-section .summary-items ul.icons li {
    height: 60px;
    width: 50%;
    background-size: auto 40px;
    background-position: bottom;
    padding-top: 65px;
  }
  .son-page .summary-section .summary-items ul.icons li:after {
    display: none;
  }
  .son-page .summary-section .summary-items ul.icons-details {
    margin-top: 10px;
  }
}

.son-page .common-section {
  padding: 0;
  position: relative;
}

.son-page .common-section .wider-container {
  position: absolute;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.son-page .common-section .wider-container .text-bg {
  width: 66.666%;
  position: absolute;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
}

.son-page .common-section .wider-container .image-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  width: 33.334%;
  background-size: cover;
  background-position: center;
}

.son-page .common-section .container {
  position: relative;
}

.son-page .common-section .container .image-wrap {
  width: 33.334%;
  height: 100%;
}

.son-page .common-section .container .image-wrap .image-container {
  background-size: cover;
  background-position: center;
}

.son-page .common-section .container .text-wrap {
  width: 66.666%;
  margin: 100px 0 150px;
}

.son-page .common-section .container .text-wrap h3 {
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 1.55rem;
}

.son-page .common-section .container .text-wrap p {
  color: #FFFFFF;
  line-height: 30px;
  font-size: 20px;
}

.son-page .common-section.text-left .wider-container .text-bg {
  left: 0;
}

.son-page .common-section.text-left .wider-container .image-wrap {
  right: 0;
}

.son-page .common-section.text-right {
  text-align: left;
}

.son-page .common-section.text-right .wider-container .text-bg {
  right: 0;
}

.son-page .common-section.text-right .wider-container .image-wrap {
  left: 0;
}

.son-page .common-section.text-right .container .text-wrap {
  float: right;
}

@media screen and (max-width: 767px) {
  .son-page .common-section .wider-container .text-bg {
    width: 100%;
  }
  .son-page .common-section .wider-container .image-wrap {
    display: none;
  }
  .son-page .common-section .container .text-wrap {
    width: auto;
  }
}

.son-page .house-price {
  background-color: #44273a;
}

.son-page .household-growth {
  background-color: #6BA2B8;
}

.son-page .single-family {
  background-color: #76AE99;
}

.son-page .multifamily {
  background-color: #44273a;
}

.son-page .affordability {
  background-color: #6BA2B8;
}

.son-page .homeownership-bgcolor {
  background-color: #44273a;
}

.son-page .demographics-bgcolor {
  background-color: #6BA2B8;
}

.son-page .markets-bgcolor {
  background-color: #76AE99;
}

.son-page .rental_housing-bgcolor {
  background-color: #44273a;
}

.son-page .challenges-bgcolor {
  background-color: #6BA2B8;
}

.son-page .graph-section {
  position: relative;
  padding: 0;
}

.son-page .graph-section .container-card {
  padding: 80px 15px 70px;
  border-top: solid 6px #e38025;
  position: relative;
  background-color: white;
  margin-top: -50px;
}

.son-page .graph-section .container-card.spacing-top {
  margin-top: 50px;
}

.son-page .graph-section .container-card .graph-wrap {
  position: relative;
}

.son-page .graph-section .container-card .graph-wrap iframe {
  width: 100%;
}

.son-page .graph-section .container-card .graph-wrap .share-wrap {
  width: 260px;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.son-page .graph-section .container-card .graph-wrap .share-wrap .share-text {
  width: 100px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 5px 5px 5px 38px;
  background: url(../images/son/share.svg) left 13px center no-repeat;
  background-size: 17px;
  background-color: #E5E5E5;
}

.son-page .graph-section .container-card .graph-wrap .share-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 160px;
  padding-left: 10px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.son-page .graph-section .container-card .graph-wrap .share-wrap ul li a {
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  background-color: #eeb803;
  color: white;
}

.son-page .graph-section .container-card .graph-wrap .share-wrap ul li a:hover {
  background-color: #e38025;
}

.son-page .graph-section .container-card .slider-wrap .graph-slider .graph-slide iframe {
  width: 100%;
}

.son-page .graph-section .container-card .slider-wrap .graph-slider .slick-arrow {
  z-index: 1;
  width: 36px;
  height: 36px;
}

.son-page .graph-section .container-card .slider-wrap .graph-slider .slick-arrow span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #e38025;
  transition: all 300ms ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #e38025;
}

.son-page .graph-section .container-card .slider-wrap .graph-slider .slick-arrow span:before {
  font-size: 28px;
}

.son-page .graph-section .container-card .slider-wrap .graph-slider .slick-arrow span.fa-angle-left:before {
  padding: 0 2px 0 0;
}

.son-page .graph-section .container-card .slider-wrap .graph-slider .slick-arrow span.fa-angle-right:before {
  padding: 0 0 0 2px;
}

.son-page .graph-section .container-card .slider-wrap .graph-slider .slick-arrow:before {
  display: none;
}

.son-page .graph-section .container-card .slider-wrap .graph-slider .slick-arrow:hover span {
  background-color: #e38025;
  color: white;
}

.son-page .graph-section .container-card .slider-wrap .graph-slider .slick-dots {
  bottom: -30px;
}

.son-page .graph-section .container-card .slider-wrap .graph-slider .slick-dots li {
  border-color: #e38025;
}

.son-page .graph-section .container-card .slider-wrap .graph-slider .slick-dots li.slick-active {
  background-color: #e38025;
}

.son-page .graph-section .container-card .heading {
  text-align: center;
  margin-bottom: 60px;
}

.son-page .graph-section .container-card .heading p {
  font-size: 1.2rem;
  margin: 15px 0;
  color: #000000;
}

.son-page .graph-section .container-card .small-col {
  float: left;
  width: 35%;
  padding: 0 2%;
}

.son-page .graph-section .container-card .small-col .legend {
  margin: 22px 0;
}

.son-page .graph-section .container-card .small-col .legend img {
  display: inline;
  margin-right: 15px;
}

.son-page .graph-section .container-card .small-col .legend p {
  display: inline;
  font-size: 1rem;
}

.son-page .graph-section .container-card .small-col p {
  font-size: 0.9rem;
}

.son-page .graph-section .container-card .small-col select {
  width: 100%;
  display: block;
  padding: 3% 5%;
  margin-bottom: 12px;
  color: #c15027;
  font-weight: bold;
}

.son-page .graph-section .container-card .small-col select option {
  padding: 3%;
}

.son-page .graph-section .container-card .large-col {
  float: left;
  width: 65%;
  padding: 0 2%;
}

.son-page .graph-section .container-card .large-col img {
  width: 100%;
}

.son-page .graph-section .container-card .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.son-page .graph-section .container-card .shadow:after {
  content: '';
  position: absolute;
  width: 120%;
  height: 180px;
  left: -10%;
  bottom: -15px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.son-page .graph-section .container-card .slider-wrap {
  position: relative;
  padding: 0 6%;
}

.son-page .graph-section .container-card .slider-wrap .share-wrap {
  width: 260px;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.son-page .graph-section .container-card .slider-wrap .share-wrap .share-text {
  width: 100px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 5px 5px 5px 38px;
  background: url(../images/son/share.svg) left 13px center no-repeat;
  background-size: 17px;
  background-color: #E5E5E5;
}

.son-page .graph-section .container-card .slider-wrap .share-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 160px;
  padding-left: 10px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.son-page .graph-section .container-card .slider-wrap .share-wrap ul li a {
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  background-color: #eeb803;
  color: white;
}

.son-page .graph-section .container-card .slider-wrap .share-wrap ul li a:hover {
  background-color: #e38025;
}

.son-page .quotes-section {
  background-color: #f6f6f6;
  position: relative;
  padding: 80px 0;
}

.son-page .quotes-section .card {
  text-align: center;
  background-color: #FFFFFF;
  border-top: #e38025 solid 6px;
  padding: 50px 40px 20px 40px;
  width: 45%;
  box-shadow: 0px 2px 11px 2px rgba(0, 0, 0, 0.28);
}

.son-page .quotes-section .card img {
  width: 60px;
}

.son-page .quotes-section .card p {
  margin: 40px 0;
  color: #000000;
}

.son-page .quotes-section .card:first-child {
  float: left;
}

.son-page .quotes-section .card:last-child {
  float: right;
}

.son-page .media-info-section {
  position: relative;
  padding-bottom: 100px;
}

.son-page .media-info-section .container > div.row div:nth-child(4), .son-page .media-info-section .container > div.row div:nth-child(5), .son-page .media-info-section .container > div.row div:nth-child(6), .son-page .media-info-section .container > div.row div:nth-child(7) {
  margin-top: 28px;
}

.son-page .media-info-section .text-wrap h2 {
  margin-bottom: 30px;
}

.son-page .media-info-section .text-wrap p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
}

.son-page .media-info-section .text-wrap p b {
  font-weight: 700;
}

.son-page .media-info-section .card {
  background-color: #E8E9E9;
}

.son-page .media-info-section .card h6 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  padding: 5px 20px;
}

.son-page .media-info-section .card .content-wrap {
  padding: 5px 20px 10px;
}

.son-page .media-info-section .card .image-wrap {
  height: 180px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.son-page .media-info-section .card .image-wrap img {
  max-width: 180px;
  max-height: 180px;
}

.son-page .media-info-section .card .link-wrap {
  text-align: right;
}

.son-page .media-info-section .card .link-wrap a {
  color: #58595b;
}

.son-page .media-info-section .press-release-card h6 {
  background-color: #C15027;
}

.son-page .media-info-section .fact-sheet-card h6 {
  background-color: #577B8D;
}

.son-page .media-info-section .report-cover-card h6 {
  background-color: #44273A;
}

.son-page .media-info-section .appendix-tables-card h6 {
  background-color: #76AE99;
}

.son-page .media-info-section .figure-data-card h6 {
  background-color: #6D6E71;
}

.son-page .media-info-section .data-sources-card h6 {
  background-color: #6BA2B8;
}

.son-page .sticky-section {
  background-color: #A8AAAB;
  padding: 0;
  height: 82px;
}

.son-page .sticky-section .sticky-wrap {
  background-color: #A8AAAB;
  z-index: 9;
  width: 100%;
  height: 82px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.son-page .sticky-section .sticky-wrap.sticky-download {
  position: fixed;
  bottom: 0;
  left: 0;
}

.son-page .sticky-section .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.son-page .sticky-section .inner-wrap ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.son-page .sticky-section .inner-wrap ul li {
  margin-right: 30px;
}

.son-page .sticky-section .inner-wrap ul li a {
  color: white;
}

.son-page .sticky-section .inner-wrap .download-wrap {
  padding: 0 115px 0 30px;
  background: url(../images/son/download.svg) left center no-repeat;
  background-size: 22px;
  position: relative;
  color: white;
  font-weight: bold;
}

.son-page .sticky-section .inner-wrap .download-wrap .image-wrap {
  position: absolute;
  right: 0;
  bottom: -30px;
  font-weight: bold;
  color: white;
}

.son-page .sticky-section .inner-wrap .download-wrap .image-wrap img {
  width: 107px;
}

@media screen and (max-width: 1199px) {
  .son-page .sticky-section .inner-wrap ul li {
    margin-right: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .son-page .sticky-section .inner-wrap .download-wrap {
    padding: 0 75px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .son-page .sticky-section {
    padding: 30px 0;
    height: auto;
  }
  .son-page .sticky-section .sticky-wrap {
    height: auto;
    display: block;
  }
  .son-page .sticky-section .sticky-wrap.sticky-download {
    position: relative;
  }
  .son-page .sticky-section .inner-wrap {
    display: block;
  }
  .son-page .sticky-section .inner-wrap ul {
    display: block;
  }
  .son-page .sticky-section .inner-wrap ul li {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .son-page .sticky-section .inner-wrap .download-wrap {
    position: initial;
  }
  .son-page .sticky-section .inner-wrap .download-wrap .image-wrap {
    display: none;
  }
}
