@charset "UTF-8";
@font-face {
  font-family: "Tofino";
  font-weight: bold;
  src: url("../fonts/Tofino-Bold.otf") format("opentype"); }

@font-face {
  font-family: "Tofino";
  src: url("../fonts/Tofino-Medium.otf") format("opentype"); }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*$fa-font-path:        "../../fonts" !default;*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.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: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

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

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

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

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

.pull-left {
  float: left; }

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

.fa.pull-right {
  margin-left: .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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

/* Generated by Glyphter (http://www.glyphter.com) on  Thu Aug 10 2017*/
@font-face {
  font-family: 'khl';
  src: url("../fonts/khl.eot");
  src: url("../fonts/khl.eot?#iefix") format("embedded-opentype"), url("../fonts/khl.woff") format("woff"), url("../fonts/khl.ttf") format("truetype"), url("../fonts/khl.svg#khl") format("svg");
  font-weight: normal;
  font-style: normal; }

[class*='icon-']:before {
  display: inline-block;
  font-family: 'khl';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow_dropdown:before {
  content: '\0041'; }

.icon-arrow_right:after {
  content: '\0042'; }

.icon-chevron_left:before {
  content: '\0043';
  -moz-transform: scaleX(-1);
  /* Gecko */
  -o-transform: scaleX(-1);
  /* Opera */
  -webkit-transform: scaleX(-1);
  /* Webkit */
  transform: scaleX(-1);
  /* Standard */
  filter: FlipH;
  /* IE 6/7/8 */ }

.icon-chevron_right:before {
  content: '\0044';
  -moz-transform: scaleX(-1);
  /* Gecko */
  -o-transform: scaleX(-1);
  /* Opera */
  -webkit-transform: scaleX(-1);
  /* Webkit */
  transform: scaleX(-1);
  /* Standard */
  filter: FlipH;
  /* IE 6/7/8 */ }

.icon-clear:before {
  content: '\0045'; }

.icon-close:before {
  content: '\0046'; }

.icon-document:after {
  content: '\0047'; }

.icon-email:before {
  content: '\0048'; }

.icon-event_add:before {
  content: '\0049'; }

.icon-khl_logo:before {
  content: '\004a'; }

.icon-link:after {
  content: '\004b'; }

.icon-phone:before {
  content: '\004c'; }

.icon-play:before {
  content: '\004d'; }

.icon-refresh:before {
  content: '\004e'; }

.icon-search:before {
  content: '\004f'; }

.icon-skip:before {
  content: '\0050'; }

.icon-social_facebook:before {
  content: '\0051'; }

.icon-social_twitter:before {
  content: '\0052'; }

.icon-social_youtube:before {
  content: '\0053'; }

.icon-speachbubble:before {
  content: '\0054'; }

/**
 * Downloaded from https://github.com/twbs/bootstrap/issues/11292
 * Added few more classes for full-width
 */
.full-width {
  width: 100%; }

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left; }

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center; }

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right; }

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify; }

@media (max-width: 767px) {
  .full-width-xs {
    width: 100%; }
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit; }
  .text-left-xs {
    text-align: left; }
  .text-center-xs {
    text-align: center; }
  .text-right-xs {
    text-align: right; }
  .text-justify-xs {
    text-align: justify; } }

@media (min-width: 768px) and (max-width: 991px) {
  .full-width-sm {
    width: 100%; }
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit; }
  .text-left-sm {
    text-align: left; }
  .text-center-sm {
    text-align: center; }
  .text-right-sm {
    text-align: right; }
  .text-justify-sm {
    text-align: justify; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .full-width-md {
    width: 100%; }
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit; }
  .text-left-md {
    text-align: left; }
  .text-center-md {
    text-align: center; }
  .text-right-md {
    text-align: right; }
  .text-justify-md {
    text-align: justify; } }

@media (min-width: 1200px) {
  .full-width-lg {
    width: 100%; }
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit; }
  .text-left-lg {
    text-align: left; }
  .text-center-lg {
    text-align: center; }
  .text-right-lg {
    text-align: right; }
  .text-justify-lg {
    text-align: justify; } }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

/*!
 * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden, select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px\9; }

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1; }

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none; }

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2; }

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%; }

.bootstrap-select.form-control.input-group-btn {
  z-index: auto; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right; }

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0; }

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%; }

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute; }

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative; }

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff; }

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em; }

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block; }

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-donebutton .btn-group button {
  width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../imgs/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  margin-left: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  @media (max-width: 320px) {
    .slick-slide {
      height: 250px !important; } }
  @media (min-width: 321px) and (max-width: 767px) {
    .slick-slide {
      height: 300px !important; } }
  [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-slide .btn {
    z-index: 999; }

.slick-arrow.slick-hidden {
  display: none; }

/*Button*/
.btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 18px;
  font-family: 'proxima-soft';
  letter-spacing: 1px;
  color: #ffffff;
  display: inline-block;
  border-radius: 25px;
  font-weight: 600;
  padding: 12px 20px;
  margin: 15px 0px;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -ms-transition: 300ms linear;
  transition: 300ms linear;
  display: block; }
  @media (max-width: 361px) {
    .btn {
      padding: 12px 7px; } }
  @media (max-width: 767px) {
    .btn {
      white-space: normal;
      padding: 12px 10px; } }
  .btn:hover {
    background-color: #0C8C8E;
    color: #ffffff;
    text-decoration: none; }
  .btn--white-border {
    border: 2px solid #ffffff;
    font-family: 'proxima-nova', 'proxima-soft'; }
    .btn--white-border:hover {
      background-color: #ffffff; }
  @media (min-width: 768px) {
    .btn {
      display: inline-block; } }
  .bdl-slider .btn {
    display: inline-block; }
  .btn.dropdown-toggle {
    border-top: none !important; }
    .btn.dropdown-toggle:hover {
      background-color: none; }

.arrow_right:after {
  font-family: 'khl';
  display: inline-block;
  position: relative;
  top: 4px;
  right: -4px; }

.link_right {
  display: inline-block; }
  .link_right:after {
    font-family: 'khl';
    display: inline-block;
    position: relative;
    top: 2px;
    color: #ADADAD;
    right: -8px; }

.doc_right {
  display: inline-block; }
  .doc_right:after {
    font-family: 'khl';
    display: inline-block;
    position: relative;
    top: 2px;
    color: #ADADAD;
    right: -8px; }

.btn_primary, .khl-donate-login-block .khl-user-loginform-submit .btn, .btn_primary--small {
  background-color: #EB008B;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -ms-transition: 300ms linear;
  transition: 300ms linear; }
  .btn_primary:hover, .khl-donate-login-block .khl-user-loginform-submit .btn:hover, .btn_primary--small:hover {
    background-color: #AD1648;
    color: #ffffff;
    border: 1px solid #AD1648; }
  .btn_primary--small {
    padding: 8px 20px;
    font-size: 10px;
    margin-top: 0px; }

.btn-default, .btn-default--small {
  background-color: #EB008B;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -ms-transition: 300ms linear;
  transition: 300ms linear; }
  .btn-default:hover, .btn-default--small:hover {
    background-color: #AD1648;
    color: #ffffff;
    border: 1px solid #AD1648; }
  .btn-default--small {
    padding: 8px 20px;
    font-size: 10px;
    margin-top: 0px; }

.btn_default {
  background-color: #B2D235;
  border-top: 1px solid #B2D235;
  border-left: 1px solid #B2D235;
  border-right: 1px solid #729A22;
  border-bottom: 1px solid #729A22; }
  .btn_default:hover {
    background-color: #729A22;
    color: #ffffff;
    border: 1px solid #729A22; }
  .btn_default--orange, .bdl-wrapper--orange .btn {
    background-color: #ffffff;
    color: #F8811B;
    border: 1px solid #ffffff; }
    .btn_default--orange:hover, .bdl-wrapper--orange .btn:hover {
      background-color: #D36B12;
      color: #ffffff;
      border: 1px solid #D36B12; }
  .btn_default--green, .bdl-wrapper--green .btn {
    background-color: #ffffff;
    color: #B2D235;
    border: 1px solid #ffffff; }
    .btn_default--green:hover, .bdl-wrapper--green .btn:hover {
      background-color: #729A22;
      color: #ffffff;
      border: 1px solid #729A22; }
  .btn_default--pink, .bdl-wrapper--purple .btn, .bdl-wrapper--pink .btn {
    background-color: #ffffff;
    color: #EB008B;
    border: 1px solid #ffffff; }
    .btn_default--pink:hover, .bdl-wrapper--purple .btn:hover, .bdl-wrapper--pink .btn:hover {
      background-color: #AD1648;
      color: #ffffff;
      border: 1px solid #AD1648; }
  .btn_default--purple {
    background-color: #ffffff;
    color: #7E69AC;
    border: 1px solid #ffffff; }
    .btn_default--purple:hover {
      background-color: #502238;
      color: #7E69AC;
      border: 1px solid #502238; }
  .btn_default--white {
    background-color: #ffffff;
    color: #000000; }
    .btn_default--white:hover {
      background-color: #4F5055;
      color: #ffffff; }
  .btn_default--blue {
    background-color: #00ADEE;
    border: none;
    color: #ffffff; }
    .btn_default--blue:hover {
      background-color: #0088bb;
      border: none; }
  .btn_default--whiteBgBlueColor {
    background-color: #ffffff;
    border: none;
    color: #00ADEE; }
    .btn_default--whiteBgBlueColor:hover {
      background-color: #e6e6e6;
      color: #00ADEE;
      border: none; }
  .btn_default--whiteBgOrangeColor {
    background-color: #ffffff;
    border: none;
    color: #F8811B; }
    .btn_default--whiteBgOrangeColor:hover {
      background-color: #e6e6e6;
      color: #F8811B;
      border: none; }
  .btn_default--whiteBgPinkColor {
    background-color: #ffffff;
    border: none;
    color: #EB008B; }
    .btn_default--whiteBgPinkColor:hover {
      background-color: #e6e6e6;
      color: #EB008B;
      border: none; }
  .btn_default.dropdown-toggle:hover {
    border-color: none; }

.btn_disabled, .btn_disabled--small {
  background-color: #4F5055;
  color: #333244;
  cursor: default; }
  .btn_disabled--small {
    padding: 8px 20px;
    font-size: 10px;
    margin-top: 0px; }

.btn_transparent {
  background-color: transparent;
  color: #ffffff;
  border: none;
  cursor: pointer; }
  .btn_transparent:hover {
    background-color: transparent;
    text-decoration: none;
    color: #e6e6e6; }
  .btn_transparent--pink {
    color: #EB008B;
    border: 2px solid #EB008B; }
    .btn_transparent--pink:hover {
      background-color: #EB008B;
      color: #ffffff;
      text-decoration: none; }
  .btn_transparent--blue {
    color: #00ADEE; }
    .btn_transparent--blue:hover {
      color: #0088bb;
      background-color: transparent; }
  .btn_transparent--white {
    color: #ffffff;
    border: 2px solid #ffffff; }
    .btn_transparent--white:hover {
      color: #e6e6e6;
      background-color: transparent; }

.btnFeeling {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #00ADEE;
  border: none;
  color: #ffffff;
  outline: none;
  -webkit-transition: 300ms linear;
  -moz-transition: 300ms linear;
  -o-transition: 300ms linear;
  -ms-transition: 300ms linear;
  transition: 300ms linear; }
  .btnFeeling:hover {
    background-color: #0088bb; }
  .btnFeeling.disabled {
    background-color: #515162; }
    .btnFeeling.disabled:hover {
      background-color: #515162; }
  .btnFeeling i {
    top: 3px;
    position: relative; }
  @media (max-width: 767px) {
    .btnFeeling {
      width: 38px;
      height: 38px; } }
.openGetHelp {
  cursor: pointer; }

/* color */
.font-pink,
.font-pink h1,
.font-pink h2,
.font-pink h3,
.font-pink h4,
.font-pink h5 {
  color: #EB008B; }

.font-blue,
.font-blue h1,
.font-blue h2,
.font-blue h3,
.font-blue h4,
.font-blue h5 {
  color: #00ADEE; }

.font-green,
.font-green h1,
.font-green h2,
.font-green h3,
.font-green h4,
.font-green h5 {
  color: #B2D235; }

.font-yellow,
.font-yellow h1,
.font-yellow h2,
.font-yellow h3,
.font-yellow h4,
.font-yellow h5 {
  color: #FFC31B; }

.font-orange,
.font-orange h1,
.font-orange h2,
.font-orange h3,
.font-orange h4,
.font-orange h5 {
  color: #F8811B; }

.font-dark_blue,
.font-dark_blue h1,
.font-dark_blue h2,
.font-dark_blue h3,
.font-dark_blue h4,
.font-dark_blue h5 {
  color: #383C57; }

.font-light_grey,
.font-light_grey h1,
.font-light_grey h2,
.font-light_grey h3,
.font-light_grey h4,
.font-light_grey h5 {
  color: #F4F4F4; }

.font-dark_grey,
.font-dark_grey h1,
.font-dark_grey h2,
.font-dark_grey h3,
.font-dark_grey h4,
.font-dark_grey h5 {
  color: #333244; }

.font-white,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white h5 {
  color: #ffffff !important; }

.font-black,
.font-black h1,
.font-black h2,
.font-black h3,
.font-black h4,
.font-black h5 {
  color: #000000; }

.font-purple,
.font-purple h1,
.font-purple h2,
.font-purple h3,
.font-purple h4,
.font-purple h5 {
  color: #7E69AC; }

/* background */
.bgcolor-pink {
  background-color: #EB008B !important; }
  .bgcolor-pink ul li:before {
    border: 1px solid #ffffff; }

.bgcolor-blue {
  background-color: #00ADEE !important; }
  .bgcolor-blue ul li:before {
    border: 1px solid #ffffff; }

.bgcolor-green {
  background-color: #B2D235 !important; }
  .bgcolor-green ul li:before {
    border: 1px solid #ffffff; }

.bgcolor-yellow {
  background-color: #FFC31B !important; }
  .bgcolor-yellow ul li:before {
    border: 1px solid #ffffff; }

.bgcolor-orange {
  background-color: #F8811B !important; }
  .bgcolor-orange ul li:before {
    border: 1px solid #ffffff; }

.bgcolor-dark_blue {
  background-color: #383C57 !important; }
  .bgcolor-dark_blue ul li:before {
    border: 1px solid #ffffff; }

.bgcolor-light_grey {
  background-color: #F4F4F4 !important; }
  .bgcolor-light_grey ul li:before {
    border: 1px solid #333244; }

.bgcolor-dark_grey {
  background-color: #333244 !important; }
  .bgcolor-dark_grey ul li:before {
    border: 1px solid #F4F4F4; }

.bgcolor-white {
  background-color: #ffffff !important; }

.bgcolor-black {
  background-color: #000000 !important; }
  .bgcolor-black ul li:before {
    border: 1px solid #ffffff; }

.bgcolor-purple {
  background-color: #7E69AC !important; }
  .bgcolor-purple ul li:before {
    border: 1px solid #ffffff; }

/* heading */
.heading-pink h1, .heading-pink h2, .heading-pink h3, .heading-pink h4, .heading-pink h5, .heading-pink h6, .heading-pink .title {
  color: #EB008B; }

.heading-blue h1, .heading-blue h2, .heading-blue h3, .heading-blue h4, .heading-blue h5, .heading-blue h6, .heading-blue .title {
  color: #00ADEE; }

.heading-green h1, .heading-green h2, .heading-green h3, .heading-green h4, .heading-green h5, .heading-green h6, .heading-green .title {
  color: #B2D235; }

.heading-yellow h1, .heading-yellow h2, .heading-yellow h3, .heading-yellow h4, .heading-yellow h5, .heading-yellow h6, .heading-yellow .title {
  color: #FFC31B; }

.heading-orange h1, .heading-orange h2, .heading-orange h3, .heading-orange h4, .heading-orange h5, .heading-orange h6, .heading-orange .title {
  color: #F8811B; }

.heading-dark_blue h1, .heading-dark_blue h2, .heading-dark_blue h3, .heading-dark_blue h4, .heading-dark_blue h5, .heading-dark_blue h6, .heading-dark_blue .title {
  color: #383C57; }

.heading-light_grey h1, .heading-light_grey h2, .heading-light_grey h3, .heading-light_grey h4, .heading-light_grey h5, .heading-light_grey h6, .heading-light_grey .title {
  color: #F4F4F4; }

.heading-dark_grey h1, .heading-dark_grey h2, .heading-dark_grey h3, .heading-dark_grey h4, .heading-dark_grey h5, .heading-dark_grey h6, .heading-dark_grey .title {
  color: #333244; }

.heading-white h1, .heading-white h2, .heading-white h3, .heading-white h4, .heading-white h5, .heading-white h6, .heading-white .title {
  color: #ffffff; }

.heading-black h1, .heading-black h2, .heading-black h3, .heading-black h4, .heading-black h5, .heading-black h6, .heading-black .title {
  color: #000000; }

.heading-purple h1, .heading-purple h2, .heading-purple h3, .heading-purple h4, .heading-purple h5, .heading-purple h6, .heading-purple .title {
  color: #7E69AC; }

@media (min-width: 992px) {
  .heading-pink-bgline-right h2:after {
    position: absolute;
    background-image: url("../imgs/backgrounds/line_bg-pink.gif");
    background-repeat: no-repeat;
    content: '';
    width: 250px;
    height: 1px;
    z-index: 50;
    top: 60px;
    right: -200px; }
  .heading-pink-bgline-right h2:before {
    content: "";
    position: absolute;
    right: -210px;
    top: 55px;
    width: 10px;
    height: 10px;
    border: 5px solid #EB008B;
    border-radius: 50%;
    z-index: 50; }
  .heading-orange-bgline-right h2:after {
    position: absolute;
    background-image: url("../imgs/backgrounds/line_bg-orange.gif");
    background-repeat: no-repeat;
    content: '';
    width: 250px;
    height: 1px;
    z-index: 50;
    top: 60px;
    right: -200px; }
  .heading-orange-bgline-right h2:before {
    content: "";
    position: absolute;
    right: -210px;
    top: 55px;
    width: 10px;
    height: 10px;
    border: 5px solid #F8811B;
    border-radius: 50%;
    z-index: 50; }
  .heading-yellow-bgline-right h2:after {
    position: absolute;
    background-image: url("../imgs/backgrounds/line_bg-yellow.gif");
    background-repeat: no-repeat;
    content: '';
    width: 250px;
    height: 1px;
    z-index: 50;
    top: 60px;
    right: -200px; }
  .heading-yellow-bgline-right h2:before {
    content: "";
    position: absolute;
    right: -210px;
    top: 55px;
    width: 10px;
    height: 10px;
    border: 5px solid #FFC31B;
    border-radius: 50%;
    z-index: 50; }
  .heading-green-bgline-right h2:after {
    position: absolute;
    background-image: url("../imgs/backgrounds/line_bg-green.gif");
    background-repeat: no-repeat;
    content: '';
    width: 250px;
    height: 1px;
    z-index: 50;
    top: 60px;
    right: -200px; }
  .heading-green-bgline-right h2:before {
    content: "";
    position: absolute;
    right: -210px;
    top: 55px;
    width: 10px;
    height: 10px;
    border: 5px solid #B2D235;
    border-radius: 50%;
    z-index: 50; }
  .heading-purple-bgline-right h2:after {
    position: absolute;
    background-image: url("../imgs/backgrounds/line_bg-purple.gif");
    background-repeat: no-repeat;
    content: '';
    width: 250px;
    z-index: 50;
    top: 60px;
    right: -200px; }
  .heading-purple-bgline-right h2:before {
    content: "";
    position: absolute;
    right: -210px;
    top: 55px;
    width: 10px;
    height: 10px;
    border: 5px solid #7E69AC;
    border-radius: 50%;
    z-index: 50; }
  .heading-pink-bgline-left h2:before {
    position: absolute;
    background-image: url("../imgs/backgrounds/line_bg-pink.gif");
    background-repeat: no-repeat;
    content: '';
    width: 250px;
    height: 1px;
    z-index: 50;
    left: -220px;
    top: 60px; }
  .heading-pink-bgline-left h2:after {
    content: "";
    position: absolute;
    left: -230px;
    top: 55px;
    width: 10px;
    height: 10px;
    border: 5px solid #EB008B;
    border-radius: 50%;
    z-index: 50; }
  .heading-orange-bgline-left h2:before {
    position: absolute;
    background-image: url("../imgs/backgrounds/line_bg-orange.gif");
    background-repeat: no-repeat;
    content: '';
    width: 250px;
    height: 1px;
    z-index: 50;
    left: -220px;
    top: 60px; }
  .heading-orange-bgline-left h2:after {
    content: "";
    position: absolute;
    left: -230px;
    top: 55px;
    width: 10px;
    height: 10px;
    border: 5px solid #F8811B;
    border-radius: 50%;
    z-index: 50; }
  .heading-yellow-bgline-left h2:before {
    position: absolute;
    background-image: url("../imgs/backgrounds/line_bg-yellow.gif");
    background-repeat: no-repeat;
    content: '';
    width: 250px;
    height: 1px;
    z-index: 50;
    left: -220px;
    top: 60px; }
  .heading-yellow-bgline-left h2:after {
    content: "";
    position: absolute;
    left: -230px;
    top: 55px;
    width: 10px;
    height: 10px;
    border: 5px solid #FFC31B;
    border-radius: 50%;
    z-index: 50; }
  .heading-green-bgline-left h2:before {
    position: absolute;
    background-image: url("../imgs/backgrounds/line_bg-green.gif");
    background-repeat: no-repeat;
    content: '';
    width: 250px;
    height: 1px;
    z-index: 50;
    left: -220px;
    top: 60px; }
  .heading-green-bgline-left h2:after {
    content: "";
    position: absolute;
    left: -230px;
    top: 55px;
    width: 10px;
    height: 10px;
    border: 5px solid #B2D235;
    border-radius: 50%;
    z-index: 50; }
  .heading-purple-bgline-left h2:before {
    position: absolute;
    background-image: url("../imgs/backgrounds/line_bg-purple.gif");
    background-repeat: no-repeat;
    content: '';
    width: 250px;
    height: 1px;
    z-index: 50;
    left: -220px;
    top: 60px; }
  .heading-purple-bgline-left h2:after {
    content: "";
    position: absolute;
    left: -230px;
    top: 55px;
    width: 10px;
    height: 10px;
    border: 5px solid #7E69AC;
    border-radius: 50%;
    z-index: 50; } }

/* Border */
.border {
  border: 1px solid #4F5055; }

.btop {
  border-top: 1px solid #4F5055; }

.bbottom {
  border-bottom: 1px solid #4F5055; }

.bleft {
  border-left: 1px solid #4F5055; }

.bright {
  border-right: 1px solid #4F5055; }

/* introtext */
.introtext-pink .introtext {
  color: #EB008B; }

.introtext-blue .introtext {
  color: #00ADEE; }

.introtext-green .introtext {
  color: #B2D235; }

.introtext-yellow .introtext {
  color: #FFC31B; }

.introtext-orange .introtext {
  color: #F8811B; }

.introtext-dark_blue .introtext {
  color: #383C57; }

.introtext-light_grey .introtext {
  color: #F4F4F4; }

.introtext-dark_grey .introtext {
  color: #333244; }

.introtext-white .introtext {
  color: #ffffff; }

.introtext-black .introtext {
  color: #000000; }

.introtext-purple .introtext {
  color: #7E69AC; }

.background-icon-blog {
  background-image: url("../imgs/backgrounds/icon_bg-blog.svg");
  background-repeat: no-repeat;
  background-position: center; }

.background-icon-communication {
  background-image: url("../imgs/backgrounds/icon_bg-communication.svg");
  background-repeat: no-repeat;
  background-position: center; }

.background-icon-heart {
  background-image: url("../imgs/backgrounds/icon_bg-heart.svg");
  background-repeat: no-repeat;
  background-position: center; }

.background-icon-house {
  background-image: url("../imgs/backgrounds/icon_bg-house.svg");
  background-repeat: no-repeat;
  background-position: center; }

.background-icon-jobcategories {
  background-image: url("../imgs/backgrounds/icon_bg-jobcategories.svg");
  background-repeat: no-repeat;
  background-position: center; }

.background-icon-location {
  background-image: url("../imgs/backgrounds/icon_bg-location.svg");
  background-repeat: no-repeat;
  background-position: center; }

.background-icon-prize {
  background-image: url("../imgs/backgrounds/icon_bg-prize.svg");
  background-repeat: no-repeat;
  background-position: center; }

.background-icon-search {
  background-image: url("../imgs/backgrounds/icon_bg-search.svg");
  background-repeat: no-repeat;
  background-position: center; }

.background-icon-subscribe {
  background-image: url("../imgs/backgrounds/icon_bg-subscribe.svg");
  background-repeat: no-repeat;
  background-position: center; }

.background-icon-what {
  background-image: url("../imgs/backgrounds/icon_bg-what.svg");
  background-repeat: no-repeat;
  background-position: center; }

.background-icon-marker-white {
  background-image: url("../imgs/backgrounds/marker-lines-white.svg");
  background-repeat: no-repeat;
  background-position: center; }

.border-solid-pink {
  border: 1px #EB008B solid;
  border-radius: 4px; }
  .border-solid-pink:hover {
    border: 1px #AD1648 solid; }

.border-solid-turquoise {
  border: 1px #21BCBE solid;
  border-radius: 4px; }
  .border-solid-turquoise:hover {
    border: 1px #0C8C8E solid; }

.border-solid-blue {
  border: 1px #00ADEE solid;
  border-radius: 4px; }
  .border-solid-blue:hover {
    border: 1px #383C57 solid; }

.border-solid-orange {
  border: 1px #F8811B solid;
  border-radius: 4px; }
  .border-solid-orange:hover {
    border: 1px #D36B12 solid; }

.border-solid-yellow {
  border: 1px #FFC31B solid;
  border-radius: 4px; }
  .border-solid-yellow:hover {
    border: 1px #F2A51D solid; }

.border-solid-green {
  border: 1px #B2D235 solid;
  border-radius: 4px; }
  .border-solid-green:hover {
    border: 1px #729A22 solid; }

.font--14 {
  font-size: 1.4rem;
  line-height: 1.4rem; }
  .font--14 h1, .font--14 h2, .font--14 h3, .font--14 h4, .font--14 h5, .font--14 h6, .font--14 p {
    font-size: 1.4rem;
    line-height: 1.4rem; }

.font--16 {
  font-size: 1.6rem;
  line-height: 1.8rem; }
  .font--16 h1, .font--16 h2, .font--16 h3, .font--16 h4, .font--16 h5, .font--16 h6, .font--16 p {
    font-size: 1.6rem;
    line-height: 1.8rem; }

.font--18 {
  font-size: 1.8rem;
  line-height: 1.8rem; }
  .font--18 h1, .font--18 h2, .font--18 h3, .font--18 h4, .font--18 h5, .font--18 h6, .font--18 p {
    font-size: 1.8rem;
    line-height: 1.8rem; }

.font--20 {
  font-size: 2rem;
  line-height: 2rem; }
  .font--20 h1, .font--20 h2, .font--20 h3, .font--20 h4, .font--20 h5, .font--20 h6, .font--20 p {
    font-size: 2rem;
    line-height: 2rem; }

.font--22 {
  font-size: 2.2rem;
  line-height: 2.2rem; }
  .font--22 h1, .font--22 h2, .font--22 h3, .font--22 h4, .font--22 h5, .font--22 h6, .font--22 p {
    font-size: 2.2rem;
    line-height: 2.2rem; }

.font--24 {
  font-size: 2.4rem;
  line-height: 2.4rem; }
  .font--24 h1, .font--24 h2, .font--24 h3, .font--24 h4, .font--24 h5, .font--24 h6, .font--24 p {
    font-size: 2.4rem;
    line-height: 2.4rem; }

.font--26 {
  font-size: 2.6rem;
  line-height: 2.6rem; }
  .font--26 h1, .font--26 h2, .font--26 h3, .font--26 h4, .font--26 h5, .font--26 h6, .font--26 p {
    font-size: 2.6rem;
    line-height: 2.6rem; }

.font--28 {
  font-size: 2.8rem;
  line-height: 2.8rem; }
  .font--28 h1, .font--28 h2, .font--28 h3, .font--28 h4, .font--28 h5, .font--28 h6, .font--28 p {
    font-size: 2.8rem;
    line-height: 2.8rem; }

.font--30 {
  font-size: 3rem;
  line-height: 3rem; }
  .font--30 h1, .font--30 h2, .font--30 h3, .font--30 h4, .font--30 h5, .font--30 h6, .font--30 p {
    font-size: 3rem;
    line-height: 3rem; }

.font--32 {
  font-size: 3.2rem;
  line-height: 3.2rem; }
  .font--32 h1, .font--32 h2, .font--32 h3, .font--32 h4, .font--32 h5, .font--32 h6, .font--32 p {
    font-size: 3.2rem;
    line-height: 3.2rem; }

.font--34 {
  font-size: 3.4rem;
  line-height: 3.4rem; }
  .font--34 h1, .font--34 h2, .font--34 h3, .font--34 h4, .font--34 h5, .font--34 h6, .font--34 p {
    font-size: 3.4rem;
    line-height: 3.4rem; }

.font--36 {
  font-size: 3.6rem;
  line-height: 3.8rem; }
  .font--36 h1, .font--36 h2, .font--36 h3, .font--36 h4, .font--36 h5, .font--36 h6, .font--36 p {
    font-size: 3.6rem;
    line-height: 3.8rem; }

.font--40 {
  font-size: 4rem;
  line-height: 4rem; }
  .font--40 h1, .font--40 h2, .font--40 h3, .font--40 h4, .font--40 h5, .font--40 h6, .font--40 p {
    font-size: 4rem;
    line-height: 4rem; }

.font--44 {
  font-size: 4.4rem;
  line-height: 4.4rem; }
  .font--44 h1, .font--44 h2, .font--44 h3, .font--44 h4, .font--44 h5, .font--44 h6, .font--44 p {
    font-size: 4.4rem;
    line-height: 4.4rem; }

.font--50 {
  font-size: 50px;
  line-height: 50px; }
  .font--50 p, .font--50 h1, .font--50 h2, .font--50 h3, .font--50 h4, .font--50 h5, .font--50 h6 {
    font-size: 50px;
    line-height: 50px; }
  @media (max-width: 767px) {
    .font--50 {
      font-size: 35px;
      line-height: 35px; }
      .font--50 p, .font--50 h1, .font--50 h2, .font--50 h3, .font--50 h4, .font--50 h5, .font--50 h6 {
        font-size: 35px;
        line-height: 35px; } }
.font--46 {
  font-size: 4.6rem;
  line-height: 4.6rem; }
  .font--46 h1, .font--46 h2, .font--46 h3, .font--46 h4, .font--46 h5, .font--46 h6, .font--46 p {
    font-size: 4.6rem;
    line-height: 4.6rem; }

.font--60 {
  font-size: 6rem;
  line-height: 6rem; }
  .font--60 h1, .font--60 h2, .font--60 h3, .font--60 h4, .font--60 h5, .font--60 h6, .font--60 p {
    font-size: 6rem;
    line-height: 6rem; }

.font--66 {
  font-size: 6.6rem;
  line-height: 6.6rem; }
  .font--66 h1, .font--66 h2, .font--66 h3, .font--66 h4, .font--66 h5, .font--66 h6, .font--66 p {
    font-size: 6.6rem;
    line-height: 6.6rem; }

.font--120 {
  font-size: 12rem;
  line-height: 12rem; }
  .font--120 h1, .font--120 h2, .font--120 h3, .font--120 h4, .font--120 h5, .font--120 h6, .font--120 p {
    font-size: 12rem;
    line-height: 12rem; }
  @media (max-width: 767px) {
    .font--120 {
      font-size: 7rem;
      line-height: 7rem; }
      .font--120 h1, .font--120 h2, .font--120 h3, .font--120 h4, .font--120 h5, .font--120 h6, .font--120 p {
        font-size: 7rem;
        line-height: 7rem; } }
.font--blue {
  color: #00ADEE !important; }
  .font--blue h1, .font--blue h2, .font--blue h3, .font--blue h4, .font--blue h5, .font--blue h6, .font--blue p, .font--blue a {
    color: #00ADEE !important; }
  .font--blue--h2 h2 {
    color: #00ADEE !important; }
  .font--blue--h3 h3 {
    color: #00ADEE !important; }

.font--dark_blue {
  color: #383C57 !important; }
  .font--dark_blue h1, .font--dark_blue h2, .font--dark_blue h3, .font--dark_blue h4, .font--dark_blue h5, .font--dark_blue h6, .font--dark_blue p, .font--dark_blue a {
    color: #383C57 !important; }

.font--pink {
  color: #EB008B !important; }
  .font--pink h1, .font--pink h2, .font--pink h3, .font--pink h4, .font--pink h5, .font--pink h6, .font--pink p {
    color: #EB008B !important; }

.font--green {
  color: #B2D235 !important; }
  .font--green h1, .font--green h2, .font--green h3, .font--green h4, .font--green h5, .font--green h6, .font--green p {
    color: #B2D235 !important; }

.font--grey {
  color: #4F5055 !important; }
  .font--grey h1, .font--grey h2, .font--grey h3, .font--grey h4, .font--grey h5, .font--grey h6, .font--grey p {
    color: #4F5055 !important; }

.font--white {
  color: #ffffff !important; }
  .font--white h1, .font--white h2, .font--white h3, .font--white h4, .font--white h5, .font--white h6, .font--white p {
    color: #ffffff !important; }

.font--tofino-bold {
  font-family: 'Tofino';
  font-weight: 700; }
  .font--tofino-bold h1, .font--tofino-bold h2, .font--tofino-bold h3, .font--tofino-bold h4, .font--tofino-bold h5, .font--tofino-bold h6, .font--tofino-bold p {
    font-family: 'Tofino';
    font-weight: 700; }

.font--tofino-medium {
  font-family: 'Tofino';
  font-weight: 600; }
  .font--tofino-medium h1, .font--tofino-medium h2, .font--tofino-medium h3, .font--tofino-medium h4, .font--tofino-medium h5, .font--tofino-medium h6, .font--tofino-medium p {
    font-family: 'Tofino';
    font-weight: 600; }

.font--proxima-soft {
  font-family: 'proxima-soft'; }

.font--proxima-nova {
  font-family: 'proxima-nova'; }

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

.font--semibold {
  font-weight: 600; }

.line-height--1 h1, .line-height--1 h2, .line-height--1 h3, .line-height--1 h4, .line-height--1 h5, .line-height--1 h6, .line-height--1 p {
  line-height: 1; }

.line-height--22 {
  line-height: 2.2rem; }
  .line-height--22 h1, .line-height--22 h2, .line-height--22 h3, .line-height--22 h4, .line-height--22 h5, .line-height--22 h6, .line-height--22 p {
    line-height: 2.2rem; }

.line-height--24 {
  line-height: 2.4rem; }
  .line-height--24 h1, .line-height--24 h2, .line-height--24 h3, .line-height--24 h4, .line-height--24 h5, .line-height--24 h6, .line-height--24 p {
    line-height: 2.4rem; }

.line-height--26 {
  line-height: 2.6rem; }
  .line-height--26 h1, .line-height--26 h2, .line-height--26 h3, .line-height--26 h4, .line-height--26 h5, .line-height--26 h6, .line-height--26 p {
    line-height: 2.6rem; }

.line-height--30 {
  line-height: 3.0rem; }
  .line-height--30 h1, .line-height--30 h2, .line-height--30 h3, .line-height--30 h4, .line-height--30 h5, .line-height--30 h6, .line-height--30 p {
    line-height: 3.0rem; }

.line-height--36 {
  line-height: 3.6rem; }
  .line-height--36 h1, .line-height--36 h2, .line-height--36 h3, .line-height--36 h4, .line-height--36 h5, .line-height--36 h6, .line-height--36 p {
    line-height: 3.6rem; }

.line-height--40 {
  line-height: 4.0rem; }
  .line-height--40 h1, .line-height--40 h2, .line-height--40 h3, .line-height--40 h4, .line-height--40 h5, .line-height--40 h6, .line-height--40 p {
    line-height: 4.0rem; }

.line-height--60 {
  line-height: 6rem; }
  .line-height--60 h1, .line-height--60 h2, .line-height--60 h3, .line-height--60 h4, .line-height--60 h5, .line-height--60 h6, .line-height--60 p {
    line-height: 6rem; }

.bdl-form,
.view-filters,
.form-feedback {
  position: relative;
  z-index: 1;
  color: #000000; }
  .bdl-form h2,
  .view-filters h2,
  .form-feedback h2 {
    color: #000000; }
  .bdl-form header,
  .view-filters header,
  .form-feedback header {
    display: none; }
  .bdl-form form .form-item,
  .view-filters form .form-item,
  .form-feedback form .form-item {
    margin-bottom: 0px; }
    .bdl-form form .form-item .form-select,
    .view-filters form .form-item .form-select,
    .form-feedback form .form-item .form-select {
      background-color: #F4F4F4;
      border: 1px solid #DCDCDC; }
    .bdl-form form .form-item .form-control,
    .view-filters form .form-item .form-control,
    .form-feedback form .form-item .form-control {
      height: 52px;
      font-size: 18px;
      box-shadow: none;
      border-radius: 0px; }
  .bdl-form form input, .bdl-form form textarea, .bdl-form form select,
  .view-filters form input,
  .view-filters form textarea,
  .view-filters form select,
  .form-feedback form input,
  .form-feedback form textarea,
  .form-feedback form select {
    background-color: #F4F4F4;
    color: #383C57;
    border: 1px solid #DCDCDC;
    letter-spacing: 1px;
    border-radius: 0px; }
    .bdl-form form input::-webkit-input-placeholder, .bdl-form form textarea::-webkit-input-placeholder, .bdl-form form select::-webkit-input-placeholder,
    .view-filters form input::-webkit-input-placeholder,
    .view-filters form textarea::-webkit-input-placeholder,
    .view-filters form select::-webkit-input-placeholder,
    .form-feedback form input::-webkit-input-placeholder,
    .form-feedback form textarea::-webkit-input-placeholder,
    .form-feedback form select::-webkit-input-placeholder {
      opacity: 0.8;
      color: #4D4D4F; }
    .bdl-form form input:-moz-placeholder, .bdl-form form textarea:-moz-placeholder, .bdl-form form select:-moz-placeholder,
    .view-filters form input:-moz-placeholder,
    .view-filters form textarea:-moz-placeholder,
    .view-filters form select:-moz-placeholder,
    .form-feedback form input:-moz-placeholder,
    .form-feedback form textarea:-moz-placeholder,
    .form-feedback form select:-moz-placeholder {
      opacity: 0.8;
      color: #4D4D4F; }
    .bdl-form form input::-moz-placeholder, .bdl-form form textarea::-moz-placeholder, .bdl-form form select::-moz-placeholder,
    .view-filters form input::-moz-placeholder,
    .view-filters form textarea::-moz-placeholder,
    .view-filters form select::-moz-placeholder,
    .form-feedback form input::-moz-placeholder,
    .form-feedback form textarea::-moz-placeholder,
    .form-feedback form select::-moz-placeholder {
      opacity: 0.8;
      color: #4D4D4F; }
    .bdl-form form input:-ms-input-placeholder, .bdl-form form textarea:-ms-input-placeholder, .bdl-form form select:-ms-input-placeholder,
    .view-filters form input:-ms-input-placeholder,
    .view-filters form textarea:-ms-input-placeholder,
    .view-filters form select:-ms-input-placeholder,
    .form-feedback form input:-ms-input-placeholder,
    .form-feedback form textarea:-ms-input-placeholder,
    .form-feedback form select:-ms-input-placeholder {
      opacity: 0.8;
      color: #4D4D4F; }
  .bdl-form form textarea,
  .view-filters form textarea,
  .form-feedback form textarea {
    min-height: 240px; }
  .bdl-form form .webform-component--name,
  .bdl-form form .webform-component--contact-method,
  .bdl-form form .webform-component--phone-number,
  .bdl-form form .webform-component--email-address,
  .bdl-form form .webform-component--home-address,
  .bdl-form form .webform-component--type-of-feedback,
  .view-filters form .webform-component--name,
  .view-filters form .webform-component--contact-method,
  .view-filters form .webform-component--phone-number,
  .view-filters form .webform-component--email-address,
  .view-filters form .webform-component--home-address,
  .view-filters form .webform-component--type-of-feedback,
  .form-feedback form .webform-component--name,
  .form-feedback form .webform-component--contact-method,
  .form-feedback form .webform-component--phone-number,
  .form-feedback form .webform-component--email-address,
  .form-feedback form .webform-component--home-address,
  .form-feedback form .webform-component--type-of-feedback {
    width: 49.8%;
    display: inline-block; }
    @media (max-width: 320px) {
      .bdl-form form .webform-component--name,
      .bdl-form form .webform-component--contact-method,
      .bdl-form form .webform-component--phone-number,
      .bdl-form form .webform-component--email-address,
      .bdl-form form .webform-component--home-address,
      .bdl-form form .webform-component--type-of-feedback,
      .view-filters form .webform-component--name,
      .view-filters form .webform-component--contact-method,
      .view-filters form .webform-component--phone-number,
      .view-filters form .webform-component--email-address,
      .view-filters form .webform-component--home-address,
      .view-filters form .webform-component--type-of-feedback,
      .form-feedback form .webform-component--name,
      .form-feedback form .webform-component--contact-method,
      .form-feedback form .webform-component--phone-number,
      .form-feedback form .webform-component--email-address,
      .form-feedback form .webform-component--home-address,
      .form-feedback form .webform-component--type-of-feedback {
        width: 100%; } }
    @media (min-width: 321px) and (max-width: 767px) {
      .bdl-form form .webform-component--name,
      .bdl-form form .webform-component--contact-method,
      .bdl-form form .webform-component--phone-number,
      .bdl-form form .webform-component--email-address,
      .bdl-form form .webform-component--home-address,
      .bdl-form form .webform-component--type-of-feedback,
      .view-filters form .webform-component--name,
      .view-filters form .webform-component--contact-method,
      .view-filters form .webform-component--phone-number,
      .view-filters form .webform-component--email-address,
      .view-filters form .webform-component--home-address,
      .view-filters form .webform-component--type-of-feedback,
      .form-feedback form .webform-component--name,
      .form-feedback form .webform-component--contact-method,
      .form-feedback form .webform-component--phone-number,
      .form-feedback form .webform-component--email-address,
      .form-feedback form .webform-component--home-address,
      .form-feedback form .webform-component--type-of-feedback {
        width: 100%; } }
  .bdl-form form .webform-component--name:before,
  .view-filters form .webform-component--name:before,
  .form-feedback form .webform-component--name:before {
    font-size: 1.6rem;
    padding-bottom: 10px;
    display: inline-block; }
  .bdl-form form .webform-component-date,
  .view-filters form .webform-component-date,
  .form-feedback form .webform-component-date {
    margin-top: 15px;
    margin-bottom: 15px;
    float: right; }
    .bdl-form form .webform-component-date label,
    .view-filters form .webform-component-date label,
    .form-feedback form .webform-component-date label {
      font-weight: normal;
      color: #383C57;
      font-size: 1.6rem; }
  .bdl-form form .grippie,
  .view-filters form .grippie,
  .form-feedback form .grippie {
    display: none; }
  .bdl-form form .form-submit,
  .view-filters form .form-submit,
  .form-feedback form .form-submit {
    border-color: #ffffff;
    border-width: 2px; }
  .bdl-form form .webform-component-textarea.no_label:before,
  .view-filters form .webform-component-textarea.no_label:before,
  .form-feedback form .webform-component-textarea.no_label:before {
    display: none; }
  .bdl-form form .webform-component-textarea.no_label .textarea-processed:before,
  .view-filters form .webform-component-textarea.no_label .textarea-processed:before,
  .form-feedback form .webform-component-textarea.no_label .textarea-processed:before {
    display: none; }
  .bdl-form form .hide-label .textarea-processed:before,
  .view-filters form .hide-label .textarea-processed:before,
  .form-feedback form .hide-label .textarea-processed:before {
    content: ""; }
  .bdl-form form .webform-component-markup,
  .view-filters form .webform-component-markup,
  .form-feedback form .webform-component-markup {
    margin-top: 40px;
    margin-bottom: 20px; }
  .bdl-form form .webform-component-radios label,
  .view-filters form .webform-component-radios label,
  .form-feedback form .webform-component-radios label {
    display: none; }
  .bdl-form form .webform-component-radios .form-item-submitted-privacy-confirmation label,
  .view-filters form .webform-component-radios .form-item-submitted-privacy-confirmation label,
  .form-feedback form .webform-component-radios .form-item-submitted-privacy-confirmation label {
    display: inline-block !important;
    font-size: 1.6rem; }
  .bdl-form form .webform-component-radios.pill-select label,
  .view-filters form .webform-component-radios.pill-select label,
  .form-feedback form .webform-component-radios.pill-select label {
    display: block; }
  .bdl-form form .webform-component-radios.pill-select .form-radios,
  .view-filters form .webform-component-radios.pill-select .form-radios,
  .form-feedback form .webform-component-radios.pill-select .form-radios {
    display: block; }
    .bdl-form form .webform-component-radios.pill-select .form-radios:after,
    .view-filters form .webform-component-radios.pill-select .form-radios:after,
    .form-feedback form .webform-component-radios.pill-select .form-radios:after {
      display: table;
      clear: both;
      content: ""; }
    .bdl-form form .webform-component-radios.pill-select .form-radios .form-item .control-label,
    .view-filters form .webform-component-radios.pill-select .form-radios .form-item .control-label,
    .form-feedback form .webform-component-radios.pill-select .form-radios .form-item .control-label {
      width: 25%;
      margin-right: 0;
      float: left;
      text-align: center;
      border: 1px solid #DCDCDC;
      padding: 10px;
      border-right: 0;
      color: #A2A2A2;
      font-weight: 500; }
      .bdl-form form .webform-component-radios.pill-select .form-radios .form-item .control-label .form-radio,
      .view-filters form .webform-component-radios.pill-select .form-radios .form-item .control-label .form-radio,
      .form-feedback form .webform-component-radios.pill-select .form-radios .form-item .control-label .form-radio {
        display: none; }
      .bdl-form form .webform-component-radios.pill-select .form-radios .form-item .control-label.selected,
      .view-filters form .webform-component-radios.pill-select .form-radios .form-item .control-label.selected,
      .form-feedback form .webform-component-radios.pill-select .form-radios .form-item .control-label.selected {
        background-color: #00ADEE;
        color: #ffffff; }
    .bdl-form form .webform-component-radios.pill-select .form-radios .form-item:first-child .control-label,
    .view-filters form .webform-component-radios.pill-select .form-radios .form-item:first-child .control-label,
    .form-feedback form .webform-component-radios.pill-select .form-radios .form-item:first-child .control-label {
      border-top-left-radius: 60px;
      border-bottom-left-radius: 60px; }
    .bdl-form form .webform-component-radios.pill-select .form-radios .form-item:last-child .control-label,
    .view-filters form .webform-component-radios.pill-select .form-radios .form-item:last-child .control-label,
    .form-feedback form .webform-component-radios.pill-select .form-radios .form-item:last-child .control-label {
      border-top-right-radius: 60px;
      border-bottom-right-radius: 60px;
      border-right: 1px solid #DCDCDC; }
    @media (max-width: 767px) {
      .bdl-form form .webform-component-radios.pill-select .form-radios .form-item .control-label,
      .view-filters form .webform-component-radios.pill-select .form-radios .form-item .control-label,
      .form-feedback form .webform-component-radios.pill-select .form-radios .form-item .control-label {
        width: 100%;
        float: none;
        border: 1px solid #DCDCDC;
        border-bottom: 0; }
      .bdl-form form .webform-component-radios.pill-select .form-radios .form-item:first-child .control-label,
      .view-filters form .webform-component-radios.pill-select .form-radios .form-item:first-child .control-label,
      .form-feedback form .webform-component-radios.pill-select .form-radios .form-item:first-child .control-label {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px; }
      .bdl-form form .webform-component-radios.pill-select .form-radios .form-item:last-child .control-label,
      .view-filters form .webform-component-radios.pill-select .form-radios .form-item:last-child .control-label,
      .form-feedback form .webform-component-radios.pill-select .form-radios .form-item:last-child .control-label {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0px;
        border-bottom: 1px solid #DCDCDC; } }
  .bdl-form form .webform-component-checkboxes .form-checkboxes .form-item,
  .view-filters form .webform-component-checkboxes .form-checkboxes .form-item,
  .form-feedback form .webform-component-checkboxes .form-checkboxes .form-item {
    padding-bottom: 10px; }
  .bdl-form form .form-actions,
  .view-filters form .form-actions,
  .form-feedback form .form-actions {
    text-align: center;
    display: block;
    margin-top: 40px; }
  @media (min-width: 768px) {
    .bdl-form form .half-field,
    .view-filters form .half-field,
    .form-feedback form .half-field {
      width: 50%;
      float: left; }
      .bdl-form form .half-field:nth-child(2),
      .view-filters form .half-field:nth-child(2),
      .form-feedback form .half-field:nth-child(2) {
        padding-top: 32px; } }
.form-contact-us {
  margin-top: 60px; }
  .form-contact-us .form-submit {
    min-width: 300px;
    background-color: #FAA61A;
    font-weight: 200; }
    .form-contact-us .form-submit:hover {
      background-color: #dc8b05; }
    @media (max-width: 767px) {
      .form-contact-us .form-submit {
        min-width: 100%; } }
.captcha {
  margin-top: 30px; }

* {
  word-wrap: break-word; }

a {
  color: #00ADEE;
  cursor: pointer; }

h1 {
  font-size: 30px;
  color: #383C57;
  font-family: 'Tofino',helvetica;
  font-weight: 700;
  line-height: 45px; }

h2 {
  font-size: 36px;
  color: #383C57;
  font-family: 'Tofino',helvetica;
  font-weight: 700;
  line-height: 45px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 26px;
      line-height: 35px; } }
h3 {
  font-weight: 32px;
  line-height: 36px;
  color: #B2D235;
  font-family: 'proxima-nova','proxima-soft',helvetica;
  font-weight: 600;
  margin-top: 0px; }
  @media (max-width: 767px) {
    h3 {
      line-height: 25px;
      font-size: 19px; } }
h4 {
  color: #383C57;
  font-size: 20px;
  font-weight: 100;
  font-family: 'proxima-nova','proxima-soft',helvetica;
  margin-bottom: 15px;
  line-height: 30px; }

h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #383C57;
  font-family: 'proxima-nova','proxima-soft',helvetica;
  line-height: 24px; }

h6 {
  font-size: 14px;
  font-weight: 700;
  color: #383C57;
  font-family: 'proxima-nova','proxima-soft',helvetica;
  line-height: 24px; }

p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: 'proxima-nova','proxima-soft',verdana; }

.main-container li {
  font-size: 1.8rem;
  line-height: 2.4rem; }

td {
  width: 25%;
  padding: 15px; }

tr {
  border-bottom: dotted 1px #F4F4F4; }
  tr:nth-child(even) {
    background-color: #F4F4F4; }

.img-responsive {
  margin: 0 auto; }

/* Padding */
.p0 {
  padding: 0px !important; }

.ptop0,
.container.ptop0 {
  padding-top: 0px !important; }

.pbottom0,
.container.pbottom0 {
  padding-bottom: 0px !important; }

.pleft0,
.container.pleft0 {
  padding-left: 0px !important; }

.pright0,
.container.pright0 {
  padding-right: 0px !important; }

@media (max-width: 991px) {
  .p5 {
    padding: 2.5px !important; }
  .p10 {
    padding: 5px !important; }
  .p15 {
    padding: 7.5px !important; }
  .p20 {
    padding: 10px !important; }
  .p30 {
    padding: 15px !important; }
  .p40 {
    padding: 20px !important; }
  .ptop20 {
    padding-top: 10px !important; }
  .ptop40 {
    padding-top: 20px !important; }
  .ptop60 {
    padding-top: 30px !important; }
  .pbottom20 {
    padding-bottom: 10px !important; }
  .pbottom40 {
    padding-bottom: 20px !important; }
  .pbottom60 {
    padding-bottom: 30px !important; }
  .pleft40 {
    padding-left: 20px !important; }
  .pleft55 {
    padding-left: 20px !important; }
  .pleft80 {
    padding-left: 40px !important; }
  .pright20 {
    padding-right: 10px !important; }
  .pright40 {
    padding-right: 20px !important; }
  .pright80 {
    padding-right: 40px !important; }
  .p50 {
    padding: 25px !important; }
  .p60 {
    padding: 30px !important; }
  .p70 {
    padding: 35px !important; }
  .p80 {
    padding: 40px !important; }
  .p100 {
    padding: 50px !important; }
  .pleft100,
  .container.pleft100 {
    padding-left: 20px !important; }
  .pright100,
  .container.pright100 {
    padding-right: 20px !important; }
  .pleft140,
  .container.pleft140 {
    padding-left: 40px !important; }
  .pright140,
  .container.pright140 {
    padding-right: 40px !important; }
  .m40 {
    margin: 20px !important; } }

@media (min-width: 992px) {
  .p5 {
    padding: 5px !important; }
  .p10 {
    padding: 10px !important; }
  .p15 {
    padding: 15px !important; }
  .p20 {
    padding: 20px !important; }
  .p30 {
    padding: 30px !important; }
  .p40 {
    padding: 40px !important; }
  .ptop20 {
    padding-top: 20px !important; }
  .ptop40 {
    padding-top: 40px !important; }
  .ptop60 {
    padding-top: 60px !important; }
  .pbottom20 {
    padding-bottom: 20px !important; }
  .pbottom40 {
    padding-bottom: 40px !important; }
  .pbottom60 {
    padding-bottom: 60px !important; }
  .pleft40 {
    padding-left: 40px !important; }
  .pleft55 {
    padding-left: 55px !important; }
  .pleft80 {
    padding-left: 80px !important; }
  .pright20 {
    padding-right: 20px !important; }
  .pright40 {
    padding-right: 40px !important; }
  .pright80 {
    padding-right: 80px !important; }
  .p50 {
    padding: 50px !important; }
  .p60 {
    padding: 60px !important; }
  .p70 {
    padding: 70px !important; }
  .p80 {
    padding: 80px !important; }
  .p100 {
    padding: 100px !important; }
  .pleft100,
  .container.pleft100 {
    padding-left: 100px !important; }
  .pright100,
  .container.pright100 {
    padding-right: 100px !important; }
  .pleft140,
  .container.pleft140 {
    padding-left: 140px !important; }
  .pright140,
  .container.pright140 {
    padding-right: 140px !important; }
  .m40 {
    margin: 40px !important; } }

@media (max-width: 767px) {
  .bdl-tab .bdl-text .pleft140 {
    padding-left: 0px !important; }
  .bdl-tab .bdl-text .pright140 {
    padding-right: 0px !important; }
  .p0mobile {
    padding: 0px !important; } }

/* margin */
.megaspace {
  margin-top: 5em !important;
  margin-bottom: 5em !important; }

.m0 {
  margin: 0px !important; }

.m5 {
  margin: 5px !important; }

.m10 {
  margin: 10px !important; }

.m15 {
  margin: 15px !important; }

.m20 {
  margin: 20px !important; }

.m30 {
  margin: 30px !important; }

.m50 {
  margin: 50px !important; }

.m60 {
  margin: 60px !important; }

.mtop10 {
  margin-top: 10px !important; }

.mtop20 {
  margin-top: 20px !important; }

.mtop30 {
  margin-top: 30px !important; }

.mtop40 {
  margin-top: 40px !important; }

.mtop60 {
  margin-top: 60px !important; }

.mtop80 {
  margin-top: 80px !important; }

.mtop100 {
  margin-top: 100px !important; }

.mbottom10 {
  margin-bottom: 10px !important; }

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

.mbottom30 {
  margin-bottom: 30px !important; }

.mbottom40 {
  margin-bottom: 40px !important; }

.mbottom60 {
  margin-bottom: 60px !important; }

.mbottom100 {
  margin-bottom: 100px !important; }

.mleft0 {
  margin-left: 0px !important; }

.mleft10 {
  margin-left: 10px !important; }

.mleft20 {
  margin-left: 20px !important; }

.mleft30 {
  margin-left: 30px !important; }

.mright10 {
  margin-right: 10px !important; }

@media (min-width: 992px) {
  .mright15percent {
    margin-right: 15% !important; }
  .mleft15percent {
    margin-left: 15% !important; } }

.flexCenter {
  display: flex;
  justify-content: center; }

.alignCenter {
  align-items: center; }

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.dontDisplay {
  display: none !important; }

.h0 {
  height: 0px; }

.relativePosition {
  position: relative !important;
  right: auto !important; }

.normalZIndex {
  z-index: 0; }

.region-subheader .block-title {
  display: none; }

.region-subheader .menu.nav {
  background-color: #333244;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 767px) {
    .region-subheader .menu.nav {
      text-align: left; } }
  .region-subheader .menu.nav li {
    display: inline-block; }
    .region-subheader .menu.nav li a {
      color: #F4F4F4;
      text-decoration: none;
      font-size: 16px;
      padding: 10px;
      display: inline-block; }
      @media (max-width: 767px) {
        .region-subheader .menu.nav li a {
          font-size: 14px;
          padding: 4px 12px;
          color: #ffffff;
          background-color: #4C4C66;
          border-radius: 20px;
          margin: 8px 2px; } }
      .region-subheader .menu.nav li a:hover a {
        color: #ffffff; }
      .region-subheader .menu.nav li a.donate:hover {
        background-color: #F8811B; }
      .region-subheader .menu.nav li a.kids:hover {
        background-color: #EB008B; }
      .region-subheader .menu.nav li a.teens:hover {
        background-color: #00ADEE; }
      .region-subheader .menu.nav li a.young-adults:hover {
        background-color: #B2D235; }
      .region-subheader .menu.nav li a.parents:hover {
        background-color: #FFC31B; }
      .region-subheader .menu.nav li a.schools:hover {
        background-color: #7E69AC; }
      .region-subheader .menu.nav li a.about:hover {
        background-color: #EB008B; }
      .region-subheader .menu.nav li a.privacy:hover {
        background-color: #F8811B; }
      .region-subheader .menu.nav li a.feedback:hover {
        background-color: #FC6369; }

.header {
  min-height: 80px;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px #ccc; }
  @media (max-width: 767px) {
    .header {
      min-height: 65px; } }
  .header .block-title {
    display: none; }
  .header .logo {
    margin-top: 15px; }
  .header .submenu {
    display: inline-block;
    float: right; }
    .header .submenu .khl-submenu {
      display: block;
      margin-top: 25px; }
      .header .submenu .khl-submenu .dropdown {
        display: inline-block; }
        .header .submenu .khl-submenu .dropdown .dropdown-toggle {
          color: #383C57;
          text-decoration: none;
          font-size: 1.8rem;
          font-weight: 200;
          margin-right: 30px; }
          .header .submenu .khl-submenu .dropdown .dropdown-toggle:hover {
            color: #4C4C66; }
        .header .submenu .khl-submenu .dropdown .dropdown-menu {
          padding: 0px;
          margin: 0px;
          box-shadow: none; }
          .header .submenu .khl-submenu .dropdown .dropdown-menu a {
            display: block;
            font-size: 1.6rem;
            padding: 10px;
            color: #383C57;
            text-decoration: none;
            cursor: pointer; }
            .header .submenu .khl-submenu .dropdown .dropdown-menu a:hover {
              background-color: #F4F4F4; }
  .header .single-icon {
    display: inline-block;
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #ddd;
    margin-top: 14px;
    transition: 300ms linear; }
    .header .single-icon a {
      display: inline-block;
      text-align: center;
      padding: 15px;
      font-size: 16px; }
    .header .single-icon.search .hiddenSearch {
      display: none; }
      .header .single-icon.search .hiddenSearch.visible {
        display: inline-block; }
      .header .single-icon.search .hiddenSearch .inputSearch {
        width: 150px;
        padding: 10px; }
        .header .single-icon.search .hiddenSearch .inputSearch input {
          border: none;
          font-size: 18px;
          padding: 0px 10px;
          outline: none;
          word-spacing: 150px; }
    .header .single-icon.search a {
      float: right; }
    .header .single-icon.search.visible {
      display: inline-block;
      width: 200px; }
  .header .dynamic-container {
    display: inline-block;
    float: right; }
    .header .dynamic-container ul li {
      display: inline-block;
      margin-top: 15px;
      margin-right: 15px; }
    .header .dynamic-container a {
      font-size: 18px;
      color: #383C57; }
      .header .dynamic-container a:hover {
        background-color: transparent; }
    @media (max-width: 991px) {
      .header .dynamic-container.invisibleContainer {
        display: none; } }
  .header .defaultButton {
    height: 50px;
    border-radius: 25px;
    border: 2px solid #ddd;
    padding: 10px 15px; }
    .header .defaultButton:hover {
      background-color: #F4F4F4; }
  .header .getHelp {
    font-size: 18px;
    color: #ffffff !important;
    background-color: #EB008B;
    border-color: #EB008B; }
    .header .getHelp:before {
      display: inline-block;
      font-family: 'khl';
      position: relative;
      left: -4px;
      top: 4px;
      color: #ffffff !important;
      margin-left: 5px;
      margin-right: 5px; }
    .header .getHelp:hover {
      color: #EB008B !important;
      background-color: #ffffff; }
      .header .getHelp:hover:before {
        color: #EB008B !important; }
  .header .phoneNumber {
    font-size: 18px;
    color: #ffffff !important;
    background-color: #00ADEE;
    border-color: #00ADEE; }
    .header .phoneNumber:before {
      display: inline-block;
      font-family: 'khl';
      position: relative;
      left: -4px;
      color: #ffffff !important;
      font-size: 14px;
      margin-left: 5px;
      margin-right: 5px; }
    .header .phoneNumber:hover {
      color: #00ADEE !important;
      background-color: #ffffff; }
      .header .phoneNumber:hover:before {
        color: #00ADEE !important; }
  .header .search {
    font-size: 18px;
    color: #ffffff !important;
    background-color: #ffffff;
    border-color: #B2D235; }
    .header .search:before {
      display: inline-block;
      font-family: 'khl';
      position: relative;
      left: -4px;
      color: #B2D235 !important;
      font-size: 14px;
      margin-left: 5px;
      margin-right: 5px; }
    .header .search:hover {
      color: #ffffff !important;
      background-color: #B2D235; }
      .header .search:hover:before {
        color: #ffffff !important; }
    .header .search a {
      color: #B2D235; }
      .header .search a:hover {
        color: #ffffff; }
  .header .getInfoTeacher {
    font-size: 18px;
    color: #ffffff !important;
    background-color: #00ADEE;
    border-color: #00ADEE; }
    .header .getInfoTeacher:before {
      display: inline-block;
      font-family: 'FontAwesome';
      position: relative;
      left: -4px;
      color: #ffffff !important;
      font-size: 14px;
      margin-left: 5px;
      margin-right: 5px; }
    .header .getInfoTeacher:hover {
      color: #00ADEE !important;
      background-color: #ffffff; }
      .header .getInfoTeacher:hover:before {
        color: #00ADEE !important; }
  .header .mobile-menu .logo {
    margin-top: 5px;
    margin-bottom: 5px; }
    .header .mobile-menu .logo img {
      width: 100%; }
    @media (max-width: 767px) {
      .header .mobile-menu .logo.invisibleContainer {
        display: none; } }
  .header .mobile-menu .single-icon {
    margin-left: 10px;
    margin-top: 18px;
    width: 30px;
    height: 30px; }
    .header .mobile-menu .single-icon a {
      font-size: 14px;
      padding: 6px; }
  .header .mobile-menu .cta {
    display: inline-block;
    margin-top: 15px; }
    .header .mobile-menu .cta a {
      display: inline-block;
      margin: 0px 4px; }
      .header .mobile-menu .cta a.getHelp {
        color: #EB008B;
        background-color: #EB008B;
        border: 2px #EB008B solid;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        overflow: hidden; }
        .header .mobile-menu .cta a.getHelp:before {
          position: relative;
          display: inline-block;
          color: #ffffff;
          left: -14px;
          top: -4px; }
      .header .mobile-menu .cta a.phoneNumber {
        color: #00ADEE;
        background-color: #00ADEE;
        border: 2px #00ADEE solid;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        overflow: hidden; }
        .header .mobile-menu .cta a.phoneNumber:before {
          position: relative;
          display: inline-block;
          color: #ffffff;
          left: -11px;
          top: -7px; }
      .header .mobile-menu .cta a:hover.getHelp {
        color: #ffffff;
        background-color: #ffffff;
        border: 2px #EB008B solid; }
        .header .mobile-menu .cta a:hover.getHelp:before {
          color: #EB008B; }
      .header .mobile-menu .cta a:hover.phoneNumber {
        color: #ffffff;
        background-color: #ffffff;
        border: 2px #00ADEE solid; }
        .header .mobile-menu .cta a:hover.phoneNumber:before {
          color: #00ADEE; }
  .header .mobile-menu .burguer-menu {
    border: none;
    padding-left: 0px;
    padding-top: 0px;
    position: relative;
    height: 50px;
    padding-top: 7px;
    padding-left: 12px;
    margin-right: 0px;
    display: block; }
    .header .mobile-menu .burguer-menu .icon-bar {
      border: 1.5px solid #EB008B; }
    .header .mobile-menu .burguer-menu .icon-bar + .icon-bar {
      border: 1.5px solid #00ADEE; }
    .header .mobile-menu .burguer-menu .icon-bar + .icon-bar + .icon-bar {
      border: 1.5px solid #B2D235; }
  @media (max-width: 767px) {
    .header .mobile-menu .right-menu.fullWidth {
      width: 100%; } }
  .header .mobile-menu .dynamic-container, .header .mobile-menu .submenu {
    float: none;
    width: 100%; }
    .header .mobile-menu .dynamic-container .defaultButton, .header .mobile-menu .submenu .defaultButton {
      border: none;
      border-radius: 0px; }
    .header .mobile-menu .dynamic-container ul li, .header .mobile-menu .submenu ul li {
      margin-top: 0px;
      margin-right: 0px;
      display: block;
      border-bottom: 1px solid #ccc; }
      .header .mobile-menu .dynamic-container ul li:hover, .header .mobile-menu .submenu ul li:hover {
        background-color: #F4F4F4; }
    .header .mobile-menu .dynamic-container a, .header .mobile-menu .submenu a {
      font-weight: 600 !important;
      font-size: 1.6rem !important;
      height: 42px !important; }
  .header .mobile-menu .submenu {
    float: none;
    width: 100%; }
    .header .mobile-menu .submenu .khl-submenu {
      margin-top: 0px; }
      .header .mobile-menu .submenu .khl-submenu a {
        display: block;
        padding: 10px 15px;
        text-decoration: none; }
      .header .mobile-menu .submenu .khl-submenu .children {
        list-style: none; }
        .header .mobile-menu .submenu .khl-submenu .children a {
          color: #EB008B; }
  .header .mobile-menu .collapsedNavigation {
    width: 100% !important; }
    .header .mobile-menu .collapsedNavigation.collapse {
      display: none !important; }
      .header .mobile-menu .collapsedNavigation.collapse.in {
        display: block !important; }

body.kids .menu .kids {
  background-color: #EB008B; }

body.teens .menu .teens {
  background-color: #00ADEE; }

body.young-adults .menu .young-adults {
  background-color: #B2D235; }

body.parents .menu .parents {
  background-color: #FFC31B; }

body.schools .menu .schools {
  background-color: #7E69AC; }

body.about .menu .about {
  background-color: #EB008B; }

body.privacy .menu .privacy {
  background-color: #F8811B; }

body.feedback .menu .feedback {
  background-color: #FC6369; }

body.app .region-subheader,
body.app .header,
body.app .footer,
body.app .bdl-recommendation,
body.app .block-khl-ratings,
body.app .blk_contact_us {
  display: none; }

.panel-group .panel {
  border-radius: 0px;
  box-shadow: none; }
  .panel-group .panel + .panel {
    margin-top: 0px; }
  .panel-group .panel.panel-default {
    border: 0px; }
  .panel-group .panel .panel-heading {
    border: 0px;
    border-radius: 0px;
    background-color: #4C4C66;
    color: #CECCEC;
    cursor: pointer; }
    .panel-group .panel .panel-heading .panel-title {
      border: 0px;
      font-size: 18px; }
      .panel-group .panel .panel-heading .panel-title .bullet {
        display: inline-block;
        border-radius: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        width: 30px;
        heigh: 30px;
        text-align: center;
        margin-right: 10px; }
        .panel-group .panel .panel-heading .panel-title .bullet.checked:before {
          content: ""; }
      .panel-group .panel .panel-heading .panel-title a {
        display: block;
        text-decoration: none; }
        .panel-group .panel .panel-heading .panel-title a:hover, .panel-group .panel .panel-heading .panel-title a:focus {
          text-decoration: none; }
  .panel-group .panel .panel-collapse .panel-body {
    border: 0px;
    padding: 20px 0px; }
  .panel-group .panel.active .panel-heading {
    background-color: #00ADEE;
    color: #ffffff; }
  .panel-group .panel.complete .panel-heading {
    background-color: #009AD4;
    color: #ffffff; }
    .panel-group .panel.complete .panel-heading .panel-title .bullet {
      content: '\004f'; }

.faqs-page {
  margin-top: 2px; }
  .faqs-page .section1 .title h1 {
    font-size: 5.2rem;
    line-height: 6.8rem;
    padding: 40px; }

/* Homepage */
.front .section1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px; }
  .front .section1 .phone-before {
    max-width: 650px;
    margin: 0 auto; }
    .front .section1 .phone-before a {
      color: #ffffff; }
    .front .section1 .phone-before h2 strong {
      display: inline-block; }
      .front .section1 .phone-before h2 strong:before {
        font-family: 'khl';
        content: '\004c';
        color: #B2D235;
        display: inline-block;
        position: relative;
        left: -20px; }

.front .section2 .rightContainer {
  margin-top: 80px; }

.front .section3 {
  height: 500px;
  background-position: center;
  background-size: cover; }
  .front .section3 .leftContainer {
    margin-top: 60px; }
  .front .section3 .left-image {
    height: 370px;
    background-size: cover;
    background-repeat: no-repeat; }
    .front .section3 .left-image .content {
      margin-top: 60px; }
  .front .section3 .right-image {
    height: 370px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.front .section4 {
  position: relative; }
  .front .section4:after {
    height: 600px;
    width: 100%;
    position: absolute;
    display: block;
    content: "";
    top: -28px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../imgs/homepage/section4Image.png");
    z-index: -1; }
  .front .section4 .bgTransparent {
    background-color: transparent;
    padding-bottom: 28px; }
  .front .section4 .readMoreBtn {
    padding-left: 0px;
    padding-top: 0px; }
  .front .section4 h2 {
    margin-bottom: 5px; }
  .front .section4 .bdl-image img {
    margin: 0; }
  @media (max-width: 767px) {
    .front .section4 .bdl-text {
      text-align: center; }
    .front .section4 .bdl-image img {
      margin: 0 auto; } }
.front .section5 {
  background-color: #323244;
  height: 250px; }
  .front .section5 .image {
    float: right;
    position: absolute;
    top: -50px;
    left: 180px; }

@media (max-width: 1199px) {
  .front .section5 {
    height: initial;
    min-height: 250px; }
    .front .section5 .image {
      position: relative;
      top: auto;
      left: auto; }
      .front .section5 .image img {
        max-width: 200px; } }

@media (max-width: 991px) {
  .front .section2 .rightContainer {
    margin-top: 0px; }
  .front .section3 .leftContainer {
    background-color: transparent;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px; }
  .front .section3 .left-image {
    height: 300px; }
  .front .section4:after {
    opacity: 0.3; } }

@media (max-width: 767px) {
  .front .section1 .phone-before {
    padding: 0 20px; }
    .front .section1 .phone-before h2 {
      font-size: 3em;
      margin-left: 16px; }
      strong .front .section1 .phone-before h2:before {
        font-size: 32px; }
  .front .section2 .rightContainer {
    margin-top: 40px; }
  .front .section3 {
    height: auto;
    padding: 20px; }
    .front .section3 .leftContainer {
      padding: 0;
      margin-top: 0; }
    .front .section3 .left-image {
      height: auto;
      padding: 40px; }
      .front .section3 .left-image .content {
        margin-top: 30px;
        margin: 0px !important; }
        .front .section3 .left-image .content .btn_primary, .front .section3 .left-image .content .khl-donate-login-block .khl-user-loginform-submit .btn, .khl-donate-login-block .khl-user-loginform-submit .front .section3 .left-image .content .btn, .front .section3 .left-image .content .btn_primary--small {
          margin-bottom: 0px; }
  .front .section4 {
    padding: 0 20px; }
    .front .section4:after {
      background-position: -850px; }
  .front .section5 {
    height: initial;
    min-height: 300px;
    margin-bottom: 0px !important; } }

@media (max-width: 320px) {
  .front .section1 .phone-before h2:before {
    font-size: 24px; } }

.drp-tab .nav-tabs {
  margin-bottom: 0px; }

.modal {
  z-index: 100000; }

/* Pages */
html, body {
  height: 100%; }

body {
  font-family: "proxima-nova", "proxima-soft",verdana;
  background-color: #F4F4F4;
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }

.sticky-menu {
  position: fixed !important;
  width: 100%;
  z-index: 9999 !important; }

header.sticky-menu {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 1, 0.05) !important; }

.main-container ul {
  list-style: none;
  padding-left: 25px; }

.main-container ul li:before {
  content: "";
  line-height: 1em;
  width: .5em;
  height: .5em;
  border: 1px solid #4F5055;
  float: left;
  margin: .4em 1em  0.5em -1.5em;
  border-radius: 50%; }

ul.pagination li:before {
  border: none;
  margin: 0;
  float: none;
  height: auto;
  width: auto; }

.khl-modal .modal-dialog {
  margin: 120px auto; }
  .khl-modal .modal-dialog.big-modal {
    width: 90%;
    text-align: center; }

.khl-modal:before {
  background: rgba(21, 28, 54, 0.8);
  content: '';
  display: block;
  height: 200%;
  left: 0;
  right: 0;
  top: 0;
  position: fixed; }

.khl-modal .modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .khl-modal .modal-content .modal-header {
    border: none; }
    .khl-modal .modal-content .modal-header button {
      margin-top: -10px; }
      .khl-modal .modal-content .modal-header button span {
        font-weight: normal;
        font-size: 30px; }
  .khl-modal .modal-content .modal-body .content-section {
    margin-top: 30px; }
    .khl-modal .modal-content .modal-body .content-section .image-container {
      height: 320px;
      display: flex;
      align-items: flex-end;
      justify-content: center; }
      .khl-modal .modal-content .modal-body .content-section .image-container img {
        max-width: 100%; }
    .khl-modal .modal-content .modal-body .content-section h3 {
      margin-top: 30px; }
    .khl-modal .modal-content .modal-body .content-section p {
      min-height: 81px; }
    .khl-modal .modal-content .modal-body .content-section .btn_primary, .khl-modal .modal-content .modal-body .content-section .khl-donate-login-block .khl-user-loginform-submit .btn, .khl-donate-login-block .khl-user-loginform-submit .khl-modal .modal-content .modal-body .content-section .btn, .khl-modal .modal-content .modal-body .content-section .btn_primary--small {
      min-width: 150px;
      border: none;
      font-size: 16px; }
      .khl-modal .modal-content .modal-body .content-section .btn_primary:hover, .khl-modal .modal-content .modal-body .content-section .khl-donate-login-block .khl-user-loginform-submit .btn:hover, .khl-donate-login-block .khl-user-loginform-submit .khl-modal .modal-content .modal-body .content-section .btn:hover, .khl-modal .modal-content .modal-body .content-section .btn_primary--small:hover {
        opacity: 0.7; }
    .khl-modal .modal-content .modal-body .content-section .phone_number {
      background-color: #00ADEE; }
    .khl-modal .modal-content .modal-body .content-section .email {
      background-color: #FAA61A; }
    .khl-modal .modal-content .modal-body .content-section .chat_url {
      background-color: #B2D235; }

@media (max-width: 1199px) {
  .khl-modal .modal-dialog {
    margin: 40px; } }

@media (max-width: 991px) {
  .khl-modal .modal-dialog {
    margin: 40px; } }

@media (max-width: 767px) {
  .khl-modal .modal-dialog {
    margin: 20px; } }

.bootstrap-select button {
  border: none;
  background-color: #0E8685 !important;
  border-top: 1px solid #0C8C8E;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  padding: 6px 12px;
  margin: 0;
  color: #fff !important; }
  .bootstrap-select button .filter-option {
    text-transform: none;
    opacity: 0.8;
    color: #F4F4F4; }

.bootstrap-select ul li:before {
  border: none;
  margin: 0;
  padding: 0;
  height: 0px;
  width: 0px; }

.field-collection-container {
  border-bottom: none;
  margin-bottom: 0; }

.field-collection-view {
  border-bottom: none;
  margin-bottom: 0; }

.breadcrumb.bc-list {
  padding: 0;
  margin-bottom: 0;
  background-color: #F4F4F4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .breadcrumb.bc-list ol {
    color: #383C57;
    padding: 5px 20px;
    margin-bottom: 0; }
    .breadcrumb.bc-list ol li {
      font-size: 10px; }
      .breadcrumb.bc-list ol li a {
        color: #383C57; }
        .breadcrumb.bc-list ol li a:hover {
          color: #EB008B; }
      .breadcrumb.bc-list ol li.active {
        color: #383C57; }

.breadcrumb > li + li:before {
  font-family: 'FontAwesome';
  content: "\f111";
  font-size: 5px;
  color: #383C57; }

.footer {
  border: none;
  padding-left: 0px;
  margin-top: 20px;
  padding-top: 28px;
  background-color: #ffffff;
  min-height: 100px;
  font-size: 1.4rem;
  line-height: 1.8rem; }
  .footer p {
    font-size: 1.4rem;
    line-height: 1.8rem; }
  .footer .footer-left .footerWrapper .internalLinks a {
    color: #4F5055; }
  .footer .footer-right {
    text-align: right; }
    .footer .footer-right .social-media {
      width: 44px;
      height: 44px;
      margin-right: 10px; }
  @media (max-width: 991px) {
    .footer .footer-right .social-media {
      width: 35px;
      height: 35px;
      margin-right: 5px; } }
  @media (max-width: 767px) {
    .footer {
      margin-top: 0px; }
      .footer .footer-right {
        padding-left: 75px;
        margin-top: 10px;
        text-align: left; } }
.force-pointer {
  cursor: pointer; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

@media (max-width: 767px) {
  .young-adults-page article .bdl-text .font--44, .teens article .bdl-text .font--44, .adults-page article .bdl-text .font--44 {
    font-size: 2.7rem;
    line-height: 2.8rem; }
    .young-adults-page article .bdl-text .font--44 p, .teens article .bdl-text .font--44 p, .adults-page article .bdl-text .font--44 p {
      font-size: 2.7rem;
      line-height: 2.8rem; }
  .young-adults-page article .bdl-text .font--24, .teens article .bdl-text .font--24, .adults-page article .bdl-text .font--24 {
    font-size: 1.6rem;
    line-height: 2rem; }
    .young-adults-page article .bdl-text .font--24 p, .teens article .bdl-text .font--24 p, .adults-page article .bdl-text .font--24 p {
      font-size: 1.6rem;
      line-height: 2rem; }
    .young-adults-page article .bdl-text .font--24.mtop30, .teens article .bdl-text .font--24.mtop30, .adults-page article .bdl-text .font--24.mtop30 {
      margin-top: 10px !important; }
  .young-adults-page article .view_article_categories_view, .teens article .view_article_categories_view, .adults-page article .view_article_categories_view {
    margin-top: 0px;
    padding-top: 5px !important;
    padding-bottom: 0px !important; }
    .young-adults-page article .view_article_categories_view .view_article_categories_view_content, .teens article .view_article_categories_view .view_article_categories_view_content, .adults-page article .view_article_categories_view .view_article_categories_view_content {
      margin-top: 20px; }
      .young-adults-page article .view_article_categories_view .view_article_categories_view_content .image-component, .teens article .view_article_categories_view .view_article_categories_view_content .image-component, .adults-page article .view_article_categories_view .view_article_categories_view_content .image-component {
        width: 109px;
        height: 109px;
        margin: 0 auto; }
      .young-adults-page article .view_article_categories_view .view_article_categories_view_content .view_item .image-parent, .teens article .view_article_categories_view .view_article_categories_view_content .view_item .image-parent, .adults-page article .view_article_categories_view .view_article_categories_view_content .view_item .image-parent {
        width: 95px;
        height: 95px; }
        .young-adults-page article .view_article_categories_view .view_article_categories_view_content .view_item .image-parent .image, .teens article .view_article_categories_view .view_article_categories_view_content .view_item .image-parent .image, .adults-page article .view_article_categories_view .view_article_categories_view_content .view_item .image-parent .image {
          width: 95px;
          height: 95px; }
      .young-adults-page article .view_article_categories_view .view_article_categories_view_content .view_item .title, .teens article .view_article_categories_view .view_article_categories_view_content .view_item .title, .adults-page article .view_article_categories_view .view_article_categories_view_content .view_item .title {
        width: auto; }
  .young-adults-page article .section2, .young-adults-page article .section3, .teens article .section2, .teens article .section3, .adults-page article .section2, .adults-page article .section3 {
    margin-top: 0px !important; }
  .young-adults-page article .section2 .subcategories-title .bdl-text .mtop40, .teens article .section2 .subcategories-title .bdl-text .mtop40, .adults-page article .section2 .subcategories-title .bdl-text .mtop40 {
    margin-top: 10px !important; }
  .young-adults-page article .section2 .subcategories-title .bdl-view .view-article-subcategories-view.mtop20, .teens article .section2 .subcategories-title .bdl-view .view-article-subcategories-view.mtop20, .adults-page article .section2 .subcategories-title .bdl-view .view-article-subcategories-view.mtop20 {
    margin-top: 0px !important; } }

.cookies-prompt {
  position: fixed;
  bottom: 0;
  padding: 10px;
  width: 100%;
  border-top: 2px solid #E5AE72;
  background-color: #F6F3D4; }
  .cookies-prompt p {
    float: left;
    margin: 5px 0 0 0;
    font-size: 12px; }
    .cookies-prompt p a {
      color: #EBA944; }
  .cookies-prompt .cookies-prompt-accept,
  .cookies-prompt .cookies-prompt-refuse {
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 4px;
    border-radius: 6px;
    border: 1px solid #EBA944;
    padding: 0px 20px; }
  .cookies-prompt .cookies-prompt-accept {
    background-color: #EBA944;
    color: white; }
  .cookies-prompt .cookies-prompt-refuse {
    background-color: white;
    color: #EBA944; }
  @media (max-width: 767px) {
    .cookies-prompt p {
      float: none !important; }
    .cookies-prompt .cookies-prompt-accept,
    .cookies-prompt .cookies-prompt-refuse {
      float: left !important;
      margin-top: 15px; } }
.issues-template .main-title h1 {
  font-size: 5rem;
  line-height: 5.8rem; }

.issues-template .main-subtitle p {
  color: #00ADEE; }

@media (max-width: 767px) {
  .issues-template .main-title {
    text-align: left; }
  .issues-template .main-subtitle {
    margin-top: 0px !important; }
  .issues-template .container.mtop60 {
    margin-top: 0px !important; }
  .issues-template .container.mbottom60 {
    margin-bottom: 0px !important; } }

.issues-template .consistentImg {
  min-height: 180px;
  display: inline-block; }

/* Transparent header with logo and back button */
.nav-donation {
  padding: 40px;
  transition: all .1s ease;
  position: relative;
  z-index: 10000; }
  .nav-donation a {
    color: #ffffff; }
    .nav-donation a:hover {
      text-decoration: none; }
  .nav-donation .logo {
    background-image: url("../imgs/kidshelpline-logo-donation.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 253px;
    height: 94px;
    text-indent: -9999px; }
  .nav-donation .back {
    opacity: .7;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 15px; }
    .nav-donation .back:hover {
      opacity: .7; }
  @media (max-width: 991px) {
    .nav-donation {
      padding: 15px;
      padding-bottom: 30px;
      position: -webkit-sticky !important;
      position: sticky !important;
      top: 0;
      background-color: #1C1E39;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c1e39+0,1c1e39+100&0.9+1,0.9+75,0+100 */
      background: -moz-linear-gradient(top, rgba(28, 30, 57, 0.9) 0%, rgba(28, 30, 57, 0.9) 1%, rgba(28, 30, 57, 0.9) 75%, rgba(28, 30, 57, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(28, 30, 57, 0.9) 0%, rgba(28, 30, 57, 0.9) 1%, rgba(28, 30, 57, 0.9) 75%, rgba(28, 30, 57, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(28, 30, 57, 0.9) 0%, rgba(28, 30, 57, 0.9) 1%, rgba(28, 30, 57, 0.9) 75%, rgba(28, 30, 57, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61c1e39', endColorstr='#001c1e39',GradientType=0 );
      /* IE6-9 */ }
      .nav-donation .logo {
        background-size: contain;
        width: 50%;
        height: 52px; } }
  @media (max-width: 767px) {
    .nav-donation .logo {
      height: 46px; }
    .nav-donation .back {
      font-size: 12px; } }
/* Overriding some absurd rules that apply padding on all .bdl-drp-block. Defined in _account.scss */
#khl_donation_payment_block {
  padding: 0 !important;
  z-index: 9999;
  position: relative; }

.page-node-2079,
.page-node-2080,
.page-node-3080,
.page-node-3081 {
  /* Donate Thank You page */ }
  .page-node-2079 header,
  .page-node-2079 .region-subheader,
  .page-node-2080 header,
  .page-node-2080 .region-subheader,
  .page-node-3080 header,
  .page-node-3080 .region-subheader,
  .page-node-3081 header,
  .page-node-3081 .region-subheader {
    display: none; }
  .page-node-2079 .navigation-header + .main-container,
  .page-node-2080 .navigation-header + .main-container,
  .page-node-3080 .navigation-header + .main-container,
  .page-node-3081 .navigation-header + .main-container {
    margin-top: 0px; }
  .page-node-2079 .page-donate,
  .page-node-2080 .page-donate,
  .page-node-3080 .page-donate,
  .page-node-3081 .page-donate {
    background-color: #1C1E39;
    position: relative; }

#block-khl-donate-khl-donate {
  color: transparent; }
  #block-khl-donate-khl-donate .buy-step-top .total-amount {
    color: #383C57; }
  #block-khl-donate-khl-donate #edit-khl-donation-frequency {
    text-align: center; }
    #block-khl-donate-khl-donate #edit-khl-donation-frequency div {
      display: inline-block;
      margin-top: 15px;
      margin-left: 15px;
      margin-right: 15px;
      border: 2px solid #F4F4F4;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; }
      #block-khl-donate-khl-donate #edit-khl-donation-frequency div:hover {
        border: 2px solid #333244;
        color: #333244; }
      @media (min-width: 321px) and (max-width: 767px) {
        #block-khl-donate-khl-donate #edit-khl-donation-frequency div {
          margin-left: 10px;
          margin-right: 10px; } }
      @media (max-width: 320px) {
        #block-khl-donate-khl-donate #edit-khl-donation-frequency div {
          margin-left: 5px;
          margin-right: 5px; } }
    #block-khl-donate-khl-donate #edit-khl-donation-frequency input[type="radio"] {
      display: none; }
    #block-khl-donate-khl-donate #edit-khl-donation-frequency .selected {
      border: 2px solid #00ADEE;
      background-color: #00ADEE; }
      #block-khl-donate-khl-donate #edit-khl-donation-frequency .selected label {
        color: #FFFFFF; }
    #block-khl-donate-khl-donate #edit-khl-donation-frequency label {
      height: 106px;
      width: 150px;
      text-align: center;
      padding-left: 0;
      line-height: 106px;
      color: #4F5055;
      font-size: 22px; }
      @media (min-width: 321px) and (max-width: 767px) {
        #block-khl-donate-khl-donate #edit-khl-donation-frequency label {
          width: 122px; } }
      @media (max-width: 320px) {
        #block-khl-donate-khl-donate #edit-khl-donation-frequency label {
          width: 110px; } }
    #block-khl-donate-khl-donate #edit-khl-donation-frequency:before {
      display: block;
      color: #383C57;
      font-size: 16px; }
  #block-khl-donate-khl-donate #edit-khl-donation-amount {
    padding-left: 65px;
    padding-right: 65px; }
    @media (max-width: 767px) {
      #block-khl-donate-khl-donate #edit-khl-donation-amount {
        padding-left: 0;
        padding-right: 0; } }
    #block-khl-donate-khl-donate #edit-khl-donation-amount:before {
      display: block;
      content: "Donation amount:";
      color: #383C57;
      font-size: 16px;
      text-align: center; }
    #block-khl-donate-khl-donate #edit-khl-donation-amount .form-item-khl-donation-amount {
      display: inline-block;
      margin-top: 15px;
      margin-left: 15px;
      margin-right: 15px;
      border: 2px solid #F4F4F4;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; }
      #block-khl-donate-khl-donate #edit-khl-donation-amount .form-item-khl-donation-amount:hover {
        border: 2px solid #333244;
        color: #333244; }
      @media (min-width: 321px) and (max-width: 767px) {
        #block-khl-donate-khl-donate #edit-khl-donation-amount .form-item-khl-donation-amount {
          margin-left: 10px;
          margin-right: 10px; } }
      @media (max-width: 320px) {
        #block-khl-donate-khl-donate #edit-khl-donation-amount .form-item-khl-donation-amount {
          margin-left: 5px;
          margin-right: 5px; } }
      #block-khl-donate-khl-donate #edit-khl-donation-amount .form-item-khl-donation-amount input[type="radio"] {
        display: none; }
      #block-khl-donate-khl-donate #edit-khl-donation-amount .form-item-khl-donation-amount.selected {
        border: 2px solid #00ADEE;
        background-color: #00ADEE; }
        #block-khl-donate-khl-donate #edit-khl-donation-amount .form-item-khl-donation-amount.selected label {
          color: #ffffff; }
      #block-khl-donate-khl-donate #edit-khl-donation-amount .form-item-khl-donation-amount label {
        height: 106px;
        width: 150px;
        text-align: center;
        padding-left: 0;
        line-height: 106px;
        color: #4F5055;
        font-size: 22px; }
        @media (min-width: 321px) and (max-width: 767px) {
          #block-khl-donate-khl-donate #edit-khl-donation-amount .form-item-khl-donation-amount label {
            width: 122px; } }
        @media (max-width: 320px) {
          #block-khl-donate-khl-donate #edit-khl-donation-amount .form-item-khl-donation-amount label {
            width: 110px; } }
  #block-khl-donate-khl-donate .donation-radio {
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 40px; }
    @media (max-width: 767px) {
      #block-khl-donate-khl-donate .donation-radio {
        text-align: center; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #block-khl-donate-khl-donate .donation-radio {
        padding-left: 13%;
        padding-right: 13%; } }
    @media (max-width: 991px) {
      #block-khl-donate-khl-donate .donation-radio {
        padding-left: 0;
        padding-right: 0; } }
  #block-khl-donate-khl-donate .form-item-khl-donation-amount-other {
    position: absolute;
    width: 150px; }
    @media (min-width: 768px) {
      #block-khl-donate-khl-donate .form-item-khl-donation-amount-other {
        right: 331px;
        bottom: 221px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #block-khl-donate-khl-donate .form-item-khl-donation-amount-other {
        right: 237px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #block-khl-donate-khl-donate .form-item-khl-donation-amount-other {
        right: 139px; } }
    @media (max-width: 767px) {
      #block-khl-donate-khl-donate .form-item-khl-donation-amount-other {
        width: 100%;
        margin-top: 20px;
        padding-right: 30px;
        text-align: center; } }
    #block-khl-donate-khl-donate .form-item-khl-donation-amount-other input {
      text-align: center;
      display: inline-block;
      height: 106px;
      width: 152px;
      border: 2px solid #F4F4F4;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      font-size: 22px; }
      @media (min-width: 321px) and (max-width: 767px) {
        #block-khl-donate-khl-donate .form-item-khl-donation-amount-other input {
          width: 122px; } }
      @media (max-width: 320px) {
        #block-khl-donate-khl-donate .form-item-khl-donation-amount-other input {
          width: 110px; } }
      #block-khl-donate-khl-donate .form-item-khl-donation-amount-other input:focus {
        border: 2px solid #F4F4F4;
        outline: none;
        box-shadow: none; }
      #block-khl-donate-khl-donate .form-item-khl-donation-amount-other input.selected {
        border: 2px solid #00ADEE;
        color: #ffffff;
        background-color: #00ADEE; }

/*Donate Login*/
.khl-donate-login-block {
  padding: 80px; }
  .khl-donate-login-block .khl-user-loginform-login {
    margin-bottom: 10px; }
  .khl-donate-login-block .khl-user-loginform-submit {
    display: inline-block;
    width: 50%; }
  .khl-donate-login-block .khl-user-loginform-forgot-password {
    display: inline-block;
    width: 50%;
    text-align: right; }
  .khl-donate-login-block form {
    width: 400px;
    margin: 0 auto; }
  .khl-donate-login-block h3 {
    text-align: center;
    margin-bottom: 40px; }
  @media (max-width: 767px) {
    .khl-donate-login-block {
      padding: 10px; }
      .khl-donate-login-block form {
        width: 100%; } }
  .khl-donate-login-block .bottom-section {
    padding: 20px;
    border-top: 1px solid rgba(79, 80, 85, 0.3); }
    .khl-donate-login-block .bottom-section h5 {
      text-transform: none;
      font-weight: normal; }

#khl-donation-payment-block-form .form-required {
  color: #EB008B; }

#khl-donation-payment-block-form .form-item-khl-job-title,
#khl-donation-payment-block-form .form-item-khl-company-name {
  margin-top: 1rem; }

#khl-donation-payment-block-form .table_header {
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 10px;
  color: #383C57;
  font-size: 14px;
  padding-bottom: 30px; }
  #khl-donation-payment-block-form .table_header div {
    display: inline-block; }
  #khl-donation-payment-block-form .table_header #col2 {
    text-align: center; }
  #khl-donation-payment-block-form .table_header #col3 {
    text-align: center; }

#khl-donation-payment-block-form .khl-order-summary-line .khl-donation-amount-label {
  display: inline-block;
  color: #383C57;
  font-size: 14px; }

#khl-donation-payment-block-form .khl-order-summary-line .form-item-khl-donation-amount {
  display: inline-block;
  width: 25%;
  text-align: center;
  color: #383C57;
  font-size: 14px; }
  #khl-donation-payment-block-form .khl-order-summary-line .form-item-khl-donation-amount input {
    text-align: center; }

#khl-donation-payment-block-form .khl-order-summary-line .khl-donation-amount-confirmation {
  display: none; }

#khl-donation-payment-block-form #edit-khl-payment-form-submit {
  display: none; }

#khl-donation-payment-block-form #pay_by_credit_card,
#khl-donation-payment-block-form #pay_by_paypal {
  text-transform: initial;
  font-weight: 600;
  background-color: transparent;
  border: none;
  color: #000;
  width: 100%;
  margin-top: 0; }
  #khl-donation-payment-block-form #pay_by_credit_card span.icon,
  #khl-donation-payment-block-form #pay_by_paypal span.icon {
    display: none; }
  #khl-donation-payment-block-form #pay_by_credit_card.selected,
  #khl-donation-payment-block-form #pay_by_paypal.selected {
    background-color: #FFFFFF; }
  #khl-donation-payment-block-form #pay_by_credit_card:before,
  #khl-donation-payment-block-form #pay_by_paypal:before {
    font-family: 'FontAwesome';
    content: "\f283";
    padding-right: 2px;
    font-size: 19px;
    color: orange; }
    @media (max-width: 767px) {
      #khl-donation-payment-block-form #pay_by_credit_card:before,
      #khl-donation-payment-block-form #pay_by_paypal:before {
        font-size: 24px;
        padding-right: 10px; } }
  @media (max-width: 767px) {
    #khl-donation-payment-block-form #pay_by_credit_card,
    #khl-donation-payment-block-form #pay_by_paypal {
      letter-spacing: 0;
      padding: 13px 10px; } }
#khl-donation-payment-block-form #edit-khl-paymentform-left {
  padding-left: 40px;
  padding-right: 40px; }
  #khl-donation-payment-block-form #edit-khl-paymentform-left .control-label {
    font-size: 12px; }
  #khl-donation-payment-block-form #edit-khl-paymentform-left h2 {
    color: #00ADEE; }
  #khl-donation-payment-block-form #edit-khl-paymentform-left .form-type-radio {
    display: inline-block;
    padding-right: 10px; }
  #khl-donation-payment-block-form #edit-khl-paymentform-left .table_header {
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 25px;
    color: #383C57;
    font-size: 14px;
    font-weight: 700; }
    #khl-donation-payment-block-form #edit-khl-paymentform-left .table_header div {
      display: inline-block; }
    #khl-donation-payment-block-form #edit-khl-paymentform-left .table_header #col2 {
      text-align: center; }
    #khl-donation-payment-block-form #edit-khl-paymentform-left .table_header #col3 {
      text-align: center; }
  @media (max-width: 767px) {
    #khl-donation-payment-block-form #edit-khl-paymentform-left {
      padding-left: 20px;
      padding-right: 20px; } }
#khl-donation-payment-block-form #edit-khl-paymentform-right {
  padding: 0;
  background-color: #F4F4F4;
  margin-bottom: 0; }
  #khl-donation-payment-block-form #edit-khl-paymentform-right #payment-details-container {
    border: 1px solid #EBEBEB; }
  #khl-donation-payment-block-form #edit-khl-paymentform-right h2 {
    display: none; }
  #khl-donation-payment-block-form #edit-khl-paymentform-right #pay_by_paypal {
    vertical-align: middle;
    width: 140px;
    height: 50px;
    padding: 5px 28px; }
    @media (max-width: 767px) {
      #khl-donation-payment-block-form #edit-khl-paymentform-right #pay_by_paypal {
        height: 52px; } }
  #khl-donation-payment-block-form #edit-khl-paymentform-right label[for="edit-khl-gift-date-of-birth"] {
    display: block; }
  #khl-donation-payment-block-form #edit-khl-paymentform-right .form-item-khl-send-bequest-info {
    padding-bottom: 30px; }
  #khl-donation-payment-block-form #edit-khl-paymentform-right .khl-account-type {
    padding-bottom: 15px; }
  #khl-donation-payment-block-form #edit-khl-paymentform-right #payment_option {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: #EBEBEB; }
    #khl-donation-payment-block-form #edit-khl-paymentform-right #payment_option input:focus, #khl-donation-payment-block-form #edit-khl-paymentform-right #payment_option textarea:focus, #khl-donation-payment-block-form #edit-khl-paymentform-right #payment_option button:focus {
      outline: none !important; }
    #khl-donation-payment-block-form #edit-khl-paymentform-right #payment_option .btn {
      border-radius: 0px; }
    #khl-donation-payment-block-form #edit-khl-paymentform-right #payment_option > div {
      display: inline-block; }
      @media (max-width: 767px) {
        #khl-donation-payment-block-form #edit-khl-paymentform-right #payment_option > div {
          float: left; } }
  #khl-donation-payment-block-form #edit-khl-paymentform-right #khl_credit_card_section {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #khl-donation-payment-block-form #edit-khl-paymentform-right #khl_paypal_section {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #khl-donation-payment-block-form #edit-khl-paymentform-right #summary .total-text {
    color: #949394;
    font-size: 12px; }
  #khl-donation-payment-block-form #edit-khl-paymentform-right #summary .frequency-container {
    display: inline-block; }
    @media (min-width: 768px) {
      #khl-donation-payment-block-form #edit-khl-paymentform-right #summary .frequency-container {
        margin-left: 5px; } }
    @media (max-width: 767px) {
      #khl-donation-payment-block-form #edit-khl-paymentform-right #summary .frequency-container {
        display: block; } }
  #khl-donation-payment-block-form #edit-khl-paymentform-right #summary .total-container {
    display: inline-block; }
    #khl-donation-payment-block-form #edit-khl-paymentform-right #summary .total-container .total-amount {
      display: inline-block;
      padding: 11px;
      border-radius: 6px;
      border: 1px solid #D4D4D4;
      font-size: 20px; }

.story-template .author p {
  text-transform: uppercase;
  color: #848485;
  font-size: 14px;
  margin: 0px; }

.story-template .main-title h1 {
  font-size: 6.6rem;
  line-height: 6.6rem; }

.story-template .content-container .left {
  z-index: 1; }
  .story-template .content-container .left img {
    width: 470px;
    height: 470px;
    border-radius: 50%;
    position: absolute;
    left: 20px; }
  .story-template .content-container .left .quote {
    margin-top: 500px;
    font-size: 24px; }

.story-template .content-container .right {
  background-color: #ffffff;
  padding: 50px; }
  .story-template .content-container .right h2 {
    font-size: 3.6rem;
    line-height: 4.2rem;
    margin-bottom: 40px; }
  .story-template .content-container .right h3 {
    color: #000000;
    font-size: 2.4rem;
    line-height: 3.0rem;
    margin-top: 30px;
    margin-bottom: 30px; }
  .story-template .content-container .right p {
    color: #4F5055; }

.story-template .help-others {
  background-color: #323244;
  padding-top: 50px;
  padding-bottom: 50px; }
  .story-template .help-others .right p {
    padding-top: 10px; }

@media (max-width: 1199px) {
  .story-template .content-container .left img {
    width: 350px;
    height: 350px; }
  .story-template .content-container .left .quote {
    margin-top: 400px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .story-template .main-title h1 {
    font-size: 5rem;
    line-height: 5rem; }
  .story-template .content-container .left img {
    width: 300px;
    height: 300px; }
  .story-template .content-container .left .quote {
    margin-top: 350px; } }

@media (max-width: 767px) {
  .story-template .main-title h1 {
    font-size: 4rem;
    line-height: 5rem; }
  .story-template .content-container .left img {
    width: 200px;
    height: 200px;
    position: relative;
    left: 0px; }
  .story-template .content-container .left .quote {
    margin-top: 40px; }
  .story-template .content-container .right {
    padding: 20px; }
    .story-template .content-container .right h2 {
      font-size: 3rem;
      line-height: 4rem; }
  .story-template .help-others .left {
    text-align: left; } }

.kids-page {
  background-color: #323244; }
  .kids-page .feedbackContainer {
    min-height: 50vh; }
    @media (max-width: 767px) {
      .kids-page .feedbackContainer {
        min-height: 23vh; } }
    .kids-page .feedbackContainer .skipButton {
      font-size: 20px;
      line-height: 22px;
      border: 2px solid #8A8AAC;
      border-radius: 25px;
      color: #8A8AAC; }
      .kids-page .feedbackContainer .skipButton:hover {
        color: #ffffff;
        border-color: #ffffff;
        background-color: transparent; }
      @media (max-width: 767px) {
        .kids-page .feedbackContainer .skipButton {
          margin-top: 10px;
          margin-bottom: 0px;
          padding: 2px 10px;
          font-size: 14px; } }
    .kids-page .feedbackContainer .feedbackImages .topImage,
    .kids-page .feedbackContainer .feedbackImages .centerImage {
      width: 110px;
      display: block;
      margin: 0 auto;
      text-align: center; }
    @media (max-width: 767px) {
      .kids-page .feedbackContainer .feedbackImages .topImage {
        width: 80px; }
      .kids-page .feedbackContainer .feedbackImages .centerImage {
        width: 80px; } }
    .kids-page .feedbackContainer .feedbackText .tagline {
      color: #FFC31B; }
    .kids-page .feedbackContainer .feedbackText .description {
      color: #ffffff; }
      .kids-page .feedbackContainer .feedbackText .description strong {
        font-weight: 200; }
    @media (max-width: 767px) {
      .kids-page .feedbackContainer .feedbackText {
        text-align: left; } }
  .kids-page .inputContainer {
    min-height: 30vh;
    background-color: #2A2A3A;
    padding-bottom: 20px; }
    .kids-page .inputContainer .buttonsContainer .backButton {
      float: left;
      border: 2px solid #00ADEE;
      border-radius: 25px;
      color: #00ADEE;
      min-width: 150px;
      margin: 0; }
      @media (max-width: 767px) {
        .kids-page .inputContainer .buttonsContainer .backButton {
          min-width: 30%; } }
      .kids-page .inputContainer .buttonsContainer .backButton:hover {
        color: #ffffff;
        border-color: #ffffff;
        background-color: transparent; }
    .kids-page .inputContainer .buttonsContainer .nextButton {
      float: right;
      background-color: #515162;
      color: #9696A0;
      min-width: 150px;
      margin: 0; }
      @media (max-width: 767px) {
        .kids-page .inputContainer .buttonsContainer .nextButton {
          min-width: 30%; } }
      .kids-page .inputContainer .buttonsContainer .nextButton.enabled {
        background-color: #00ADEE;
        color: #ffffff; }
        .kids-page .inputContainer .buttonsContainer .nextButton.enabled:hover {
          background-color: #0078A5; }
  @media (max-width: 767px) {
    .kids-page .feedbackContainer .feedbackText .tagline {
      font-size: 30px;
      line-height: 30px;
      margin-top: 20px; }
    .kids-page .feedbackContainer .feedbackText .description {
      font-size: 24px;
      line-height: 26px;
      margin-bottom: 20px; }
      .kids-page .feedbackContainer .feedbackText .description p {
        font-size: 26px;
        line-height: 26px; } }
  @media (min-width: 767px) and (max-width: 1200px) {
    .kids-page .feedbackContainer .feedbackText .tagline {
      font-size: 45px;
      line-height: 30px;
      margin-top: 20px; }
    .kids-page .feedbackContainer .feedbackText .description {
      font-size: 35px;
      line-height: 26px;
      margin-bottom: 20px; }
      .kids-page .feedbackContainer .feedbackText .description p {
        font-size: 26px;
        line-height: 26px; } }
.loadingComponent {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  top: 0px; }
  .loadingComponent .loader {
    border-top: 16px solid #00ADEE;
    border-right: 16px solid #EB008B;
    border-left: 16px solid #FFC31B;
    border-bottom: 16px solid #B2D235;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.kids-articles .topBannerContainer {
  background-color: #323244; }
  .kids-articles .topBannerContainer .container .imageContainer .topImage {
    height: 75px; }
  .kids-articles .topBannerContainer .container .imageContainer .centerImage {
    height: 100px; }
  @media (max-width: 767px) {
    .kids-articles .topBannerContainer .container .imageContainer .topImage {
      width: 80px;
      height: auto; }
    .kids-articles .topBannerContainer .container .imageContainer .centerImage {
      width: 80px;
      height: auto; } }
  @media (max-width: 767px) {
    .kids-articles .topBannerContainer .container .textContainer h1 {
      font-size: 2.4rem;
      margin-top: 10px; } }
  .kids-articles .topBannerContainer .container .buttonContainer a:before {
    font-family: 'khl';
    font-size: 20px;
    color: #3777A9;
    display: inline-block;
    position: relative;
    left: -10px;
    top: 4px; }

@media (max-width: 767px) {
  .kids-articles .container.p20.text-center h1 {
    font-size: 2.6rem;
    line-height: 3.6rem !important;
    margin-top: 0px; } }

.schools-page.main-page .section1 {
  padding: 40px;
  background-color: #ffffff; }
  .schools-page.main-page .section1 .tagline h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.4rem; }
  .schools-page.main-page .section1 .title h1 {
    font-size: 6.6rem;
    line-height: 6.8rem;
    color: #383C57; }

.schools-page.main-page .section2 .body {
  text-align: center; }
  .schools-page.main-page .section2 .body h3 {
    margin-top: 20px;
    margin-bottom: 20px; }

.schools-page.main-page .section3 .rightContainer .icon-arrow_right:after {
  font-family: 'khl';
  font-size: 16px;
  margin-left: 10px; }

@media (min-width: 1200px) {
  .schools-page.main-page .section3 .leftContainer img {
    position: absolute;
    top: -25px;
    right: 0px; } }

@media (max-width: 991px) {
  .schools-page.main-page .section3 .leftContainer {
    margin-top: 40px; } }

@media (max-width: 767px) {
  .schools-page.main-page .section1 .tagline h3 {
    font-size: 2rem; }
  .schools-page.main-page .section1 .title h1 {
    font-size: 4rem;
    line-height: 5rem; } }

.schools-page .introLeftContainer {
  border-right: 2px solid #CCCCCC;
  padding-right: 20px;
  min-height: 140px;
  text-align: right; }

.schools-page .introRightContainer {
  padding-left: 20px;
  padding-top: 5px; }
  .schools-page .introRightContainer p {
    font-size: 1.6rem;
    line-height: 3rem; }

@media (max-width: 991px) {
  .schools-page .introLeftContainer {
    text-align: left;
    border: none;
    min-height: auto; } }

.schools-page .brandDescription {
  display: flex; }
  .schools-page .brandDescription h3 {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #383C57; }
  .schools-page .brandDescription:hover a {
    color: #00ADEE; }
  .schools-page .brandDescription:hover:after {
    color: #00ADEE; }
  .schools-page .brandDescription:after {
    font-family: khl;
    position: relative;
    font-size: 20px;
    margin-left: 15px;
    color: #ccc; }

.schools-page.kids-helpline-school-page .section1 {
  position: relative; }
  .schools-page.kids-helpline-school-page .section1 .leftContainer {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 0px; }
    .schools-page.kids-helpline-school-page .section1 .leftContainer .bookSession {
      margin-left: 0px; }
  .schools-page.kids-helpline-school-page .section1 h1 {
    font-size: 46px; }
  .schools-page.kids-helpline-school-page .section1 h3 {
    font-weight: 200; }

.schools-page.kids-helpline-school-page .section2 .leftContainer img {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 80%;
  float: right;
  margin-right: 20px; }

.schools-page.kids-helpline-school-page .section2 .rightContainer {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px; }

.schools-page.kids-helpline-school-page .section5 {
  box-shadow: 0px 1px 1px 0px #ccc;
  border-radius: 5px; }
  .schools-page.kids-helpline-school-page .section5 .rightContainer p {
    font-weight: 600; }

.schools-page.kids-helpline-school-page .leftTitle {
  min-height: 120px;
  border-right: 3px solid #ccc;
  border-radius: 2px;
  text-align: right;
  padding-right: 40px; }

@media (min-width: 1200px) {
  .schools-page.kids-helpline-school-page .section1 .leftContainer .bookSession {
    margin-left: 20px; }
  .schools-page.kids-helpline-school-page .section2 .leftContainer img {
    right: 40px;
    padding: 0px;
    width: auto; }
  .schools-page.kids-helpline-school-page .section5 {
    width: 830px;
    margin-left: 25%; }
    .schools-page.kids-helpline-school-page .section5 .leftContainer img {
      position: absolute;
      left: -200px;
      top: -60px;
      max-width: initial; } }

@media (max-width: 991px) {
  .schools-page.kids-helpline-school-page .section1:after {
    opacity: 0.3; }
  .schools-page.kids-helpline-school-page .section1 .leftContainer .bookSession {
    margin-left: 10px; } }

@media (max-width: 767px) {
  .schools-page.kids-helpline-school-page .section1 .leftContainer {
    margin-top: 30px;
    padding: 0px; }
  .schools-page.kids-helpline-school-page .section1 .bdl-buttons a {
    margin-left: 0px !important; }
  .schools-page.kids-helpline-school-page .section3 {
    margin-top: 40px !important;
    padding-left: 15px;
    padding-right: 15px; }
  .schools-page.kids-helpline-school-page .section4 .rightContainer {
    padding-left: 40px;
    padding-right: 40px; }
  .schools-page.kids-helpline-school-page .section5 .rightContainer {
    padding-left: 40px;
    padding-right: 40px; }
  .schools-page.kids-helpline-school-page .section5 .leftContainer img {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 80%;
    float: right;
    margin-right: 20px; }
  .schools-page.kids-helpline-school-page .leftTitle {
    min-height: auto;
    border-right: none;
    border-radius: 0px;
    text-align: left;
    padding: 20px; } }

.session-topics-page {
  margin-top: 2px; }
  .session-topics-page .title h1 {
    font-size: 52px; }
  .session-topics-page .tagline {
    font-weight: 600; }
  .session-topics-page .view-filters {
    display: none; }
  @media (max-width: 767px) {
    .session-topics-page .title h1 {
      font-size: 3em; } }
.contact-us-page .section1 {
  margin-top: 40px; }
  .contact-us-page .section1 .title h1 {
    font-size: 6.6rem; }
    @media (max-width: 767px) {
      .contact-us-page .section1 .title h1 {
        font-size: 4.6rem; } }
.contact-us-page .section2 .leftContainer {
  padding: 50px; }

.news-media-page .section1 {
  padding: 40px; }
  .news-media-page .section1 .title h1 {
    font-size: 6.6rem;
    line-height: 6.8rem; }

.news-media-page .in-the-news-section .leftContainer {
  padding: 40px;
  background-color: #4C4C66; }
  .news-media-page .in-the-news-section .leftContainer .filter .title h3 {
    color: #ffffff; }

@media (max-width: 991px) {
  .news-media-page .in-the-news-section .leftContainer {
    padding: 40px 10px 0px 10px; } }

@media (max-width: 767px) {
  .news-media-page .section1 {
    padding: 40px; }
    .news-media-page .section1 .title h1 {
      font-size: 4.6rem;
      line-height: 4.8rem; }
  .news-media-page .in-the-news-section .leftContainer {
    display: none !important; }
  .news-media-page .panel-body {
    padding: 0px; } }

.news-media-page .section-brand-request .bdl-text p {
  font-size: 2rem;
  font-weight: 600; }

.news-media-page .section-brand-request .bdl-form form .webform-component--header1 {
  display: inline-block;
  width: 50%;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px; }
  .news-media-page .section-brand-request .bdl-form form .webform-component--header1 h3 {
    color: #00ADEE;
    font-size: 28px; }
  @media (max-width: 767px) {
    .news-media-page .section-brand-request .bdl-form form .webform-component--header1 {
      display: block;
      width: 100%;
      float: none;
      margin-top: 40px; } }
.news-media-page .section-brand-request .bdl-form form .webform-component--required-text {
  display: inline-block;
  width: 50%;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px; }
  .news-media-page .section-brand-request .bdl-form form .webform-component--required-text p {
    margin-top: 15px;
    font-size: 16px;
    text-align: right; }
  .news-media-page .section-brand-request .bdl-form form .webform-component--required-text:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 767px) {
    .news-media-page .section-brand-request .bdl-form form .webform-component--required-text {
      display: block;
      width: 100%;
      float: none; }
      .news-media-page .section-brand-request .bdl-form form .webform-component--required-text p {
        text-align: left; } }
.news-media-page .section-brand-request .bdl-form form .webform-component--header2 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #DCDCDC; }
  .news-media-page .section-brand-request .bdl-form form .webform-component--header2 h3 {
    margin-top: 20px;
    color: #00ADEE;
    font-size: 28px; }

.news-media-page .section-brand-request .bdl-form form .webform-component--header3 {
  margin-top: 0px;
  margin-bottom: 0px; }
  .news-media-page .section-brand-request .bdl-form form .webform-component--header3 h3 {
    color: #00ADEE;
    font-size: 28px; }

.news-media-page .section-brand-request .bdl-form form .field-50 {
  display: inline-block;
  width: 50%;
  float: left; }
  @media (max-width: 767px) {
    .news-media-page .section-brand-request .bdl-form form .field-50 {
      display: block;
      width: 100%;
      float: none; } }
.news-media-page .section-brand-request .bdl-form form .pill-select .form-radios {
  display: block; }
  .news-media-page .section-brand-request .bdl-form form .pill-select .form-radios .form-item .control-label {
    width: 25%;
    margin-right: 0;
    float: left;
    text-align: center;
    border: 1px solid #DCDCDC;
    padding: 10px;
    border-right: 0;
    color: #A2A2A2;
    font-weight: 500; }
    .news-media-page .section-brand-request .bdl-form form .pill-select .form-radios .form-item .control-label .form-radio {
      display: none; }
    .news-media-page .section-brand-request .bdl-form form .pill-select .form-radios .form-item .control-label.selected {
      background-color: #00ADEE;
      color: #ffffff; }
  .news-media-page .section-brand-request .bdl-form form .pill-select .form-radios .form-item:first-child .control-label {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px; }
  .news-media-page .section-brand-request .bdl-form form .pill-select .form-radios .form-item:last-child .control-label {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    border-right: 1px solid #DCDCDC; }
  @media (max-width: 767px) {
    .news-media-page .section-brand-request .bdl-form form .pill-select .form-radios .form-item .control-label {
      width: 100%;
      float: none;
      border: 1px solid #DCDCDC;
      border-bottom: 0; }
    .news-media-page .section-brand-request .bdl-form form .pill-select .form-radios .form-item:first-child .control-label {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      border-bottom-left-radius: 0px; }
    .news-media-page .section-brand-request .bdl-form form .pill-select .form-radios .form-item:last-child .control-label {
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
      border-top-right-radius: 0px;
      border-bottom: 1px solid #DCDCDC; } }
.news-media-page .section-brand-request .bdl-form form .webform-component-date {
  float: none; }
  .news-media-page .section-brand-request .bdl-form form .webform-component-date label {
    font-size: 16px;
    color: #4D4D4F;
    padding-bottom: 10px;
    font-weight: 600; }
  .news-media-page .section-brand-request .bdl-form form .webform-component-date .webform-datepicker .form-type-select {
    display: inline-block;
    margin-right: 5px; }

.news-media-page .section-brand-request .bdl-form form .webform-component--agree-terms .form-type-checkbox label {
  font-size: 16px;
  color: #4D4D4F;
  font-weight: 600; }

.news-media-page .section-brand-request .bdl-form form .webform-component--agree-terms input[type="checkbox"] {
  margin-right: 10px; }

.news-media-page .section-brand-request .bdl-form form .webform-component-radios .control-label {
  display: block;
  font-size: 16px;
  color: #4D4D4F;
  padding-bottom: 10px;
  font-weight: 600; }

.news-media-page .section-brand-request .bdl-form form .webform-component-radios .form-radios label {
  display: inline-block;
  padding-bottom: 0px; }

.news-media-page .section-brand-request .bdl-form form .hide-label .control-label {
  display: none; }

.news-media-page .section-brand-request .bdl-form form .hide-label .form-item label {
  display: inline-block; }

.news-media-page .section-brand-request .bdl-form form .webform-submit {
  background-color: #EB008B;
  padding: 12px 80px; }

.news-media-page .section-brand-request .bdl-form form .form-type-textfield input, .news-media-page .section-brand-request .bdl-form form .form-type-webform-email input {
  color: #4D4D4F; }
  .news-media-page .section-brand-request .bdl-form form .form-type-textfield input::placeholder, .news-media-page .section-brand-request .bdl-form form .form-type-webform-email input::placeholder {
    color: #A2A2A2; }
  .news-media-page .section-brand-request .bdl-form form .form-type-textfield input:focus, .news-media-page .section-brand-request .bdl-form form .form-type-webform-email input:focus {
    background-color: #ffffff;
    outline: none; }

.news-media-page .section-promotional-materials .bdl-text p {
  font-size: 2rem;
  font-weight: 600; }

.news-media-page .section-promotional-materials .bdl-form form .webform-component--header1 {
  display: inline-block;
  width: 50%;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px; }
  .news-media-page .section-promotional-materials .bdl-form form .webform-component--header1 h3 {
    color: #00ADEE;
    font-size: 28px; }
  @media (max-width: 767px) {
    .news-media-page .section-promotional-materials .bdl-form form .webform-component--header1 {
      display: block;
      width: 100%;
      float: none;
      margin-top: 40px; } }
.news-media-page .section-promotional-materials .bdl-form form .webform-component--required-text {
  display: inline-block;
  width: 50%;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px; }
  .news-media-page .section-promotional-materials .bdl-form form .webform-component--required-text p {
    margin-top: 15px;
    font-size: 16px;
    text-align: right; }
  .news-media-page .section-promotional-materials .bdl-form form .webform-component--required-text:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 767px) {
    .news-media-page .section-promotional-materials .bdl-form form .webform-component--required-text {
      display: block;
      width: 100%;
      float: none; }
      .news-media-page .section-promotional-materials .bdl-form form .webform-component--required-text p {
        text-align: left; } }
.news-media-page .section-promotional-materials .bdl-form form .webform-component--header2 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #DCDCDC; }
  .news-media-page .section-promotional-materials .bdl-form form .webform-component--header2 h3 {
    margin-top: 20px;
    color: #00ADEE;
    font-size: 28px; }

.news-media-page .section-promotional-materials .bdl-form form .webform-component--header3 {
  margin-top: 0px;
  margin-bottom: 0px; }
  .news-media-page .section-promotional-materials .bdl-form form .webform-component--header3 h3 {
    color: #00ADEE;
    font-size: 28px; }

.news-media-page .section-promotional-materials .bdl-form form .field-50 {
  display: inline-block;
  width: 50%;
  float: left; }
  @media (max-width: 767px) {
    .news-media-page .section-promotional-materials .bdl-form form .field-50 {
      display: block;
      width: 100%;
      float: none; } }
.news-media-page .section-promotional-materials .bdl-form form .pill-select .form-radios {
  display: block; }
  .news-media-page .section-promotional-materials .bdl-form form .pill-select .form-radios .form-item .control-label {
    width: 25%;
    margin-right: 0;
    float: left;
    text-align: center;
    border: 1px solid #DCDCDC;
    padding: 10px;
    border-right: 0;
    color: #A2A2A2;
    font-weight: 500; }
    .news-media-page .section-promotional-materials .bdl-form form .pill-select .form-radios .form-item .control-label .form-radio {
      display: none; }
    .news-media-page .section-promotional-materials .bdl-form form .pill-select .form-radios .form-item .control-label.selected {
      background-color: #00ADEE;
      color: #ffffff; }
  .news-media-page .section-promotional-materials .bdl-form form .pill-select .form-radios .form-item:first-child .control-label {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px; }
  .news-media-page .section-promotional-materials .bdl-form form .pill-select .form-radios .form-item:last-child .control-label {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    border-right: 1px solid #DCDCDC; }
  @media (max-width: 767px) {
    .news-media-page .section-promotional-materials .bdl-form form .pill-select .form-radios .form-item .control-label {
      width: 100%;
      float: none;
      border: 1px solid #DCDCDC;
      border-bottom: 0; }
    .news-media-page .section-promotional-materials .bdl-form form .pill-select .form-radios .form-item:first-child .control-label {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      border-bottom-left-radius: 0px; }
    .news-media-page .section-promotional-materials .bdl-form form .pill-select .form-radios .form-item:last-child .control-label {
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
      border-top-right-radius: 0px;
      border-bottom: 1px solid #DCDCDC; } }
.news-media-page .section-promotional-materials .bdl-form form .webform-component-date {
  float: none; }
  .news-media-page .section-promotional-materials .bdl-form form .webform-component-date label {
    font-size: 16px;
    color: #4D4D4F;
    padding-bottom: 10px;
    font-weight: 600; }
  .news-media-page .section-promotional-materials .bdl-form form .webform-component-date .webform-datepicker .form-type-select {
    display: inline-block;
    margin-right: 5px; }

.news-media-page .section-promotional-materials .bdl-form form .webform-component--privacy-policy .form-type-checkbox label {
  font-size: 16px;
  color: #4D4D4F;
  font-weight: 600; }

.news-media-page .section-promotional-materials .bdl-form form .webform-component--privacy-policy input[type="checkbox"] {
  margin-right: 10px; }

.news-media-page .section-promotional-materials .bdl-form form .webform-component-radios .control-label {
  display: block;
  font-size: 16px;
  color: #4D4D4F;
  padding-bottom: 10px;
  font-weight: 600; }

.news-media-page .section-promotional-materials .bdl-form form .webform-component-radios .form-radios label {
  display: inline-block;
  padding-bottom: 0px; }

.news-media-page .section-promotional-materials .bdl-form form .hide-label:before {
  display: none; }

.news-media-page .section-promotional-materials .bdl-form form .hide-label .control-label {
  display: none; }

.news-media-page .section-promotional-materials .bdl-form form .hide-label .form-item label {
  display: inline-block; }

.news-media-page .section-promotional-materials .bdl-form form .webform-submit {
  background-color: #EB008B;
  padding: 12px 80px; }

.news-media-page .section-promotional-materials .bdl-form form .form-type-textfield input, .news-media-page .section-promotional-materials .bdl-form form .form-type-webform-email input {
  color: #4D4D4F; }
  .news-media-page .section-promotional-materials .bdl-form form .form-type-textfield input::placeholder, .news-media-page .section-promotional-materials .bdl-form form .form-type-webform-email input::placeholder {
    color: #A2A2A2; }
  .news-media-page .section-promotional-materials .bdl-form form .form-type-textfield input:focus, .news-media-page .section-promotional-materials .bdl-form form .form-type-webform-email input:focus {
    background-color: #ffffff;
    outline: none; }

.support-us {
  margin-top: 2px; }
  .support-us .section1 {
    padding: 40px;
    background-color: #ffffff; }
    .support-us .section1 .title h1 {
      font-size: 6.6rem;
      line-height: 6.8rem;
      color: #383C57; }
  .support-us .section2 .container {
    padding: 30px; }
  .support-us .section2 .content {
    padding: 40px 30px 40px 30px; }
  .support-us .imgMiddle {
    display: inline-block; }
  @media (min-width: 992px) {
    .support-us .roundedContainer .rightContainer {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      .support-us .roundedContainer .rightContainer a {
        margin: 0; } }
  @media (max-width: 991px) {
    .support-us .imgMiddle {
      margin-top: 20px;
      min-height: 130px; }
    .support-us .roundedContainer {
      padding: 40px !important; } }
  @media (max-width: 767px) {
    .support-us .section1 .title h1 {
      font-size: 4rem; }
    .support-us .section2 .container {
      padding: 30px; } }
@media (max-width: 767px) {
  .support-us-page .section2 .bdl-text h2 {
    font-size: 2.8rem;
    line-height: 3rem;
    margin-bottom: 10px; }
  .support-us-page .section2 .bdl-text p {
    font-size: 2rem;
    line-height: 2.2rem; } }

.about-us-page {
  margin-top: 2px; }
  .about-us-page .section1 {
    padding: 40px;
    background-color: #ffffff; }
    .about-us-page .section1 .title h1 {
      font-size: 6.6rem;
      line-height: 6.8rem;
      color: #383C57; }
  .about-us-page.our-partners-page .section3, .about-us-page.our-partners-page .section4, .about-us-page.our-partners-page .section5 {
    margin-top: 5px; }
  .about-us-page.about-khl .section1 {
    padding: 100px; }
    .about-us-page.about-khl .section1 .title h1 {
      font-size: 5rem;
      line-height: 7.2rem; }
    .about-us-page.about-khl .section1 .tagline h3 {
      font-weight: 600;
      font-size: 2.4rem; }
    @media (max-width: 767px) {
      .about-us-page.about-khl .section1 .tagline h3 {
        font-size: 2.2rem; }
      .about-us-page.about-khl .section1 .title h1 {
        font-size: 2.8rem;
        line-height: 3.5rem; } }
  .about-us-page.about-khl .section2 .rightContainer {
    margin-top: 20px; }
  .about-us-page.about-khl .section3 .leftContainer h3 {
    text-align: right; }
  .about-us-page.about-khl .section4 .milestones {
    margin-top: 50px; }
    .about-us-page.about-khl .section4 .milestones:before {
      content: '';
      background-color: #4B3E68;
      width: 89px;
      height: 3px;
      z-index: 999; }
    .about-us-page.about-khl .section4 .milestones .item {
      clear: none;
      padding: 5px;
      border-top: 1px dashed #857C9A; }
      .about-us-page.about-khl .section4 .milestones .item:before {
        content: '';
        width: 16px;
        height: 16px;
        border-radius: 50%;
        top: -8px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
      .about-us-page.about-khl .section4 .milestones .item.item1:before {
        background-color: #EB008B; }
      .about-us-page.about-khl .section4 .milestones .item.item2:before {
        background-color: #00ADEE; }
      .about-us-page.about-khl .section4 .milestones .item.item3:before {
        background-color: #B2D235; }
      .about-us-page.about-khl .section4 .milestones .item.item4:before {
        background-color: #F8811B; }
      .about-us-page.about-khl .section4 .milestones .item.item5:before {
        background-color: #ffffff; }
      .about-us-page.about-khl .section4 .milestones .item.item6:before {
        background-color: #7E69AC; }
      .about-us-page.about-khl .section4 .milestones .item.item6:after {
        content: '';
        background-color: #4B3E68;
        width: 89px;
        height: 3px;
        margin-left: 8px;
        z-index: 999;
        top: -3px; }
      .about-us-page.about-khl .section4 .milestones .item .tile-title {
        color: #ffffff;
        font-size: 5.5rem;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px; }
      .about-us-page.about-khl .section4 .milestones .item .tile-desc {
        color: #CBC0E3;
        padding-left: 5px;
        padding-right: 5px; }
        .about-us-page.about-khl .section4 .milestones .item .tile-desc p {
          font-size: 1.5rem;
          line-height: 2.1rem; }
        .about-us-page.about-khl .section4 .milestones .item .tile-desc strong {
          font-weight: 200;
          color: #ffffff; }
  .about-us-page.about-khl .section6 .item {
    width: 19.8%;
    display: inline-block;
    float: left;
    padding: 10px; }
    @media (max-width: 767px) {
      .about-us-page.about-khl .section6 .item .tile-desc p {
        font-size: 1.4rem;
        line-height: 2rem; } }
  .about-us-page.about-khl .brandDescription {
    display: flex; }
    .about-us-page.about-khl .brandDescription h3 {
      font-weight: 600;
      font-size: 2.2rem;
      line-height: 3rem;
      color: #383C57; }
    .about-us-page.about-khl .brandDescription:hover a {
      color: #00ADEE; }
    .about-us-page.about-khl .brandDescription:hover:after {
      color: #00ADEE; }
    .about-us-page.about-khl .brandDescription:after {
      font-family: khl;
      position: relative;
      font-size: 20px;
      margin-left: 15px;
      color: #ccc; }
  .about-us-page.about-khl h4 {
    font-weight: 600; }
  @media (min-width: 1200px) {
    .about-us-page.about-khl .section1 .title h1 {
      font-size: 5.8rem; }
    .about-us-page.about-khl .section2 .rightContainer {
      margin-top: 100px; }
    .about-us-page.about-khl .section5 {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .about-us-page.about-khl .section2 .rightContainer {
      margin-top: 20px; } }
  @media (max-width: 991px) {
    .about-us-page.about-khl .section4 .milestones .item {
      border: none;
      margin-bottom: 40px; }
      .about-us-page.about-khl .section4 .milestones .item .tile-title {
        padding-top: 10px; }
    .about-us-page.about-khl .section4 .milestones .item3, .about-us-page.about-khl .section4 .milestones .item5 {
      clear: both; }
    .about-us-page.about-khl .section6 .item {
      width: 33%; } }
  @media (max-width: 767px) {
    .about-us-page.about-khl .section1 {
      padding: 40px; }
      .about-us-page.about-khl .section1 .title h1 {
        font-size: 3rem;
        line-height: 4rem; }
    .about-us-page.about-khl .section2 {
      padding: 20px; }
    .about-us-page.about-khl .section3 {
      padding: 20px;
      margin-top: 0px !important; }
      .about-us-page.about-khl .section3 .leftContainer h3 {
        text-align: left; }
    .about-us-page.about-khl .section6 .item {
      width: 50%; }
    .about-us-page.about-khl .section9 {
      margin-top: 0px !important; }
    .about-us-page.about-khl .section8,
    .about-us-page.about-khl .section9 {
      padding-top: 40px !important;
      padding-bottom: 40px !important; } }
  .about-us-page.support-us .section1 {
    padding: 100px; }
    .about-us-page.support-us .section1 .title h1 {
      font-size: 6rem;
      line-height: 6.8rem; }
    .about-us-page.support-us .section1 .tagline h3 {
      font-weight: 600;
      font-size: 2.4rem; }
    @media (max-width: 767px) {
      .about-us-page.support-us .section1 {
        padding: 15px; }
        .about-us-page.support-us .section1 .title h1 {
          font-size: 4rem;
          line-height: 4.8rem; } }
  .about-us-page.support-us .section5 .tiles .item {
    margin-bottom: 40px; }
    .about-us-page.support-us .section5 .tiles .item .tile-img {
      min-height: 170px; }
    .about-us-page.support-us .section5 .tiles .item .content {
      min-height: 160px; }
      .about-us-page.support-us .section5 .tiles .item .content .tile-title {
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 600; }
      .about-us-page.support-us .section5 .tiles .item .content .tile-desc p {
        font-size: 1.6rem;
        line-height: 2.1rem; }
    .about-us-page.support-us .section5 .tiles .item.item4 {
      clear: both; }
  .about-us-page.support-us .roundedContainer {
    border-radius: 100px; }
  .about-us-page.support-us .icon-arrow_right:after {
    font-family: 'khl';
    font-size: 18px;
    margin-left: 10px; }
  @media (max-width: 991px) {
    .about-us-page.support-us .section5 .tiles .item.item4 {
      clear: none; }
    .about-us-page.support-us .section5 .tiles .item.item3 {
      clear: both; } }
  .about-us-page .introLeftContainer {
    border-right: 2px solid #CCCCCC;
    padding-right: 20px;
    min-height: 140px;
    text-align: right; }
  .about-us-page .introRightContainer {
    padding-left: 20px;
    padding-top: 5px; }
    .about-us-page .introRightContainer p {
      font-size: 1.6rem;
      line-height: 3rem; }
  @media (max-width: 991px) {
    .about-us-page .introLeftContainer {
      min-height: auto;
      text-align: left;
      border: none; } }
.privacy-page {
  margin-top: 2px; }
  .privacy-page .section1 {
    padding: 40px;
    background-color: #ffffff; }
    .privacy-page .section1 .title h1 {
      font-size: 3em;
      line-height: 1.5em;
      color: #383C57; }
  @media (max-width: 767px) {
    .privacy-page .section2 h2 {
      margin-top: 30px; } }
.session-topic-template .session-header {
  background-color: #ffffff;
  padding: 20px;
  margin-top: 2px;
  box-shadow: 0px 1px 1px 0px #ccc; }
  .session-topic-template .session-header .tagline {
    color: #4C4C66;
    font-size: 1.2rem; }
  .session-topic-template .session-header .title {
    font-size: 6.6rem;
    line-height: 6.8rem;
    font-weight: 700; }
  .session-topic-template .session-header .supporters {
    margin-top: 20px; }
  @media (max-width: 767px) {
    .session-topic-template .session-header .title {
      font-size: 3em;
      line-height: 1.3em; } }
.session-topic-template .session-content {
  margin-top: 40px; }
  .session-topic-template .session-content .image img {
    margin-right: 40px;
    max-height: 230px; }
  .session-topic-template .session-content .subtitle p {
    font-size: 2.6rem;
    line-height: 3.2rem; }
  .session-topic-template .session-content .subtitle strong {
    color: #00ADEE; }
  .session-topic-template .session-content .session-body {
    margin-top: 20px; }
    .session-topic-template .session-content .session-body p {
      font-size: 1.8rem; }
  @media (max-width: 767px) {
    .session-topic-template .session-content {
      padding: 0; }
      .session-topic-template .session-content .content {
        margin-top: 40px; }
      .session-topic-template .session-content .image {
        text-align: center; }
        .session-topic-template .session-content .image img {
          margin-right: 0px; } }
.session-topic-template .book-session {
  background-color: #FFCAE9;
  border-radius: 100px;
  padding: 10px; }
  .session-topic-template .book-session span {
    font-size: 2.6rem;
    color: #4C4C66;
    line-height: 4.2rem;
    font-weight: 600; }
  @media (max-width: 767px) {
    .session-topic-template .book-session {
      padding-top: 20px;
      border-radius: 10px; }
      .session-topic-template .book-session span {
        font-size: 2.2rem;
        line-height: 2.2rem;
        display: block; }
      .session-topic-template .book-session a {
        margin-left: 0px !important;
        display: inline-block;
        margin-bottom: 0; } }
.session-topic-template .activities {
  margin-bottom: 40px; }
  .session-topic-template .activities .title {
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 600; }
  .session-topic-template .activities .content .field_session_activities {
    margin-top: 10px;
    background-color: #ffffff;
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 40px; }
  .session-topic-template .activities .content .btn_activities {
    border: 2px solid #E4E4E8;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #00ADEE;
    text-decoration: none; }
    .session-topic-template .activities .content .btn_activities:hover {
      background-color: #E4E4E8; }

.article-template {
  padding-top: 40px;
  padding-bottom: 40px; }
  .article-template .category-date {
    color: #00ADEE;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-transform: uppercase; }
  .article-template .title {
    font-size: 4.4rem;
    line-height: 5.7rem; }
  .article-template .subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 700; }

.apps-template {
  padding-bottom: 40px; }
  .apps-template .category-date {
    color: #00ADEE;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-transform: uppercase; }
  .apps-template .title {
    font-size: 4.4rem;
    line-height: 5.7rem; }
  .apps-template .main-icon {
    width: auto; }
    @media (max-width: 767px) {
      .apps-template .main-icon {
        width: 25%; } }
  .apps-template .main-subtitle {
    font-size: 1.6rem; }
    @media (max-width: 767px) {
      .apps-template .main-subtitle .font--24 {
        font-size: 1.8rem;
        line-height: 2.2rem; } }
  .apps-template .stars {
    text-align: center;
    color: #FFA43E;
    font-size: 18px; }
    @media (max-width: 767px) {
      .apps-template .stars {
        font-size: 15px; } }
    .apps-template .stars i {
      padding-left: 2px;
      padding-right: 2px; }
  .apps-template .star-cat {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px; }
  .apps-template .app-logo {
    height: 40px;
    width: 130px;
    margin: 4px 8px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    text-indent: -9999px;
    border-radius: 4px; }
    .apps-template .app-logo-ios {
      background-image: url("../imgs/btn_applestore.png"); }
    .apps-template .app-logo-android {
      background-image: url("../imgs/btn_googleplay.png"); }
    .apps-template .app-logo:hover {
      opacity: 0.8; }
  .apps-template .app_feedback .app_feedback_block {
    min-height: 370px; }
  .apps-template .app_feedback .stars {
    color: #ffffff; }
  .apps-template .no-wrap {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .apps-template .no-wrap .shot {
      display: inline-block;
      padding: 10px;
      max-width: 320px; }
      @media (max-width: 767px) {
        .apps-template .no-wrap .shot {
          width: 80%; } }
      .apps-template .no-wrap .shot .screenshot {
        box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1); }

.bdl-banner {
  min-height: 300px;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5%;
  color: #fff;
  font-weight: bold; }
  @media (max-width: 767px) {
    .bdl-banner {
      height: 150px;
      min-height: 150px; } }
  .bdl-banner .tagline {
    padding-top: 0px !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    font-size: 15px;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.8); }
    @media (max-width: 320px) {
      .bdl-banner .tagline {
        margin-top: -8px; } }
  .bdl-banner .title {
    text-align: center;
    font-size: 60px;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.8);
    color: #ffffff;
    line-height: normal; }
    @media (max-width: 320px) {
      .bdl-banner .title {
        font-size: 23px;
        margin-top: 15px; } }
    @media (min-width: 321px) and (max-width: 767px) {
      .bdl-banner .title {
        font-size: 26px;
        margin-top: 10px; } }
  .bdl-banner .megatitle .title {
    font-size: 100px; }
    @media (max-width: 320px) {
      .bdl-banner .megatitle .title {
        font-size: 26px;
        margin-top: 15px; } }
    @media (min-width: 321px) and (max-width: 767px) {
      .bdl-banner .megatitle .title {
        font-size: 30px;
        margin-top: 10px; } }
  .bdl-banner .megatitle .tagline {
    font-size: 20px; }
    @media (max-width: 320px) {
      .bdl-banner .megatitle .tagline {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .bdl-banner div:nth-child(1) {
      padding-top: 10px; } }
  @media (min-width: 768px) {
    .bdl-banner div:nth-child(1) {
      padding-top: 30px; } }
  @media (min-width: 1200px) {
    .bdl-banner div:nth-child(1) {
      padding-top: 0px; } }
@media (max-width: 767px) {
  .nobannermobile .bdl-banner {
    display: none; } }

.bdl-block {
  text-align: left !important; }
  .bdl-block h2 {
    line-height: 2.8rem;
    font-size: 2.6rem;
    color: #ffffff;
    padding: 40px;
    text-align: left !important; }
  .bdl-block .body {
    padding: 20px 40px 40px 40px; }
    .bdl-block .body h3 {
      font-size: 1.8rem;
      line-height: 1.8rem;
      font-weight: 600;
      color: #383C57; }
    .bdl-block .body p {
      line-height: 21px; }
    .bdl-block .body li {
      margin-top: 20px;
      line-height: 2.1rem;
      font-size: 1.6rem; }

/* Wrapper */
.bdl .container {
  padding: 40px; }
  .bdl .container.nopadding {
    padding: 0px; }

.bdl .bdl .container {
  padding: 0px; }

.node-type-prize .bdl-icons .icon .content {
  padding: 0px; }
  .node-type-prize .bdl-icons .icon .content .number {
    font-size: 32px;
    font-weight: lighter;
    color: #21BCBE;
    font-family: 'proxima-nova','proxima-soft',helvetica;
    margin-bottom: -10px; }
    @media (max-width: 767px) {
      .node-type-prize .bdl-icons .icon .content .number {
        padding-left: 20px !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .node-type-prize .bdl-icons .icon .content .number {
        text-align: center; } }
  .node-type-prize .bdl-icons .icon .content .name {
    font-size: 14px;
    font-weight: 200;
    color: #383C57;
    text-transform: uppercase;
    font-family: 'proxima-nova','proxima-soft',helvetica; }
    @media (max-width: 767px) {
      .node-type-prize .bdl-icons .icon .content .name {
        padding-left: 20px !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .node-type-prize .bdl-icons .icon .content .name {
        text-align: center; } }
.node-type-prize .bdl-icons .icon .iconImage {
  padding: 0px; }
  .node-type-prize .bdl-icons .icon .iconImage img {
    max-width: 50px;
    max-height: 50px; }
  @media (max-width: 767px) {
    .node-type-prize .bdl-icons .icon .iconImage {
      text-align: right !important;
      padding-right: 20px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .node-type-prize .bdl-icons .icon .iconImage {
      text-align: right !important; } }
.node-type-prize .bdl-iframe {
  margin-top: 10em;
  margin-bottom: 2em; }
  @media (max-width: 767px) {
    .node-type-prize .bdl-iframe iframe {
      height: 400px; } }
.bdl-image .round img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.noblockimage .bdl-image img {
  display: inline-block; }

.bdl-wrapper .wrapper-left-col.imgspace .bdl-image {
  margin: 5px 2.5px 5px 5px; }

.bdl-wrapper .wrapper-right-col.imgspace .bdl-image {
  margin: 5px 5px 5px 2.5px; }

.bdl-map {
  display: block; }
  .bdl-map .container {
    display: block; }
    .bdl-map .container .text {
      padding: 40px;
      background-color: #ffffff; }
  .bdl-map .map {
    display: block; }
  @media (min-width: 992px) {
    .bdl-map {
      position: relative;
      padding-top: 80px;
      display: block; }
      .bdl-map .container {
        padding: 0;
        display: block; }
        .bdl-map .container .text {
          width: 400px;
          position: absolute;
          z-index: 1;
          top: 20px;
          -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.75); }
      .bdl-map .map {
        display: block; } }
/* Quote */
.bdl-quote .container {
  background-color: #FFFFFF;
  padding: 0; }
  .bdl-quote .container .body {
    vertical-align: middle; }

.bdl-slider {
  text-align: center;
  background-size: 100%;
  position: relative;
  color: #FFF; }
  .bdl-slider h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    margin: auto;
    max-width: 75%;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.8);
    line-height: 60px;
    padding-top: 50px; }
    @media (max-width: 767px) {
      .bdl-slider h1 {
        font-size: 28px;
        line-height: 40px;
        max-width: 100%;
        padding-top: 65px; } }
    @media (min-width: 321px) and (max-width: 767px) {
      .bdl-slider h1 {
        padding-top: 90px;
        max-width: 90%; } }
  .bdl-slider h2 {
    padding-top: 40px;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    margin: 20px auto;
    max-width: 60%;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.8); }
    @media (max-width: 767px) {
      .bdl-slider h2 {
        font-size: 24px !important;
        line-height: 40px;
        max-width: 90% !important;
        padding-top: 0px; } }
  .bdl-slider h4 {
    font-size: 20px;
    margin: 20px auto;
    color: #ffffff;
    max-width: 60%;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.8); }
  .bdl-slider .btn {
    padding: 15px 40px; }
    @media (max-width: 767px) {
      .bdl-slider .btn {
        padding: 10px 15px; } }
  @media (max-width: 767px) {
    .bdl-slider p {
      font-size: 13px;
      max-width: 90%;
      margin: auto; } }
  .bdl-slider.big-slider .slide span {
    bottom: 20px;
    transform: none;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .bdl-slider.big-slider .slide span {
        bottom: 0px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .bdl-slider.big-slider .slide span {
        margin-bottom: 80px; } }
    .bdl-slider.big-slider .slide span h1 {
      max-width: 60%; }
      @media (max-width: 767px) {
        .bdl-slider.big-slider .slide span h1 {
          max-width: 75%; } }
      @media (max-width: 320px) {
        .bdl-slider.big-slider .slide span h1 {
          max-width: 90%; } }
  .bdl-slider.big-slider .slide .thumb {
    float: right;
    background-color: #fff;
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-radius: 5px; }
  .bdl-slider.big-slider .slide .imgThumb {
    max-width: 100px;
    max-height: 100px; }
  .bdl-slider.big-slider #arrow:before {
    color: #21BCBE;
    border-radius: 20px;
    font-family: 'Glyphicons Halflings';
    content: "\e259";
    font-size: 24px;
    position: absolute;
    margin-top: -50px;
    background-color: #F4F4F4;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -15px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .bdl-slider.big-slider #arrow:before {
        margin-top: -80px; } }
  .bdl-slider .slide {
    background-size: cover;
    background-position: center;
    height: 660px;
    position: relative; }
    .bdl-slider .slide span {
      position: absolute;
      width: 100%;
      left: 0; }
    .bdl-slider .slide:before {
      content: " ";
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(top, rgba(34, 34, 37, 0) 0%, rgba(34, 34, 37, 0) 35%, #222225 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(34, 34, 37, 0) 0%, rgba(34, 34, 37, 0) 35%, #222225 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(34, 34, 37, 0) 0%, rgba(34, 34, 37, 0) 35%, #222225 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222225', endColorstr='#222225',GradientType=0 );
      /* IE6-9 */
      position: absolute;
      bottom: 0; }
    .bdl-slider .slide video {
      display: none;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      min-width: 100%;
      height: auto;
      margin: auto; }
      @media (min-width: 768px) {
        .bdl-slider .slide video {
          display: inline-block; } }
      @media (min-width: 1199px) {
        .bdl-slider .slide video {
          left: 0; } }
  .bdl-slider .slick-slider {
    margin-bottom: 0px; }
  .bdl-slider .draw-box .slider-arrows-white {
    text-align: left;
    position: absolute;
    width: 100%;
    height: 0px;
    top: 40%;
    bottom: 5px; }
    @media (max-width: 991px) {
      .bdl-slider .draw-box .slider-arrows-white {
        display: none; } }
    .bdl-slider .draw-box .slider-arrows-white .slick-prev, .bdl-slider .draw-box .slider-arrows-white .slick-next {
      position: absolute;
      display: inline-block !important;
      width: 50px;
      height: 50px;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 7px;
      border: 2px solid rgba(255, 255, 255, 0.2); }
      .bdl-slider .draw-box .slider-arrows-white .slick-prev:before, .bdl-slider .draw-box .slider-arrows-white .slick-next:before {
        opacity: 1;
        font-family: 'YT';
        font-size: 14px;
        padding: 15px; }
    .bdl-slider .draw-box .slider-arrows-white .slick-prev {
      left: 15px; }
      .bdl-slider .draw-box .slider-arrows-white .slick-prev:before {
        color: white;
        content: "\64"; }
    .bdl-slider .draw-box .slider-arrows-white .slick-next {
      right: 15px; }
      .bdl-slider .draw-box .slider-arrows-white .slick-next:before {
        color: white;
        content: "\6d"; }

.bdl-slider.container {
  position: relative; }
  .bdl-slider.container .slides {
    width: 760px;
    z-index: 1;
    margin-left: 382px;
    margin-top: 30px; }
  .bdl-slider.container .slide {
    height: 440px; }
    .bdl-slider.container .slide span {
      display: none; }
    .bdl-slider.container .slide:before {
      display: none; }
  .bdl-slider.container .draw-box {
    display: block;
    background-color: #ffffff;
    min-height: 438px;
    position: absolute;
    top: 0;
    width: 1060px;
    border-left: 6px solid #21BCBE; }
    @media (max-width: 991px) {
      .bdl-slider.container .draw-box {
        position: relative;
        width: auto; } }
    .bdl-slider.container .draw-box .text {
      width: 382px;
      padding: 40px;
      color: #383C57;
      text-align: left; }
      @media (max-width: 991px) {
        .bdl-slider.container .draw-box .text {
          width: auto;
          padding-top: 100px; } }
      .bdl-slider.container .draw-box .text h1 {
        color: #383C57;
        text-align: left;
        text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.8); }
      .bdl-slider.container .draw-box .text h4 {
        color: #383C57;
        font-size: 28px;
        margin: 0px 0px 20px 0px;
        text-align: left;
        text-shadow: none; }
    .bdl-slider.container .draw-box .slider-arrows-turquoise {
      text-align: left;
      padding: 40px;
      position: absolute;
      bottom: 5px; }
      @media (max-width: 991px) {
        .bdl-slider.container .draw-box .slider-arrows-turquoise {
          top: 5px; } }
      .bdl-slider.container .draw-box .slider-arrows-turquoise .slick-prev, .bdl-slider.container .draw-box .slider-arrows-turquoise .slick-next {
        position: relative;
        left: auto;
        display: inline-block !important;
        width: 50px;
        height: 50px; }
        .bdl-slider.container .draw-box .slider-arrows-turquoise .slick-prev:before, .bdl-slider.container .draw-box .slider-arrows-turquoise .slick-next:before {
          opacity: 1;
          font-family: 'YT';
          font-size: 14px;
          padding: 15px;
          border: 2px solid #21BCBE;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          border-radius: 3px; }
      .bdl-slider.container .draw-box .slider-arrows-turquoise .slick-prev {
        margin-right: 40px; }
        .bdl-slider.container .draw-box .slider-arrows-turquoise .slick-prev:before {
          color: #21BCBE;
          content: "\64"; }
      .bdl-slider.container .draw-box .slider-arrows-turquoise .slick-next:before {
        background-color: #21BCBE;
        color: #ffffff;
        content: "\6d"; }

.bdl-slider.front {
  text-align: center; }
  .bdl-slider.front .slide {
    height: 550px; }
    .bdl-slider.front .slide span {
      padding-top: 50px; }
    .bdl-slider.front .slide h2 {
      font-size: 50px;
      text-shadow: 0px 2px 6px rgba(22, 24, 49, 0.3);
      line-height: 1;
      max-width: 60%; }
      @media (max-width: 768px) {
        .bdl-slider.front .slide h2 {
          max-width: 85%;
          font-size: 40px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .bdl-slider.front .slide h2 {
          max-width: 80%;
          font-size: 40px; } }
      @media (min-width: 992px) and (max-width: 1350px) {
        .bdl-slider.front .slide h2 {
          max-width: 75%;
          font-size: 45px; } }
    .bdl-slider.front .slide p {
      text-shadow: 0px 2px 6px rgba(22, 24, 49, 0.3); }

.node-type-prize .bdl-slider h2 {
  padding-top: 0; }

.node-type-prize .bdl-slider .prize_draw_number {
  padding-top: 60px; }

@media (max-width: 991px) {
  .node-type-prize .bdl-slider .slides {
    width: auto;
    margin-left: 0px; } }

.bdl-slider.node-type-prize h2 {
  padding-top: 0; }

.bdl-slider.node-type-prize .prize_draw_number {
  padding-top: 60px; }

@media (max-width: 991px) {
  .bdl-slider.node-type-prize .slides {
    width: auto;
    margin-left: 0px; } }

.prize-links {
  position: absolute;
  z-index: 10;
  margin-left: 20px; }

/* Stats */
.bdl-stats.container {
  margin-bottom: 0;
  text-align: center;
  background-color: #FFFFFF; }
  .bdl-stats.container .row {
    background-color: #FFFFFF;
    display: inline-block;
    padding: 40px 40px 0px 40px;
    margin-right: 0;
    margin-right: 0; }
  .bdl-stats.container .stat {
    text-align: center;
    padding-bottom: 20px; }
    .bdl-stats.container .stat .stats {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      border: 8px solid #ccc;
      padding: 2px 2px 2px 2px;
      color: #FFFFFF;
      width: 220px;
      height: 220px;
      margin: 0 auto; }
      .bdl-stats.container .stat .stats .stats-bg {
        height: 100%;
        width: 100%;
        background-color: #ccc;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .bdl-stats.container .stat .stats .content {
        transform: translateY(50%); }
      .bdl-stats.container .stat .stats .label {
        font-size: 45px;
        font-weight: 600;
        font-family: 'proxima-nova','proxima-soft',helvetica; }
      .bdl-stats.container .stat .stats .value {
        width: 80px;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
        text-transform: capitalize; }
    @media (max-width: 320px) {
      .bdl-stats.container .stat .stats .content .label {
        line-height: 180px; }
      .bdl-stats.container .stat .stats .content .value {
        margin-top: -70px !important; } }
    @media (min-width: 768px) {
      .bdl-stats.container .stat .stats {
        width: 150px;
        height: 150px; }
        .bdl-stats.container .stat .stats .label {
          font-size: 20px;
          font-weight: 600; }
        .bdl-stats.container .stat .stats .value {
          width: 80px;
          font-size: 10px; } }
    @media (min-width: 992px) {
      .bdl-stats.container .stat .stats {
        width: 220px;
        height: 220px; }
        .bdl-stats.container .stat .stats .label {
          font-size: 45px;
          font-weight: 600; }
        .bdl-stats.container .stat .stats .value {
          width: 134px;
          font-size: 14px; } }
    @media (min-width: 1200px) {
      .bdl-stats.container .stat .stats {
        width: 254px;
        height: 254px; }
        .bdl-stats.container .stat .stats .label {
          font-size: 52px;
          font-weight: 600; }
        .bdl-stats.container .stat .stats .value {
          width: 134px;
          font-size: 16px; } }
.node-type-prize .bdl-stats {
  background-color: #ffffff; }
  @media (max-width: 767px) {
    .node-type-prize .bdl-stats {
      text-align: center; } }
  .node-type-prize .bdl-stats .stat {
    display: block;
    width: 90%;
    margin: 10px 20px; }
    .node-type-prize .bdl-stats .stat .stats .label {
      font-size: 50px;
      font-weight: 600;
      color: #21BCBE;
      text-align: left;
      padding: 0; }
    .node-type-prize .bdl-stats .stat .stats .value {
      font-size: 16px;
      color: #383C57;
      text-transform: uppercase; }

/* Tabs */
.bdl-tab .container {
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ffffff; }
  .bdl-tab .container.dropshadow:after {
    padding-bottom: 40px;
    background-color: #ffffff; }
  .bdl-tab .container .panel {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .bdl-tab .container .panel-default {
    border: none; }
  @media (max-width: 767px) {
    .bdl-tab .container .panel-group {
      margin-top: 20px; } }
  .bdl-tab .container .panel-heading {
    background-color: #21BCBE; }
    .bdl-tab .container .panel-heading .panel-title {
      color: #ffffff; }
      .bdl-tab .container .panel-heading .panel-title:after {
        font-family: FontAwesome;
        content: "\f078";
        float: right;
        margin-top: -45px; }
      @media (min-width: 768px) {
        .bdl-tab .container .panel-heading .panel-title:after {
          content: none; } }
      .bdl-tab .container .panel-heading .panel-title a {
        display: block; }
    .bdl-tab .container .panel-heading:hover {
      background-color: #0C8C8E; }
      .bdl-tab .container .panel-heading:hover a {
        text-decoration: none; }
  .bdl-tab .container .panel-body ul li {
    margin-bottom: 10px;
    font-size: 1.7rem;
    line-height: 1.7;
    font-family: 'proxima-nova','proxima-soft'; }
  @media (min-width: 768px) {
    .bdl-tab .container .row {
      margin: 0; }
    .bdl-tab .container .bdl-view {
      margin-top: 20px;
      margin-top: 20px; }
    .bdl-tab .container .nav-tabs {
      text-align: center;
      list-style-type: none;
      background-color: #21BCBE;
      float: none;
      height: 60px;
      margin-left: -15px;
      margin-right: -15px; }
      .bdl-tab .container .nav-tabs li {
        text-align: center;
        display: inline;
        float: none;
        background-color: #21BCBE; }
        .bdl-tab .container .nav-tabs li.active {
          background-color: #0C8C8E; }
          .bdl-tab .container .nav-tabs li.active a {
            border: none;
            background-color: #0C8C8E;
            color: #ffffff; }
            .bdl-tab .container .nav-tabs li.active a:after {
              top: 100%;
              left: 50%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-top-color: #0C8C8E;
              border-width: 8px;
              margin-left: -8px; }
            .bdl-tab .container .nav-tabs li.active a:hover:after {
              border-top-color: #15e8eb; }
        .bdl-tab .container .nav-tabs li a {
          display: inline-block;
          border: none;
          color: #ffffff;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          height: 100%;
          min-width: 150px;
          margin: 0;
          margin-left: -3px; }
          .bdl-tab .container .nav-tabs li a:hover {
            background-color: #15e8eb; }
        .bdl-tab .container .nav-tabs li:before {
          margin: 0;
          border: none;
          width: auto;
          height: auto;
          content: none; }
    .bdl-tab .container .tab-content {
      padding: 40px; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .bdl-tab .container .tab-content .panel-group {
      margin-top: 20px; } }
  @media (min-width: 768px) {
      .bdl-tab .container .tab-content .panel-group .panel {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        border: none; }
        .bdl-tab .container .tab-content .panel-group .panel .panel-heading {
          padding: 15px;
          background-color: #ffffff;
          border-bottom: 1px solid #F4F4F4; }
          .bdl-tab .container .tab-content .panel-group .panel .panel-heading .panel-title {
            color: #383C57; }
            .bdl-tab .container .tab-content .panel-group .panel .panel-heading .panel-title a {
              text-decoration: none;
              font-size: 24px;
              font-weight: normal;
              color: #21BCBE;
              display: block; }
              .bdl-tab .container .tab-content .panel-group .panel .panel-heading .panel-title a:after {
                font-family: 'Glyphicons Halflings';
                content: "\e259";
                float: right;
                font-weight: normal;
                font-size: 20px;
                color: #21BCBE; }
              .bdl-tab .container .tab-content .panel-group .panel .panel-heading .panel-title a.collapsed {
                color: #333244; }
                .bdl-tab .container .tab-content .panel-group .panel .panel-heading .panel-title a.collapsed:after {
                  font-family: 'Glyphicons Halflings';
                  content: "\e258";
                  font-weight: normal;
                  color: #333244; }
      .bdl-tab .container .tab-content .panel-group .collapse .panel-body {
        padding-bottom: 30px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .bdl-tab .container .nav-tabs {
      height: auto; } }
.bdl-tab .accordion .panel {
  border: 1px solid rgba(0, 0, 0, 0.1) !important; }
  .bdl-tab .accordion .panel .panel-heading {
    color: #333333 !important;
    background-color: #f5f5f5 !important; }
    .bdl-tab .accordion .panel .panel-heading a {
      position: relative; }
      .bdl-tab .accordion .panel .panel-heading a:after {
        font-family: "FontAwesome";
        content: "\f106";
        text-transform: lowercase;
        font-style: normal;
        right: 0;
        font-size: 28px;
        position: absolute; }
      .bdl-tab .accordion .panel .panel-heading a.collapsed:after {
        content: "\f107"; }
  .bdl-tab .accordion .panel .panel-body {
    padding: 20px !important;
    outline: none !important; }

@media (min-width: 768px) {
  .bdl-drp-block .nav-tabs li.active-trail {
    background-color: #0C8C8E; }
    .bdl-drp-block .nav-tabs li.active-trail a {
      border: none;
      background-color: #0C8C8E;
      color: #ffffff; }
      .bdl-drp-block .nav-tabs li.active-trail a:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #0C8C8E;
        border-width: 8px;
        margin-left: -8px; } }

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

.bdl-text .container {
  background: #ffffff; }
  @media (max-width: 767px) {
    .bdl-text .container {
      padding: 20px; } }
.bdl-text h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Tofino';
  font-weight: 700; }

.bdl-text h2, .bdl-text .introtext p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Tofino';
  font-weight: 700; }

.bdl-text li {
  padding: 7px 0px;
  font-family: 'proxima-nova','proxima-soft'; }

.bdl-text--center {
  text-align: center; }
  @media (min-width: 1200px) {
    .bdl-text--center .body {
      margin: 0px auto; } }
.bdl-text .container {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.bdl-text .bold--blue strong {
  font-weight: normal;
  color: #00ADEE; }

.bdl-text .title h1 {
  margin-bottom: 0px; }

.bdl-tile.bdl .container {
  padding: 0px; }

.bdl-tile .container {
  background-color: #ffffff; }

.bdl-tile .row {
  max-width: 90%;
  margin: 0px auto !important; }
  @media (min-width: 992px) {
    .bdl-tile .row {
      padding: 40px; } }
.bdl-tile .tile {
  padding: 20px 30px 0px;
  text-align: center; }
  .bdl-tile .tile.tile-click:hover {
    background-color: rgba(255, 82, 184, 0.1);
    cursor: pointer; }
    .bdl-tile .tile.tile-click:hover .tile-title {
      color: #EB008B; }
  .bdl-tile .tile .tile-link:hover {
    text-decoration: none; }
  .bdl-tile .tile .tile-img {
    min-height: 110px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 20px; }
  .bdl-tile .tile .tile-title {
    color: #383C57;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 10px; }
  .bdl-tile .tile .tile-tag {
    color: #383C57;
    font-family: 'proxima-nova','proxima-soft';
    font-size: 15px;
    margin-bottom: 20px; }
  .bdl-tile .tile .tile-link a {
    color: #EB008B;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block; }
    .bdl-tile .tile .tile-link a:hover {
      text-decoration: none; }
  .bdl-tile .tile.clear {
    clear: both; }
  @media (max-width: 991px) {
    .bdl-tile .tile.clear-sm {
      clear: both; } }
.bdl-tile .support .tile {
  min-height: 400px; }

.bdl-view .view-filters {
  background-color: #21BCBE;
  color: #ffffff; }
  .bdl-view .view-filters .views-exposed-widgets {
    margin-top: 1em; }
    .bdl-view .view-filters .views-exposed-widgets .views-exposed-widget {
      width: 50%; }
      @media (max-width: 767px) {
        .bdl-view .view-filters .views-exposed-widgets .views-exposed-widget {
          width: 100%;
          margin-bottom: 20px; } }
    .bdl-view .view-filters .views-exposed-widgets label {
      display: none; }
    .bdl-view .view-filters .views-exposed-widgets .views-submit-button {
      padding-top: 0; }
      .bdl-view .view-filters .views-exposed-widgets .views-submit-button button {
        margin-top: 0; }
    .bdl-view .view-filters .views-exposed-widgets .btn {
      margin-top: 0; }
    .bdl-view .view-filters .views-exposed-widgets .form-select {
      background-color: transparent; }

@media (max-width: 991px) {
  .bdl-view .container {
    padding: 15px !important; } }

.bdl-view .container .insight-type .item {
  height: 250px; }
  .bdl-view .container .insight-type .item:hover {
    background-color: rgba(255, 82, 184, 0.1);
    color: #EB008B;
    text-decoration: none; }
    .bdl-view .container .insight-type .item:hover a {
      color: #EB008B;
      text-decoration: none; }
  .bdl-view .container .insight-type .item a {
    text-decoration: none;
    color: #383C57; }
    .bdl-view .container .insight-type .item a:hover {
      color: #EB008B;
      text-decoration: none; }
    .bdl-view .container .insight-type .item a .image img {
      margin: 0 auto; }
  @media (min-width: 768px) {
    .bdl-view .container .insight-type .item {
      height: 180px; } }
.bdl-view .view-media-release-posts .paging {
  float: left;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 1, 0.05); }
  @media (max-width: 768px) {
    .bdl-view .view-media-release-posts .paging {
      float: none;
      margin-left: auto; } }
  .bdl-view .view-media-release-posts .paging .pagination {
    float: right;
    margin-right: 44px; }

.bdl-view .office_details {
  font-family: 'proxima-nova','proxima-soft',helvetica;
  font-size: 1.7rem !important; }
  .bdl-view .office_details address p {
    font-size: 1.7rem !important; }

/* Wrapper */
.bdl-wrapper .container {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0; }
  .bdl-wrapper .container .text-left h2, .bdl-wrapper .container .text-left .title, .bdl-wrapper .container .text-left p, .bdl-wrapper .container .text-left .introtext p {
    text-align: left; }

.bdl-wrapper--orange {
  background-color: #F8811B; }
  .bdl-wrapper--orange ul li:before {
    border: 1px solid #ffffff; }

.bdl-wrapper--green {
  background-color: #B2D235; }
  .bdl-wrapper--green ul li:before {
    border: 1px solid #ffffff; }

.bdl-wrapper--pink {
  background-color: #EB008B; }
  .bdl-wrapper--pink ul li:before {
    border: 1px solid #ffffff; }

.bdl-wrapper--purple {
  background-color: #7E69AC; }
  .bdl-wrapper--purple ul li:before {
    border: 1px solid #ffffff; }

.bdl-wrapper--transparent {
  background-color: transparent !important; }

.bdl-wrapper--orange, .bdl-wrapper--green, .bdl-wrapper--pink, .bdl-wrapper--purple,
.bdl-wrapper .text-center {
  text-align: center; }
  .bdl-wrapper--orange h2, .bdl-wrapper--orange .title, .bdl-wrapper--green h2, .bdl-wrapper--green .title, .bdl-wrapper--pink h2, .bdl-wrapper--pink .title, .bdl-wrapper--purple h2, .bdl-wrapper--purple .title,
  .bdl-wrapper .text-center h2,
  .bdl-wrapper .text-center .title {
    text-align: center; }
  .bdl-wrapper--orange p,
  .bdl-wrapper--orange .introtext p, .bdl-wrapper--green p,
  .bdl-wrapper--green .introtext p, .bdl-wrapper--pink p,
  .bdl-wrapper--pink .introtext p, .bdl-wrapper--purple p,
  .bdl-wrapper--purple .introtext p,
  .bdl-wrapper .text-center p,
  .bdl-wrapper .text-center .introtext p {
    text-align: center; }

.bdl-wrapper--divider-left {
  border-left: 1px solid #F4F4F4; }

.bdl-wrapper--divider-right {
  border-right: 1px solid #F4F4F4; }

.dropshadow.container {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 1, 0.05); }
  .dropshadow.container::after {
    margin-bottom: 40px;
    background-color: #F4F4F4;
    content: " ";
    display: block; }

.boxshadow {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.08); }

.bdl .container.dropshadow {
  margin-bottom: 3em; }

.over-banner {
  margin-top: 0; }
  .over-banner .container .row {
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
  @media (min-width: 768px) {
    .over-banner {
      margin-top: -10em; } }
.bdl_audience_view {
  margin-top: 20px; }
  .bdl_audience_view a {
    text-decoration: none; }
  .bdl_audience_view .audience {
    min-height: 350px; }
    .bdl_audience_view .audience a {
      display: block; }
    .bdl_audience_view .audience .white-bg {
      background-color: #ffffff;
      width: 100%;
      height: 100%;
      border-radius: 3px; }
    .bdl_audience_view .audience .image {
      padding: 20px; }
      .bdl_audience_view .audience .image img {
        width: 100%; }
    .bdl_audience_view .audience .content {
      min-height: 140px;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .bdl_audience_view .audience .content .name span {
        font-size: 24px; }
      .bdl_audience_view .audience .content .description span {
        font-size: 18px;
        color: #4F5055; }
    .bdl_audience_view .audience .enter-button {
      height: 60px;
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 0px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
      .bdl_audience_view .audience .enter-button span {
        padding: 12px;
        display: block;
        font-size: 24px; }
      .bdl_audience_view .audience .enter-button .arrow {
        width: 25px;
        height: 25px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        bottom: 10px;
        left: 45%;
        text-align: center; }
  @media (min-width: 768px) and (max-width: 991px) {
    .bdl_audience_view .audience {
      min-height: auto !important; }
    .bdl_audience_view .content .name span {
      font-size: 32px; }
    .bdl_audience_view .content .description span {
      font-size: 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .bdl_audience_view .audience {
      min-height: auto !important; }
      .bdl_audience_view .audience .image {
        padding: 10px; }
      .bdl_audience_view .audience .content {
        min-height: 80px; }
        .bdl_audience_view .audience .content .name span {
          font-size: 2.5rem; }
      .bdl_audience_view .audience .enter-button {
        position: relative;
        left: 0px;
        right: 0px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .front .audience {
    width: 20% !important; } }

@media (min-width: 1200px) {
  .front .audience {
    width: 20% !important; } }

.bdl_story img {
  width: 100%; }
  @media (min-width: 768px) {
    .bdl_story img {
      width: 330px;
      height: 330px;
      border-radius: 50%;
      position: absolute;
      z-index: 1;
      left: -20px;
      top: -20px; } }
  @media (min-width: 992px) {
    .bdl_story img {
      width: 370px;
      height: 370px;
      left: -80px;
      top: -30px; } }
.bdl_story .item {
  min-height: 300px; }
  .bdl_story .item .content {
    padding: 30px; }
    .bdl_story .item .content .title {
      font-size: 2rem;
      line-height: 3rem; }
      @media (min-width: 768px) {
        .bdl_story .item .content .title {
          font-size: 3rem;
          line-height: 3.2rem; } }
      @media (min-width: 992px) {
        .bdl_story .item .content .title {
          font-size: 3.2rem;
          line-height: 3.6rem; } }
.bdl-paged-story {
  overflow: hidden;
  position: relative; }
  .bdl-paged-story .page img {
    display: inline-block;
    max-height: 450px;
    max-width: 75%; }
  .bdl-paged-story .pageIndexContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px; }
    .bdl-paged-story .pageIndexContainer .roundedComponent {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background-color: #D8D8D8;
      display: inline-block; }
      .bdl-paged-story .pageIndexContainer .roundedComponent.active {
        width: 20px;
        height: 20px;
        background-color: #00ADEE; }
      .bdl-paged-story .pageIndexContainer .roundedComponent:not(:first-child) {
        margin-left: 20px; }
  .bdl-paged-story .buttons {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    pointer-events: none; }
    .bdl-paged-story .buttons > a {
      pointer-events: auto;
      width: initial;
      background-color: #EB008B;
      color: #ffffff; }
      .bdl-paged-story .buttons > a:hover {
        background-color: #b8006d;
        color: #ffffff; }
      .bdl-paged-story .buttons > a.lastPage {
        opacity: 0.15; }
    .bdl-paged-story .buttons .backButtonStory {
      float: left; }
      .bdl-paged-story .buttons .backButtonStory i {
        position: relative;
        top: 3px; }
    .bdl-paged-story .buttons .nextButtonStory {
      float: right; }
      .bdl-paged-story .buttons .nextButtonStory i {
        position: relative;
        top: 3px; }
  @media (max-width: 320px) {
    .bdl-paged-story .buttons {
      top: 35% !important; } }
  @media (max-width: 991px) {
    .bdl-paged-story .buttons {
      position: absolute;
      top: 40%;
      transform: translateY(-50%); }
      .bdl-paged-story .buttons > a {
        padding: 7px 7px 0px 6px; } }
.bdl_audio .play {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #ffffff;
  margin: 15px auto 40px auto;
  position: relative;
  z-index: 1;
  left: 3px; }
  .bdl_audio .play.active {
    border-color: transparent; }
    .bdl_audio .play.active:after {
      content: '';
      opacity: 1;
      width: 17px;
      height: 19px;
      background: #EB008B;
      border-left: 6px solid #ffffff;
      border-right: 6px solid #ffffff;
      box-shadow: inset 20px 0 0 0 #EB008B;
      position: absolute;
      top: -10px;
      right: 1px; }

.bdl_audio .player {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center; }

.bdl_audio .btn_play_pause {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #EB008B; }

.bdl_audio input[type="range"] {
  -webkit-appearance: none;
  display: block;
  width: 50%;
  height: 7px;
  border-radius: 20px;
  background-color: #E2E2E2;
  outline: 0; }

.bdl_audio input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  background: #EB008B;
  /* Old browsers */ }

.bdl-testimonial {
  font-size: 2.0rem;
  line-height: 3.4rem;
  font-weight: 600;
  color: #FAA61A;
  margin-top: 40px;
  margin-bottom: 40px; }

.bdl-bullet-items .titles .title {
  color: #ffffff; }

.bdl-bullet-items .titles .subtitle p {
  font-size: 2.4rem;
  line-height: 3rem; }

.bdl-bullet-items .items .item {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px; }
  .bdl-bullet-items .items .item p {
    font-size: 1.6rem;
    line-height: 2.2rem; }
  .bdl-bullet-items .items .item label {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: -5px;
    border-radius: 50%;
    background-color: #ffffff; }
    .bdl-bullet-items .items .item label:after {
      content: '';
      position: absolute;
      width: 9px;
      height: 5px;
      top: 5px;
      left: 4px;
      border: 2px solid #B1D31D;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.bdl-callout {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center; }
  .bdl-callout p {
    font-size: 2.4rem;
    line-height: 3rem; }
  .bdl-callout .arrow {
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    bottom: -12px;
    left: 48%;
    z-index: 2;
    text-align: center;
    margin-top: 15px; }

.bdl_support_us_stories .imgContainer {
  z-index: 999; }
  .bdl_support_us_stories .imgContainer img {
    margin-left: 20px; }

.bdl_support_us_stories .contentContainer {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px #ccc;
  padding: 0px; }
  .bdl_support_us_stories .contentContainer .titleContainer {
    min-height: 150px;
    text-align: center;
    padding: 30px; }
    .bdl_support_us_stories .contentContainer .titleContainer .tagline {
      color: #ffffff;
      font-size: 2rem;
      text-transform: uppercase;
      margin: 0px; }
    .bdl_support_us_stories .contentContainer .titleContainer .title {
      color: #ffffff;
      font-size: 5rem;
      line-height: 4.2rem;
      margin-top: 10px; }
    .bdl_support_us_stories .contentContainer .titleContainer .pageIndexContainer {
      display: inline-block; }
      .bdl_support_us_stories .contentContainer .titleContainer .pageIndexContainer .roundedComponent {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        display: inline-block;
        margin-left: 5px; }
        .bdl_support_us_stories .contentContainer .titleContainer .pageIndexContainer .roundedComponent.active {
          background-color: #ffffff !important; }
    .bdl_support_us_stories .contentContainer .titleContainer .buttons {
      color: #ffffff;
      padding: 40px;
      font-size: 2.4rem; }
      .bdl_support_us_stories .contentContainer .titleContainer .buttons.left {
        text-align: right; }
      .bdl_support_us_stories .contentContainer .titleContainer .buttons.right {
        text-align: left; }
      .bdl_support_us_stories .contentContainer .titleContainer .buttons button {
        outline: none; }
      @media (max-width: 767px) {
        .bdl_support_us_stories .contentContainer .titleContainer .buttons {
          padding: 0px 15px; } }
    .bdl_support_us_stories .contentContainer .titleContainer.pink {
      background-color: #EB008B; }
      .bdl_support_us_stories .contentContainer .titleContainer.pink .roundedComponent {
        background-color: #b8006d; }
    .bdl_support_us_stories .contentContainer .titleContainer.green {
      background-color: #B2D235; }
      .bdl_support_us_stories .contentContainer .titleContainer.green .roundedComponent {
        background-color: #92ad27; }
    .bdl_support_us_stories .contentContainer .titleContainer.purple {
      background-color: #7E69AC; }
      .bdl_support_us_stories .contentContainer .titleContainer.purple .roundedComponent {
        background-color: #655191; }
    .bdl_support_us_stories .contentContainer .titleContainer.blue {
      background-color: #00ADEE; }
      .bdl_support_us_stories .contentContainer .titleContainer.blue .roundedComponent {
        background-color: #0088bb; }
    .bdl_support_us_stories .contentContainer .titleContainer.yellow {
      background-color: #FFC31B; }
      .bdl_support_us_stories .contentContainer .titleContainer.yellow .roundedComponent {
        background-color: #e7aa00; }
    .bdl_support_us_stories .contentContainer .titleContainer.orange {
      background-color: #F8811B; }
      .bdl_support_us_stories .contentContainer .titleContainer.orange .roundedComponent {
        background-color: #d96807; }
  .bdl_support_us_stories .contentContainer .content {
    padding: 30px 50px 30px 50px; }
    .bdl_support_us_stories .contentContainer .content h2 {
      font-size: 3rem;
      line-height: 3.7rem; }
    .bdl_support_us_stories .contentContainer .content.pink h2 {
      color: #EB008B; }
    .bdl_support_us_stories .contentContainer .content.green h2 {
      color: #B2D235; }
    .bdl_support_us_stories .contentContainer .content.purple h2 {
      color: #7E69AC; }
    .bdl_support_us_stories .contentContainer .content.blue h2 {
      color: #00ADEE; }
    .bdl_support_us_stories .contentContainer .content.yellow h2 {
      color: #FFC31B; }
    .bdl_support_us_stories .contentContainer .content.orange h2 {
      color: #F8811B; }
    .bdl_support_us_stories .contentContainer .content .readMoreBtn {
      padding: 0px; }

@media (max-width: 1199px) {
  .bdl_support_us_stories .imgContainer img {
    width: 100%;
    margin-left: 30px; } }

@media (max-width: 767px) {
  .bdl_support_us_stories .contentContainer .titleContainer {
    min-height: 170px; } }

.bdl-recommendation .mainTitle {
  margin: 30px;
  font-size: 22px;
  color: #9F9F9F;
  font-weight: 200; }

.bdl-recommendation .view_item {
  margin-bottom: 0px !important;
  padding-left: 10px;
  padding-right: 10px; }
  .bdl-recommendation .view_item .internalContainer {
    height: 335px !important; }
    .bdl-recommendation .view_item .internalContainer .squareImage {
      height: 180px !important;
      overflow: hidden; }
      .bdl-recommendation .view_item .internalContainer .squareImage .app-tag {
        padding: 5px;
        background-color: #00ADEE;
        color: #ffffff;
        border-bottom-left-radius: 4px; }
    .bdl-recommendation .view_item .internalContainer .content {
      height: 155px !important;
      padding: 10px !important; }
      .bdl-recommendation .view_item .internalContainer .content .title {
        font-size: 2rem !important;
        line-height: 2.4rem !important;
        margin-bottom: 10px !important; }
      .bdl-recommendation .view_item .internalContainer .content .subtitle {
        font-size: 1.4rem !important;
        line-height: 2rem !important; }
      .bdl-recommendation .view_item .internalContainer .content .link {
        bottom: 10px !important;
        font-size: 1.4rem !important;
        text-align: right; }
    .bdl-recommendation .view_item .internalContainer .storyImage {
      height: 140px !important;
      background-size: cover; }
    .bdl-recommendation .view_item .internalContainer .storyContent {
      height: 140px !important;
      padding: 15px !important; }
      .bdl-recommendation .view_item .internalContainer .storyContent .storyTitle {
        font-size: 2rem !important;
        line-height: 2.4rem !important; }
    .bdl-recommendation .view_item .internalContainer .storyLink {
      padding: 5px 20px;
      margin-top: 0px;
      margin-bottom: 0px;
      font-size: 14px;
      display: inline-block; }

@media (min-width: 992px) and (max-width: 1199px) {
  .bdl-recommendation .view_item .internalContainer .storyContent {
    padding: 10px !important; } }

@media (max-width: 991px) {
  .bdl-recommendation .view_item {
    min-height: 360px !important; }
    .bdl-recommendation .view_item .internalContainer .storyContent {
      min-height: auto !important; } }

@media (max-width: 767px) {
  .bdl-recommendation .view_item .internalContainer .content .title {
    font-size: 2.2rem !important; }
  .bdl-recommendation .view_item .internalContainer .content .subtitle {
    font-size: 1.7rem !important; } }

.bdl-review-date {
  text-align: center;
  color: #9F9F9F; }

.khl-modal .modal-dialog .modal-header {
  padding: 0px;
  border: 0px; }
  .khl-modal .modal-dialog .modal-header .close {
    color: #ffffff;
    font-size: 30px;
    text-shadow: none;
    opacity: 1; }

.khl-modal .modal-dialog.big-modal .modal-header {
  padding: 10px;
  border: 0px; }
  .khl-modal .modal-dialog.big-modal .modal-header .close {
    color: #4F5055;
    font-size: 30px;
    text-shadow: none;
    opacity: 1; }
  .khl-modal .modal-dialog.big-modal .modal-header button span {
    font-size: 50px; }

#getHelpModal .close {
  position: absolute;
  right: 0;
  opacity: 1;
  margin: 10px 20px;
  z-index: 1;
  outline: none; }
  #getHelpModal .close span {
    font-size: 60px;
    color: #00ADEE; }

#getHelpModal .modal-body {
  padding: 50px; }

#getHelpModal .bubble-section .bubble {
  border-radius: 10px;
  border: solid 2px #E1E0E4;
  text-align: left;
  padding: 20px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  margin-bottom: 15px; }
  #getHelpModal .bubble-section .bubble .title {
    font-size: 26px;
    font-weight: bold; }
  #getHelpModal .bubble-section .bubble .text {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px; }
    #getHelpModal .bubble-section .bubble .text p {
      font-size: 15px; }
  #getHelpModal .bubble-section .bubble .btn {
    font-weight: bold;
    box-shadow: 0 9px 6px -4px #ddd;
    margin: 0 0 5px; }
  #getHelpModal .bubble-section .bubble .bubble-image {
    margin-top: 10px;
    height: 180px; }
  #getHelpModal .bubble-section .bubble--niggle {
    background-color: #617FB6;
    border-color: #617FB6;
    border-bottom: none;
    color: #fff;
    background-position: right bottom;
    overflow: hidden; }
    #getHelpModal .bubble-section .bubble--niggle .btn {
      box-shadow: 0 9px 6px -4px #546fa0; }
    #getHelpModal .bubble-section .bubble--niggle .bubble-image {
      position: relative;
      bottom: -25px;
      margin-top: 0; }

#getHelpModal .image-container {
  height: 150px; }
  #getHelpModal .image-container img {
    max-width: 140px;
    margin: auto; }

#getHelpModal .helpService {
  margin-bottom: 50px; }
  #getHelpModal .helpService .content {
    font-size: 15px;
    color: #656565; }
    #getHelpModal .helpService .content p {
      font-size: 15px;
      min-height: 50px;
      color: #656565; }
    #getHelpModal .helpService .content .btn {
      position: relative; }
      #getHelpModal .helpService .content .btn span {
        margin-left: 25px; }
      #getHelpModal .helpService .content .btn::before {
        color: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 16px; }

@media (min-width: 992px) {
  #getHelpModal .helpService {
    margin-bottom: 0; }
  #getHelpModal .bubble-section .bubble {
    margin-bottom: 0; }
    #getHelpModal .bubble-section .bubble .text {
      margin-bottom: 0; }
    #getHelpModal .bubble-section .bubble .bubble-image {
      margin-top: 0; } }

.bdl-donate-thank-you #thank-you-subtitle {
  font-size: 22px; }

.bdl-donate-thank-you img {
  display: block;
  margin: 0 auto; }

.bdl-donate-thank-you .share > a {
  height: 44px;
  width: 44px;
  color: white;
  background-color: #EB008B;
  border-radius: 22px;
  display: inline-block; }
  .bdl-donate-thank-you .share > a:hover {
    background-color: #b8006d; }
  .bdl-donate-thank-you .share > a:not(:first-child) {
    margin-left: 5px; }

.bdl-donate-thank-you .share i {
  line-height: 44px;
  vertical-align: middle;
  font-size: 18px; }

.blk_contact_us {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 40px; }
  .blk_contact_us .item {
    margin-top: 50px; }
    .blk_contact_us .item .buttons a {
      min-width: 150px;
      margin-right: 20px;
      border: none;
      font-size: 16px; }
      .blk_contact_us .item .buttons a:hover {
        opacity: 0.7; }
    .blk_contact_us .item .buttons .phone_number:before, .blk_contact_us .item .buttons .email:before, .blk_contact_us .item .buttons .chat_url:before {
      display: inline-block;
      font-family: 'khl';
      position: relative;
      left: -4px;
      font-size: 14px;
      margin-left: 5px;
      margin-right: 5px;
      top: 1px; }
    .blk_contact_us .item .buttons .phone_number {
      background-color: #00ADEE; }
      .blk_contact_us .item .buttons .phone_number:before {
        color: #3C7AAC; }
    .blk_contact_us .item .buttons .email {
      background-color: #FAA61A; }
      .blk_contact_us .item .buttons .email:before {
        color: #A27817; }
    .blk_contact_us .item .buttons .chat_url {
      background-color: #B2D235; }
      .blk_contact_us .item .buttons .chat_url:before {
        color: #8BA320; }
  @media (max-width: 767px) {
    .blk_contact_us {
      background-image: none !important; }
      .blk_contact_us .item .buttons a {
        margin-right: 0px; } }
.blk_book_session {
  min-height: 480px;
  margin-top: 20px;
  padding: 40px; }
  .blk_book_session .arrow {
    background-color: #F4F4F4;
    width: 45px;
    height: 45px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    bottom: 23px;
    left: 48.5%;
    z-index: 2;
    text-align: center; }
  .blk_book_session .title {
    color: #B2D235; }
  .blk_book_session .content {
    color: #ffffff; }
  @media (max-width: 767px) {
    .blk_book_session {
      min-height: auto; }
      .blk_book_session .container {
        padding: 10px 0 !important; }
      .blk_book_session .arrow {
        left: 44.5%; }
      .blk_book_session .title {
        font-size: 2.8rem;
        line-height: 2.8rem; }
      .blk_book_session .content {
        font-size: 2rem;
        line-height: 2rem; } }
.blk_school_shortcut {
  background-color: #2B2F40;
  padding-top: 15px;
  padding-bottom: 15px; }
  .blk_school_shortcut a {
    text-decoration: none; }
  .blk_school_shortcut .audience {
    min-height: 400px; }
    .blk_school_shortcut .audience .white-bg {
      background-color: #ffffff;
      width: 100%;
      height: 100%;
      border-radius: 3px; }
    .blk_school_shortcut .audience .image {
      padding: 20px;
      text-align: center;
      min-height: 400px; }
      .blk_school_shortcut .audience .image img {
        width: 100%; }
    .blk_school_shortcut .audience .content {
      min-height: 140px;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .blk_school_shortcut .audience .content .name span {
        font-size: 24px;
        font-weight: bold; }
      .blk_school_shortcut .audience .content .description span {
        font-size: 18px;
        color: #4F5055; }
    .blk_school_shortcut .audience .enter-button {
      height: 60px;
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 0px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
      .blk_school_shortcut .audience .enter-button span {
        padding: 12px;
        padding-top: 16px;
        display: block;
        font-size: 18px; }
      .blk_school_shortcut .audience .enter-button .arrow {
        width: 25px;
        height: 25px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        bottom: 10px;
        left: 45%;
        z-index: 2;
        text-align: center; }
  @media (max-width: 321px) {
    .blk_school_shortcut .audience {
      min-height: 300px; }
      .blk_school_shortcut .audience .image {
        min-height: 300px; }
      .blk_school_shortcut .audience .enter-button {
        height: 50px; }
        .blk_school_shortcut .audience .enter-button span {
          padding-top: 12px;
          font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .blk_school_shortcut .audience {
      min-height: 260px; }
      .blk_school_shortcut .audience .image {
        min-height: 260px; }
      .blk_school_shortcut .audience .enter-button {
        height: 50px; }
        .blk_school_shortcut .audience .enter-button span {
          padding-top: 12px;
          font-size: 14px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .blk_school_shortcut .audience {
      min-height: 250px; }
      .blk_school_shortcut .audience .image {
        padding: 10px;
        min-height: 250px; }
      .blk_school_shortcut .audience .content {
        min-height: 80px; }
        .blk_school_shortcut .audience .content .name span {
          font-size: 2.5rem; }
      .blk_school_shortcut .audience .enter-button {
        position: relative;
        left: 0px;
        right: 0px; }
        .blk_school_shortcut .audience .enter-button span {
          font-size: 18px; } }
  @media (min-width: 1200px) {
    .blk_school_shortcut .audience {
      min-height: 400px; }
      .blk_school_shortcut .audience .image {
        min-height: 400px; } }
.searchContainer {
  background-color: #ffffff; }
  .searchContainer .searchbox input[type="text"] {
    border-radius: 50px;
    border: 1px solid #B2D235;
    font-size: 18px;
    padding: 10px 10px;
    outline: none;
    width: 100%; }
  @media (min-width: 768px) {
    .searchContainer .searchbox .btn {
      margin-top: 0px; } }
  .searchContainer .suggestedSpelling #submitSpellingSuggestion {
    opacity: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0; }
  .searchContainer .hotkey {
    color: #EB008B; }
  .searchContainer .content {
    border-top: 1px solid #F4F4F4;
    padding-top: 10px;
    margin-top: 10px; }
    .searchContainer .content .item {
      margin-top: 40px;
      margin-bottom: 40px; }
      .searchContainer .content .item .title {
        margin-bottom: 0px;
        line-height: 2rem;
        font-family: 'Tofino'; }
      .searchContainer .content .item .link {
        font-size: 1.4rem;
        color: #729A22;
        margin: 0px;
        word-break: break-word; }
      .searchContainer .content .item .body {
        font-size: 1.6rem;
        word-break: break-word; }
        .searchContainer .content .item .body .specialWord {
          background-color: rgba(254, 194, 54, 0.4); }

.kids .block-khl-ratings .container {
  margin-top: 20px;
  padding: 30px; }
  @media (max-width: 768px) {
    .kids .block-khl-ratings .container {
      padding: 15px; } }
.block-khl-ratings h2 {
  margin: 0; }

.block-khl-ratings .container-kids {
  background-color: #00ADEE;
  transition: all .5s ease;
  border-radius: 30px;
  padding: 0px !important; }

.block-khl-ratings .container {
  background-color: #00ADEE;
  padding: 30px; }
  @media (max-width: 768px) {
    .block-khl-ratings .container {
      padding: 15px; } }
.block-khl-ratings .star-container {
  /* Kids Stories rating widget */
  padding: 10px 0px !important; }
  .block-khl-ratings .star-container .btn-kid {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #00ADEE;
    border-radius: 25px;
    transition: all .5s ease;
    min-width: 130px;
    border: 2px solid white; }
    .block-khl-ratings .star-container .btn-kid:hover, .block-khl-ratings .star-container .btn-kid.selected {
      background-color: white; }
      .block-khl-ratings .star-container .btn-kid:hover h4, .block-khl-ratings .star-container .btn-kid.selected h4 {
        color: #383C57 !important; }
    .block-khl-ratings .star-container .btn-kid.disabled {
      opacity: 0.2; }
    .block-khl-ratings .star-container .btn-kid img {
      width: 30px;
      height: 30px; }
    .block-khl-ratings .star-container .btn-kid h4 {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px !important; }
  @media (min-width: 768px) {
    .block-khl-ratings .star-container .btn-kid {
      display: inline-block; }
      .block-khl-ratings .star-container .btn-kid:not(:last-child) {
        margin-right: 30px; } }
  @media (max-width: 767px) {
    .block-khl-ratings .star-container .btn-kid {
      display: block;
      max-width: 65%;
      margin: 0 auto; }
      .block-khl-ratings .star-container .btn-kid:not(:first-child) {
        margin-top: 10px; } }
  .block-khl-ratings .star-container button:focus {
    outline: none; }
  .block-khl-ratings .star-container button:not(:first-child) {
    margin-left: -5px; }
  .block-khl-ratings .star-container button i {
    font-size: 32px;
    color: #FFDC2C; }

.block-khl-ratings .rating-success {
  display: none; }

.block-khl-ratings .floating-rate-content {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #00ADEE;
  z-index: 999; }
  @media (max-width: 768px) {
    .block-khl-ratings .floating-rate-content .star-container button {
      padding-left: 4px;
      padding-right: 4px; } }
  .block-khl-ratings .floating-rate-content .star-container button i {
    font-size: 24px; }
    @media (max-width: 768px) {
      .block-khl-ratings .floating-rate-content .star-container button i {
        font-size: 18px; } }
  .block-khl-ratings .floating-rate-content .step2 span {
    vertical-align: text-bottom; }
  .block-khl-ratings .floating-rate-content .step2 .btn_primary, .block-khl-ratings .floating-rate-content .step2 .btn_primary--small, .block-khl-ratings .floating-rate-content .step2 .khl-donate-login-block .khl-user-loginform-submit .btn, .khl-donate-login-block .khl-user-loginform-submit .block-khl-ratings .floating-rate-content .step2 .btn {
    margin: 0; }
  .block-khl-ratings .floating-rate-content .close {
    font-size: 30px; }

@media (min-width: 992px) {
  .block-khl-ratings .title-container h2 {
    line-height: 30px;
    height: 74px;
    padding-top: 20px; } }

@media (max-width: 768px) {
  .block-khl-ratings .title-container {
    padding: 20px !important; }
  .block-khl-ratings .font--white.font--16 {
    font-size: 1.2rem;
    line-height: 1.4rem; } }

.view-id-story.view-display-id-story_promoted .view_item {
  margin-bottom: 30px; }
  .view-id-story.view-display-id-story_promoted .view_item .internalContainer {
    height: 500px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px #ccc;
    padding: 0px;
    background-color: #fff; }
    .view-id-story.view-display-id-story_promoted .view_item .internalContainer:hover {
      text-decoration: none; }
    .view-id-story.view-display-id-story_promoted .view_item .internalContainer .storyImage {
      height: 220px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .view-id-story.view-display-id-story_promoted .view_item .internalContainer .storyContent {
      padding: 20px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      .view-id-story.view-display-id-story_promoted .view_item .internalContainer .storyContent .storyTitle {
        font-size: 18px;
        line-height: 22px;
        font-family: 'Tofino';
        font-weight: 700;
        color: #FFFFFF; }
      .view-id-story.view-display-id-story_promoted .view_item .internalContainer .storyContent .storyTagline {
        font-size: 16px;
        color: #FFFFFF; }
    .view-id-story.view-display-id-story_promoted .view_item .internalContainer .linkContainer {
      text-align: center; }
    .view-id-story.view-display-id-story_promoted .view_item .internalContainer .squareImage {
      height: 250px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .view-id-story.view-display-id-story_promoted .view_item .internalContainer .content {
      background-color: #ffffff;
      height: 250px;
      padding: 20px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      .view-id-story.view-display-id-story_promoted .view_item .internalContainer .content .categoryName {
        font-size: 14px;
        color: #B2B2B2;
        text-transform: uppercase; }
      .view-id-story.view-display-id-story_promoted .view_item .internalContainer .content .title {
        font-size: 28px;
        line-height: 32px;
        color: #333244;
        margin-bottom: 20px;
        font-family: 'Tofino';
        font-weight: 700; }
      .view-id-story.view-display-id-story_promoted .view_item .internalContainer .content .subtitle {
        margin-bottom: 20px;
        color: #333244; }
      .view-id-story.view-display-id-story_promoted .view_item .internalContainer .content .link {
        float: right;
        font-size: 16px;
        position: absolute;
        bottom: 20px;
        right: 10px; }

@media (max-width: 767px) {
  .view-id-story.view-display-id-story_promoted .view_item .internalContainer .storyContent {
    padding: 20px; }
  .view-id-story.view-display-id-story_promoted .view_item .internalContainer .linkContainer {
    margin-left: 20px;
    margin-right: 20px; } }

#block-khl-story-khl-story-submit .alert-invalid-fields {
  font-size: 18px; }

#block-khl-story-khl-story-submit .container-agreement {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important; }
  #block-khl-story-khl-story-submit .container-agreement.with-error {
    border: 1px solid red;
    border-radius: 4px;
    background-color: rgba(255, 0, 0, 0.1); }
    #block-khl-story-khl-story-submit .container-agreement.with-error::after {
      content: 'You need to agree with these terms in order to submit your story.';
      color: red;
      display: block;
      margin-top: 10px;
      font-weight: bold; }

#block-khl-story-khl-story-submit #accordion .panel .panel-heading::after {
  font-family: FontAwesome;
  content: "\f054";
  color: white;
  float: right;
  margin-top: -25px; }

#block-khl-story-khl-story-submit #accordion .panel.active .panel-heading::after {
  font-family: FontAwesome;
  content: "\f078";
  color: white;
  float: right;
  margin-top: -25px; }

.niggle-content-block .container {
  background: #6E8BC0;
  padding: 0px 15px; }
  .niggle-content-block .container .row {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .niggle-content-block .container .row {
        align-items: center;
        flex-direction: row; } }
    @media (max-width: 991px) {
      .niggle-content-block .container .row .text-section {
        order: 2;
        text-align: center; } }
    @media (min-width: 992px) {
      .niggle-content-block .container .row .text-section {
        padding: 0px 35px; } }
    .niggle-content-block .container .row .text-section .niggle-title {
      font-family: 'Tofino';
      color: #FFFFFF;
      font-size: 32px;
      line-height: 44px;
      font-weight: 600; }
      @media (min-width: 992px) {
        .niggle-content-block .container .row .text-section .niggle-title {
          font-size: 54px;
          line-height: 68px; } }
    .niggle-content-block .container .row .text-section .niggle-subtitle {
      font-weight: 600;
      color: #FFFFFF;
      font-size: 18px;
      line-height: 22px; }
      @media (min-width: 992px) {
        .niggle-content-block .container .row .text-section .niggle-subtitle {
          font-size: 24px;
          line-height: 28px; } }
    .niggle-content-block .container .row .text-section .niggle-tagline {
      color: #FFFFFF;
      opacity: 0.8;
      font-size: 14px;
      line-height: 18px; }
      @media (min-width: 992px) {
        .niggle-content-block .container .row .text-section .niggle-tagline {
          font-size: 18px;
          line-height: 24px; } }
    @media (max-width: 991px) {
      .niggle-content-block .container .row .img-section {
        order: 1; } }
    .niggle-content-block .container .row .img-section .niggle-img-holder {
      text-align: center; }
      @media (min-width: 992px) {
        .niggle-content-block .container .row .img-section .niggle-img-holder {
          text-align: right; } }
      .niggle-content-block .container .row .img-section .niggle-img-holder img {
        margin: 0 auto; }
        @media (max-width: 768px) {
          .niggle-content-block .container .row .img-section .niggle-img-holder img {
            width: 100%;
            height: auto;
            max-width: 300px; } }
.niggle-full .niggle-content-block {
  background: #6E8BC0; }
  .niggle-full .niggle-content-block .container {
    background: transparent; }

.niggle-contact-block {
  background: #6E8BC0; }
  @media (min-width: 992px) {
    .niggle-contact-block .row {
      display: flex;
      align-items: center; } }
  .niggle-contact-block .text-section {
    text-align: center; }
    @media (min-width: 992px) {
      .niggle-contact-block .text-section {
        text-align: left;
        padding: 0px 35px 0px 50px; } }
    .niggle-contact-block .text-section .niggle-title {
      font-family: 'Tofino';
      color: #FFFFFF;
      font-size: 32px;
      line-height: 44px;
      font-weight: 600; }
      @media (min-width: 992px) {
        .niggle-contact-block .text-section .niggle-title {
          font-size: 36px;
          line-height: 68px; } }
    .niggle-contact-block .text-section .niggle-tagline {
      color: #FFFFFF;
      opacity: 0.8;
      font-size: 14px;
      line-height: 18px; }
      @media (min-width: 992px) {
        .niggle-contact-block .text-section .niggle-tagline {
          font-size: 16px;
          line-height: 22px; } }
  @media (min-width: 992px) {
    .niggle-contact-block .img-section .niggle-img-holder {
      text-align: center;
      overflow: hidden; }
      .niggle-contact-block .img-section .niggle-img-holder img {
        width: 100%;
        max-width: 294px; } }
  .niggle-contact-block .btn-section .niggle-btn-holder {
    text-align: center; }

.survey-content-block .container {
  background-image: url("../imgs/block/khl_survey_bg.png");
  background-size: cover;
  padding: 60px 15px; }
  .survey-content-block .container .row {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .survey-content-block .container .row {
        align-items: center;
        flex-direction: row; } }
    @media (max-width: 991px) {
      .survey-content-block .container .row .text-section {
        order: 2;
        text-align: center; } }
    @media (min-width: 992px) {
      .survey-content-block .container .row .text-section {
        padding: 0px 35px; } }
    .survey-content-block .container .row .text-section .survey-title {
      font-family: 'Tofino';
      color: #B2D235;
      font-size: 32px;
      line-height: 44px;
      font-weight: 600; }
      @media (min-width: 992px) {
        .survey-content-block .container .row .text-section .survey-title {
          font-size: 54px;
          line-height: 68px; } }
    .survey-content-block .container .row .text-section .survey-subtitle {
      padding-top: 10px;
      font-weight: 600;
      color: #323244;
      font-size: 18px;
      line-height: 22px; }
      @media (min-width: 992px) {
        .survey-content-block .container .row .text-section .survey-subtitle {
          font-size: 24px;
          line-height: 28px; } }
    .survey-content-block .container .row .text-section .survey-tagline {
      padding-top: 10px;
      color: #323244;
      font-weight: 600;
      font-size: 18px;
      line-height: 22px; }
      @media (min-width: 992px) {
        .survey-content-block .container .row .text-section .survey-tagline {
          font-size: 24px;
          line-height: 28px; } }
    @media (max-width: 991px) {
      .survey-content-block .container .row .img-section {
        order: 1; } }
    .survey-content-block .container .row .img-section .survey-img-holder {
      text-align: center; }
      @media (min-width: 992px) {
        .survey-content-block .container .row .img-section .survey-img-holder {
          text-align: right; } }
      .survey-content-block .container .row .img-section .survey-img-holder img {
        margin: 0 auto; }
        @media (max-width: 768px) {
          .survey-content-block .container .row .img-section .survey-img-holder img {
            width: 100%;
            height: auto;
            max-width: 300px; } }
.survey-full .survey-content-block {
  background-image: url("../imgs/block/khl_survey_bg.png");
  background-size: cover; }
  .survey-full .survey-content-block .container {
    background: transparent; }

.survey-contact-block {
  background-image: url("../imgs/block/khl_survey_bg.png");
  background-size: cover;
  padding: 25px 0px; }
  @media (min-width: 992px) {
    .survey-contact-block .row {
      display: flex;
      align-items: center; } }
  .survey-contact-block .text-section {
    text-align: center; }
    @media (min-width: 992px) {
      .survey-contact-block .text-section {
        text-align: left;
        padding: 0px 35px 0px 50px; } }
    .survey-contact-block .text-section .survey-title {
      font-family: 'Tofino';
      color: #B2D235;
      font-size: 32px;
      line-height: 44px;
      font-weight: 600; }
      @media (min-width: 992px) {
        .survey-contact-block .text-section .survey-title {
          font-size: 36px;
          line-height: 44px; } }
    .survey-contact-block .text-section .survey-tagline {
      padding-top: 10px;
      color: #323244;
      opacity: 0.8;
      font-size: 14px;
      line-height: 18px; }
      @media (min-width: 992px) {
        .survey-contact-block .text-section .survey-tagline {
          font-size: 16px;
          line-height: 22px; } }
  @media (min-width: 992px) {
    .survey-contact-block .img-section .survey-img-holder {
      text-align: center;
      overflow: hidden; }
      .survey-contact-block .img-section .survey-img-holder img {
        width: 100%;
        max-width: 153px; } }
  .survey-contact-block .btn-section .survey-btn-holder {
    text-align: center; }

.hru-contact-block {
  background-color: #6E8BC0;
  background-image: url("../imgs/block/khl_hru_bg.jpg");
  background-size: cover;
  padding: 25px 0px; }
  @media (min-width: 992px) {
    .hru-contact-block .row {
      display: flex;
      align-items: center; } }
  .hru-contact-block .text-section {
    text-align: center; }
    @media (min-width: 992px) {
      .hru-contact-block .text-section {
        text-align: left;
        padding: 0px 35px 0px 50px; } }
    .hru-contact-block .text-section .hru-title {
      font-family: 'Tofino';
      color: #EB008B;
      font-size: 32px;
      line-height: 44px;
      font-weight: 600; }
      @media (min-width: 992px) {
        .hru-contact-block .text-section .hru-title {
          font-size: 36px;
          line-height: 44px; } }
    .hru-contact-block .text-section .hru-tagline {
      padding-top: 10px;
      color: #FFFFFF;
      font-size: 14px;
      line-height: 18px; }
      @media (min-width: 992px) {
        .hru-contact-block .text-section .hru-tagline {
          font-size: 16px;
          line-height: 22px; } }
  @media (min-width: 992px) {
    .hru-contact-block .img-section .hru-img-holder {
      text-align: center;
      overflow: hidden; }
      .hru-contact-block .img-section .hru-img-holder img {
        width: 100%;
        max-width: 153px; } }
  .hru-contact-block .btn-section .hru-btn-holder {
    text-align: center; }

.view-apps-view .view-filters {
  display: none; }

.view-apps-view .view_item {
  margin-bottom: 30px; }
  .view-apps-view .view_item .internalContainer {
    height: 500px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px #ccc;
    padding: 0px;
    background-color: #fff; }
    .view-apps-view .view_item .internalContainer:hover {
      text-decoration: none; }
    .view-apps-view .view_item .internalContainer .storyImage {
      height: 220px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .view-apps-view .view_item .internalContainer .storyContent {
      padding: 20px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      height: 190px; }
      .view-apps-view .view_item .internalContainer .storyContent .storyTitle {
        font-size: 24px;
        line-height: 28px;
        font-family: 'Tofino';
        font-weight: 700;
        color: #FFFFFF; }
      .view-apps-view .view_item .internalContainer .storyContent .storyTagline {
        font-size: 18px;
        color: #FFFFFF; }
    .view-apps-view .view_item .internalContainer .linkContainer {
      text-align: center; }
    .view-apps-view .view_item .internalContainer .squareImage {
      height: 250px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .view-apps-view .view_item .internalContainer .content {
      background-color: #ffffff;
      height: 250px;
      padding: 20px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      position: relative; }
      .view-apps-view .view_item .internalContainer .content .categoryName {
        font-size: 14px;
        color: #B2B2B2;
        text-transform: uppercase; }
      .view-apps-view .view_item .internalContainer .content .title {
        font-size: 28px;
        line-height: 32px;
        color: #333244;
        margin-bottom: 20px;
        font-family: 'Tofino';
        font-weight: 700; }
      .view-apps-view .view_item .internalContainer .content .subtitle {
        margin-bottom: 20px;
        color: #333244; }
      .view-apps-view .view_item .internalContainer .content .rating {
        color: #FFA43E;
        font-size: 18px; }
      .view-apps-view .view_item .internalContainer .content .link {
        font-size: 16px;
        position: absolute;
        bottom: 20px;
        width: 100%;
        margin-left: -20px; }

@media (max-width: 991px) {
  .view-apps-view .view_item .internalContainer .storyContent {
    min-height: 200px; } }

@media (max-width: 767px) {
  .view-apps-view .view_item .internalContainer .storyContent {
    padding: 30px;
    padding-bottom: 80px; }
  .view-apps-view .view_item .internalContainer .linkContainer {
    margin-left: 20px;
    margin-right: 20px; } }

.view_article_categories_view {
  margin-top: 20px;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center; }
  .view_article_categories_view .view_article_categories_view_content {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .view_article_categories_view .view_article_categories_view_content .image-component {
      padding: 7px;
      border-radius: 50%; }
      .view_article_categories_view .view_article_categories_view_content .image-component.selected {
        -webkit-box-shadow: inset 0px 0px 0px 2px #FFC31B;
        -moz-box-shadow: inset 0px 0px 0px 2px #FFC31B;
        box-shadow: inset 0px 0px 0px 2px #FFC31B; }
    .view_article_categories_view .view_article_categories_view_content .view_item {
      outline: none;
      margin-top: 40px;
      padding-left: 10px;
      padding-right: 10px;
      margin-left: 10px;
      margin-right: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .view_article_categories_view .view_article_categories_view_content .view_item a {
        text-decoration: none;
        outline: none; }
      .view_article_categories_view .view_article_categories_view_content .view_item .image-parent {
        width: 115px;
        height: 115px;
        background-color: #4C4C66;
        border-radius: 50%; }
        .view_article_categories_view .view_article_categories_view_content .view_item .image-parent:hover {
          opacity: 0.8; }
        .view_article_categories_view .view_article_categories_view_content .view_item .image-parent .image {
          width: 115px;
          height: 115px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 80%;
          margin-left: auto;
          margin-right: auto; }
      .view_article_categories_view .view_article_categories_view_content .view_item .title {
        margin-top: 10px;
        width: 130px; }
        .view_article_categories_view .view_article_categories_view_content .view_item .title.selected p {
          color: #FFC31B !important; }
  .view_article_categories_view button {
    border: none;
    color: #ffffff;
    font-size: 24px;
    outline: none; }
    .view_article_categories_view button:hover {
      color: #4F5055; }
  @media (max-width: 767px) {
    .view_article_categories_view .view_article_categories_view_content {
      margin-bottom: 0px; }
      .view_article_categories_view .view_article_categories_view_content .view_item {
        margin-top: 0px;
        height: auto !important; } }
.view-article-subcategories-view .view-filters {
  display: none; }

.view-article-subcategories-view .view-empty {
  display: none; }

.view-article-subcategories-view .view-group {
  margin-top: 20px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  .view-article-subcategories-view .view-group .view_item {
    margin-bottom: 10px;
    display: inline-block; }
    .view-article-subcategories-view .view-group .view_item a {
      text-decoration: none; }
    .view-article-subcategories-view .view-group .view_item .title {
      border: 1px solid #CCCCD7;
      border-radius: 40px;
      padding: 8px;
      min-width: 120px; }
      .view-article-subcategories-view .view-group .view_item .title p {
        font-size: 12px; }
        @media (min-width: 992px) {
          .view-article-subcategories-view .view-group .view_item .title p {
            font-size: 16px; } }
      .view-article-subcategories-view .view-group .view_item .title:hover {
        background-color: #CCCCD7; }
      .view-article-subcategories-view .view-group .view_item .title.selected {
        background-color: #CCCCD7; }

@media (max-width: 1199px) {
  .view-article-subcategories-view .view-group .view_item {
    min-height: auto; } }

.view_feelings {
  display: flex;
  align-items: center;
  justify-content: center; }
  .view_feelings .view_feelings_content {
    margin-bottom: 0px;
    overflow: hidden; }
    .view_feelings .view_feelings_content a {
      text-decoration: none; }
    .view_feelings .view_feelings_content .item {
      outline: none;
      height: inherit !important;
      margin: 10px;
      padding: 10px; }
      .view_feelings .view_feelings_content .item a {
        outline: none; }
        .view_feelings .view_feelings_content .item a img {
          margin: 0 auto;
          width: 55%; }
      .view_feelings .view_feelings_content .item.selected {
        border-radius: 3px;
        background-color: #2A354E;
        -webkit-box-shadow: inset 0px 0px 0px 2px #00ADEE;
        -moz-box-shadow: inset 0px 0px 0px 2px #00ADEE;
        box-shadow: inset 0px 0px 0px 2px #00ADEE; }
        .view_feelings .view_feelings_content .item.selected p {
          color: #00ADEE; }
      .view_feelings .view_feelings_content .item .feelingTitle {
        min-width: 110px;
        padding-top: 10px;
        font-size: 2rem; }

.view_feelings_cause {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: hidden;
  right: 1800px; }
  .view_feelings_cause .view_feelings_cause_content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    overflow: hidden; }
    .view_feelings_cause .view_feelings_cause_content a {
      text-decoration: none; }
    .view_feelings_cause .view_feelings_cause_content .item {
      outline: none;
      max-height: 220px; }
      .view_feelings_cause .view_feelings_cause_content .item a {
        outline: none; }
      .view_feelings_cause .view_feelings_cause_content .item img {
        max-width: 100%;
        max-height: 100px;
        margin: 0 auto; }
      .view_feelings_cause .view_feelings_cause_content .item.selected {
        border-radius: 3px;
        background-color: #2A354E;
        -webkit-box-shadow: inset 0px 0px 0px 2px #00ADEE;
        -moz-box-shadow: inset 0px 0px 0px 2px #00ADEE;
        box-shadow: inset 0px 0px 0px 2px #00ADEE; }
        .view_feelings_cause .view_feelings_cause_content .item.selected p {
          color: #00ADEE; }
      .view_feelings_cause .view_feelings_cause_content .item .feelingCauseTitle {
        min-width: 110px;
        padding-top: 10px;
        width: 100%; }
        @media (max-width: 767px) {
          .view_feelings_cause .view_feelings_cause_content .item .feelingCauseTitle {
            font-size: 2rem; } }
  .view_feelings_cause.dontDisplaytest {
    z-index: -1; }

.view_kids_issues .item {
  margin-bottom: 30px; }
  .view_kids_issues .item .content {
    height: 380px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px #ccc;
    padding: 0px;
    background-color: #fff; }
    .view_kids_issues .item .content .kidStoryImage {
      height: 200px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .view_kids_issues .item .content .content-content {
      height: 180px;
      padding: 20px; }
      .view_kids_issues .item .content .content-content p {
        min-height: 60px;
        font-family: 'Tofino';
        font-weight: 700;
        color: #333; }
        .view_kids_issues .item .content .content-content p:hover {
          text-decoration: none; }
      .view_kids_issues .item .content .content-content span {
        display: block;
        margin-left: 40px;
        margin-right: 40px; }

.view-teens-issues-story-view .view-filters,
.bdl-recommendation .view-filters {
  display: none; }

.view-teens-issues-story-view .view_item,
.bdl-recommendation .view_item {
  margin-bottom: 30px; }
  .view-teens-issues-story-view .view_item .internalContainer,
  .bdl-recommendation .view_item .internalContainer {
    height: 500px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px #ccc;
    padding: 0px;
    background-color: #fff; }
    .view-teens-issues-story-view .view_item .internalContainer:hover,
    .bdl-recommendation .view_item .internalContainer:hover {
      text-decoration: none; }
    .view-teens-issues-story-view .view_item .internalContainer .storyImage,
    .bdl-recommendation .view_item .internalContainer .storyImage {
      height: 220px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .view-teens-issues-story-view .view_item .internalContainer .storyContent,
    .bdl-recommendation .view_item .internalContainer .storyContent {
      padding: 20px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      .view-teens-issues-story-view .view_item .internalContainer .storyContent .storyTitle,
      .bdl-recommendation .view_item .internalContainer .storyContent .storyTitle {
        font-size: 18px;
        line-height: 22px;
        font-family: 'Tofino';
        font-weight: 700;
        color: #FFFFFF; }
      .view-teens-issues-story-view .view_item .internalContainer .storyContent .storyTagline,
      .bdl-recommendation .view_item .internalContainer .storyContent .storyTagline {
        font-size: 16px;
        color: #FFFFFF; }
    .view-teens-issues-story-view .view_item .internalContainer .linkContainer,
    .bdl-recommendation .view_item .internalContainer .linkContainer {
      text-align: center; }
    .view-teens-issues-story-view .view_item .internalContainer .squareImage,
    .bdl-recommendation .view_item .internalContainer .squareImage {
      height: 250px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .view-teens-issues-story-view .view_item .internalContainer .content,
    .bdl-recommendation .view_item .internalContainer .content {
      background-color: #ffffff;
      height: 250px;
      padding: 20px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      .view-teens-issues-story-view .view_item .internalContainer .content .categoryName,
      .bdl-recommendation .view_item .internalContainer .content .categoryName {
        font-size: 14px;
        color: #B2B2B2;
        text-transform: uppercase; }
      .view-teens-issues-story-view .view_item .internalContainer .content .title,
      .bdl-recommendation .view_item .internalContainer .content .title {
        font-size: 28px;
        line-height: 32px;
        color: #333244;
        margin-bottom: 20px;
        font-family: 'Tofino';
        font-weight: 700; }
      .view-teens-issues-story-view .view_item .internalContainer .content .subtitle,
      .bdl-recommendation .view_item .internalContainer .content .subtitle {
        margin-bottom: 20px;
        color: #333244; }
      .view-teens-issues-story-view .view_item .internalContainer .content .link,
      .bdl-recommendation .view_item .internalContainer .content .link {
        float: right;
        font-size: 16px;
        position: absolute;
        bottom: 20px;
        right: 10px; }

@media (max-width: 767px) {
  .view-teens-issues-story-view .view_item .internalContainer .storyContent,
  .bdl-recommendation .view_item .internalContainer .storyContent {
    padding: 20px; }
  .view-teens-issues-story-view .view_item .internalContainer .linkContainer,
  .bdl-recommendation .view_item .internalContainer .linkContainer {
    margin-left: 20px;
    margin-right: 20px; } }

.view-display-id-esafety_hub .view-group {
  white-space: nowrap;
  overflow: none;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: block;
  margin-left: auto;
  margin-right: auto;
  scroll-snap-points-x: repeat(600px); }
  .view-display-id-esafety_hub .view-group a {
    display: inline-block; }
    .view-display-id-esafety_hub .view-group a .view_item {
      width: 330px;
      display: inline-block;
      white-space: normal;
      margin-bottom: 0px; }

.view_available_session_topics {
  margin-top: 20px; }
  .view_available_session_topics .view_item {
    padding: 10px;
    min-height: 125px; }
    .view_available_session_topics .view_item a {
      text-decoration: none; }
    .view_available_session_topics .view_item p {
      color: #333244;
      font-weight: 700; }
    .view_available_session_topics .view_item.selected {
      border-radius: 10px;
      -webkit-box-shadow: inset 0px 0px 0px 2px #00ADEE;
      -moz-box-shadow: inset 0px 0px 0px 2px #00ADEE;
      box-shadow: inset 0px 0px 0px 2px #00ADEE; }
    .view_available_session_topics .view_item:hover a {
      opacity: 0.8; }
    .view_available_session_topics .view_item p {
      font-size: 1.4rem;
      line-height: 1.8rem; }
    @media (max-width: 767px) {
      .view_available_session_topics .view_item {
        padding: 5px; }
        .view_available_session_topics .view_item img {
          width: 60%; }
        .view_available_session_topics .view_item p {
          font-size: 1.2rem;
          line-height: 1.2rem; } }
.view_session_topics {
  background-color: #F4F4F4 !important;
  margin-top: 20px; }
  .view_session_topics .view_item {
    margin-bottom: 30px; }
    .view_session_topics .view_item .view_content {
      background-color: #ffffff;
      box-shadow: 0px 1px 1px 0px #ccc;
      border-radius: 5px;
      padding: 20px;
      min-height: 420px; }
      .view_session_topics .view_item .view_content .image {
        height: 160px; }
      .view_session_topics .view_item .view_content .title {
        font-size: 2.2rem;
        line-height: 2.7rem; }
      .view_session_topics .view_item .view_content .tagline {
        color: #989898;
        font-size: 1.4rem;
        font-weight: 200; }
      .view_session_topics .view_item .view_content .partners {
        padding-bottom: 20px; }
      .view_session_topics .view_item .view_content .subtitle {
        font-size: 1.6rem;
        line-height: 2.4rem;
        font-weight: 200;
        margin-bottom: 30px;
        color: #333; }
      .view_session_topics .view_item .view_content .link {
        font-weight: 700;
        color: #00ADEE;
        font-size: 1.4rem;
        position: absolute;
        bottom: 20px;
        left: 25%;
        right: 25%;
        text-decoration: none;
        text-transform: uppercase; }
        .view_session_topics .view_item .view_content .link .arrow_right {
          margin-left: 5px;
          font-size: 1.8rem; }

.view_contacts {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  border-left: 1px solid #F4F4F4; }
  .view_contacts .item {
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px; }
    .view_contacts .item .title {
      font-size: 1.8rem;
      line-height: 2.1rem;
      color: #FAA61A; }
    .view_contacts .item p {
      font-size: 1.6rem;
      line-height: 1.8rem; }

.view-articles-view .view-filters {
  display: none; }

.view-articles-view .view_item .internalContainer {
  padding: 50px;
  border-bottom: 1px solid #F4F4F4; }
  .view-articles-view .view_item .internalContainer .left .date {
    color: #00ADEE;
    font-size: 1.4rem;
    line-height: 1.7rem;
    margin-top: 10px;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase; }
  .view-articles-view .view_item .internalContainer .right .categories {
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: #00ADEE;
    text-transform: uppercase;
    margin-bottom: 0px; }
  .view-articles-view .view_item .internalContainer .right .title {
    font-size: 3.0rem;
    line-height: 3.9rem;
    margin-top: 0px; }
  .view-articles-view .view_item .internalContainer .right .subtitle {
    font-size: 1.6rem; }
  .view-articles-view .view_item .internalContainer .right .link {
    color: #00ADEE;
    font-weight: 700;
    font-size: 1.4rem;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none; }

@media (max-width: 991px) {
  .view-articles-view .view_item .internalContainer {
    padding: 30px; } }

.view-article-categories-group {
  margin-top: 30px;
  border-top: 1px solid #60537A;
  border-bottom: 1px solid #60537A;
  padding-top: 20px;
  padding-bottom: 30px; }
  .view-article-categories-group .view_header {
    margin-top: 5px;
    margin-bottom: 15px; }
    .view-article-categories-group .view_header .title {
      color: #ffffff;
      margin-top: 5px;
      margin-bottom: 15px;
      font-weight: 600;
      font-size: 1.8rem; }
    .view-article-categories-group .view_header .clear {
      color: #ABABDB;
      text-transform: uppercase;
      font-size: 1.1rem;
      float: right;
      padding: 3px;
      text-decoration: none; }
      .view-article-categories-group .view_header .clear:hover {
        color: #8787cc; }
      .view-article-categories-group .view_header .clear .icon-clear {
        margin-left: 3px; }
  .view-article-categories-group .view-content {
    margin-top: 30px; }
  .view-article-categories-group .view_item {
    color: #BEBEE0;
    background-color: #323244;
    display: inline-block;
    border-radius: 30px;
    padding: 5px 15px;
    margin-top: 10px;
    margin-right: 10px;
    text-decoration: none; }
    .view-article-categories-group .view_item:hover {
      background-color: #1c1c27; }
    .view-article-categories-group .view_item.selected {
      color: #ffffff;
      background-color: #00ADEE; }
  @media (max-width: 1199px) {
    .view-article-categories-group .view_item {
      display: block;
      padding: 7px;
      margin-right: 0px;
      text-align: center; } }
.view.view-faqs-view .view-filters,
.view.view-school-faqs .view-filters {
  background: none; }
  .view.view-faqs-view .view-filters .views-exposed-widget:first-child,
  .view.view-school-faqs .view-filters .views-exposed-widget:first-child {
    width: 100%; }
  .view.view-faqs-view .view-filters select,
  .view.view-school-faqs .view-filters select {
    background-color: white !important;
    width: auto !important;
    margin: 0 auto; }
  .view.view-faqs-view .view-filters label,
  .view.view-school-faqs .view-filters label {
    display: inline-block !important;
    color: black;
    font-size: 18px; }

.view.view-faqs-view .view-content,
.view.view-school-faqs .view-content {
  margin-top: 20px; }

.view_faqs {
  background-color: #ffffff; }
  .view_faqs .view_item {
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #F4F4F4; }
    .view_faqs .view_item .leftContainer .question {
      font-size: 2rem;
      line-height: 2.8rem;
      font-weight: 600; }
    .view_faqs .view_item .rightContainer p, .view_faqs .view_item .rightContainer li {
      font-size: 1.6rem;
      line-height: 2.2rem; }
    .view_faqs .view_item .rightContainer li {
      margin-top: 10px; }
  @media (max-width: 991px) {
    .view_faqs .view_item .leftContainer .question {
      margin-bottom: 15px; } }
.view_content_menus {
  background-color: #4D4C67;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 !important; }
  .view_content_menus .item {
    text-decoration: none;
    padding: 15px 25px;
    color: #B6B7D7;
    display: inline-block;
    font-size: 1.8rem; }
    .view_content_menus .item.selected {
      color: #ffffff;
      background-color: #00ADEE; }
    .view_content_menus .item:hover {
      color: #ffffff;
      background-color: #00ADEE; }
  @media (max-width: 767px) {
    .view_content_menus {
      padding: 0px !important;
      min-height: auto;
      margin-bottom: 20px; }
      .view_content_menus .item {
        padding: 10px; } }
.view_corporate_partners {
  margin-top: 30px; }
  .view_corporate_partners .item {
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #383C57;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer; }
    .view_corporate_partners .item:hover {
      color: #4c5176; }

.view_lesson_resources .view_item {
  background-color: #ffffff;
  margin-top: 10px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .view_lesson_resources .view_item .title {
    font-size: 2rem;
    line-height: 2rem;
    color: #383C57; }
  .view_lesson_resources .view_item .field_attachments {
    display: flex;
    align-items: center;
    justify-content: center; }
  .view_lesson_resources .view_item .btn_activities {
    border: 2px solid #E4E4E8;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #00ADEE;
    text-decoration: none; }
    .view_lesson_resources .view_item .btn_activities:hover {
      background-color: #E4E4E8; }

.pagination .next, .pagination .pager-last, .pagination .prev, .pagination .pager-first {
  display: none; }

.pagination li span {
  border-radius: 0px !important; }

.pagination .active span {
  background-color: #00ADEE;
  border-color: #00ADEE; }
  .pagination .active span:hover {
    background-color: #00ADEE;
    border-color: #00ADEE; }

.mr-0, .mx-0 {
  margin-right: 0 !important; }

.ml-0, .mx-0 {
  margin-left: 0 !important; }

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

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

.pr-0, .px-0 {
  padding-right: 0 !important; }

.pl-0, .px-0 {
  padding-left: 0 !important; }

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important; }

.mr-1, .mx-1 {
  margin-right: 0.25rem !important; }

.ml-1, .mx-1 {
  margin-left: 0.25rem !important; }

.mt-1, .my-1 {
  margin-top: 0.25rem !important; }

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important; }

.m-1 {
  margin: 0.25rem !important; }

.mr-2, .mx-2 {
  margin-right: 0.5rem !important; }

.ml-2, .mx-2 {
  margin-left: 0.5rem !important; }

.mt-2, .my-2 {
  margin-top: 0.5rem !important; }

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mr-3, .mx-3 {
  margin-right: 1rem !important; }

.ml-3, .mx-3 {
  margin-left: 1rem !important; }

.mt-3, .my-3 {
  margin-top: 1rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

.m-3 {
  margin: 1rem !important; }

.mr-4, .mx-4 {
  margin-right: 1.5rem !important; }

.ml-4, .mx-4 {
  margin-left: 1.5rem !important; }

.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mr-5, .mx-5 {
  margin-right: 3rem !important; }

.ml-5, .mx-5 {
  margin-left: 3rem !important; }

.mt-5, .my-5 {
  margin-top: 3rem !important; }

.mb-5, .my-5 {
  margin-bottom: 3rem !important; }

.m-5 {
  margin: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pr-1, .px-1 {
  padding-right: 0.25rem !important; }

.pl-1, .px-1 {
  padding-left: 0.25rem !important; }

.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

.p-1 {
  padding: 0.25rem !important; }

.pr-2, .px-2 {
  padding-right: 0.5rem !important; }

.pl-2, .px-2 {
  padding-left: 0.5rem !important; }

.pt-2, .py-2 {
  padding-top: 0.5rem !important; }

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pr-3, .px-3 {
  padding-right: 1rem !important; }

.pl-3, .px-3 {
  padding-left: 1rem !important; }

.pt-3, .py-3 {
  padding-top: 1rem !important; }

.pb-3, .py-3 {
  padding-bottom: 1rem !important; }

.p-3 {
  padding: 1rem !important; }

.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pr-5, .px-5 {
  padding-right: 3rem !important; }

.pl-5, .px-5 {
  padding-left: 3rem !important; }

.pt-5, .py-5 {
  padding-top: 3rem !important; }

.pb-5, .py-5 {
  padding-bottom: 3rem !important; }

.p-5 {
  padding: 3rem !important; }

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important; }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important; }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important; }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important; }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important; }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important; }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important; }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }
  .p-sm-5 {
    padding: 3rem !important; } }

@media (min-width: 992px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }
  .p-md-5 {
    padding: 3rem !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }
  .p-lg-5 {
    padding: 3rem !important; } }
