@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\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;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  font-size: 21px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: HelveticaNeue, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  line-height: 1.4;
  color: #000000;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #bf311a;
  text-decoration: none;
}
a:focus, a:hover {
  color: #7c2011;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 720px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1060px;
  }
}

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

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

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 720px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

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

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

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

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

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

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

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

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

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

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

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

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

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

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

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

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

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

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

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

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

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

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

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

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

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

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

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

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

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

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

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

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

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

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

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

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1 {
    float: left;
  }

  .col-xl-1 {
    width: 8.3333333333%;
  }

  .col-xl-2 {
    width: 16.6666666667%;
  }

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

  .col-xl-4 {
    width: 33.3333333333%;
  }

  .col-xl-5 {
    width: 41.6666666667%;
  }

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

  .col-xl-7 {
    width: 58.3333333333%;
  }

  .col-xl-8 {
    width: 66.6666666667%;
  }

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

  .col-xl-10 {
    width: 83.3333333333%;
  }

  .col-xl-11 {
    width: 91.6666666667%;
  }

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

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

  .col-xl-pull-1 {
    right: 8.3333333333%;
  }

  .col-xl-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-xl-pull-4 {
    right: 33.3333333333%;
  }

  .col-xl-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-xl-pull-7 {
    right: 58.3333333333%;
  }

  .col-xl-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-xl-pull-10 {
    right: 83.3333333333%;
  }

  .col-xl-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-xl-push-1 {
    left: 8.3333333333%;
  }

  .col-xl-push-2 {
    left: 16.6666666667%;
  }

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

  .col-xl-push-4 {
    left: 33.3333333333%;
  }

  .col-xl-push-5 {
    left: 41.6666666667%;
  }

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

  .col-xl-push-7 {
    left: 58.3333333333%;
  }

  .col-xl-push-8 {
    left: 66.6666666667%;
  }

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

  .col-xl-push-10 {
    left: 83.3333333333%;
  }

  .col-xl-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0.3rem;
}

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #818a91;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

.pull-xs-none {
  float: none !important;
}

@media (min-width: 720px) {
  .pull-sm-left {
    float: left !important;
  }

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

  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }

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

  .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }

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

  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
  }

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

  .pull-xl-none {
    float: none !important;
  }
}
.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;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 720px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-normal {
  font-weight: normal;
}

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

.font-italic {
  font-style: italic;
}

.text-muted {
  color: #818a91;
}

.text-primary {
  color: #bf311a !important;
}

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

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44;
}

.text-info {
  color: #5bc0de !important;
}

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

.text-warning {
  color: #f0ad4e !important;
}

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

.text-danger {
  color: #d9534f !important;
}

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

.hidden-xs-up {
  display: none !important;
}

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

@media (min-width: 720px) {
  .hidden-sm-up {
    display: none !important;
  }
}

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

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

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

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

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

.hidden-xl-down {
  display: none !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;
  }
}

/* Including web fonts */
@font-face {
  font-family: HelveticaNeue;
  src: url(../fonts/HelveticaNeue-Light/helveticaneue-light.eot);
  src: url(../fonts/HelveticaNeue-Light/helveticaneue-light.eot) format("embedded-opentype"), url(../fonts/HelveticaNeue-Light/helveticaneue-light.woff) format("woff"), url(../fonts/HelveticaNeue-Light/helveticaneue-light.ttf) format("truetype"), url(../fonts/HelveticaNeue-Light/helveticaneue-light.svg#HelveticaNeue) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: HelveticaNeue;
  src: url(../fonts/HelveticaNeue-Bold/helveticaneue-bold.eot);
  src: url(../fonts/HelveticaNeue-Bold/helveticaneue-bold.eot) format("embedded-opentype"), url(../fonts/HelveticaNeue-Bold/helveticaneue-bold.woff) format("woff"), url(../fonts/HelveticaNeue-Bold/helveticaneue-bold.ttf) format("truetype"), url(../fonts/HelveticaNeue-Bold/helveticaneue-bold.svg#HelveticaNeue) format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: HelveticaNeue;
  src: url(../fonts/HelveticaNeue-LightItalic/helveticaneue-lightitalic.eot);
  src: url(../fonts/HelveticaNeue-LightItalic/helveticaneue-lightitalic.eot) format("embedded-opentype"), url(../fonts/HelveticaNeue-LightItalic/helveticaneue-lightitalic.woff) format("woff"), url(../fonts/HelveticaNeue-LightItalic/helveticaneue-lightitalic.ttf) format("truetype"), url(../fonts/HelveticaNeue-LightItalic/helveticaneue-lightitalic.svg#HelveticaNeue) format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: HelveticaNeue;
  src: url(../fonts/HelveticaNeue-BoldItalic/helveticaneue-bolditalic.eot);
  src: url(../fonts/HelveticaNeue-BoldItalic/helveticaneue-bolditalic.eot) format("embedded-opentype"), url(../fonts/HelveticaNeue-BoldItalic/helveticaneue-bolditalic.woff) format("woff"), url(../fonts/HelveticaNeue-BoldItalic/helveticaneue-bolditalic.ttf) format("truetype"), url(../fonts/HelveticaNeue-BoldItalic/helveticaneue-bolditalic.svg#HelveticaNeue) format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: HelveticaNeue;
  src: url(../fonts/HelveticaNeue/helveticaneue.eot);
  src: url(../fonts/HelveticaNeue/helveticaneue.eot) format("embedded-opentype"), url(../fonts/HelveticaNeue/helveticaneue.woff) format("woff"), url(../fonts/HelveticaNeue/helveticaneue.ttf) format("truetype"), url(../fonts/HelveticaNeue/helveticaneue.svg#HelveticaNeue) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: HelveticaNeue;
  src: url(../fonts/HelveticaNeue-Italic/helveticaneue-italic.eot);
  src: url(../fonts/HelveticaNeue-Italic/helveticaneue-italic.eot) format("embedded-opentype"), url(../fonts/HelveticaNeue-Italic/helveticaneue-italic.woff) format("woff"), url(../fonts/HelveticaNeue-Italic/helveticaneue-italic.ttf) format("truetype"), url(../fonts/HelveticaNeue-Italic/helveticaneue-italic.svg#HelveticaNeueRegular) format("svg");
  font-weight: normal;
  font-style: italic;
}
.heading-big {
  color: #bf311a;
  font-size: 100px;
  line-height: 1;
  margin: 0 0 40px;
}

.heading-large {
  color: #bf311a;
  font-size: 72px;
  line-height: 1;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .heading-large {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .heading-large {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
  }
}

.text-big {
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 56px;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .text-big {
    font-style: normal;
    font-weight: 300;
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .text-big {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
  }
}

.text-large {
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: -0.01em;
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .text-large {
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 30px;
  }
  .text-large.large {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .text-large {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 25px;
  }
}

.text-medium {
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .text-medium {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .text-medium {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }
}

.text-normal {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .text-normal {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }
}

.text-medium + .text-large {
  margin-top: 35px;
}

.section-heading {
  border-top: 4px solid #bf311a;
  padding-top: 10px;
  color: #5f1910;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 70px 0 50px;
}
@media (max-width: 991px) {
  .section-heading {
    margin: 50px 0 40px;
    font-size: 14px;
    line-height: 18px;
    border-width: 3px;
  }
}

.tile-heading {
  border-top: 2px solid #fff;
  padding-top: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.tile-title {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}

/* OTHER COMMON SCRIPTS */
/* P R E L O A D E R */
.preloader-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 997;
}
.preloader-container .spinner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
  position: relative;
}
.preloader-container .spinner > div {
  width: 10px;
  height: 10px;
  background-color: #555;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.preloader-container .spinner.spinner-white > div {
  background: #fff;
}
.preloader-container .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.preloader-container .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/**
 * G O T O    T O P    B U T T O N
 * ----------------------------------------------------------------------------
 */
#goTop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  text-indent: -9999px;
  display: none;
  outline: none !important;
  z-index: 999;
}
#goTop span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#goTop :hover {
  /*background-color:#e74c3c;*/
  opacity: 1;
}

@media (max-width: 767px) {
  #goTop {
    right: 15px;
    bottom: 15px;
    width: 32px;
    height: 32px;
  }
  #goTop span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -9px;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-bottom-color: #ffffff;
  }
  #goTop :hover {
    opacity: 1;
  }
}
/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  max-height: 72px;
  width: auto;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slide img:hover {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

.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 .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}

/**
 * S I T E   H E A D E R
 * -----------------------------------
 */
.site-header {
  padding: 30px 0 20px;
  background: #fff;
  position: relative;
  border-bottom: 4px solid #bf311a;
}
.site-header .site-title {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.site-header .site-title a img {
  max-height: 20px;
  width: auto;
}
.site-header #menu-toggle {
  display: none;
}
@media (max-width: 991px) {
  .site-header #menu-toggle {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -14px;
    color: #bf311a;
    border: 1px solid #bf311a;
    display: inline-block;
    padding: 4px 12px;
    background: transparent;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    display: block;
  }
  .site-header #menu-toggle:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.site-header .main-navigation {
  position: absolute;
  top: 15px;
  right: 0;
}
@media (max-width: 991px) {
  .site-header .main-navigation {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 70px;
    padding: 20px 0 10px;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 2px solid #bf311a;
  }
  .site-header .site-title {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .site-header {
    height: 60px;
    padding: 15px 0;
  }
  .site-header .site-title a img {
    max-height: 15px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #bf311a;
}
.mobile-menu__close {
  z-index: 999;
  text-indent: -999em;
  position: absolute;
  width: 40px;
  height: 40px;
  border: none;
  background-position: center center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  border-radius: 100%;
  top: 30px;
  right: 30px;
  background-image: url(../images/icon-close.png);
  overflow: hidden;
}
.mobile-menu__active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

/**
 * M E N U   N A V I G A T I O N
 * ----------------------------------------------------------------------------
 */
.primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .primary-menu {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
  .primary-menu > li {
    display: inline-block;
    padding: 20px 0;
    margin-left: 25px;
    position: relative;
  }
  .primary-menu > li:first-child {
    margin: 0;
  }
  .primary-menu > li > a {
    color: #000;
    text-decoration: none;
  }
  .primary-menu > li > a:hover, .primary-menu > li > a:focus {
    color: #bf311a;
    border-bottom: 2px solid #bf311a;
  }
  .primary-menu > li.current-menu-item > a, .primary-menu > li.current-menu-ancestor > a, .primary-menu > li.current-menu-parent > a, .primary-menu > li.current_page_parent > a, .primary-menu > li.current_page_ancestor > a {
    color: #bf311a;
    border-color: #bf311a;
  }
  .primary-menu > li.menu-item-has-children {
    /*        &::after {
              content: '';
              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;
            }*/
  }
  .primary-menu > li.menu-item-has-children.mouseover, .primary-menu > li.menu-item-has-children:hover {
    cursor: pointer;
  }
  .primary-menu > li.menu-item-has-children.mouseover > a, .primary-menu > li.menu-item-has-children:hover > a {
    color: #bf311a;
  }
  .primary-menu > li.menu-item-has-children.mouseover > ul, .primary-menu > li.menu-item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s, 0s;
  }
  .primary-menu > li.menu-item-has-children > ul {
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: 0.4s, 0s;
    transition-delay: 0s, 0.4s;
    position: absolute;
    width: 190px;
    font-weight: 400;
    letter-spacing: 0;
    transition: all 0.2s ease-in-out;
    top: 68px;
    left: -10px;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    z-index: 999;
    margin: 0;
    padding: 10px 0;
    list-style: none;
  }
  .primary-menu > li.menu-item-has-children > ul > li {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: 100%;
    padding: 10px;
    display: block;
  }
  .primary-menu > li.menu-item-has-children > ul > li:last-child {
    border: none;
  }
  .primary-menu > li.menu-item-has-children > ul > li a {
    text-decoration: none;
    color: #000;
  }
  .primary-menu > li.menu-item-has-children > ul > li a:hover, .primary-menu > li.menu-item-has-children > ul > li a:focus {
    color: #bf311a !important;
    border-bottom: 2px solid #bf311a;
  }
  .primary-menu > li.menu-item-has-children > ul > li.current-menu-item > a {
    color: #bf311a !important;
  }
}
@media (max-width: 991px) {
  .primary-menu {
    margin: 80px 40px 40px 30px;
  }
  .primary-menu a {
    text-decoration: none !important;
  }
  .primary-menu > li {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 22px;
  }
  .primary-menu > li > a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
  .primary-menu > li.current-menu-item > a, .primary-menu > li.current-menu-ancestor > a, .primary-menu > li.current-menu-parent > a, .primary-menu > li.current_page_parent > a, .primary-menu > li.current_page_ancestor > a {
    border-bottom: 1px solid #fff;
  }
  .primary-menu > li.menu-item-has-children::after {
    content: "";
  }
  .primary-menu > li.menu-item-has-children > ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
  }
  .primary-menu > li.menu-item-has-children > ul > li {
    padding: 0 0 0 14px;
    position: relative;
    margin: 0 0 15px;
    width: 100%;
  }
  .primary-menu > li.menu-item-has-children > ul > li::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  .primary-menu > li.menu-item-has-children > ul > li:last-child {
    border: none;
  }
  .primary-menu > li.menu-item-has-children > ul > li a {
    color: #fff;
  }
  .primary-menu > li.menu-item-has-children > ul > li.current-menu-item > a {
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 719px) {
  .primary-menu > li {
    margin: 0 0 20px;
  }
  .primary-menu > li.menu-item-has-children > ul > li {
    margin: 0 0 10px;
  }
}

/**
 * F O O T E R
 * -----------------------------------
 */
.site-footer {
  background: #bf311a;
  color: #fff;
  padding: 60px 0 80px;
  margin-top: 50px;
}
.site-footer h4, .site-footer .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .site-footer .btn-download-gift {
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  padding: 15px 0;
}
.site-footer a {
  color: #fff;
  font-weight: 700;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer .text-normal {
  font-size: 19px;
  line-height: 26px;
}
.site-footer .footer-navigation {
  font-size: 18px;
  line-height: 22px;
}
.site-footer .footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-navigation ul li {
  display: block;
  float: left;
  width: 50%;
  margin: 0 0 10px;
}
.site-footer .footer-navigation ul li a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.site-footer .copyright {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  padding: 10px 0 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.site-footer .copyright a {
  font-weight: 400;
}
.site-footer .copyright a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.site-footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__social li {
  display: inline;
  padding-left: 10px;
}
.site-footer__social li:first-child {
  padding-left: 0;
}
.site-footer__social li a {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 28px;
  width: 28px;
  background-position: 0 0;
  text-indent: -999;
  font-size: 0;
  color: transparent;
}
.site-footer__social li a:hover {
  text-decoration: none !important;
  border: none !important;
}
.site-footer__social li a.social__twitter {
  background-image: url(../images/icon-twitter-footer.png);
}
.site-footer__social li a.social__facebook {
  background-image: url(../images/icon-facebook-footer.png);
}
.site-footer__social li a.social__linkedin {
  background-image: url(../images/icon-linkedin-footer.png);
}
.site-footer__social li a.social__instagram {
  background-image: url(../images/icon-instagram-footer.png);
}

.page-oi-subscribe .hline {
  background: #bf311a;
  margin-bottom: 60px;
}
.page-oi-subscribe p::last-child {
  margin: 0 !important;
}
.page-oi-subscribe .page-image {
  margin: 15px 0 0;
}
.page-oi-subscribe .page-content {
  letter-spacing: -0.02em;
}
.page-oi-subscribe .page-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .page-oi-subscribe .page-image {
    margin: 0 0 20px;
  }
  .page-oi-subscribe .page-content p {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .page-oi-subscribe .hline {
    margin: 10px 0 40px;
  }
  .page-oi-subscribe .page-image {
    margin: 0 0 20px;
  }
  .page-oi-subscribe .page-content p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }
}

/* S U B S C R I B E */
.widget__subscribe__wrapper {
  position: relative;
}
.widget__subscribe__footer h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 15px;
}
.widget__subscribe__footer .widget__subscribe__form {
  position: relative;
  padding-right: 100px;
}
.widget__subscribe__footer .widget__subscribe__form #mce-email {
  width: 100%;
  background: #fff;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 10px;
}
.widget__subscribe__footer .widget__subscribe__form #mce-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  line-height: 1;
  width: 90px;
  height: 38px;
  border: 1px solid #fff;
  background: transparent;
  transition: color 0.25s ease;
}
.widget__subscribe__footer .widget__subscribe__form #mce-button span {
  padding: 8px 12px 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .widget__subscribe__footer {
    margin-top: 30px;
  }
}
.widget__subscribe__container {
  padding: 40px;
  background-color: #bf311a;
  width: calc(100vw - (50vw - 50%));
  margin-left: calc(-50vw + 50%);
  padding-left: calc(100vw - (50vw + 50%));
  position: relative;
}
.widget__subscribe__container h3 {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
}
@media (max-width: 991px) {
  .widget__subscribe__container h3 {
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .widget__subscribe__container h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .widget__subscribe__container {
    width: 100vw;
  }
}
.widget__subscribe__form {
  margin-top: 10px;
}
.widget__subscribe__form #mce-email {
  width: 100%;
  background: #fff;
  color: #000;
  margin: 0 0 30px;
  border: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 15px 15px;
}
.widget__subscribe__form #mce-email::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.widget__subscribe__form #mce-email:-ms-input-placeholder {
  color: #999;
}
.widget__subscribe__form #mce-email::-webkit-input-placeholder {
  color: #999;
}
.widget__subscribe__form #mce-button {
  position: relative;
  color: #fff;
  font-style: italic;
  font-size: 21px;
  line-height: 1;
  font-weight: 300;
  width: 140px;
  height: 48px;
  border: 1px solid #fff;
  background: transparent;
  transition: color 0.25s ease;
}
.widget__subscribe__form #mce-button span {
  padding: 12px 30px 15px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.widget__subscribe__form #mce-button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transform-origin: left;
  transition: width 0.25s ease;
  z-index: 0;
}
.widget__subscribe__form #mce-button:hover, .widget__subscribe__form #mce-button:focus {
  color: #bf311a;
  /*background: #fff;*/
}
.widget__subscribe__form #mce-button:hover::after, .widget__subscribe__form #mce-button:focus::after {
  width: 100%;
}

.subscribe-form {
  margin-top: 40px;
}
.subscribe-form .field-group {
  margin: 0 0 30px 0;
}
.subscribe-form .field-group label {
  display: block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 10px;
}
.subscribe-form .field-group label span {
  color: red;
}
.subscribe-form .field-input {
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  line-height: 22px;
  height: 50px;
  padding: 10px 15px;
  border: none;
  background: #eee;
  border-radius: 0;
}
.subscribe-form .field-input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.subscribe-form .field-input:-ms-input-placeholder {
  color: #999999;
}
.subscribe-form .field-input::-webkit-input-placeholder {
  color: #999999;
}
.subscribe-form .field-input:focus {
  outline: none;
}
.subscribe-form .field-input.disabled {
  background: #efefef;
}
.subscribe-form .field-input.error, .subscribe-form .field-input.has-error {
  border: 1px solid #bf311a !important;
}
.subscribe-form .btn-submit {
  border: none;
  height: 50px;
  padding: 15px 30px;
  font-size: 14px;
  line-height: 20px;
  background-color: #bf311a;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.subscribe__open-innoviation .subscribe-form {
  margin: 0;
}

.subscribe-form {
  font-size: 18px;
  line-height: 24px;
}
.subscribe-form .field-group {
  margin: 0 0 30px 0;
}
.subscribe-form .field-group__sm {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
}
.subscribe-form .field-group__sm a {
  text-decoration: underline;
}
.subscribe-form .field-input {
  max-width: 100%;
}
.subscribe-form .form-group-checkbox label,
.subscribe-form .form-group-radio label {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
}
.subscribe-form .form-group-checkbox label i,
.subscribe-form .form-group-radio label i {
  height: 16px;
  width: 16px;
  border: 1px solid #000;
}
.subscribe-form .form-group-checkbox input[type=checkbox],
.subscribe-form .form-group-checkbox input[type=radio],
.subscribe-form .form-group-radio input[type=checkbox],
.subscribe-form .form-group-radio input[type=radio] {
  height: 16px;
  width: 16px;
  font-style: normal;
}
.subscribe-form .form-group-checkbox input[type=checkbox] + i,
.subscribe-form .form-group-checkbox input[type=radio] + i,
.subscribe-form .form-group-radio input[type=checkbox] + i,
.subscribe-form .form-group-radio input[type=radio] + i {
  background-size: 20px 20px;
  display: inline-block;
}
.subscribe-form .form-group-checkbox input[type=checkbox]:focus + i,
.subscribe-form .form-group-checkbox input[type=radio]:focus + i,
.subscribe-form .form-group-radio input[type=checkbox]:focus + i,
.subscribe-form .form-group-radio input[type=radio]:focus + i {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.subscribe-form .btn-subscribe {
  position: relative;
  color: #bf311a;
  font-style: italic;
  font-weight: 300;
  height: 54px;
  padding: 15px 50px;
  font-size: 18px;
  line-height: 21px;
  border: 1px solid #bf311a;
  display: inline-block;
  transition: color 0.25s ease;
  background: none;
}
.subscribe-form .btn-subscribe::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #bf311a;
  transform-origin: left;
  transition: width 0.25s ease;
  z-index: -1;
}
.subscribe-form .btn-subscribe:hover {
  color: #fff;
}
.subscribe-form .btn-subscribe:hover::after {
  width: 100%;
}

.latest-issue {
  padding: 40px 35px;
  background: #EFEFEF;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.latest-issue h3 {
  font-weight: 300;
  margin: 0 0 15px;
  color: #bf311a;
  font-size: 24px;
  line-height: 1.2;
}
.latest-issue p:last-child {
  margin: 0;
}
.latest-issue a {
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .latest-issue {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
  }
  .latest-issue h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .latest-issue {
    margin: 50px 0 0;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }
  .latest-issue h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }
}

/* H O M E */
.home-section {
  margin: 0 0 50px;
}
.home-section__work {
  position: relative;
}
.home-section__work .topic img {
  margin: 0 0 30px;
}
.home-section__work .owl-carousel .owl-nav {
  margin-top: 60px;
}
.home-section__work .owl-carousel .owl-nav button.owl-next, .home-section__work .owl-carousel .owl-nav button.owl-prev {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  height: 32px;
}
.home-section__work .owl-carousel .owl-nav button.owl-prev {
  margin-right: 35px !important;
}
.home-section__work .owl-carousel .owl-nav .arrow-prev, .home-section__work .owl-carousel .owl-nav .arrow-next {
  height: 32px;
  width: 18px;
  background-repeat: no-repeat;
  background-size: 18px 32px;
  /*background-size: 100%;*/
  display: inline-block;
}
.home-section__work .owl-carousel .owl-nav .arrow-prev {
  background-image: url(../images/arrow-previous.png);
  background-position: 0 0;
}
.home-section__work .owl-carousel .owl-nav .arrow-next {
  background-image: url(../images/arrow-next.png);
  background-position: 100% 0;
}
.home-section__clients {
  margin-bottom: 0;
}

.home-section__work .item {
  position: relative;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  min-height: 540px;
  overflow: hidden;
}
.home-section__work .item .item__topic__wrapper {
  position: relative;
  padding: 50px 0;
}
.home-section__work .item .item__topic__container {
  padding: 40px;
  background-color: #fff;
  width: 50vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(100vw - (50vw + 50%));
  position: relative;
}
.home-section__work .item .item__casestudy {
  position: absolute;
  top: 50px;
  right: 0;
  width: 30%;
}
.home-section__work .item__topic__name {
  font-size: 60px;
  line-height: 1;
  /*text-transform: lowercase;*/
  margin: 0 0 10px;
  padding-right: 50px;
}
.home-section__work .item__casestudy {
  width: 28%;
  float: right;
}
.home-section__work__links .slider-nav {
  margin: 0 0 40px;
}
.home-section__work__links .slider-nav__prev, .home-section__work__links .slider-nav__next {
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  height: 32px;
  width: 18px;
}
.home-section__work__links .slider-nav__prev {
  margin-right: 35px !important;
}
.home-section__work__links .bx-prev, .home-section__work__links .bx-next {
  display: block;
  height: 32px;
  width: 18px;
  background-repeat: no-repeat;
  background-size: 18px 32px;
  display: inline-block;
}
.home-section__work__links .bx-prev {
  background-image: url(../images/arrow-previous.png);
  background-position: 0 0;
}
.home-section__work__links .bx-next {
  background-image: url(../images/arrow-next.png);
  background-position: 100% 0;
}
.home-section__work__info {
  position: relative;
}
.home-section__work__info p {
  margin: 0;
}
.home-section__work__info .more-work-link {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .home-section__work .item {
    min-height: 540px;
  }
  .home-section__work .item .item__topic__wrapper {
    padding-top: 80px;
  }
  .home-section__work .item .item__topic__name {
    /*@include type(44px, 50px);*/
    /*padding-right: 30px;*/
  }
  .home-section__work .item .item__topic__container {
    width: calc(100vw - (50vw - 15%));
  }
  .home-section__work .item .item__casestudy {
    /*width: (35%);*/
    display: none;
  }
  .home-section__work__links .slider-nav {
    position: absolute;
    top: 470px;
    right: 25px;
    margin: 0;
    z-index: 9999;
  }
  .home-section__work__links .bx-prev {
    background-image: url(../images/arrow-previous_white.png);
  }
  .home-section__work__links .bx-next {
    background-image: url(../images/arrow-next_white.png);
  }
}
@media (max-width: 767px) {
  .home-section__work .item {
    min-height: 475px;
  }
  .home-section__work .item .item__topic__container {
    width: calc(100vw - (50vw - 35%));
  }
  .home-section__work .item .item__casestudy {
    display: none;
  }
  .home-section__work .item__topic__name {
    font-size: 36px;
    line-height: 40px;
    padding-right: 30px;
  }
  .home-section__work__links .slider-nav {
    top: 405px;
  }
  .home-section__work__info {
    margin: 0 0 40px;
  }
  .home-section__work__info p {
    margin: 0 0 20px;
  }
  .home-section__work__info .more-work-link {
    display: inline;
    right: auto;
    bottom: auto;
  }
}
@media (max-width: 719px) {
  .home-section__work .item__topic__name {
    font-size: 30px;
    line-height: 36px;
    padding-right: 20px;
  }
}

.work-topic-widget {
  margin: 0 0 60px;
}
.work-topic-widget h3 {
  border-top: 2px solid #bf311a;
  padding: 20px 0 0;
  margin: 30px 0;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  padding-right: 30px;
}
.work-topic-widget h3 a {
  color: #000000;
}
.work-topic-widget h3 a:hover {
  color: #bf311a;
}
@media (max-width: 991px) {
  .work-topic-widget h3 {
    padding: 15px 0 0;
    font-size: 28px;
    line-height: 34px;
    margin: 25px 0;
  }
}

.topic-featured-text .featured-text {
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 48px;
  margin: 0 0 80px;
}
@media (max-width: 991px) {
  .topic-featured-text .featured-text {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .topic-featured-text .featured-text {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 40px;
  }
}

.chalenge-practice {
  margin: 0 0 40px;
}

.casestudy-section {
  margin: 60px 0 0;
}
.casestudy-section__heading {
  border-top: 2px solid #bf311a;
  color: #bf311a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 0 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 30px;
}
.casestudy-section__content {
  border-top: 2px solid #bf311a;
  padding: 10px 0;
  /*@include luminary-text-style(26px, 34px);*/
}

.related-casestudies__heading {
  border-top: 4px solid #bf311a;
  padding-top: 10px;
  color: #5f1910;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 70px 0 50px;
}
@media (max-width: 991px) {
  .related-casestudies__heading {
    margin: 50px 0 40px;
    font-size: 14px;
    line-height: 18px;
    border-width: 3px;
  }
}
@media (max-width: 991px) {
  .related-casestudies {
    margin-top: 75px;
  }
  .related-casestudies__heading {
    border-width: 3px;
  }
}

.item-casestudy.item-widget {
  background: #bf311a;
  padding: 25px 25px 90px;
  position: relative;
  color: #fff;
  min-height: 440px;
}
.item-casestudy.item-widget .item__type {
  border-top: 2px solid #fff;
  padding: 10px 0 0;
  margin: 0 0 40px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.item-casestudy.item-widget .item__title {
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 20px;
}
.item-casestudy.item-widget .item__title a {
  color: #fff;
}
.item-casestudy.item-widget .item__excerpt {
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
}
.item-casestudy.item-widget .item__excerpt a {
  color: #fff;
}
.item-casestudy.item-widget .item__link {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 110px;
  height: 42px;
  border: 1px solid #fff;
  text-decoration: none;
  transition: color 0.25s ease;
  color: #fff;
}
.item-casestudy.item-widget .item__link span {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
  padding: 10px 0;
  text-align: center;
}
.item-casestudy.item-widget .item__link::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transform-origin: left;
  transition: width 0.25s ease;
  z-index: 0;
}
.item-casestudy.item-widget .item__link:hover {
  color: #bf311a;
}
.item-casestudy.item-widget .item__link:hover::after {
  width: 100%;
}
@media (max-width: 767px) {
  .item-casestudy.item-widget {
    min-height: auto;
  }
}
.item-casestudy.item-widget_big {
  background: #bf311a;
  padding: 40px 40px 120px;
  position: relative;
  color: #fff;
  min-height: 520px;
}
.item-casestudy.item-widget_big .item__type {
  border-top: 2px solid #fff;
  padding: 10px 0 0;
  margin: 0 0 40px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.item-casestudy.item-widget_big .item__title {
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 20px;
  padding-right: 20px;
}
.item-casestudy.item-widget_big .item__title a {
  color: #fff;
}
.item-casestudy.item-widget_big .item__excerpt {
  font-size: 26px;
  line-height: 30px;
  padding-right: 20px;
  font-weight: 300;
}
.item-casestudy.item-widget_big .item__excerpt a {
  color: #fff;
}
.item-casestudy.item-widget_big .item__link {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 110px;
  height: 42px;
  border: 1px solid #fff;
  text-decoration: none;
  transition: color 0.25s ease;
  color: #fff;
}
.item-casestudy.item-widget_big .item__link span {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
  padding: 10px 0;
  text-align: center;
}
.item-casestudy.item-widget_big .item__link::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transform-origin: left;
  transition: width 0.25s ease;
  z-index: 0;
}
.item-casestudy.item-widget_big .item__link:hover {
  color: #bf311a;
}
.item-casestudy.item-widget_big .item__link:hover::after {
  width: 100%;
}
.item-casestudy.item-full {
  margin: 0 0 50px;
}
.item-casestudy.item-full .item__image {
  margin: 0 0 25px;
}
.item-casestudy.item-full .item__type {
  border-top: 2px solid #bf311a;
  padding: 10px 0 0;
  margin: 0 0 25px;
  color: #5f1910;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.item-casestudy.item-full .item__title {
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 20px;
}
.item-casestudy.item-full .item__excerpt {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}
.item-casestudy.item-full .item__link {
  display: none;
}

@media (max-width: 991px) {
  .item-casestudy.item-widget {
    min-height: 400px;
  }
  .item-casestudy.item-widget .item__type {
    margin: 0 0 20px;
  }
  .item-casestudy.item-widget .item__title {
    font-size: 26px;
    line-height: 32px;
  }
  .item-casestudy.item-widget_big {
    padding: 30px 30px 100px;
    min-height: 440px;
  }
  .item-casestudy.item-widget_big .item__type {
    margin: 0 0 30px;
  }
  .item-casestudy.item-widget_big .item__title {
    font-size: 30px;
    line-height: 36px;
    padding-right: 0;
  }
  .item-casestudy.item-widget_big .item__excerpt {
    font-size: 21px;
    line-height: 28px;
    padding-right: 0;
  }
  .item-casestudy.item-widget_big .item__link {
    bottom: 30px;
    left: 30px;
  }
  .item-casestudy.item-full {
    margin: 0 0 40px;
  }
  .item-casestudy.item-full .item__image {
    margin: 0 0 20px;
  }
  .item-casestudy.item-full .item__type {
    margin: 0 0 10px;
  }
  .item-casestudy.item-full .item__title {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 20px;
  }
  .item-casestudy.item-full .item__excerpt {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .item-casestudy.item-widget {
    min-height: 0;
  }
  .item-casestudy.item-full .item__type {
    margin: 0 0 5px;
  }
  .item-casestudy.item-full .item__title {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 15px;
  }
  .item-casestudy.item-full .item__excerpt {
    font-size: 18px;
    line-height: 24px;
  }
  .item-casestudy.item-widget_big {
    min-height: 0;
  }
  .item-casestudy.item-widget_big .item__type {
    margin: 0 0 5px;
  }
  .item-casestudy.item-widget_big .item__title {
    font-size: 26px;
    line-height: 32px;
  }
}
/**
 * T E A M
 * -----------------------------------
 */
.luminary-team {
  padding-top: 40px;
  margin: -25px;
}
.luminary-team .members-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.luminary-team .members-list .member-item {
  text-align: center;
  display: inline-block;
  width: 20%;
  padding: 0 0 40px;
  vertical-align: top;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
}
.luminary-team .members-list .member-item img {
  border-radius: 100%;
  margin: 0 auto 15px;
  width: 100%;
  height: auto;
  padding: 0 25px;
}
.luminary-team .members-list .member-item h4, .luminary-team .members-list .member-item .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .luminary-team .members-list .member-item .btn-download-gift {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.luminary-team .members-list .member-item h4 a:hover, .luminary-team .members-list .member-item .page-holiday-gift .content-page .holiday-gifts .btn-download-gift a:hover, .page-holiday-gift .content-page .holiday-gifts .luminary-team .members-list .member-item .btn-download-gift a:hover {
  text-decoration: underline;
}
.luminary-team .members-list__large .member-item {
  width: 25%;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .luminary-team .members-list .member-item {
    width: 24%;
  }
  .luminary-team .members-list .member-item img {
    max-width: 100%;
  }
  .luminary-team .members-list .member-item h4, .luminary-team .members-list .member-item .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .luminary-team .members-list .member-item .btn-download-gift {
    font-size: 20px;
    line-height: 26px;
  }
  .luminary-team .members-list .member-item .member-title {
    font-size: 16px;
    line-height: 22px;
  }
  .luminary-team .members-list__large .member-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .luminary-team .members-list {
    text-align: left;
  }
  .luminary-team .members-list .member-item {
    width: 49%;
    padding: 25px;
  }
  .luminary-team .members-list .member-item img {
    max-width: 180px;
    padding: 0;
  }
  .luminary-team .members-list .member-item h4, .luminary-team .members-list .member-item .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .luminary-team .members-list .member-item .btn-download-gift {
    font-size: 17px;
    line-height: 22px;
  }
  .luminary-team .members-list .member-item .member-title {
    font-size: 15px;
    line-height: 20px;
  }
  .luminary-team .members-list__large .member-item img {
    max-width: 240px;
  }
  .luminary-team .members-list__large .member-item h4, .luminary-team .members-list__large .member-item .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .luminary-team .members-list__large .member-item .btn-download-gift {
    font-size: 20px;
    line-height: 26px;
  }
  .luminary-team .members-list__large .member-item .member-title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 719px) {
  .luminary-team .members-list__large .member-item {
    width: 100%;
    padding: 25px;
  }
}

.type-member .member-name {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .type-member .member-thumbnail {
    max-width: 240px;
    height: auto;
  }
}

.member-publications {
  margin: 50px 0;
  background: #eee;
  padding: 20px 0 50px;
}
.member-publications ul {
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .member-publications ul {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .member-publications ul {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }
}
.member-publications ul li {
  margin: 0 0 15px;
}

.member-social-links {
  font-size: 8px;
  line-height: 1;
}
.member-social-links a {
  margin-right: 10px;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: -999em;
  font-size: 0;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}
.member-social-links a.linkedin {
  background-image: url(../images/icon-linkedin.png);
}
.member-social-links a.twitter {
  background-image: url(../images/icon-twitter.png);
}

.government-contracts {
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
}
.government-contracts .item {
  margin: 0 0 50px;
}
.government-contracts .item:last-child {
  margin: 0;
}
.government-contracts .item h4, .government-contracts .item .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .government-contracts .item .btn-download-gift {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: -0.01em;
  margin: 0 0 5px;
  padding: 0;
}
.government-contracts .item p {
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .government-contracts {
    font-size: 21px;
    line-height: 28px;
  }
  .government-contracts .item {
    margin-bottom: 40px;
  }
  .government-contracts .item h4, .government-contracts .item .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .government-contracts .item .btn-download-gift {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .government-contracts {
    font-size: 18px;
    line-height: 24px;
  }
  .government-contracts .item {
    margin-bottom: 30px;
  }
  .government-contracts .item h4, .government-contracts .item .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .government-contracts .item .btn-download-gift {
    font-size: 21px;
    line-height: 26px;
  }
}

.government-work .item {
  margin: 0 0 30px;
}
.government-work .item h4, .government-work .item .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .government-work .item .btn-download-gift {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.01em;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .government-work .item {
    margin: 0 0 20px;
  }
  .government-work .item h4, .government-work .item .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .government-work .item .btn-download-gift {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .government-work .item {
    margin: 0 0 15px;
  }
  .government-work .item h4, .government-work .item .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .government-work .item .btn-download-gift {
    font-size: 21px;
    line-height: 26px;
  }
}

.opening-header {
  margin: 0 0 100px;
}
.opening-header h1 {
  color: #bf311a;
  font-size: 72px;
  line-height: 1;
  margin: 0 0 40px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .opening-header h1 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .opening-header h1 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.opening-header__location {
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: -0.01em;
}
@media (max-width: 991px) {
  .opening-header {
    margin: 0 0 60px;
  }
  .opening-header__location {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .opening-header {
    margin: 0 0 50px;
  }
}

.luminary_openings ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.luminary_openings ul li {
  margin: 0 0 20px;
}
.luminary_openings h3 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}
.luminary_openings .opening-location {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .luminary_openings h3 {
    font-size: 21px;
    line-height: 26px;
  }
  .luminary_openings .opening-location {
    font-size: 18px;
    line-height: 24px;
  }
}

.page-challenge img {
  max-width: 100%;
  height: auto;
}
.page-challenge h1 {
  color: #bf311a;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 56px;
  margin: 0 0 50px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .page-challenge h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .page-challenge h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
  }
}
.page-challenge .module {
  margin-bottom: 50px;
}
.page-challenge .module__title {
  border-top: 2px solid #bf311a;
  color: #bf311a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  padding: 15px 0 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 30px;
}
.page-challenge .module__content {
  border-top: 2px solid #bf311a;
  padding: 15px 0 0;
}
.page-challenge .module__content h3 {
  color: #bf311a;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .page-challenge .module__content {
    border: none;
    padding: 0;
  }
}

.module__winners__winner__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: #333;
}
@media (min-width: 720px) {
  .module__winners__winner__title {
    font-size: 18px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .module__winners__winner__title {
    font-size: 20px;
    line-height: 1;
  }
}
.module__winners__winner__prize {
  margin: 0;
}
.module__winners__winner__image {
  max-width: 250px;
  margin: 10px 0;
}
.module__winners__winner__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 75%;
  display: block;
}
@media (max-width: 719px) {
  .module__winners__winner__image {
    max-width: 100%;
  }
}

.module__awards__title {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.module__awards__amount {
  font-weight: 700;
  color: #bf311a;
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 720px) {
  .module__awards__amount {
    font-size: 40px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .module__awards__amount {
    font-size: 50px;
    line-height: 1;
  }
}

.module__people .module__people__person {
  width: 19%;
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
}
.module__people .module__people__person__count-7 {
  width: 13.7%;
}
.module__people__person {
  margin-bottom: 30px;
  padding: 0 5px;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}
.module__people__person__image {
  width: 90%;
  max-width: 160px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 50%;
}
.module__people__person__title {
  font-weight: 700;
  margin: 0;
}
.module__people__person__descr {
  margin: 0;
}
@media (max-width: 991px) {
  .module__people .module__people__person {
    width: 19%;
  }
}
@media (max-width: 767px) {
  .module__people .module__people__person {
    width: 32%;
  }
}
@media (max-width: 719px) {
  .module__people .module__people__person {
    width: 49%;
  }
}

.module__slideshow {
  margin-bottom: 0;
  /* DIRECTION CONTROLS (NEXT / PREV) */
}
.module__slideshow .slider_wrapper {
  background-color: #efefef;
}
.module__slideshow .challenge-slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.module__slideshow figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 40%;
  display: block;
  display: block;
  margin: 0;
}
.module__slideshow img {
  /*    border: none !important;
      margin: 0; padding: 0;
      width: 100%;
      height: auto;*/
}
.module__slideshow__slide__info {
  border-top: 4px solid #fff;
  padding: 15px 20px 5px;
  font-size: 14px;
  line-height: 1.6;
  background: #efefef;
}
@media (min-width: 720px) {
  .module__slideshow__slide__info {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 991px) {
  .module__slideshow figure {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    padding-top: 56.3636364%;
    display: block;
  }
}
.module__slideshow .bx-wrapper .bx-controls-direction a {
  width: 59px;
  height: 92px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  top: 190px;
}
.module__slideshow .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 30px;
  display: block;
  background-image: url(../images/arrow-prev-challenge.png);
}
.module__slideshow .bx-wrapper .bx-controls-direction a.bx-next {
  right: 30px;
  background-image: url(../images/arrow-next-challenge.png);
}
@media (max-width: 1199px) {
  .module__slideshow .bx-wrapper .bx-controls-direction a {
    top: 150px;
  }
}
@media (max-width: 767px) {
  .module__slideshow .bx-wrapper .bx-controls-direction a {
    display: none !important;
  }
}

.module__wysiwyg__content h1 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 26px;
  color: #bf311a;
}
@media (min-width: 720px) {
  .module__wysiwyg__content h1 {
    font-size: 32px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .module__wysiwyg__content h1 {
    font-size: 36px;
    line-height: 1;
  }
}
.module__wysiwyg__content h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #333;
}
@media (min-width: 720px) {
  .module__wysiwyg__content h2 {
    font-size: 18px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .module__wysiwyg__content h2 {
    font-size: 20px;
    line-height: 1;
  }
}
.module__wysiwyg__content h3 {
  margin-top: 0;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 720px) {
  .module__wysiwyg__content h3 {
    font-size: 16px;
    line-height: 30px;
  }
}
.module__wysiwyg__content a {
  text-decoration: underline;
}
.module__wysiwyg__content .home-blockquote blockquote {
  padding-bottom: 0;
}
.module__wysiwyg__content .home-blockquote blockquote p:last-child {
  margin-bottom: 0;
}

.page-template-contact #content {
  padding-top: 0;
}
@media (max-width: 991px) {
  .page-template-contact #content {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .page-template-contact #content {
    padding-top: 40px;
  }
}

.contact-header {
  padding-top: 50px;
  background: url(../images/LL_MapVector.svg) no-repeat center top;
  background-size: 100%;
  position: relative;
  height: 480px;
}
.contact-header .map-pointer {
  position: absolute;
  top: 150px;
  left: 360px;
  background: #bf311a;
  width: 56px;
  height: 56px;
}
.contact-header .map-pointer img {
  max-height: 24px;
  width: auto;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}
.contact-header .map-pointer::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #5f1910;
  transform-origin: left;
  transition: width 0.25s ease;
  z-index: 1;
}
.contact-header .map-pointer:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .contact-header {
    height: 340px;
  }
  .contact-header .map-pointer {
    top: 120px;
    left: 260px;
    width: 40px;
    height: 40px;
  }
  .contact-header .map-pointer img {
    max-height: 16px;
    top: 12px;
    left: 12px;
  }
}
@media (max-width: 767px) {
  .contact-header {
    background: none;
    height: 160px;
  }
  .contact-header .map-pointer {
    display: none;
  }
}

@media (max-width: 767px) {
  .contact-information {
    margin-bottom: 40px;
  }
}
.page-template-holiday-gift #content {
  padding: 0;
}
.page-template-holiday-gift .site-footer {
  margin-top: 0;
}

.page-holiday-gift {
  padding: 460px 0 60px;
  background: #bf311a url(../images/bg-holiday-gift.png) no-repeat center 100px;
}
.page-holiday-gift .content-page {
  padding-top: 0;
  color: #fff;
}
.page-holiday-gift .content-page h2 {
  text-align: center;
  font-weight: 700;
  font-size: 66px;
  line-height: 78px;
  margin: 0;
}
.page-holiday-gift .content-page h3 {
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.page-holiday-gift .content-page .featured-content {
  margin: 50px 0;
  padding: 50px 0;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.page-holiday-gift .content-page .featured-content p {
  font-weight: 300;
  font-size: 34px;
  line-height: 48px;
  margin: 0 0 40px;
}
.page-holiday-gift .content-page .featured-content p:last-child {
  margin: 0;
}
.page-holiday-gift .content-page .featured-content h4, .page-holiday-gift .content-page .featured-content .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .featured-content .btn-download-gift {
  color: #fff;
  margin: 0;
}
.page-holiday-gift .content-page .featured-content .button-download-gift {
  border: none;
  color: #bf311a;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 44px;
  text-decoration: none;
}
.page-holiday-gift .content-page .featured-content + .featured-content {
  padding: 20px 0 25px;
  margin-top: 0;
  border-top: none;
}
.page-holiday-gift .content-page .holiday-gifts__share {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.page-holiday-gift .content-page .holiday-gifts__share li {
  display: inline;
  padding-left: 10px;
}
.page-holiday-gift .content-page .holiday-gifts__share li:first-child {
  padding-left: 0;
}
.page-holiday-gift .content-page .holiday-gifts__share li a {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 32px;
  width: 32px;
  background-position: 0 0;
  text-indent: -999;
  font-size: 0;
  color: transparent;
}
.page-holiday-gift .content-page .holiday-gifts__share li a.twitter {
  background-image: url(../images/holidaygift-share-twitter.png);
}
.page-holiday-gift .content-page .holiday-gifts__share li a.facebook {
  background-image: url(../images/holidaygift-share-facebook.png);
}
.page-holiday-gift .content-page .holiday-gifts__share li a.linkedin {
  background-image: url(../images/holidaygift-share-linkedin.png);
}
.page-holiday-gift .content-page .holiday-gifts__share li a.instagram {
  background-image: url(../images/holidaygift-share-instagram.png);
}
.page-holiday-gift .content-page .holiday-gifts__share li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.page-holiday-gift .content-page .holiday-gifts .item {
  margin: 0 0 60px;
}
.page-holiday-gift .content-page .holiday-gifts .item:last-child {
  margin: 0;
}
.page-holiday-gift .content-page .holiday-gifts h4, .page-holiday-gift .content-page .holiday-gifts .btn-download-gift {
  color: #fff;
}
.page-holiday-gift .content-page .holiday-gifts p {
  padding-right: 40px;
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0 25px;
}
.page-holiday-gift .content-page .holiday-gifts img {
  float: right;
  max-width: 116px;
  height: auto;
}
.page-holiday-gift .content-page .holiday-gifts .btn-download-gift {
  border: none;
  color: #bf311a;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 44px;
  text-decoration: none;
}
.page-holiday-gift .content-page .icons-credit {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.page-holiday-gift .content-page .icons-credit a {
  color: inherit;
}
@media (max-width: 991px) {
  .page-holiday-gift {
    padding: 300px 0 40px;
    background-size: 120%;
  }
  .page-holiday-gift .content-page h2 {
    font-size: 48px;
    line-height: 60px;
    padding: 0 60px;
  }
  .page-holiday-gift .content-page .featured-content {
    margin: 40px 0;
    padding: 40px 0;
  }
  .page-holiday-gift .content-page .featured-content p {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 30px;
  }
  .page-holiday-gift .content-page .featured-content + .featured-content {
    padding: 10px 0 15px;
  }
  .page-holiday-gift .content-page .holiday-gifts__share li a {
    height: 28px;
    width: 28px;
  }
}
@media (max-width: 719px) {
  .page-holiday-gift {
    background-position: center 50px;
    padding: 140px 0 0;
  }
  .page-holiday-gift .content-page h2 {
    font-size: 24px;
    line-height: 34px;
    padding: 0;
    max-width: 290px;
    margin: 0 auto;
  }
  .page-holiday-gift .content-page .featured-content {
    margin: 30px 0;
    padding: 30px 0;
  }
  .page-holiday-gift .content-page .featured-content p {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 30px;
  }
  .page-holiday-gift .content-page .featured-content + .featured-content {
    padding: 0 0 5px;
  }
  .page-holiday-gift .content-page .holiday-gifts__share li a {
    height: 28px;
    width: 28px;
  }
  .page-holiday-gift .content-page .holiday-gifts .item {
    margin: 0 0 40px;
  }
  .page-holiday-gift .content-page .holiday-gifts p {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 20px;
  }
  .page-holiday-gift .content-page .holiday-gifts img {
    float: none;
    max-width: 96px;
    height: auto;
    margin: 0 0 15px;
  }
  .page-holiday-gift .content-page .holiday-gifts .btn-download-gift {
    font-size: 13px;
    line-height: 40px;
  }
}

.privacy-content h1 {
  color: #bf311a;
  font-size: 50px;
  line-height: 56px;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .privacy-content h1 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .privacy-content h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
  }
}
.privacy-content h3 {
  font-size: 30px;
  line-height: 36px;
  color: #bf311a;
  font-weight: 300;
  margin: 40px 0 15px;
}
.privacy-content h4, .privacy-content .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .privacy-content .btn-download-gift {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  margin: 0 0 20px;
}
.privacy-content p {
  margin: 0 0 25px;
}
.privacy-content p:last-child {
  margin: 0;
}
.privacy-content ul, .privacy-content ol {
  margin: 0 0 25px;
  padding: 0 0 0 25px;
}
.privacy-content ul li, .privacy-content ol li {
  margin: 0 0 8px;
}

.oi-insights .item__header {
  position: relative;
  padding: 20px;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 66.6666666667%;
  display: block;
}
.oi-insights .item__header span {
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 22px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
}
.oi-insights .item__content {
  padding: 22px 22px 50px;
  color: #fff;
}
.oi-insights .item__content .metadata {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin: 0 0 20px;
}
.oi-insights .item__content h4, .oi-insights .item__content .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .oi-insights .item__content .btn-download-gift {
  font-size: 24px;
  line-height: 28px;
}
.oi-insights .item__content h4 a, .oi-insights .item__content .page-holiday-gift .content-page .holiday-gifts .btn-download-gift a, .page-holiday-gift .content-page .holiday-gifts .oi-insights .item__content .btn-download-gift a {
  color: #fff;
}
@media (max-width: 991px) {
  .oi-insights .item__header span {
    padding: 15px;
    font-size: 24px;
    line-height: 30px;
  }
  .oi-insights .item__content {
    padding: 22px 15px 40px;
  }
  .oi-insights .item__content h4, .oi-insights .item__content .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .oi-insights .item__content .btn-download-gift {
    font-size: 20px;
    line-height: 26px;
  }
  .oi-insights .item__content h4 a, .oi-insights .item__content .page-holiday-gift .content-page .holiday-gifts .btn-download-gift a, .page-holiday-gift .content-page .holiday-gifts .oi-insights .item__content .btn-download-gift a {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .oi-insights .item {
    margin: 0 0 20px;
  }
  .oi-insights .item__header span {
    max-width: 290px;
  }
  .oi-insights .item__header {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    padding-top: 33.33333%;
    display: block;
  }
}

.oi-casestudies .item__header {
  position: relative;
  padding: 20px;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 66.6666666667%;
  display: block;
}
.oi-casestudies .item__content {
  padding: 22px 0;
  color: #fff;
}
.oi-casestudies .item__content .metadata {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin: 0 0 15px;
  color: #5f1910;
}
.oi-casestudies .item__content h4, .oi-casestudies .item__content .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .oi-casestudies .item__content .btn-download-gift {
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .oi-casestudies .item__content .metadata {
    font-size: 14px;
    line-height: 1;
  }
  .oi-casestudies .item__content h4, .oi-casestudies .item__content .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .oi-casestudies .item__content .btn-download-gift {
    font-size: 24px;
    line-height: 1.2;
  }
}

.oi-news-slider {
  border: 2px solid #bf311a;
  /* PAGER */
}
.oi-news-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.oi-news-slider ul li {
  padding: 100px 50px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}
.oi-news-slider ul li span {
  display: block;
  font-size: 60px;
  line-height: 1.1;
  margin: 0 0 5px;
}
.oi-news-slider ul li a {
  color: #5f1910;
}
.oi-news-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #CAC6C5;
}
.oi-news-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.oi-news-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.oi-news-slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #bf311a;
}
@media (max-width: 991px) {
  .oi-news-slider ul li {
    padding: 60px 30px 10px;
    font-size: 16px;
    line-height: 1.4;
  }
  .oi-news-slider ul li span {
    font-size: 48px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .oi-news-slider ul li {
    font-size: 14px;
    line-height: 1.4;
  }
  .oi-news-slider ul li span {
    font-size: 36px;
    line-height: 1.1;
  }
}
@media (max-width: 719px) {
  .oi-news-slider ul li {
    padding: 50px 20px 10px;
    font-size: 12px;
    line-height: 1.4;
  }
  .oi-news-slider ul li span {
    font-size: 24px;
    line-height: 1.2;
  }
}

.oi-challenges .item {
  margin: 0 0 40px;
}
.oi-challenges .item__image {
  display: block;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 56.3636364%;
  display: block;
  margin: 0 0 15px;
}
.oi-challenges .item h3 {
  font-size: 18px;
  line-height: 24px;
}
.oi-challenges .item h3 a {
  color: #000;
}
@media (max-width: 767px) {
  .oi-challenges .item h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-200 {
  margin-top: 200px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-50 {
  margin-top: 50px;
}

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

.space-100 {
  height: 100px;
}

@media (max-width: 1199px) {
  .mt-200 {
    margin-top: 100px;
  }

  .mt-150 {
    margin-top: 120px;
  }

  .mt-50 {
    margin-top: 50px;
  }

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

  .space-100 {
    height: 100px;
  }
}
@media (max-width: 991px) {
  .mt-150 {
    margin-top: 50px;
  }
}
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  padding: 10px 0;
}

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

.menu-toggle {
  outline: none !important;
}

.img-fullwidth {
  width: 100%;
}

.clear {
  content: "";
  display: table;
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

button:focus {
  outline: 1px dotted #000 !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.site-main > :last-child {
  margin-bottom: 0;
}

a {
  outline: none !important;
  text-decoration: none;
}
a:hover {
  color: #bf311a;
  text-decoration: underline;
}

em {
  font-style: italic;
}

/**
 * S H O W   L O A D I N G
 * -----------------------------------
 */
.loading-indicator {
  height: 31px;
  width: 31px;
  background: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.loading-indicator-overlay {
  background-color: rgba(255, 255, 255, 0.75);
}

/**
 * S T Y L E G U I D E
 * ---------------------------------------
 */
#content {
  padding: 50px 0;
}
@media (max-width: 991px) {
  #content {
    padding-top: 100px;
  }
}

#main {
  position: relative;
}

.page-content__header {
  margin: 0 auto 40px;
  max-width: 940px;
}
.page-content__header .page-icon {
  max-height: 64px;
  width: auto;
  margin: 0 auto 20px;
}
.page-content__header .introtext {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .page-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px;
  }
}

.page-section {
  position: relative;
  padding: 40px 0;
}
.page-section h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  color: #bf311a;
  margin: 0 0 30px;
}
.page-section__block {
  color: #fff;
  padding: 40px 0;
}
.page-section__block p {
  margin: 0;
}
.page-section ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.page-section ul li {
  margin: 0 0 5px;
}
.page-section ul li ul {
  margin: 5px 0 10px;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .page-section {
    padding: 40px 0;
  }
  .page-section h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .page-section {
    padding: 30px 0;
  }
  .page-section h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
  }
}

.highlighted {
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 30px;
}
.highlighted.large {
  font-size: 40px;
  line-height: 46px;
}
@media (max-width: 991px) {
  .highlighted {
    font-size: 21px;
    line-height: 26px;
    margin: 0 0 25px;
  }
  .highlighted.large {
    font-size: 30px;
    line-height: 36px;
  }
}

.single-post .entry-content, .single-insight .entry-content {
  border-top: 4px solid #bf311a;
  padding-top: 10px;
}

.entry-content h3:not(.section-heading) {
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
  margin: 40px 0 15px;
}
.entry-content img {
  max-width: 100% !important;
  height: auto;
}
.entry-content .hline {
  height: 4px;
  width: 100%;
  background: #bf311a;
  margin: 50px 0 30px;
}
.entry-content p {
  margin: 0 0 25px;
}
.entry-content p:last-child {
  margin: 0;
}
.entry-content ul, .entry-content ol {
  margin: 0 0 25px;
  padding: 0 0 0 25px;
}
.entry-content ul li, .entry-content ol li {
  margin: 0 0 8px;
}
.entry-content .indent {
  padding-left: 40px;
}
.entry-content .smalltext {
  font-family: HelveticaNeue, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: italic;
  color: #999;
  border: 1px solid red;
}
.entry-content table {
  width: 100%;
  margin: 30px 0;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.entry-content table th {
  color: #000;
  background: #efefef;
}
.entry-content table th, .entry-content table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.entry-content .link-button {
  padding: 10px 20px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
}
@media (max-width: 991px) {
  .entry-content h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 30px 0 15px;
  }
  .entry-content .hline {
    height: 3px;
    margin: 40px 0 30px;
  }
  .entry-content .indent {
    padding-left: 30px;
  }
  .entry-content .link-button {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .entry-content h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .entry-content .hline {
    height: 2px;
    margin: 30px 0 20px;
  }
  .entry-content .alignleft, .entry-content .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .entry-content .alignleft img, .entry-content .alignright img {
    margin: 0;
  }
}
.entry-content .post-cta {
  padding: 30px;
}
.entry-content .post-cta p:empty {
  display: none;
}
.entry-content .post-cta:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .entry-content .post-cta {
    padding: 30px;
    font-size: 20px;
    line-height: 1.2;
  }
}

.link-button {
  display: inline-block;
  outline: none !important;
  padding: 15px 25px;
  text-align: center;
  background: #bf311a;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none !important;
}
.link-button:hover {
  color: #fff;
  background: #000;
}
.link-button.btn-sm {
  padding: 10px 15px;
  font-size: 12px;
  line-height: 18px;
}

.btn-load-more {
  position: relative;
  color: #bf311a;
  font-style: italic;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  padding: 20px 50px;
  border: 1px solid #bf311a;
  display: inline-block;
  transition: color 0.25s ease;
  background: none;
}
.btn-load-more__wrapper {
  margin: 60px 0 0;
  text-align: center;
}
.btn-load-more::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #bf311a;
  transform-origin: left;
  transition: width 0.25s ease;
  z-index: -1;
}
.btn-load-more:hover {
  /*background: $brand-primary;*/
  color: #fff;
}
.btn-load-more:hover::after {
  width: 100%;
}

.btn-outline {
  position: relative;
  color: #bf311a;
  font-style: italic;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  padding: 20px 20px;
  border: 1px solid #bf311a;
  display: inline-block;
  transition: color 0.25s ease;
  background: none;
  text-decoration: none !important;
}
.btn-outline__full {
  width: 100%;
}
.btn-outline__wrapper {
  margin: 60px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .btn-outline__wrapper {
    margin: 40px 0 0;
  }
}
.btn-outline::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #bf311a;
  transform-origin: left;
  transition: width 0.25s ease;
  z-index: -1;
}
.btn-outline:hover {
  /*background: $brand-primary;*/
  color: #fff;
}
.btn-outline:hover::after {
  width: 100%;
}

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

.link-arrow {
  padding-right: 50px;
  background: url(../images/icon-arrow_right.png) no-repeat right center;
}

.learn-more-link {
  display: inline-block;
  color: #bf311a;
  font-style: italic;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  padding-right: 50px;
  background: url(../images/icon-arrow_right.png) no-repeat right center;
}
.learn-more-link.align-right {
  display: block;
  float: right;
}
.learn-more-link.arrow-back {
  background: url(../images/arrow-back_sm.png) no-repeat left center;
}
.learn-more-link.link-sm {
  font-size: 18px;
  line-height: 1;
  padding: 0 0 0 40px;
}
@media (max-width: 991px) {
  .learn-more-link {
    font-size: 21px;
    line-height: 28px;
  }
}

.btn-more-link {
  color: #bf311a;
  font-style: italic;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  padding: 20px 50px;
  border: 1px solid #bf311a;
  display: inline-block;
}

/**
 * F O R M   F I E L D S
 * ---------------------------------------
 */
.hline {
  margin: 40px 0;
  height: 1px;
  background: #efefef;
}

.iframe-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.iframe-wrapper.size4x1 {
  padding-bottom: 25%;
}
@media (max-width: 991px) {
  .iframe-wrapper.size4x1 {
    padding-bottom: 40%;
  }
}
@media (max-width: 767px) {
  .iframe-wrapper.size4x1 {
    padding-bottom: 56.25%;
  }
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe-wrapper.size3x1 {
  padding-bottom: 33.3333333333%;
}

.page-header .container {
  padding: 120px 0 60px;
  position: relative;
}
.page-header h2 {
  color: #fff;
  font-size: 65px;
  line-height: 72px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .page-header .container {
    padding: 100px 0 40px;
  }
  .page-header h2 {
    font-size: 56px;
    line-height: 60px;
    padding: 0 0 0 10px;
  }
  .page-header .call {
    padding: 15px 20px 10px;
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .page-header .container {
    padding: 80px 0 30px;
  }
  .page-header h2 {
    font-size: 44px;
    line-height: 48px;
  }
}

.clients-list__wrapper h4, .clients-list__wrapper .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .clients-list__wrapper .btn-download-gift {
  font-style: italic;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .clients-list__wrapper h4, .clients-list__wrapper .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .clients-list__wrapper .btn-download-gift {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .clients-list__wrapper h3 {
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
  }
  .clients-list__wrapper h3::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    color: #bf311a;
    font-size: 24px;
    line-height: 1;
  }
  .clients-list__wrapper h3.expanded::before {
    content: "–";
  }
}

.clients-list {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .clients-list {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .clients-list {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }
}
.clients-list li {
  margin: 0 0 15px !important;
}
@media (max-width: 767px) {
  .clients-list {
    display: none;
    margin-left: 25px;
    padding-bottom: 10px !important;
  }
}

.link-back-wrapper {
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .link-back-wrapper {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .link-back-wrapper {
    margin-bottom: 25px;
  }
}

.featured-work .item-widget {
  min-height: 360px;
  margin: 0 0 60px;
}

.item-article_widget {
  margin: 0 0 50px;
}
.item-article_widget .item__type {
  padding: 10px 0 0;
  margin: 25px 0 20px;
  border-top: 2px solid #bf311a;
  color: #5f1910;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.item-article_widget .item__title {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 20px;
}
.item-article_widget .item__excerpt {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 26px;
}
.item-article_widget .item__link {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #bf311a;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 10px 15px;
  border: 1px solid #bf311a;
}
.item-article_widget .item__link:hover {
  color: #fff;
  background: #bf311a;
}
.item-article_widget.big .item__title {
  font-size: 75px;
  line-height: 80px;
  margin: 0 0 20px;
}
.item-article_widget.big .item__excerpt {
  margin-right: 33.3333333333%;
  padding-right: 50px;
}
.item-article_widget.medium .item__title {
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 20px;
}

.parallax-wrapper {
  position: relative;
}

.parallax-container-full {
  height: 200px;
  background-color: #bf311a;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}

.parallax-container-left {
  padding: 40px 0;
  background-color: #bf311a;
  width: calc(100vw - (50vw - 50%));
  margin-left: calc(-50vw + 50%);
  padding-left: calc(100vw - (50vw + 50%));
  position: relative;
}

.parallax-container-right {
  height: 200px;
  background-color: #bf311a;
  width: calc(100vw - (50vw - 50%));
  margin-right: calc(-50vw + 50%);
  padding-right: calc(100vw - (50vw + 50%));
  position: relative;
}

.widget {
  margin: 0 0 60px;
}
.widget__title {
  border-top: 4px solid #bf311a;
  padding-top: 10px;
  color: #5f1910;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 70px 0 50px;
  margin: 0 0 20px;
  border-top: 4px solid #bf311a;
  color: #5f1910;
  padding: 10px 0 0;
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .widget__title {
    margin: 50px 0 40px;
    font-size: 14px;
    line-height: 18px;
    border-width: 3px;
  }
}
.widget__inquiries {
  font-size: 14px;
  line-height: 28px;
}
.widget__share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget__share ul::after {
  content: "";
  display: table;
  clear: both;
}
.widget__share ul li {
  float: left;
}
.widget__share ul li a {
  display: block;
  height: 36px;
  width: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -999;
  color: transparent;
  margin-right: 10px;
}
.widget__share ul li.share__twitter a {
  background-image: url(../images/icon-twitter.png);
}
.widget__share ul li.share__facebook a {
  background-image: url(../images/icon-facebook.png);
}
.widget__share ul li.share__linkedin a {
  background-image: url(../images/icon-linkedin.png);
}
.widget__share ul li.share__email a {
  background-image: url(../images/icon-email.png);
}
.widget__share ul li.share__print a {
  background-image: url(../images/icon-print.png);
}
.widget__authors .item {
  padding: 0 0 30px;
}
.widget__authors .item:last-child {
  margin: 0;
  border: none;
}
.widget__authors img {
  margin: 0 0 10px;
  max-width: 120px;
  height: auto;
}
.widget__authors .author-name {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
.widget__authors .author-title {
  font-size: 18px;
  line-height: 22px;
}
.widget__authors p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 22px;
}
.widget__press-link .post-title {
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 5px;
}
.widget .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .list li {
  margin: 0 0 5px;
}
.widget .list li a {
  color: #747474;
}
.widget .list li a:hover {
  color: #bf311a;
}
.widget .list li.current-cat a {
  color: #bf311a;
}

.luminary-challenges__wrapper {
  position: relative;
}
.luminary-challenges__container {
  background-color: #efefef;
  width: 100vw;
  padding: 60px 0;
  margin-left: calc(-50vw + 50%);
  position: relative;
}

.blockquote__wrapper {
  position: relative;
  margin: 50px 0;
}
.blockquote__container {
  padding: 60px 0;
  background-color: #efefef;
  width: calc(150vw - (50vw - 50%));
  margin-left: calc(-50vw + 50%);
  padding-left: calc(100vw - (50vw + 50%));
  padding-right: calc(100vw - (50vw + 50%) + 50%);
  position: relative;
  font-size: 38px;
  line-height: 44px;
  font-style: italic;
}

.entry-content .block__wrapper {
  position: relative;
  margin: 50px 0;
}
.entry-content .block__container {
  padding: 60px 0;
  background-color: #efefef;
  width: calc(100vw - (25vw - 50%));
  margin-left: calc(-50vw + 50%);
  padding-left: calc(100vw - (50vw + 50%));
  padding-right: calc(100vw - (50vw + 50%));
  /*padding-right: 50px;*/
  position: relative;
}
.entry-content .block__heading {
  font-size: 50px;
  line-height: 56px;
  color: #bf311a;
  margin: 0 0 30px !important;
  padding: 0;
  font-weight: 700;
}
.entry-content .block__link a {
  padding-right: 50px;
  background: url(../images/icon-arrow_right.png) no-repeat right center;
  font-style: italic;
  font-weight: 400;
}

.post-tags {
  text-transform: uppercase;
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1px;
}

.hentry .entry-title {
  color: #bf311a;
  font-size: 72px;
  line-height: 1;
  margin: 0 0 40px;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .hentry .entry-title {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hentry .entry-title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.hentry .entry-thumbnail {
  margin: 30px 0;
}
.hentry .entry-subtitle {
  border-top: 4px solid #bf311a;
  padding-top: 10px;
  color: #5f1910;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 70px 0 50px;
  margin: 0 0 50px;
  border-top: 4px solid #bf311a;
  color: #5f1910;
  padding-top: 10px;
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .hentry .entry-subtitle {
    margin: 50px 0 40px;
    font-size: 14px;
    line-height: 18px;
    border-width: 3px;
  }
}

.lab-report-links {
  margin: 50px 0 0;
  text-align: center;
}
.lab-report-links .learn-more-link {
  margin: 0 30px;
}

.page-title {
  color: #bf311a;
  font-size: 72px;
  line-height: 76px;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .page-title {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 25px;
  }
}

.focus-area-page-title {
  color: #bf311a;
  font-size: 60px;
  line-height: 1.1;
  max-width: 520px;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .focus-area-page-title {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .focus-area-page-title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 25px;
  }
}

.archive-title {
  font-size: 40px;
  line-height: 44px;
  color: #bf311a;
  margin: 0 0 80px;
}

.featured-text {
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 56px;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .featured-text {
    font-style: normal;
    font-weight: 300;
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .featured-text {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
  }
}

.home .featured-text {
  font-size: 65px;
  line-height: 72px;
}
@media (max-width: 991px) {
  .home .featured-text {
    font-size: 50px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .home .featured-text {
    font-size: 38px;
    line-height: 44px;
  }
}

.luminary-list {
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 25px;
}
@media (max-width: 991px) {
  .luminary-list {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .luminary-list {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }
}
.luminary-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.luminary-list ul li {
  position: relative;
  padding: 20px 0;
  font-weight: 300;
}
.luminary-list ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #bf311a;
  width: 25px;
  height: 3px;
}
.luminary-list.square-bullet ul li {
  padding: 0 0 0 25px;
  margin: 0 0 20px;
}
.luminary-list.square-bullet ul li::before {
  width: 6px;
  height: 6px;
  top: 13px;
}
@media (max-width: 991px) {
  .luminary-list {
    font-size: 21px;
    line-height: 28px;
  }
  .luminary-list ul li::before {
    height: 2px;
  }
}
@media (max-width: 991px) {
  .luminary-list {
    font-size: 21px;
    line-height: 28px;
  }
}

.section-fullwidth__wrapper {
  position: relative;
  margin: 50px 0 0;
}
.section-fullwidth__container {
  background-color: #eeeeee;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 40px calc(100vw - (50vw + 50%));
  position: relative;
}
.section-fullwidth__container h4, .section-fullwidth__container .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .section-fullwidth__container .btn-download-gift {
  margin: 0 0 30px;
  font-style: italic;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .section-fullwidth__container h4, .section-fullwidth__container .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .section-fullwidth__container .btn-download-gift {
    font-size: 21px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .section-fullwidth__container {
    width: 100vw;
  }
}

.section-fullcontent__wrapper {
  position: relative;
  margin: 50px 0 0;
}
.section-fullcontent__container {
  background-color: #eeeeee;
  width: 100vw;
  width: calc(150vw - (50vw - 50%));
  margin-left: calc(-50vw + 50%);
  padding: 40px calc(100vw - (50vw + 50%));
  position: relative;
}
.section-fullcontent__container h4, .section-fullcontent__container .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .section-fullcontent__container .btn-download-gift {
  margin: 0 0 30px;
  font-style: italic;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .section-fullcontent__container h4, .section-fullcontent__container .page-holiday-gift .content-page .holiday-gifts .btn-download-gift, .page-holiday-gift .content-page .holiday-gifts .section-fullcontent__container .btn-download-gift {
    font-size: 21px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .section-fullcontent__container {
    width: 100vw;
  }
}

/* L U M I N A R Y   I T E M 
Classes for all case studies, insight articles, press and blog post listing
throughout the website.
*/
.luminary-item {
  margin: 0 0 50px;
}
.luminary-item .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 66.6666666667%;
  display: block;
}
.item-article {
  margin: 0 0 50px;
}
.item-article .item__image {
  margin: 0 0 25px;
}
.item-article .item__type {
  border-top: 2px solid #bf311a;
  padding: 10px 0 0;
  margin: 0 0 20px;
  color: #5f1910;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.item-article .item__type.empty, .item-article .item__type:empty {
  margin: 0;
}
.item-article .item__title {
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 20px;
}
.item-article .item__excerpt {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}
.item-article.item-small .item__title {
  font-size: 26px;
  line-height: 32px;
}
.item-article.item-small .item__excerpt {
  font-size: 21px;
  line-height: 28px;
}
.item-article.item-large .item__title {
  font-size: 50px;
  line-height: 56px;
  margin: 0 0 20px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .item-article {
    margin: 0 0 30px;
  }
  .item-article .item__image {
    margin: 0 0 20px;
  }
  .item-article .item__title {
    font-size: 26px;
    line-height: 32px;
  }
  .item-article .item__excerpt {
    font-size: 21px;
    line-height: 28px;
  }
  .item-article.item-small .item__title {
    font-size: 21px;
    line-height: 26px;
  }
  .item-article.item-small .item__excerpt {
    font-size: 18px;
    line-height: 24px;
  }
  .item-article.item-large .item__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .item-article .item__type {
    font-size: 14px;
    line-height: 20px;
  }
  .item-article.item-small .item__excerpt {
    font-size: 18px;
    line-height: 24px;
  }
}

.item-challenge {
  margin: 0 0 40px;
}
.item-challenge h3 {
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 991px) {
  .item-challenge h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .item-challenge img {
    margin: 0 0 15px;
  }
  .item-challenge h3 {
    font-size: 21px;
    line-height: 28px;
  }
}

.item-press_widget {
  border: 2px solid #bf311a;
  padding: 25px 25px 90px;
  position: relative;
  min-height: 380px;
  margin: 0 0 50px;
}
.item-press_widget .item__type {
  margin: 0 0 40px;
  color: #5f1910;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.item-press_widget .item__type:empty {
  margin: 0 0 30px;
}
.item-press_widget .item__title {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 20px;
}
.item-press_widget .item__link {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 110px;
  height: 42px;
  border: 1px solid #bf311a;
  text-decoration: none;
  transition: color 0.25s ease;
  color: #bf311a;
}
.item-press_widget .item__link span {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
  padding: 10px 0;
  text-align: center;
}
.item-press_widget .item__link::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #bf311a;
  transform-origin: left;
  transition: width 0.25s ease;
  z-index: 0;
}
.item-press_widget .item__link:hover {
  color: #fff;
}
.item-press_widget .item__link:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .item-press_widget {
    min-height: 300px;
    padding: 20px 20px 80px;
  }
  .item-press_widget .item__type {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 20px;
  }
  .item-press_widget .item__title {
    font-size: 22px;
    line-height: 28px;
  }
  .item-press_widget .item__link {
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .item-press_widget {
    min-height: 200px;
  }
  .item-press_widget .item__type {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .item-press_widget .item__title {
    font-size: 20px;
    line-height: 26px;
  }
}

.bighd1 {
  color: #bf311a;
  font-size: 100px;
  line-height: 1;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .bighd1 {
    font-size: 65px;
    line-height: 72px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .bighd1 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 25px;
  }
}

/*************/
.btn {
  display: inline-block;
  margin: 1em;
  text-transform: uppercase;
  padding: 1em 1.5em;
  background: none;
  color: darkblue;
  font-weight: bold;
  position: relative;
  transition: color 0.25s ease;
  border: 3px solid green;
}

.btn:hover {
  color: red;
}

.btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: green;
  transform-origin: left;
  transition: width 0.25s ease;
  z-index: -1;
}

.btn:hover::after {
  width: 100%;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #bf311a;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.spinner__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.widget-twitter-follow {
  display: block;
  position: relative;
  border: 2px solid #bf311a;
  text-decoration: none;
  font-style: italic;
  margin: 0 0 50px;
  padding: 37px;
  font-size: 26px;
  line-height: 32px;
  transition: all 0.25s ease;
}
.widget-twitter-follow .icon {
  margin: 15px 0 0;
  background: url(../images/icon-twitter.png) no-repeat center center;
  width: 28px;
  height: 28px;
  display: block;
  background-size: 100%;
  transition: all 0.25s ease;
}
.widget-twitter-follow::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #bf311a;
  transform-origin: left;
  transition: width 0.5s ease;
  z-index: -1;
}
.widget-twitter-follow:hover {
  color: #fff !important;
  text-decoration: none;
}
.widget-twitter-follow:hover .icon {
  background-image: url(../images/icon-twitter_white.png);
}
.widget-twitter-follow:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .widget-twitter-follow {
    padding: 30px;
    font-size: 21px;
    line-height: 25px;
  }
}

.what-we-believe .item {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .what-we-believe .item {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .what-we-believe .item {
    margin-bottom: 40px;
  }
}

.home-blockquote blockquote {
  position: relative;
  border-left: 0;
  font-size: 30px;
  line-height: 38px;
  padding-top: 15px;
  padding-bottom: 26px;
  text-align: center;
  border: none;
}
@media (max-width: 991px) {
  .home-blockquote blockquote {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 719px) {
  .home-blockquote blockquote {
    font-size: 20px;
    line-height: 24px;
  }
}
.home-blockquote blockquote .quote-by {
  display: block;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .home-blockquote blockquote .quote-by {
    font-size: 14px;
    line-height: 22px;
  }
}
.home-blockquote blockquote:before {
  font-weight: 700;
  position: relative;
  top: 20px;
  margin: auto;
  content: "“";
  color: #bf311a;
  font-size: 90px;
}
@media (max-width: 767px) {
  .home-blockquote blockquote:before {
    top: 0;
    font-size: 60px;
  }
}

.page-luminary-report {
  font-style: normal;
  font-weight: 300;
  font-size: 23px;
  line-height: 28px;
  /* S U B S C R I B E */
}
.page-luminary-report .report-header {
  margin: 0 0 60px;
}
.page-luminary-report .report-cover {
  max-width: 320px;
}
.page-luminary-report .report-cover img {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  margin: 0 0 20px;
}
.page-luminary-report .report-cover p {
  font-size: 20px;
  line-height: 24px;
}
.page-luminary-report .heading__wrapper {
  position: relative;
  margin: 40px 0 50px;
}
@media (max-width: 767px) {
  .page-luminary-report .heading__wrapper {
    margin: 20px 0 40px;
  }
}
.page-luminary-report .heading__container {
  padding: 20px;
  background-color: #bf311a;
  width: calc(100vw - (50vw - 50%));
  margin-left: calc(-50vw + 50%);
  padding-left: calc(100vw - (50vw + 50%));
  position: relative;
}
.page-luminary-report .heading__container h3 {
  color: #fff;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
}
@media (max-width: 767px) {
  .page-luminary-report .heading__container h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 719px) {
  .page-luminary-report .heading__container h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .page-luminary-report .heading__container {
    width: 100vw;
  }
}
.page-luminary-report .report-content__section {
  margin: 0 0 30px;
}
.page-luminary-report .report-content__section:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .page-luminary-report .report-content__section {
    margin-bottom: 20px;
  }
}
.page-luminary-report .download-report-form .field-group {
  margin: 0 0 30px 0;
}
.page-luminary-report .download-report-form .field-group label {
  display: none;
}
.page-luminary-report .download-report-form .field-input {
  width: 100%;
  max-width: 520px;
  font-size: 18px;
  line-height: 24px;
  height: 54px;
  padding: 10px 15px;
  border: none;
  background: #fff;
  border-radius: 0;
  font-weight: 400;
  letter-spacing: 1px;
  border: 1px solid #000000;
}
.page-luminary-report .download-report-form .field-input::-moz-placeholder {
  color: #747474;
  opacity: 1;
}
.page-luminary-report .download-report-form .field-input:-ms-input-placeholder {
  color: #747474;
}
.page-luminary-report .download-report-form .field-input::-webkit-input-placeholder {
  color: #747474;
}
.page-luminary-report .download-report-form .field-input:focus {
  outline: none;
}
.page-luminary-report .download-report-form .field-input.disabled {
  background: #efefef;
}
.page-luminary-report .download-report-form .field-input.error, .page-luminary-report .download-report-form .field-input.has-error {
  border: 1px solid #bf311a !important;
}
.page-luminary-report .download-report-form .btn-submit {
  border: none;
  padding: 15px 30px;
  font-size: 23px;
  line-height: 28px;
  background-color: #bf311a;
  color: #fff;
  cursor: pointer;
  width: 100%;
  max-width: 520px;
}
@media (max-width: 991px) {
  .page-luminary-report {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
  }
  .page-luminary-report .download-report-form .field-group {
    margin: 0 0 25px 0;
  }
  .page-luminary-report .download-report-form .field-input {
    font-size: 16px;
    line-height: 20px;
    height: 50px;
  }
  .page-luminary-report .download-report-form .btn-submit {
    font-size: 21px;
    line-height: 24px;
  }
  .page-luminary-report .download-report-form .form-group-radio label, .page-luminary-report .download-report-form .form-group-checkbox label {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 719px) {
  .page-luminary-report {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
  }
}

/* C U S T O M   R A D I O / C H E C K B O X
--------------------------------------------- */
.form-group-radio,
.form-group-checkbox {
  margin: 0 0 20px;
  /*http://www.cssscript.com/animated-checkbox-radio-button-with-css3-and-font-awesome/*/
}
.form-group-radio ::-moz-selection,
.form-group-checkbox ::-moz-selection {
  background: white;
}
.form-group-radio ::selection,
.form-group-checkbox ::selection {
  background: white;
}
@-webkit-keyframes icon-beat {
  0% {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes icon-beat {
  0% {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.form-group-radio *,
.form-group-checkbox * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.form-group-radio label,
.form-group-checkbox label {
  display: inline;
  position: relative;
  padding: 0 0 0 30px;
  font-weight: 300;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  font-size: 20px;
  line-height: 1;
}
.form-group-radio label:last-of-type,
.form-group-checkbox label:last-of-type {
  margin-right: 5px;
}
.form-group-radio label i,
.form-group-checkbox label i {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  font-style: normal;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  border: 2px solid #666;
}
.form-group-radio label span,
.form-group-checkbox label span {
  margin-left: 0;
  position: relative;
}
.form-group-radio input[type=radio],
.form-group-radio input[type=checkbox],
.form-group-checkbox input[type=radio],
.form-group-checkbox input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  font-style: normal;
}
.form-group-radio input[type=checkbox] + i,
.form-group-checkbox input[type=checkbox] + i {
  /*height: 22px; width: 22px;*/
  background-size: 20px 20px;
  display: inline-block;
}
.form-group-radio input[type=checkbox]:focus + i,
.form-group-checkbox input[type=checkbox]:focus + i {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  /*background-image: url(../images/input_checkbox_focus.png) !important;*/
}
.form-group-radio input[type=radio] + i,
.form-group-checkbox input[type=radio] + i {
  background-size: 20px 20px;
  display: inline-block;
  border-radius: 100%;
}
.form-group-radio input[type=radio]:focus + i,
.form-group-checkbox input[type=radio]:focus + i {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.form-group-radio input[type=radio]:checked + i,
.form-group-radio input[type=checkbox]:checked + i,
.form-group-checkbox input[type=radio]:checked + i,
.form-group-checkbox input[type=checkbox]:checked + i {
  /*position: relative;*/
  /*    -webkit-animation: icon-beat 0.1s ease;
      animation: icon-beat 0.1s ease;*/
}
.form-group-radio input[type=radio]:checked + i + span,
.form-group-radio input[type=checkbox]:checked + i + span,
.form-group-checkbox input[type=radio]:checked + i + span,
.form-group-checkbox input[type=checkbox]:checked + i + span {
  /*.transition (all 0.1s ease);*/
}
.form-group-radio input[type=radio] + i,
.form-group-checkbox input[type=radio] + i {
  /*background-image: url(../images/input_radio.png);*/
}
.form-group-radio input[type=radio]:checked + i,
.form-group-checkbox input[type=radio]:checked + i {
  background-image: url(../images/input_radio_selected.png) !important;
}
.form-group-radio input[type=checkbox] + i,
.form-group-checkbox input[type=checkbox] + i {
  /*background-image: url(../images/input_checkbox.png);*/
}
.form-group-radio input[type=checkbox]:checked + i,
.form-group-checkbox input[type=checkbox]:checked + i {
  background-image: url(../images/input_checkbox_selected.png) !important;
}
.form-group-radio.vertical label,
.form-group-checkbox.vertical label {
  display: block;
  margin: 0 0 10px;
  padding-top: 0;
}
.form-group-radio.vertical label i,
.form-group-checkbox.vertical label i {
  top: 0;
}
.form-group-radio.three-cols label,
.form-group-checkbox.three-cols label {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  width: 28%;
}
.form-group-radio.three-cols label:nth-child(3n),
.form-group-checkbox.three-cols label:nth-child(3n) {
  width: 42%;
}

.form-group-radio.has-radio-error input[type=radio] + i {
  border-color: #bf311a;
}

.form-group-checkbox.has-checkbox-error input[type=checkbox] + i {
  border-color: #bf311a;
}
.form-group-checkbox.has-checkbox-error label {
  color: #bf311a;
}

.custom-slider .section-heading {
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .custom-slider .section-heading {
    margin: 0 0 35px;
  }
}

.cs-wrapper {
  margin: 0 0 70px;
  height: 645px;
  width: 100%;
  overflow: hidden;
}
.cs-wrapper .cs-inner {
  height: 65px;
  position: relative;
}
.cs-wrapper .cs-inner .btn-prev, .cs-wrapper .cs-inner .btn-next {
  width: 50px;
  height: 50px;
  border: 2px solid #bf311a;
  text-indent: -999em;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px 26px;
  position: absolute;
  top: 0;
}
.cs-wrapper .cs-inner .btn-prev svg, .cs-wrapper .cs-inner .btn-next svg {
  stroke: #BF311A;
  stroke-width: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.cs-wrapper .cs-inner .btn-prev:not(.disabled):hover, .cs-wrapper .cs-inner .btn-next:not(.disabled):hover {
  background-color: #bf311a;
}
.cs-wrapper .cs-inner .btn-prev:not(.disabled):hover svg, .cs-wrapper .cs-inner .btn-next:not(.disabled):hover svg {
  stroke: white;
}
.cs-wrapper .cs-inner .btn-prev.disabled, .cs-wrapper .cs-inner .btn-next.disabled {
  border-color: #B2B2B2;
}
.cs-wrapper .cs-inner .btn-prev.disabled svg, .cs-wrapper .cs-inner .btn-next.disabled svg {
  stroke: #B2B2B2;
}
.cs-wrapper .cs-inner .btn-prev {
  right: 60px;
}
.cs-wrapper .cs-inner .btn-next {
  right: 0;
}
.cs-wrapper .cs-slider-wrapper {
  overflow: auto;
  padding-bottom: 20px;
}
.cs-wrapper .cs-slider {
  position: relative;
  height: 582px;
  overflow: auto;
  overflow: hidden;
}
.cs-wrapper .cs-slider .slide {
  float: left;
  width: 420px;
  height: 580px;
  margin-right: 20px;
  background: #f1f1f1;
  border-radius: 4px;
  overflow: hidden;
}
.cs-wrapper .cs-slider .slide__image {
  position: relative;
}
.cs-wrapper .cs-slider .slide__image img {
  width: 100%;
  height: auto;
}
.cs-wrapper .cs-slider .slide__image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cs-wrapper .cs-slider .slide__content {
  padding: 20px 40px 0;
  user-select: none;
  /* supported by Chrome and Opera */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}
.cs-wrapper .cs-slider .slide__content--text {
  height: 200px;
}
.cs-wrapper .cs-slider .slide__content h3 {
  font-size: 22px;
  line-height: 27px;
}
.cs-wrapper .cs-slider .slide__content p {
  font-size: 18px;
  line-height: 22px;
}
.cs-wrapper .cs-slider .slide__link {
  position: relative;
  float: left;
  display: block;
  border: 1px solid #bf311a;
  text-decoration: none;
  transition: color 0.25s ease;
  color: #bf311a;
}
.cs-wrapper .cs-slider .slide__link span {
  position: relative;
  display: block;
  z-index: 2;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
  padding: 10px 20px;
  text-align: left;
}
.cs-wrapper .cs-slider .slide__link::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #bf311a;
  transform-origin: left;
  transition: width 0.25s ease;
  z-index: 0;
}
.cs-wrapper .cs-slider .slide__link:hover {
  color: #fff;
}
.cs-wrapper .cs-slider .slide__link:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .cs-wrapper {
    height: 580px;
  }
  .cs-wrapper .cs-inner {
    height: 1px;
    overflow: hidden;
  }
  .cs-wrapper .cs-inner .btn-prev, .cs-wrapper .cs-inner .btn-next {
    display: none;
  }
  .cs-wrapper .cs-slider {
    top: 0;
    height: 560px;
  }
  .cs-wrapper .cs-slider .slide {
    width: 410px;
    height: 560px;
    margin-right: 20px;
  }
  .cs-wrapper .cs-slider .slide__content {
    padding: 20px 30px 90px;
  }
  .cs-wrapper .cs-slider .slide__content h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .cs-wrapper .cs-slider .slide__content--text {
    height: 180px;
  }
  .cs-wrapper .cs-slider .slide__link span {
    font-size: 14px;
    line-height: 16px;
    padding: 9px 10px;
  }
  .cs-wrapper .cs-slider .slide__link::after {
    display: none;
  }
  .cs-wrapper .cs-slider .slide__link:hover {
    color: #fff;
    background: #bf311a;
  }
}
@media (max-width: 767px) {
  .cs-wrapper {
    height: 446px;
    width: 100%;
  }
  .cs-wrapper .cs-slider {
    top: 0;
    height: 446px;
  }
  .cs-wrapper .cs-slider .slide {
    width: 248px;
    height: 446px;
    margin-right: 25px;
  }
  .cs-wrapper .cs-slider .slide__content {
    padding: 20px 20px 90px;
  }
  .cs-wrapper .cs-slider .slide__content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .cs-wrapper .cs-slider .slide__content p {
    font-size: 14px;
    line-height: 17px;
  }
}

.focus-area-widget {
  margin: 0 0 60px;
}
.focus-area-widget h3 {
  border-top: 2px solid #bf311a;
  padding: 20px 0 0;
  margin: 30px 0;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
}
.focus-area-widget h3 a {
  color: #000000;
}
.focus-area-widget h3 a:hover {
  color: #bf311a;
}
@media (max-width: 991px) {
  .focus-area-widget h3 {
    padding: 15px 0 0;
    font-size: 28px;
    line-height: 34px;
    margin: 25px 0;
  }
}

.focus-area-our-work .item-article .item__title {
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 25px;
  font-weight: 700;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  .focus-area-our-work .item-article .item__title {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .focus-area-our-work .item-article .item__title {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }
}
.focus-area-our-work .item-article .item__title a {
  color: #000;
}
.focus-area-our-work .item-article .item__excerpt {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .focus-area-our-work .item-article .item__excerpt {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }
}

.focus-area-insights-content {
  border-top: 1px solid #bf311a;
  margin-top: 40px;
  padding-top: 40px;
}

.related_content_block .section-fullcontent__container {
  background: none;
  padding-top: 0;
}
.related_content_block .section-fullcontent__container.has-bgcolor {
  padding-top: 40px;
}
.related_content_block.shortcode {
  margin: 60px 0 80px;
}
.related_content_block.shortcode .section-heading {
  margin-top: 0;
}
.related_content_block .items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.related_content_block .items .item {
  width: calc(50% - 20px);
}
.related_content_block .items .item__image {
  margin: 0 0 24px;
}
.related_content_block .items .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 66.6666666667%;
  display: block;
}
.related_content_block .items .item__title {
  border-top: 2px solid #bf311a;
  font-size: 21px;
  line-height: 28px;
  margin: 0 0 10px;
  padding: 10px 0 0;
}
.related_content_block .items .item__title a {
  color: #000;
}
.related_content_block .items .item__excerpt {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
.related_content_block .items.two-columns {
  margin: 0 0 60px;
}
.related_content_block .items.three-columns {
  gap: 42px;
}
.related_content_block .items.three-columns .item {
  width: calc(33.3333333333% - 28px);
}
@media (max-width: 991px) {
  .related_content_block .section-fullcontent__container.has-bgcolor {
    padding-top: 30px;
  }
  .related_content_block.shortcode {
    margin: 40px 0 60px;
  }
  .related_content_block .items {
    gap: 30px;
  }
  .related_content_block .items .item {
    width: calc(50% - 15px);
  }
  .related_content_block .items .item__image {
    margin: 0 0 20px;
  }
  .related_content_block .items .item__title {
    font-size: 18px;
    line-height: 24px;
  }
  .related_content_block .items .item__excerpt {
    font-size: 14px;
    line-height: 1.4;
  }
  .related_content_block .items.two-columns {
    margin: 0 0 40px;
  }
  .related_content_block .items.three-columns {
    gap: 30px;
  }
  .related_content_block .items.three-columns .item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 767px) {
  .related_content_block .items.three-columns {
    gap: 30px;
  }
  .related_content_block .items.three-columns .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 719px) {
  .related_content_block.shortcode {
    margin: 30px 0 50px;
  }
  .related_content_block .items {
    gap: 20px;
  }
  .related_content_block .items .item {
    width: 100%;
  }
  .related_content_block .items.three-columns .item {
    width: 100%;
  }
}

.featured_content_block {
  background: #EEEEEE;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 30px 0;
  align-items: top;
}
.featured_content_block .image, .featured_content_block .content {
  width: 100%;
}
.featured_content_block.has-image .image, .featured_content_block.has-image .content {
  width: calc(50% - 12px);
}
.featured_content_block.left, .featured_content_block.right {
  width: 50%;
}
.featured_content_block.left .image, .featured_content_block.left .content, .featured_content_block.right .image, .featured_content_block.right .content {
  width: 100% !important;
}
.featured_content_block.left {
  float: left;
  margin: 0 30px 30px 0;
}
.featured_content_block.right {
  float: right;
  margin: 0 0 30px 30px;
}
.featured_content_block .image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 66.6666666667%;
  display: block;
}
.featured_content_block .content {
  font-size: 16px;
  line-height: 1.4;
}
.featured_content_block .content h3 {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 10px;
}
.featured_content_block .content h3 a {
  color: #000;
}
@media (max-width: 991px) {
  .featured_content_block {
    padding: 15px;
    gap: 20px;
  }
  .featured_content_block.has-image .image, .featured_content_block.has-image .content {
    width: calc(50% - 10px);
  }
  .featured_content_block.left {
    margin: 0 20px 20px 0;
  }
  .featured_content_block.right {
    margin: 0 0 20px 20px;
  }
  .featured_content_block .content {
    font-size: 14px;
    line-height: 1.4;
  }
  .featured_content_block .content h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .featured_content_block.has-image .image, .featured_content_block.has-image .content {
    width: 100%;
  }
  .featured_content_block.left, .featured_content_block.right {
    width: 100%;
    float: none;
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .report-content {
    margin: 0 0 40px;
  }
}

/*# sourceMappingURL=styles.css.map */
