@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700");
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic");
@font-face {
  font-family: 'FontAwesome';
  src: url("./../node_modules/font-awesome/fonts//fontawesome-webfont.eot?v=4.7.0");
  src: url("./../node_modules/font-awesome/fonts//fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./../node_modules/font-awesome/fonts//fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./../node_modules/font-awesome/fonts//fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./../node_modules/font-awesome/fonts//fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./../node_modules/font-awesome/fonts//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.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 {
  animation: fa-spin 2s infinite linear;
}

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

.col-md-12.content a {
    text-decoration: none !important;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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-pp: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-resistance: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: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: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

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

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-outer.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.btn, .button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .button:hover, .btn:focus, .button:focus {
  text-decoration: none;
}

.btn:focus, .button:focus, .btn.focus, .focus.button {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 28, 36, 0.25);
}

.btn.disabled, .disabled.button, .btn:disabled, .button:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled), .button:not(:disabled):not(.disabled) {
  cursor: pointer;
  font-size: 11px;
}

.btn:not(:disabled):not(.disabled):active, .button:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .button:not(:disabled):not(.disabled).active {
  background-image: none;
}

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

.btn-primary, .button.form-submit {
  color: #fff;
  background-color: #ff1c24;
  border-color: #ff1c24;
}

.btn-primary:hover, .button.form-submit:hover {
  color: #fff;
  background-color: #f50009;
  border-color: #e80008;
}

.btn-primary:focus, .button.form-submit:focus, .btn-primary.focus, .focus.button.form-submit {
  box-shadow: 0 0 0 0.2rem rgba(255, 28, 36, 0.5);
}

.btn-primary.disabled, .disabled.button.form-submit, .btn-primary:disabled, .button.form-submit:disabled {
  color: #fff;
  background-color: #ff1c24;
  border-color: #ff1c24;
}

.btn-primary:not(:disabled):not(.disabled):active, .button.form-submit:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .button.form-submit:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.button.form-submit {
  color: #fff;
  background-color: #e80008;
  border-color: #db0008;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .button.form-submit:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .button.form-submit:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .dropdown-toggle.button.form-submit:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 28, 36, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #1b2b33;
  border-color: #1b2b33;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #0e161a;
  border-color: #090f12;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 43, 51, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #1b2b33;
  border-color: #1b2b33;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #090f12;
  border-color: #050809;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 43, 51, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  border-radius: 4px;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #f50009;
  border-color: #e80008;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 28, 36, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff1c24;
  border-color: #ff1c24;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e80008;
  border-color: #db0008;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 28, 36, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #ff1c24;
  background-color: transparent;
  background-image: none;
  border-color: #ff1c24;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #ff1c24;
  border-color: #ff1c24;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 28, 36, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ff1c24;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff1c24;
  border-color: #ff1c24;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 28, 36, 0.5);
}

.btn-outline-secondary {
  color: #1b2b33;
  background-color: transparent;
  background-image: none;
  border-color: #1b2b33;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #1b2b33;
  border-color: #1b2b33;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 43, 51, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #1b2b33;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1b2b33;
  border-color: #1b2b33;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 43, 51, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ff1c24;
  background-color: transparent;
  background-image: none;
  border-color: #ff1c24;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff1c24;
  border-color: #ff1c24;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 28, 36, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff1c24;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1c24;
  border-color: #ff1c24;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 28, 36, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #ff1c24;
  background-color: transparent;
}

.btn-link:hover {
  color: #cf0007;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0px;
}

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff1c24;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ff1c24;
  --secondary: #1b2b33;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff1c24;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.button) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3,
  .paragraph--call-to-action .paragraph--call-to-action__text p,
  .paragraph--flat-banner .paragraph--flat-banner__text p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  .paragraph--call-to-action .paragraph--call-to-action__text p,
  .paragraph--flat-banner .paragraph--flat-banner__text p {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

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

body {
  margin: 0;
  /* font-family: "Didact Gothic", sans-serif; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

h1, h2, h3, .paragraph--call-to-action .paragraph--call-to-action__text p, .paragraph--flat-banner .paragraph--flat-banner__text p, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}
#currencies b{
	font-size:15px;
}
#currencies input{
	float:left;
}
#currencies input{
	
}
small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #ff1c24;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #cf0007;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #ff1c24 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #e80008 !important;
}

.bg-secondary {
  background-color: #1b2b33 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #090f12 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #ff1c24 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #e80008 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #ff1c24 !important;
}

.border-secondary {
  border-color: #1b2b33 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #ff1c24 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

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

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

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

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

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

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

.text-white {
  color: #fff !important;
}

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

a.text-primary:hover, a.text-primary:focus {
  color: #e80008 !important;
}

.text-secondary {
  color: #1b2b33 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #090f12 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #e80008 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

h1, h2, h3, .paragraph--call-to-action .paragraph--call-to-action__text p, .paragraph--flat-banner .paragraph--flat-banner__text p, h4, h5, h6,
.h1, .h2, .h3, .jbase-pricing-boxes .pricing__intro-description, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: inherit;
}

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

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

h3, .paragraph--call-to-action .paragraph--call-to-action__text p, .paragraph--flat-banner .paragraph--flat-banner__text p, .h3, .jbase-pricing-boxes .pricing__intro-description {
  font-size: 21px;
}
p{
	font-size:16px;
	line-height: 30px;
}
.content-section ul li {
    line-height: 30px;
	font-size: 16px;
}
.content-section ul {
    padding-left: 50px;
    margin-bottom: 30px;
}
h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.75rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.5;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.5;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 60%;
  font-weight: 400;
  margin-left:1px;
  color:inherit !important;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

h1, h2, h3, .paragraph--call-to-action .paragraph--call-to-action__text p, .paragraph--flat-banner .paragraph--flat-banner__text p, h4 {
  text-transform: uppercase;
  font-weight: normal;
}

body {
  font-family: "Didact Gothic", sans-serif;
}

p {
  margin: 0 0 1rem;
}

blockquote {
  font-style: italic;
  border-left: solid 3px #6c757d;
  margin-left: 1rem;
  padding-left: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: currentColor;
}

code:before {
  content: '`';
}

code:after {
  content: '`';
}

pre code:after, pre code:before {
  content: '';
}

/**
 * Breakpoint Configuration
 * @see https://github.com/Team-Sass/breakpoint/wiki
 *
 * Usage:
 * display: none; // hidden for mobile
 * @include breakpoint($bp--small-up) {
 *   display: block; // shown above 400
 * }
 */
.u-spacing-down {
  margin-bottom: 20px;
}

.u-spacing-up {
  margin-top: 20px;
}

.u-gap-down {
  margin-bottom: 5px;
}

.u-gap-up {
  margin-top: 5px;
}

.u-grid-width--1 {
  width: calc((8.33333% + 1.66667px) - 20px) !important;
}

.u-grid-width--2 {
  width: calc((16.66667% + 3.33333px) - 20px) !important;
}

.u-grid-width--3 {
  width: calc((25% + 5px) - 20px) !important;
}

.u-grid-width--4 {
  width: calc((33.33333% + 6.66667px) - 20px) !important;
}

.u-grid-width--6 {
  width: calc((50% + 10px) - 20px) !important;
}

.grid-demo {
  counter-reset: grid-item;
}

.grid-demo > * {
  counter-increment: grid-item;
}

.grid-demo > *:after {
  content: counter(grid-item);
  margin-left: 3px;
}

.grid-demo > *:nth-child(odd) {
  border: dashed 1px red;
}

.grid-demo > *:nth-child(even) {
  border: dashed 1px orange;
}

.full-grid-demo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #dee2e6;
}

.full-grid-demo > * {
  margin-bottom: 20px;
  width: calc((8.33333% + 1.66667px) - 20px);
}

.full-grid-demo > *:last-child {
  margin-bottom: 20px;
}

.full-grid-demo > *:nth-child(1n) {
  margin-right: 20px;
}

.full-grid-demo > *:nth-child(12n) {
  margin-right: 0;
}

.full-grid-demo__item {
  background: #6c757d;
  border: solid 1px #dee2e6;
  height: 200px;
}

.smart-grid > * {
  margin-bottom: 10px;
}

.smart-grid > *:last-child {
  margin-bottom: 10px;
}

.smart-grid > *[class]:last-child {
  margin-bottom: 10px;
}

@media (min-width: 380px) {
  .smart-grid[data-row-items-xsmall="1"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xsmall="1"] > * {
    margin-bottom: 20px;
    width: 100%;
  }
  .smart-grid[data-row-items-xsmall="1"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-xsmall="1"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-xsmall="1"] > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 380px) {
  .smart-grid[data-row-items-xsmall="2"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xsmall="2"] > * {
    margin-bottom: 20px;
    width: calc((50% + 10px) - 20px);
  }
  .smart-grid[data-row-items-xsmall="2"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-xsmall="2"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-xsmall="2"] > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 380px) {
  .smart-grid[data-row-items-xsmall="3"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xsmall="3"] > * {
    margin-bottom: 20px;
    width: calc((33.33333% + 6.66667px) - 20px);
  }
  .smart-grid[data-row-items-xsmall="3"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-xsmall="3"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-xsmall="3"] > *:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 380px) {
  .smart-grid[data-row-items-xsmall="4"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xsmall="4"] > * {
    margin-bottom: 20px;
    width: calc((25% + 5px) - 20px);
  }
  .smart-grid[data-row-items-xsmall="4"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-xsmall="4"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-xsmall="4"] > *:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 380px) {
  .smart-grid[data-row-items-xsmall="6"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xsmall="6"] > * {
    margin-bottom: 20px;
    width: calc((16.66667% + 3.33333px) - 20px);
  }
  .smart-grid[data-row-items-xsmall="6"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-xsmall="6"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-xsmall="6"] > *:nth-child(6n) {
    margin-right: 0;
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="1"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-small="1"] > * {
    margin-bottom: 20px;
    width: 100%;
  }
  .smart-grid[data-row-items-small="1"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-small="1"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-small="1"] > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="2"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-small="2"] > * {
    margin-bottom: 20px;
    width: calc((50% + 10px) - 20px);
  }
  .smart-grid[data-row-items-small="2"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-small="2"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-small="2"] > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="3"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-small="3"] > * {
    margin-bottom: 20px;
    width: calc((33.33333% + 6.66667px) - 20px);
  }
  .smart-grid[data-row-items-small="3"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-small="3"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-small="3"] > *:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="4"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-small="4"] > * {
    margin-bottom: 20px;
    width: calc((25% + 5px) - 20px);
  }
  .smart-grid[data-row-items-small="4"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-small="4"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-small="4"] > *:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="6"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-small="6"] > * {
    margin-bottom: 20px;
    width: calc((16.66667% + 3.33333px) - 20px);
  }
  .smart-grid[data-row-items-small="6"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-small="6"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-small="6"] > *:nth-child(6n) {
    margin-right: 0;
  }
}

@media (min-width: 700px) {
  .smart-grid[data-row-items-medium="1"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-medium="1"] > * {
    margin-bottom: 20px;
    width: 100%;
  }
  .smart-grid[data-row-items-medium="1"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-medium="1"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-medium="1"] > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 700px) {
  .smart-grid[data-row-items-medium="2"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-medium="2"] > * {
    margin-bottom: 20px;
    width: calc((50% + 10px) - 20px);
  }
  .smart-grid[data-row-items-medium="2"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-medium="2"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-medium="2"] > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 700px) {
  .smart-grid[data-row-items-medium="3"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-medium="3"] > * {
    margin-bottom: 20px;
    width: calc((33.33333% + 6.66667px) - 20px);
  }
  .smart-grid[data-row-items-medium="3"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-medium="3"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-medium="3"] > *:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 700px) {
  .smart-grid[data-row-items-medium="4"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-medium="4"] > * {
    margin-bottom: 20px;
    width: calc((25% + 5px) - 20px);
  }
  .smart-grid[data-row-items-medium="4"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-medium="4"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-medium="4"] > *:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 700px) {
  .smart-grid[data-row-items-medium="6"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-medium="6"] > * {
    margin-bottom: 20px;
    width: calc((16.66667% + 3.33333px) - 20px);
  }
  .smart-grid[data-row-items-medium="6"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-medium="6"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-medium="6"] > *:nth-child(6n) {
    margin-right: 0;
  }
}

@media (min-width: 900px) {
  .smart-grid[data-row-items-large="1"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-large="1"] > * {
    margin-bottom: 20px;
    width: 100%;
  }
  .smart-grid[data-row-items-large="1"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-large="1"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-large="1"] > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 900px) {
  .smart-grid[data-row-items-large="2"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-large="2"] > * {
    margin-bottom: 20px;
    width: calc((50% + 10px) - 20px);
  }
  .smart-grid[data-row-items-large="2"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-large="2"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-large="2"] > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 900px) {
  .smart-grid[data-row-items-large="3"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-large="3"] > * {
    margin-bottom: 20px;
    width: calc((33.33333% + 6.66667px) - 20px);
  }
  .smart-grid[data-row-items-large="3"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-large="3"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-large="3"] > *:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 900px) {
  .smart-grid[data-row-items-large="4"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-large="4"] > * {
    margin-bottom: 20px;
    width: calc((25% + 5px) - 20px);
  }
  .smart-grid[data-row-items-large="4"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-large="4"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-large="4"] > *:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 900px) {
  .smart-grid[data-row-items-large="6"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-large="6"] > * {
    margin-bottom: 20px;
    width: calc((16.66667% + 3.33333px) - 20px);
  }
  .smart-grid[data-row-items-large="6"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-large="6"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-large="6"] > *:nth-child(6n) {
    margin-right: 0;
  }
}

@media (min-width: 1100px) {
  .smart-grid[data-row-items-xlarge="1"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xlarge="1"] > * {
    margin-bottom: 20px;
    width: 100%;
  }
  .smart-grid[data-row-items-xlarge="1"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-xlarge="1"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-xlarge="1"] > *:nth-child(1n) {
    margin-right: 0;
  }
}

@media (min-width: 1100px) {
  .smart-grid[data-row-items-xlarge="2"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xlarge="2"] > * {
    margin-bottom: 20px;
    width: calc((50% + 10px) - 20px);
  }
  .smart-grid[data-row-items-xlarge="2"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-xlarge="2"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-xlarge="2"] > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 1100px) {
  .smart-grid[data-row-items-xlarge="3"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xlarge="3"] > * {
    margin-bottom: 20px;
    width: calc((33.33333% + 6.66667px) - 20px);
  }
  .smart-grid[data-row-items-xlarge="3"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-xlarge="3"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-xlarge="3"] > *:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1100px) {
  .smart-grid[data-row-items-xlarge="4"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xlarge="4"] > * {
    margin-bottom: 20px;
    width: calc((25% + 5px) - 20px);
  }
  .smart-grid[data-row-items-xlarge="4"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-xlarge="4"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-xlarge="4"] > *:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 1100px) {
  .smart-grid[data-row-items-xlarge="6"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smart-grid[data-row-items-xlarge="6"] > * {
    margin-bottom: 20px;
    width: calc((16.66667% + 3.33333px) - 20px);
  }
  .smart-grid[data-row-items-xlarge="6"] > *:last-child {
    margin-bottom: 20px;
  }
  .smart-grid[data-row-items-xlarge="6"] > *:nth-child(1n) {
    margin-right: 20px;
  }
  .smart-grid[data-row-items-xlarge="6"] > *:nth-child(6n) {
    margin-right: 0;
  }
}

.u-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 700px) {
  .grid--2-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 700px) {
  .grid--2-1 > *:nth-child(odd) {
    width: calc(66.66% - (20px / 2));
  }
  .grid--2-1 > *:nth-child(even) {
    width: calc(33.33% - (20px / 2));
  }
}

.form-item {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  max-width: 800px;
}

.form-item label {
  text-transform: uppercase;
  font-size: 0.875rem;
}

@media (min-width: 700px) {
  .form-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-item label {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    padding: 5px 10px 5px 0px;
    margin-right: 0.5rem;
  }
  .form-item .description {
    width: 100%;
    color: #ced4da;
    margin-top: 0.5rem;
  }
}

.form-item .description {
  width: 100%;
}

/* input[type='text'],
input[type='password'],
input[type='email'] {
  font-size: 0.875rem;
  height: 2.1875rem;
  padding: 0 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  max-width: 100%;
}

textarea {
  font-size: 0.875rem;
  padding: 0 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  max-width: 100%;
}
 */
.btn, .button {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 1px;
}

.btn-lg {
  font-size: 1rem;
  line-height: 2rem;
}

.btn-sm {
  font-size: 0.6rem;
  line-height: 1rem;
}

.language-switcher-language-url ul,
.language-switcher-language-session ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 0;
}

@media (min-width: 700px) {
  .language-switcher-language-url ul,
  .language-switcher-language-session ul {
    width: auto;
  }
}

.language-switcher-language-url ul li,
.language-switcher-language-session ul li {
  margin-right: 0.5rem;
}

.language-switcher-language-url ul img,
.language-switcher-language-session ul img {
  height: 1rem;
  width: 1.5rem;
  border: 2px solid #e9ecef;
}

.language-switcher-language-url ul a,
.language-switcher-language-session ul a {
  display: block;
  font-size: 0;
}

.language-switcher-language-url ul a.is-active img,
.language-switcher-language-session ul a.is-active img {
  border: 2px solid #6c757d;
}

.messages {
  padding: 0.5rem 1rem;
}

.messages a {
  text-decoration: underline;
}

.messages--status {
  background: #28a745;
  color: white;
}

.messages--status a {
  color: white;
}

.messages--warning {
  background: #ffc107;
  color: #212529;
}

.messages--warning a {
  color: #212529;
}

.messages--error {
  background: #ff1c24;
  color: white;
}

.messages--error a {
  color: white;
}

.branding {
  min-height: 70px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 30px;
}
.branding__logo a{
	display:inline-block;
}
.branding__logo a:hover{
	text-decoration:none;
}

@media (min-width: 700px) {
  .branding {
    min-height: 90px;
  }
}

.branding__logo svg {
  width:180px;
  height:80px;
}

.events-row, .events--ticket-listing {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 700px) {
  .events-row, .events--ticket-listing {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.schedule-date {
  color: #6c757d;
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 700px) {
  .schedule-date {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.schedule-date time {
  overflow: hidden;
  text-overflow: clip;
  max-width: 42px;
  display: block;
}

.speaker-box {
  max-width: 450px;
}

.speaker-box .speaker-image {
  border-radius: 4px;
  overflow: hidden;
}

.speaker-box .speaker-info {
  margin-top: 1rem;
}

.speaker-box .speaker-description {
  color: #6c757d;
}

.speaker-box .speaker-social-networks svg {
  max-width: 2rem;
  margin-right: 0.5rem;
}

.speaker-image-circle img {
  max-width: 7rem;
  height: auto;
  border-radius: 100%;
}

.events-tickets-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0;
}

.paragraph--col-icons, .paragraph--feature-element, .paragraph--four-col-icons, .paragraph--icon-text-info, .paragraph--logos-list, .paragraph--simple-text, .paragraph--testimonials, .paragraph--three-col-icons, .paragraph--view {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 700px) {
  .paragraph--col-icons, .paragraph--feature-element, .paragraph--four-col-icons, .paragraph--icon-text-info, .paragraph--logos-list, .paragraph--simple-text, .paragraph--testimonials, .paragraph--three-col-icons, .paragraph--view {
    /* padding-top: 8rem; */
    padding-bottom: 8rem;
  }
}

.paragraph--col-icons__intro, .paragraph--logos-list__intro, .paragraph--view__intro {
  text-align: center;
 /*  max-width: 600px; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 0 20px;
}

.paragraph--col-icons__intro-description, .paragraph--logos-list__intro-description, .paragraph--view__intro-description {
  color: #adb5bd;
}

.paragraph--col-icons__grid, .paragraph--four-col-icons__grid, .paragraph--three-col-icons__grid {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 20px;
}

.paragraph--col-icons__grid h4, .paragraph--four-col-icons__grid h4, .paragraph--three-col-icons__grid h4, .paragraph--col-icons__grid h5, .paragraph--four-col-icons__grid h5, .paragraph--three-col-icons__grid h5, .paragraph--col-icons__grid h6, .paragraph--four-col-icons__grid h6, .paragraph--three-col-icons__grid h6 {
  margin-bottom: 15px;
}

.paragraph--col-icons__grid p, .paragraph--four-col-icons__grid p, .paragraph--three-col-icons__grid p {
    color: #333;
    text-align: justify;
    line-height: 26px;
}

.paragraph--call-to-action-stripe {
    background: #ff1c24;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    text-align: center;
    font-size: 16px;
}

.paragraph--call-to-action-stripe .cta-stripe-text {
  margin-bottom: 1.5rem;
}

@media (min-width: 700px) {
  .paragraph--call-to-action-stripe {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-align: inherit;
  }
  .paragraph--call-to-action-stripe .cta-stripe-text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-right: 1rem;
    margin-bottom: 0;
    text-align: right;
  }
}

.paragraph--call-to-action {
  position: relative;
  overflow: hidden;
}

.paragraph--call-to-action .paragraph--call-to-action__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.paragraph--call-to-action .paragraph--call-to-action__background-image:before {
  background: rgba(0, 0, 0, 0.73);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.paragraph--call-to-action .paragraph--call-to-action__background-image img {
  object-fit: cover;
  min-height: 0;
  height: auto;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  z-index: 1;
}

.paragraph--call-to-action .paragraph--call-to-action__text {
  position: relative;
  z-index: 2;
  padding: 5rem 1.2rem;
  /* max-width: 800px; */
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 700px) {
  .paragraph--call-to-action .paragraph--call-to-action__text {
    text-align: left;
    padding: 30px 0px 30px 0px;
  }
}

.paragraph--call-to-action .paragraph--call-to-action__text h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform:initial;
  font-size:40px;
}

.paragraph--call-to-action .paragraph--call-to-action__text h1, .paragraph--call-to-action .paragraph--call-to-action__text h2, .paragraph--call-to-action .paragraph--call-to-action__text h3, .paragraph--call-to-action .paragraph--call-to-action__text p, .paragraph--call-to-action .paragraph--call-to-action__text h4 {
  color: white;
}


.paragraph--feature-element.paragraph--dark-bg {
  background: #dee2e6;
}

.paragraph--feature-element .paragraph--feature-element__image {
  text-align: center;
}

.paragraph--feature-element .paragraph--feature-element__image img {
  max-width: 100%;
}

@media (min-width: 700px) {
  .paragraph--feature-element > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .paragraph--feature-element .paragraph--feature-element__image {
    margin-top: 3rem;
    width: calc(40% - (20px / 2));
  }
  .paragraph--feature-element .paragraph--feature-element__image a {
    display: block;
  }
  .paragraph--feature-element .paragraph--feature-element__text {
    width: calc(50% - (20px / 2));
  }
  .paragraph--feature-element .paragraph--feature-element__text p {
    color: #6c757d;
  }
  .paragraph--feature-element .paragraph--feature-element__text a {
    text-decoration: underline;
    font-weight: 400;
    font-size: 0.875rem;
    color: #ff1c24;
  }
  .paragraph--feature-element .paragraph--feature-element__text blockquote {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    font-style: italic;
    font-size: 0.875rem;
    font-weight: 400;
  }
  .paragraph--feature-element .paragraph--feature-element__text blockquote, .paragraph--feature-element .paragraph--feature-element__text blockquote p {
    color: #6c757d;
  }
}

.paragraph--feature-element > div {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 20px;
}

.paragraph--feature-element > div.paragraph-direction--image_right {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.paragraph--flat-banner {
  background: white;
  padding: 4rem 1.2rem;
}

@media (min-width: 700px) {
  .paragraph--flat-banner {
    padding: 7rem 1.2rem;
  }
}

.paragraph--flat-banner.paragraph--dark-bg {
  background: #ff1c24;
}

.paragraph--flat-banner.paragraph--dark-bg .paragraph--flat-banner__text {
  color: white;
}

.paragraph--flat-banner.paragraph--dark-bg .paragraph--flat-banner__text h1, .paragraph--flat-banner.paragraph--dark-bg .paragraph--flat-banner__text h2, .paragraph--flat-banner.paragraph--dark-bg .paragraph--flat-banner__text h3, .paragraph--flat-banner.paragraph--dark-bg .paragraph--flat-banner__text p, .paragraph--flat-banner.paragraph--dark-bg .paragraph--flat-banner__text h4 {
  color: white;
}

.paragraph--flat-banner .paragraph--flat-banner__inner {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 20px;
}

.paragraph--flat-banner .paragraph--flat-banner__inner .paragraph--flat-banner__icon {
  display: none;
}

@media (min-width: 700px) {
  .paragraph--flat-banner .paragraph--flat-banner__inner .paragraph--flat-banner__icon {
    display: block;
  }
}

@media (min-width: 700px) {
  .paragraph--flat-banner .paragraph--flat-banner__inner.flat-banner--has-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .paragraph--flat-banner .paragraph--flat-banner__inner.flat-banner--has-icon .paragraph--flat-banner__icon {
    width: calc(33.33% - (20px / 2));
    text-align: center;
  }
  .paragraph--flat-banner .paragraph--flat-banner__inner.flat-banner--has-icon .paragraph--flat-banner__text {
    width: calc(66.66% - (20px / 2));
    padding-right: 20px;
  }
}

.paragraph--flat-banner .paragraph--flat-banner__text {
  font-weight: 300;
}

.paragraph--flat-banner .paragraph--flat-banner__text h1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.paragraph--flat-banner .paragraph--flat-banner__text h1, .paragraph--flat-banner .paragraph--flat-banner__text h2, .paragraph--flat-banner .paragraph--flat-banner__text h3, .paragraph--flat-banner .paragraph--flat-banner__text p, .paragraph--flat-banner .paragraph--flat-banner__text h4 {
  font-weight: 300;
}

@media (min-width: 700px) {
  .paragraph--four-col-icons__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .paragraph--four-col-icons__grid > * {
    margin-bottom: 20px;
    width: calc((25% + 5px) - 20px);
  }
  .paragraph--four-col-icons__grid > *:last-child {
    margin-bottom: 20px;
  }
  .paragraph--four-col-icons__grid > *:nth-child(1n) {
    margin-right: 20px;
  }
  .paragraph--four-col-icons__grid > *:nth-child(4n) {
    margin-right: 0;
  }
}

.paragraph--four-col-icons__grid-item {
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 2.2rem;
}

@media (min-width: 700px) {
  .paragraph--four-col-icons__grid-item {
    margin: 0;
  }
}

.paragraph--four-col-icons__grid-item svg {
  height: 60px;
  width: auto;
  color: #ff1c24;
}

.paragraph--icon-text-info > div {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 20px;
}

.paragraph--icon-text-info > div .paragraph--icon-text-info__icon {
  text-align: center;
}

.paragraph--icon-text-info > div .paragraph--icon-text-info__icon svg {
  min-height: 6rem;
  width: auto;
}

@media (min-width: 700px) {
  .paragraph--icon-text-info > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .paragraph--icon-text-info > div .paragraph--icon-text-info__icon {
    width: calc(40% - (20px / 2));
  }
  .paragraph--icon-text-info > div .paragraph--icon-text-info__text {
    width: calc(60% - (20px / 2));
  }
  .paragraph--icon-text-info > div .paragraph--icon-text-info__text p {
    color: #6c757d;
  }
}

.paragraph--icon-text-info > div.paragraph-direction--icon_right {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.paragraph--logos-list {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.paragraph--logos-list__logo-grid {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.paragraph--logos-list__logo-grid > * {
  margin-bottom: 20px;
  width: calc((33.33333% + 6.66667px) - 20px);
}

.paragraph--logos-list__logo-grid > *:last-child {
  margin-bottom: 20px;
}

.paragraph--logos-list__logo-grid > *:nth-child(1n) {
  margin-right: 20px;
}

.paragraph--logos-list__logo-grid > *:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 700px) {
  .paragraph--logos-list__logo-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .paragraph--logos-list__logo-grid > * {
    margin-bottom: 20px;
    width: calc((20% + 4px) - 20px);
  }
  .paragraph--logos-list__logo-grid > *:last-child {
    margin-bottom: 20px;
  }
  .paragraph--logos-list__logo-grid > *:nth-child(1n) {
    margin-right: 20px;
  }
  .paragraph--logos-list__logo-grid > *:nth-child(5n) {
    margin-right: 0;
  }
}

.paragraph--logos-list__logo-grid .paragraph--logo-list__grid-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 1.2rem;
}

.paragraph--logos-list__logo-grid img {
 /*  max-height: 3.5rem;
  max-width: 100%;
  opacity: 0.7; */
}

.separator {
  border-top: 1px solid #dee2e6;
}

.paragraph--simple-text .paragraph--simple-text__text {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 20px;
}

.paragraph--testimonials .paragraph-testimonials__testimonial .testimonial__inner {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

@media (min-width: 700px) {
  .paragraph--testimonials .paragraph-testimonials__testimonial .testimonial__inner {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 700px) {
  .paragraph--testimonials .paragraph-testimonials__testimonial .testimonial__inner {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.paragraph--testimonials .paragraph-testimonials__testimonial .testimonial__inner .testimonial__picture {
  text-align: center;
}

@media (min-width: 700px) {
  .paragraph--testimonials .paragraph-testimonials__testimonial .testimonial__inner .testimonial__picture {
    margin-right: 1.2rem;
  }
}

.paragraph--testimonials .paragraph-testimonials__testimonial .testimonial__inner .testimonial__picture img {
  max-width: 80px;
  border-radius: 100%;
  margin: 20px auto;
}

@media (min-width: 700px) {
  .paragraph--testimonials .paragraph-testimonials__testimonial .testimonial__inner .testimonial__picture img {
    margin: 0;
  }
}

.paragraph--testimonials .paragraph-testimonials__testimonial .testimonial__inner .testimonial__text {
  color: #6c757d;
  font-style: italic;
  margin-bottom: 0.7rem;
}

.paragraph--testimonials .paragraph-testimonials__testimonial .testimonial__inner .testimonial__ocupation-info {
  display: -ms-flexbox;
  display: flex;
}

.paragraph--testimonials .paragraph-testimonials__testimonial .testimonial__inner .testimonial__name {
  margin-right: 0.7rem;
  padding-right: 0.7rem;
  border-right: 1px solid #dee2e6;
  font-weight: 400;
}

.paragraph--testimonials .paragraph-testimonials__testimonial .testimonial__inner .testimonial__position {
  color: #6c757d;
}

.testimonials__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

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

@media (min-width: 700px) {
  .testimonial__quote-icon {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}

.paragraph--three-col-icons__grid {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 700px) {
  .paragraph--three-col-icons__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .paragraph--three-col-icons__grid > * {
    margin-bottom: 20px;
    width: calc((33.33333% + 6.66667px) - 20px);
  }
  .paragraph--three-col-icons__grid > *:last-child {
    margin-bottom: 20px;
  }
  .paragraph--three-col-icons__grid > *:nth-child(1n) {
    margin-right: 20px;
  }
  .paragraph--three-col-icons__grid > *:nth-child(3n) {
    margin-right: 0;
  }
}

.paragraph--three-col-icons__grid-item {
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 2.2rem;
}

@media (min-width: 700px) {
  .paragraph--three-col-icons__grid-item {
    margin: 0;
  }
}

.paragraph--three-col-icons__grid-item svg {
  height: 100px;
  width: auto;
  color: #ff1c24;
}

.paragraph--view {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.paragraph--view__view {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 20px;
}

.block-local-tasks-block--content {
  border-bottom: 1px solid #ced4da;
}

.block-local-tasks-block--content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  background: white;
}

.block-local-tasks-block--content li a {
  padding: 10px 15px;
  text-transform: uppercase;
  border-right: 1px solid #dee2e6;
  font-size: 0.875rem;
  display: block;
}

.block-local-tasks-block--content li a.is-active {
  background: #ff1c24;
  color: white;
  border-color: #ff1c24;
}

.main-menu-multi {
  text-align: center;
  background: white;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.main-menu-multi.open {
  border-top: 1px solid #e9ecef;
  height: auto;
  max-height: 1000px;
}

@media (min-width: 700px) {
  .main-menu-multi {
    text-align: left;
    padding: 0;
    background: transparent;
    height: auto;
    max-height: none;
  }
}

.main-menu-multi ul {
  height: 100%;
  padding: 0;
  margin: 0;
}

@media (min-width: 700px) {
  .main-menu-multi ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.main-menu-multi li {
  display: block;
  width: 100%;
  list-style: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  /* Submenu */
}

@media (min-width: 700px) {
  .main-menu-multi li {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: auto;
    -ms-flex-align: center;
        align-items: center;
    border: none;
    padding: 0;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }
}

.main-menu-multi li ul {
  padding-top: 0.5rem;
}

.main-menu-multi li ul li:last-child {
  padding-bottom: 0px;
}

@media (min-width: 700px) {
  .main-menu-multi li ul {
    position: absolute;
    background: white;
    display: none;
    top: 100%;
    border: 1px solid #dee2e6;
    padding: 15px 20px;
  }
  .main-menu-multi li ul li {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: white;
    height: auto;
    transition: background-color 200ms ease;
  }
  .main-menu-multi li ul li:last-child {
    padding-bottom: 0.5rem;
  }
  .main-menu-multi li:hover ul {
    display: inline-block;
    height: auto;
  }
}

.main-menu-multi a {
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
}
.main-menu-multi a:hover,
.paragraph.custom-block .paragraph--view__view ul li a:hover {
	color:#007ff9;
	text-decoration:none;
}

.toggle_menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  background: transparent;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #e9ecef;
  border-right: none;
}

@media (min-width: 700px) {
  .toggle_menu {
    display: none;
  }
}

.toggle_menu svg {
  width: 1rem;
}

.toggle_menu .css-icon-menu {
  position: relative;
  width: 18px;
  height: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  margin: auto;
}

.toggle_menu .css-icon-menu .icon-menu-line {
  width: 2px;
  height: 2px;
  background-color: #27282a;
  border-radius: 2px;
  transition: all 0.1s ease-in-out;
}

.toggle_menu .css-icon-menu .icon-menu-line:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 2px;
  height: 2px;
  background-color: #27282a;
  border-radius: 2px;
  transition: all 0.1s ease-in-out;
}

.toggle_menu .css-icon-menu .icon-menu-line:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 2px;
  height: 2px;
  background-color: #27282a;
  border-radius: 2px;
  transition: backgroundColor 0s ease-in-out, width 0.1s ease-in-out, right 0.1s ease-in-out;
}

.main-menu-content {
  display: none;
}

/* Position and sizing of burger button */
.bm-burger-button {
  position: fixed;
  width: 36px;
  height: 30px;
  left: 36px;
  top: 30px;
}

.toolbar-horizontal .bm-burger-button {
  top: 110px;
}

/* Color/shape of burger icon bars */
.bm-burger-bars {
  background: #1b2b33;
}

/* Position and sizing of clickable cross button */
.bm-cross-button {
  height: 40px !important;
  width: 40px !important;
  right: 20px !important;
}

/* Color/shape of close button cross */
.bm-cross {
  background: #1b2b33;
  width: 4px !important;
  height: 25px !important;
}

/* General sidebar styles */
.bm-menu {
  background: white;
  padding: 2.5em 1.5em 0;
  font-size: 1.15em;
}

/* Morph shape necessary with bubble or elastic */
.bm-morph-shape {
  fill: #1b2b33;
}

/* Wrapper for item list */
.bm-item-list {
  padding: 0.8rem;
}

/* Styling of overlay */
.bm-overlay {
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.bm-menu-wrap {
  top: 0;
}

.toolbar-horizontal .bm-menu-wrap {
  top: 80px;
}

.bm-menu ul {
  padding: 0;
  margin-top: 0;
}

@media (min-width: 700px) {
  .bm-menu ul {
    margin-top: 15px;
  }
}

.bm-menu li {
  list-style: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 700px) {
  .bm-menu li {
    border: none;
    padding: 0;
    margin: 0.5rem;
  }
}

.bm-menu a {
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 0.875rem;
}

.right .bm-burger-button {
  left: initial;
  right: 36px;
}

.jbase-pricing-boxes {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 700px) {
  .jbase-pricing-boxes {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.jbase-pricing-boxes .pricing__intro {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}

.jbase-pricing-boxes .pricing__intro-description {
  color: #ced4da;
}

.jbase-pricing-boxes .pricing-options {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 700px) {
  .jbase-pricing-boxes .pricing-options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.jbase-pricing-boxes .pricing-options .pricing-option {
  padding: 1.2rem 2.5rem;
  margin-bottom: 1.2rem;
  background: #1b2b33;
  color: white;
  text-align: center;
}

@media (min-width: 700px) {
  .jbase-pricing-boxes .pricing-options .pricing-option {
    -ms-flex: 1;
        flex: 1;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 0;
  }
}

.jbase-pricing-boxes .pricing-options .pricing-option--on-request {
  background: #ff1c24;
}

.jbase-pricing-boxes .pricing-options .pricing-option--on-request .pricing-option__information {
  color: white;
}

.jbase-pricing-boxes .pricing-options .pricing-option--on-request .pricing-option__features li:before {
  background-image: url(../images/svgs/check-small-white.svg);
}

.jbase-pricing-boxes .pricing-options .pricing-option__name {
  font-size: 0.875rem;
  margin-top: 1.2rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}

.jbase-pricing-boxes .pricing-options .pricing-option__information {
  font-size: 0.875rem;
  color: #ced4da;
  margin-bottom: 2.5rem;
}

.jbase-pricing-boxes .pricing-options .pricing-option__price {
  font-size: 3rem;
  color: white;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.jbase-pricing-boxes .pricing-options .pricing-option__price-currency {
  font-size: 0.875rem;
  color: #ced4da;
  position: absolute;
  margin: -23px 0 0 -14px;
}

.jbase-pricing-boxes .pricing-options .pricing-option__price-season {
  font-size: 0.875rem;
  color: #ced4da;
  position: absolute;
  margin: 19px 0 0;
}

.jbase-pricing-boxes .pricing-options .pricing-option__icon {
  margin-bottom: 2.5rem;
}

.jbase-pricing-boxes .pricing-options .pricing-option__features ul {
  list-style: none;
  padding: 0;
}

.jbase-pricing-boxes .pricing-options .pricing-option__features li {
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.jbase-pricing-boxes .pricing-options .pricing-option__features li:before {
  content: "";
  background-image: url(../images/svgs/check-small.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 1.2rem;
}

.jbase-pricing-boxes .pricing-options .request-demo {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.jbase-pricing-table {
  background: #f8f9fa;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1172px;
  margin: 0 auto;
  padding: 20px;
}

@media (min-width: 700px) {
  .jbase-pricing-table {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 100%;
  }
}

.jbase-pricing-table .pricing__intro {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.jbase-pricing-table .pricing__intro-description {
  color: #ced4da;
}

.jbase-pricing-table .pricing-option__name {
  font-weight: 400;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.jbase-pricing-table .pricing-option__price {
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.jbase-pricing-table .pricing-option__message {
  color: #ced4da;
  font-size: 0.875rem;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .jbase-pricing-table .pricing-option__message {
    margin-bottom: 0;
  }
}

.jbase-pricing-table .pricing-option__link {
  margin-bottom: 20px;
}

.jbase-pricing-table .pricing__feature-group {
  background: #e9ecef;
  font-size: 0.875rem;
}

.jbase-pricing-table .pricing__feature-fe {
  font-size: 0.875rem;
}

.jbase-pricing-table .pricing__option-feature-fe {
  color: #ced4da;
}

@media (min-width: 700px) {
  .jbase-pricing-table .pricing__option-feature-fe {
    text-align: center;
  }
}

.jbase-pricing-table .pricing__option-feature-fe svg {
  color: #28a745;
  width: 20px;
  height: auto;
}

.jbase-pricing-table .pricing-table-desktop {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 20px;
  display: none;
}

@media (min-width: 700px) {
  .jbase-pricing-table .pricing-table-desktop {
    display: block;
  }
}

.jbase-pricing-table .pricing__table {
  background-color: white;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  width: 100%;
  display: table;
  border-bottom: none;
  margin-bottom: 0;
  position: relative;
  table-layout: fixed;
  border-collapse: collapse;
}

.jbase-pricing-table .pricing__table td {
  padding: 20px 40px;
  vertical-align: top;
  border-left: 1px solid #ced4da;
}

.jbase-pricing-table .pricing__table tr {
  border-bottom: 1px solid #ced4da;
}

.jbase-pricing-table .pricing__table .no-border {
  border: none;
}

.jbase-pricing-table .pricing__table .svg-show-icon {
  vertical-align: bottom;
  text-align: center;
}

.jbase-pricing-table .pricing__table .svg-show-icon svg {
  color: #ff1c24;
  width: 60px;
  height: auto;
}

.jbase-pricing-table .pricing__table .laptop-bg {
  position: relative;
}

.jbase-pricing-table .pricing__table .laptop-bg:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: -85px;
  background-image: url(../images/svgs/pricing-icon.svg);
  background-repeat: no-repeat;
  background-size: 360px 268px;
  width: 360px;
  height: 268px;
}

@media (min-width: 700px) {
  .jbase-pricing-table .pricing_mobile {
    display: none;
  }
}

.jbase-pricing-table .pricing_mobile .pricing__feature-fe {
  text-align: left;
}

.jbase-pricing-table .pricing_mobile .pricing-cta {
  margin-top: 40px;
}

@media (min-width: 700px) {
  .schedule-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.schedule-box .schedule-box__item {
  display: -ms-flexbox;
  display: flex;
  background: #f8f9fa;
  border-left: 3px solid #ff1c24;
  border-radius: 4 4px;
  padding: 10px 20px;
  margin-bottom: 0.5rem;
}

@media (min-width: 700px) {
  .schedule-box .schedule-box__item {
    margin: 0;
  }
}

.schedule-box .schedule-box__image {
  margin-right: 1rem;
}

.schedule-item-full {
  padding: 1rem;
}

.schedule-item__metainfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1rem;
}

.schedule-item__metainfo .schedule-item__image {
  margin-right: 0.5rem;
}

.site__footer {
  background: #1b2b33;
  border-top: 6px solid #3e6376;
  color: white;
  width: 100%;
  float: left;
  padding:30px 0px;
}

.site__footer a {
  color: white;
  font-size: 13px;
}
.logo-footer{
  display:inline-block;
}
#block-jsummitinformation p{
	font-size:15px;
}
.copy-right-text{
    font-size: 12px;
    text-align: center;
    background: #101a1f;
    color: white;
    display: inline-block;
	width:100%;
    vertical-align: middle;
    line-height: 36px;
}

.site__footer a:active, .site__footer a:focus, .site__footer a:hover {
  color: white;
}

@media (min-width: 700px) {
  .site__footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.site__footer .region-footer {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 700px) {
  .site__footer .region-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.site__footer .region-footer > div {
  text-align: left;
}

@media (min-width: 700px) {
  .site__footer .region-footer > div {
    padding-right: 60px;
  }
}

.site__footer .region-footer > div:first-child {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.site__footer .region-footer > nav {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.site__footer .region-footer > nav > h2 {
  text-transform: uppercase;
      font-size: 15px;
  font-weight: 400;
}

.site__footer .region-footer > nav ul {
  padding-left: 0;
  list-style: none;
  font-size: 0.875rem;
  color: white;
}

.site__footer .region-footer > nav ul li {
  margin-bottom: 5px;
}

.site__footer .region-footer .language-switcher-language-url,
.site__footer .region-footer .language-switcher-language-session {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin-top: 0px;
}

.site__footer .region-footer .language-switcher-language-url > h2,
.site__footer .region-footer .language-switcher-language-session > h2 {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
}

.site__footer .region-footer .language-switcher-language-url ul li,
.site__footer .region-footer .language-switcher-language-session ul li {
  display: block;
}

.header {
  position: relative;
}

@media (min-width: 700px) {
  .header {
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
  }
}

.header.fixed {
  position: fixed;
  left: 0;
  top: 0;
}

.toolbar-horizontal .header.fixed {
  top: 80px;
}

@media (min-width: 700px) {
  .header .region-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
  }
  .header .region-header .main-menu {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    margin-left: auto;
  }
}

.header.scroll-down {
  animation: slide-down 1000ms ease;
}

.header.scroll-up {
  animation: scroll-up 1000ms ease;
}

@keyframes slide-down {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes slide-up {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}

.header {
  /* border-bottom: 1px solid #e9ecef; */
  z-index: 5;
  min-height: 70px;
  width: 100%;
  background: white;
}

@media (min-width: 700px) {
  .header {
    min-height: 90px;
    padding: 0 20px;
  }
}

.header.fixed {
  position: fixed;
  left: 0;
  top: 0;
}

.toolbar-fixed .header.fixed {
  top: 39px;
}

.toolbar-fixed.toolbar-tray-open .header.fixed {
  top: 79px;
}

@media (min-width: 700px) {
  .header .region-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .header .region-header .main-menu,
  .header .region-header .main-menu-multi {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    margin-left: auto;
  }
}

@media (min-width: 700px) {
  .header .region-header .nav-mobile.right + .language-switcher-language-url,
  .header .region-header .nav-mobile.right + .language-switcher-language-session {
    margin-right: 5rem;
  }
}

.header .region-header .language-switcher-language-url,
.header .region-header .language-switcher-language-session {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #e9ecef;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 700px) {
  .header .region-header .language-switcher-language-url,
  .header .region-header .language-switcher-language-session {
    border: none;
    padding: 0;
    margin-left: 1rem;
  }
}

.header.scroll-down {
  animation: slide-down 1000ms ease;
}

.header.scroll-up {
  animation: scroll-up 1000ms ease;
}

@keyframes slide-down {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes slide-up {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}

.tns-outer {
  position: relative;
}

.tns-ah {
  min-height: 180px;
}

.tns-controls button {
  background: transparent;
  border: none;
  position: absolute;
  bottom: 50%;
}

.tns-controls button:first-child {
  left: -5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

@media (min-width: 700px) {
  .tns-controls button:first-child {
    left: -80px;
  }
}

.tns-controls button:last-child {
  right: -15px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

@media (min-width: 700px) {
  .tns-controls button:last-child {
    right: -80px;
  }
}

.path-speakers .layout-container main {
  margin-top: 9rem;
  margin-bottom: 6rem;
}

.view-speakers .views-row {
  margin-bottom: 1rem;
}

@media (min-width: 700px) {
  .view-speakers .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .view-speakers .views-row {
    width: 18%;
    margin: 1%;
  }
}

@media (min-width: 700px) {
  .view-schedule .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .view-schedule .views-row {
    width: 48%;
    margin: 1%;
  }
}

.path-schedule .layout-container main {
  margin-top: 9rem;
  margin-bottom: 6rem;
}

.page-node-type-schedule-item .layout-container main {
  margin-bottom: 6rem;
}

.block-page-title-block {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
#block-jbase-page-title h1{
 width:100%;
 display:inline-block;
 
}
.about-event-area2 .col-md-12{
	padding:0px;
}
.container {
	width:1200px;
}
.block-page-title-block h1 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.form-horizontal .control-label {
   padding-top: 0px;
    margin-bottom: 3px;
    text-align: left;
    display: block;
    width: 100%;
    font-size: 15px;
}
#Abstract-Submission {
	padding:0px;
}
#Abstract-Submission .col-md-9{
	width:100%;
}
#Abstract-Submission .form-group {
    margin: 0px 0px 0px 0px;
    padding: 15px;
    border-bottom: 1px solid #D2D6DF;
	background: #fff;
}
#Abstract-Submission .form-control{
    height:70px;
    background: none;
    float:left;
	width:100%;
	font-size:16px;
}
#Abstract-Submission textarea.form-control{
	height: 90px;
    border: 1px solid #d2d6df;
}
#Abstract-Submission .control-label {
	/* float:left; */
	/* width:30%; */
	padding-top: 15px;
	font-weight: 400;
    font-size: 16px;
}
#Abstract-Submission .right-block .control-label {
	width:100%;
	font-size:16px;
}
#Abstract-Submission .other-fields .control-label{
	padding-top: 0px;
}
#Abstract-Submission .col-xs-4 .control-label {
    
    width: 100%;
	    padding: 0;
   
}
.antispam{
	display: inline-block;
    width: 35%;
    float: left;
}
#captcha{
	display:inline-block;
	width:65%;
	padding:10px;
	font-size:16px;
		
}
.file-box input{
	/* margin:0 auto; */
}
.padding-right-0{
	padding-right:0px;
}
.padding-left-0{
	padding-left:0px;
}
.padding-0{
	padding:0;
}
#Abstract-Submission .control-label.attachment-text{
	width:100%;
}


.form-control:focus{
	outline:none;
	box-shadow:none;
}
/* .brochure-form{
	font-family:"Benton Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif
} */
.form-head .abstract-subheading h2{
	font-family:"Benton Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif
}
.note{
	width:100%;
	float:left;
}
.note .mandatory-text {
    padding-left: 15px;
	font-size:16px;
}
address>hr{
	border-top: 1px dotted #fff;
    max-width: 170px;
    margin: 6px auto 6px 0;
}


.mandatory-text {
	padding-left:30px;
}
.notrequired{
	font-size:16px;
	font-weight:400;
}
.captcha-text-alert{
	font-size:12px;
	/* float: left; */
}
.btn-info.abstract-btn{
	font-size: 20px !important;
    padding: 7px 20px;
}

body:not(.page-node-type-landing-page) .block-system-main-block {
  
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  position: absolute;
  top: 38px;
  left: 0;
}

.layout-content{
	display:inline-block;
	margin-top:44px;
	width: 100%;
}
.top-left-block{
	margin-left:30px;
	float:left;
	display:none;
}
.top-left-block a{
	text-transform:none !important;
}
.toolbar-fixed .header {
  top: 39px;
}
.top-left-block i svg{
	width:18px;
	height:18px;
}
.top-left-block i{
	display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.toolbar-fixed.toolbar-tray-open .header {
  top: 79px;
}

.layout-container main {
  margin-top: 90px;
}

.path-user .block-page-title-block {
  margin-top: 40px;
  text-align: center;
}

.user-login-form,
.user-pass {
  padding: 60px;
  border: 1px solid #dee2e6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px !important;
}
.well-sm {
    width: 100%;
    padding: 0;
	border-radius:0px;
}
/*# sourceMappingURL=jbase.css.map */

div.dates{
	text-align:center;
	margin-top:25px;
	display: inline-block;
	width: 100%;
}

div.dates p{
	color: #120638;
	padding: 10px;
    text-align: center;
    display: inline-block;
}
.form-head{
	width:100%;
	float:left;
}
@media(max-width:1199px){
	.container{
		width:100%;
	}
	.about-event-area2 .well-sm {
    width: 100%;
	
}
div.brochure-form p.download {
    
    padding: 15px;
    font-size: 18px;
}
 .header .region-header .main-menu-multi {
    position: absolute;
    right: 15px;
    top: 38px;
}
#block-jbase-branding{
	position:absolute;
	left:0;
	top: 0;
}
.branding {
    
    margin-left: 15px;
}
.main-menu-multi ul {
   
    float: right;
    
}
.main-menu-multi li:last-child {
    
    margin-right:0px;
}
}
@media(max-width:999px){

.block-page-title-block h1 {
    margin:15px 0px;
	    font-size: 26px;
}
div.brochure-form p.download {
    padding: 10px;
    font-size: 16px;
}
.abstract-subheading h2{
	font-size:18px;
}
.abstract-subheading span {
    
    padding-bottom: 7px;
    font-size: 14px;
    
}

}
@media(max-width:849px){
	
.toggle_menu {
   
    height: 90px;
    width: 70px;
    
}


#Abstract-Submission .control-label {
    font-size:13px;
}
.notrequired {
    font-size: 13px;
}
#Abstract-Submission .right-block .control-label {
    
    font-size: 13px;
}
.captcha-text-alert {
    font-size: 10px;
   
}
.branding__logo img {
    max-width: 50%!important;
}
.main-menu-multi a {
    font-size: 13px;
}

.header .region-header .main-menu-multi {
   
    /* top: 26px; */
}
.branding {
    min-height: inherit;
    padding-top: 10px;
}
.branding__logo svg {
    width: 50%;
    height: auto;
}

}
@media (max-width:699px){
	.top-left-block a span{display:none;}
	.main-menu-multi ul {
    float: left;
    width: 100%;
}

	.main-menu-multi a {
    font-size: 11px;
}
.header {
    min-height: inherit;
    padding: 0px;
    width: 100%;
    background: #fff;
}
.region.region-header{
	min-height:68px;
	display:inline-block;
}
.toggle_menu {
    height: 72px;
   
}
.layout-container main {
    margin-top: 66px;
}
.header .region-header .main-menu-multi {
    position: absolute;
    right: inherit;
    top: 72px;
    width: 100%;
    text-align: left;
    left: 0;
	background: #1cc4e0;
}

.main-menu-multi li {
    padding:10px 15px;
	border-bottom:1px solid #fff;
	display: inline-block;
    float: left;
}
.main-menu-multi li a {
    color:#fff;
	display: inline-block;
    float: left;
	width:100%;
}
.block-page-title-block,
body:not(.page-node-type-landing-page) .block-system-main-block  {
    
    padding: 0 15px;
   
}
}
@media (max-width:567px){
	.block-page-title-block h1 {
    margin: 10px 0px;
    font-size: 20px;
}
div.brochure-form p.download {
    padding: 5px;
    font-size: 14px;
	margin-bottom: 5px;
	line-height: 22px;
}
.abstract-subheading h2 {
    font-size: 16px;
    margin-bottom: 0;
}
.abstract-subheading span {
    padding-bottom: 5px;
    font-size: 12px;
}
#Abstract-Submission .form-group {
    
    padding: 10px 15px;
    
}
#Abstract-Submission .control-label {
   
    width: 100%;
    padding-top: 0;
	
}
#Abstract-Submission .form-control {
    height: 40px;
    float: left;
    width: 100%;
}
.other-fields .col-xs-6.left-block,
.other-fields .col-xs-6.right-block
{
	width:100%;
}
.file-box input {
    margin: 0;
    
}
#Abstract-Submission .control-label {
    font-size: 11px;
}
.notrequired {
    font-size: 11px;
}
#Abstract-Submission .right-block .control-label {
    font-size: 11px;
}
.col-xs-6.right-block .col-xs-6:first-child{
	padding-right:5px;
}
.col-xs-6.right-block .col-xs-6:last-child{
	padding-left:5px;
}
.paragraph.paragraph--two-col-icons.paragraph--type--two-col-icons.paragraph--view-mode--default h2{
	font-size:18px;
	margin-bottom:10px;
}
.paragraph.paragraph--two-col-icons.paragraph--type--two-col-icons.paragraph--view-mode--default br{
	display:none;
}
#awards h4 {
    font-size: 16px !important;
    margin-bottom: 10px;
}
#awards .col-md-4 {
    padding:0px;
}
#awards .col-md-4 p {
text-align: justify;
    line-height: 26px;
    font-size: 14px;
}
}
@media(max-width:420px){
	.col-xs-6.right-block .col-xs-6{
    padding: 0px !important;
    width: 100%;
    margin-bottom: 10px;
}
.btn-info.abstract-btn {
    font-size: 14px !important;
    padding: 7px 12px;
}
.path-speakers .layout-container main {
    margin-top: 90px;
    margin-bottom: 30px;
}
.branding {
    margin-left: 5px; 
}
.choose-currency span, .choose-currency .control-label {
    font-size: 13px !important;
}
.btn-label i {
    float: none !important;
    
}
}
.a-right{
	text-align:right;
}
.a-left{
	text-align:left;
}
.a-right.border-right{
	border-right:1px solid #fff;
}
.paragraph--call-to-action__text h1.banner-heading{
	
	font-weight:600;
	font-size:55px;
	color:white;
	width:90%;
	margin:0px auto 25px auto;
	line-height:60px;
}
.paragraph--call-to-action__text p.banner-content{
	font-size: 28px;
	text-transform: none;
	width: 90%;
	margin: 0 auto;
	font-weight:400;
	margin-bottom:15px;
	text-align:center;
	color: #eae422;
}
.a-right p,
.a-left p{
	/*font-family: 'Raleway', sans-serif !important;
	font-weight:600 !important;*/
	text-transform:none !important;
	font-size: 26px !important;
	line-height: 0px !important;
}
.paragraph--view{
	padding-bottom:0px;
}
.paragraph.custom-block .paragraph--view__intro{
margin-bottom:30px;
}
.paragraph.custom-block .paragraph--view__view ul{
	list-style:none;
}
.paragraph.custom-block .paragraph--view__view ul li{
	font-size:14px;
	margin-bottom:10px;
	width:33.33%;
	float:left;
	
}
.paragraph.custom-block .paragraph--view__view ul li a{
	color: #000;
    width: 85%;
    padding-left: 5px;
    display: inline-block;
	font-size: 16px;
	
}
.paragraph.custom-block .paragraph--view__view ul li a:hover{
	text-decoration:none;
}
.paragraph.custom-block .paragraph--view__view ul li:before{
	/*content: '';
    background: url(../images/img-sp.png) no-repeat 0px 0px;
    padding-left: 35px;
    line-height: 32px;
    vertical-align: top;*/
	content: '';
    background: url(../images/img-sp.png) no-repeat 0px 0px;
    vertical-align: top;
    background: #ff1c24;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin: 7px 7px 0px 0px;
}
.paragraph.content-align-section p{
	line-height: 26px !important;
    margin-bottom: 15px;
}
.paragraph--three-col-icons.content-align-section{
	padding-bottom:30px;
	padding-top: 25px;
}

/*==== Timer Starts ====*/
.timer,
  .timer2 {
    font-size: 70px;
    text-align: center;
    margin-top: 10px;
    color: red;
 }
  
  .timer i {
    color: #fff;
    font-size: 26px;
	font-style:normal;
	text-transform:capitalize;
	vertical-align:top;
	padding:35px 10px 0px 10px;
	display:inline-block;
	
  }

  .timer2 span {
    font-weight: normal;
    text-transform: uppercase;
    color: #bbb;
  }
  .timer.j-timer-first{
	width: 830px;
    margin: 0 auto;
	font-family: 'oswald', sansserif;
  }
  .timer.j-timer-first .count-down{
	  width:25%;
	  float:left;
  }
 /*==== Timer Ends ====*/ 
 
div.paragraph.spakers{
	 background:#1b2b33;
	 margin-top:60px;
	 padding-bottom: 0px;
}
div.paragraph.spakers h2{
	color:white;
}
.form-section-block{
	width: 100%;
	float: left;
	padding: 30px 60PX;
}
.form-section-block h3{
	/* font-family:"Didact Gothic", sans-serif !important; */
	
	color:#fff;
	margin-bottom: 30px;
    text-align: center;
}
.currency-block,
.registration.table-responsive{
	/* font-family:'raleway', sans-serif !important; */
	font-weight:600;
	color: #000;
	font-size:16px;
}
.choose-currency{
	margin-bottom:20px;
	
}
.choose-currency span,
.choose-currency .control-label{
	color:#333;
	font-weight: normal;
	
}
.choose-currency .btn-label{
	padding-top: 5px;
    display: inline-block;
    float: left;
    
}
.choose-currency .btn-label input[type=radio] {
	margin-top:3px;
	float:left;
}
.btn-label i{
	float:left;
	padding-left: 10px;
}
.btn-label i img{
	max-width:50%;
}
.registration.table-responsive {
	width:100%;
	float:left;
	margin-top:20px;
	
}
.btn-checkout .stripe-button-el{
	margin:15px 0px;
	display:inline-block;
	
}
.registration-status{
	background: #6fbe44;
    color: #fff;
    padding: 15px;
    display: inline-block;
    
}
.highlight-color{
	color: #ce1f36;
    font-weight: 700;
}
.registration.table-responsive .table-bordered{
	border: 1px solid #333333;
}
.registration.table-responsive .table-bordered>thead>tr>th {
   border:none;
   text-transform:uppercase;
   text-align:center;
   font-weight:500;
   font-size: 14px;
   padding:10px 15px;
   color: #fff;
}
.registration.table-responsive .table-bordered>tbody>tr>td{
	border: 1px solid #333;
	font-weight: 500;
	padding: 10px 15px;
}
.registration.table-responsive .table-bordered>thead>tr>th:first-child {
	text-align:left;
}
.registration.table-responsive .table-bordered>thead>tr:first-child{
	background:#333;
}

tr {}
.registration.table-responsive .table-bordered>tbody>tr>td.active{
	background:none;
}
.form-horizontal .registration.table-responsive #product_list .checkbox,
.common-checkbox .checkbox {
    min-height:inherit; 
   
}
.common-checkbox .checkbox {
    margin-right:0px;
}
.registration.table-responsive #product_list{
	background:#fff !important;
}
.billing-container .control-label{
	color:#333;
	display: inline-block;
	font-weight: 500;
    font-size: 17px;
}
.billing-container .form-group{
	margin: 0px 0px 15px 0px;
	display:inline-block;
	width: 100%;
}
.copy-address span{
	color: #333;
    font-size: 16px;
    font-family: "Didact Gothic", sans-serif !important;
    font-weight: 500;
    padding-left: 10px;
	vertical-align: top;
}
.btn-submit-registraion{
	text-align: center;
    float: left;
    width: 100%;
	
}
.btn-submit-registraion #submit_registration{
	background: #0e74a5;
    padding: 10px 15px;
    border: 1px solid #0e74a5;
	font-size:18px;
	margin:20px 0px;
}
.btn-submit-registraion #submit_registration:hover{
	background: #0c4c6b;
}

.billing.first{
	/* margin-bottom:35px; */
}
.billing{
	background:white;
}

.billing h3{
	color:#333;
}
.banner-bottom-strip{
	width:100%;
	height:5px;
	/*
	background: -moz-linear-gradient(179deg, rgba(255,0,0,1) 0%, rgba(255,255,0,1) 25%, rgba(5,193,255,1) 50%, rgba(255,255,0,1) 75%, rgba(255,0,0,1) 100%); /* ff3.6+ */
	/*
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,0,0,1)), color-stop(25%, rgba(255,255,0,1)), color-stop(50%, rgba(5,193,255,1)), color-stop(75%, rgba(255,255,0,1)), color-stop(100%, rgba(255,0,0,1))); /* safari4+,chrome */
/*
background: -webkit-linear-gradient(179deg, rgba(255,0,0,1) 0%, rgba(255,255,0,1) 25%, rgba(5,193,255,1) 50%, rgba(255,255,0,1) 75%, rgba(255,0,0,1) 100%); /* safari5.1+,chrome10+ */
/*
background: -o-linear-gradient(179deg, rgba(255,0,0,1) 0%, rgba(255,255,0,1) 25%, rgba(5,193,255,1) 50%, rgba(255,255,0,1) 75%, rgba(255,0,0,1) 100%); /* opera 11.10+ */
/*
background: -ms-linear-gradient(179deg, rgba(255,0,0,1) 0%, rgba(255,255,0,1) 25%, rgba(5,193,255,1) 50%, rgba(255,255,0,1) 75%, rgba(255,0,0,1) 100%); /* ie10+ */
/*
background: linear-gradient(271deg, rgba(255,0,0,1) 0%, rgba(255,255,0,1) 25%, rgba(5,193,255,1) 50%, rgba(255,255,0,1) 75%, rgba(255,0,0,1) 100%); /* w3c */
/*
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=1 ); /* ie6-9 */
background:red;
}

#venue .col-md-6{
	min-height:250px;
}
.overview{
	background:#cc3633;
}

.overview h3{
	padding-left: 10px;
    color: white;
}

.overview .desc{
	padding:10px;
	border:1px solid #cc3633;
	background:white;
	font-family:"Didact Gothic", sans-serif !important;
	font-size:16px !important;
}
.overview .desc p, .overview .desc span{
	font-family:"Didact Gothic", sans-serif !important;
	font-size:16px !important;
}

.row.venue-images{
	margin-top:20px;
}

.gallery-wrapper img {
	border:1px solid white;
}

.gallery-wrapper img:hover{
	border:1px solid red;
}

.view-speakers .views-row{
	background: white;
    padding: 10px;
    text-align: center;
}

.view-speakers .views-row .speaker_name{
	font-weight:600;
	font-size:16px;
}

.view-speakers .views-row .affiliation{
	font-weight:500;
}
#currencies{
	margin-top:20px;
}
td.bold{
	font-weight:600 !important;
    color: #ff5757;
}

td.registartion_type{
    text-align: center;
    text-transform: uppercase;
	vertical-align:middle !important;
	font-weight:600 !important;
}

div.registration table.table thead tr th {
	 vertical-align: middle !important;
}

div.registration table.table thead tr th span{
	color:#ff5757;
}
.gideline-content h3{
	color:#212529;
	margin-bottom:15px;
	text-transform:none;
}
.gideline-content ul{
	    margin-bottom: 30px;
}
.gideline-content ul li{
	font-size:16px;
	margin-bottom: 10px;
    line-height: 22px;
	color:#212529;
	text-align:justify;
}

.branding__logo span.main {
	display:block;
}

.branding__logo span.sub {
	display:none;
}
#awards svg{
	width:160px;
}
#awards h4{
	font-size:20px;
	margin-bottom:10px; 
}
.footer-address-container.address-container h2{
	font-family: "Oswald", sans-serif;
}
.footer-address-container.address-container address{
	font-family:"Didact Gothic", sans-serif;
	font-size:13px;
	font-weight:400;
}
.no-office{
	padding-top:40px;
}
.logo-footer .logo-svg{
	width:210px;
	padding-right:10px;
}
.tab-content .text-center>img{
	max-width:60%;
}
.footer-address-container.address-container{
	padding-top:6px;
}
/* top small navigation starts */
.sml-header{
	float: left;
    width: 100%;
    background: #333;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.sml-nav-menu{
	float:right;
	margin-right:30px;
}
.sml-header a {
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
    border-right: 1px solid #676666;
    float: left;
    font-family: oswald;
    text-transform: uppercase;
}
.sml-header a:last-child {
    border: none;
    
}
.top-left-block a {
    padding: 10px 15px 5px 15px;
}
/* top small navigation Endss */

/* Faq Starts */
.faq-main-container{
	width:100%;
	float:left;
	padding-bottom:30px;
	
}
.faq-main-container .faq-box {
	width:100%;
	float:left;
	margin-bottom: 12px;
	
}
.faq-main-container .faq-box h3{
	padding: 10px 15px 6px 15px;
    margin-bottom: 0px;
    font-size: 16px;
    text-transform: none;
	font-weight:600;
	font-family:"Source Sans Pro", sans-serif;
    
}
.faq-main-container p{
	padding: 5px 15px 10px 15px;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 26px;
}
p.alert{
	color:red;
	margin-left:14px;
}
.faq-main-container .faq-box:last-child {
	margin-bottom:0px;
}
.faq-list-heading{
	font-size:20px;
	margin:0px 0px 10px 0px;
}
.faq-box ul li{
	font-size:16px;
}
.faq-tab-btns .nav-tabs{
	border:none;
	padding-bottom:40px;
	text-align: center;
	
}
.faq-tab-btns .nav-tabs>li>a, .faq-tab-btns .nav-tabs>li.active>a{
	border: 1px solid #ce1f36 !important;
    border-radius: 10px 0px 10px 0px !important;
    font-size: 16px !important;
    color: #000 !important;
    box-shadow: none !important;
	margin: 0px 8px 15px 8px;
	text-transform: uppercase;
	padding: 7px 10px;
    width: 120px;
	font-family: oswald;
    letter-spacing: 0.5px;
}
.faq-tab-btns .nav-tabs>li.active>a,
.faq-tab-btns .nav-tabs>li>a:hover{
	   
    color: #fff !important;
    background: #ce1f36 !important;
   
    
}
.faq-tab-btns .nav-tabs li{
	float:none;
	display:inline-block;
}

/* Faq Ends */

/* Unique Services Starts */
.unique-services h4{
	text-transform:uppercase;
	margin:20px 0;
	font-size:22px;
	font-weight:500;
}
span.red{
	color:red;
}

#options{
	width:100%;
	position:absolute;
	top:109px;
	left:0;
}

#options ul {
	max-height:194px;
	overflow-y:auto;
}
#options ul li{
	list-style-type:none;
	width:25%;
	float:left;
	font-size:20px;
}

#options ul li a{
	color:white !important;
}
.unique-services ul{
	list-style: none;
	padding-left: 20px;
}
.unique-services ul li:before {
    content: '';
    /* background: url(../images/img-sp.png) no-repeat 0px 0px; */
    
    background: #ff1c24;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin: 12px 12px 0px 0px;
    vertical-align: top;
}
.unique-services ul li a {
    color: #000;
    width: 85%;
    padding-left: 5px;
    display: inline-block;
}
/* Unique Services Ends */
.communication-block{
	display:inline-block;
	margin-bottom: 0px;
	width: 100%;
}
.communication-block h4{
	margin-bottom:2px;
	color: #bfbfbf;
    text-transform: none;
}
.communication-block a {
    color: #ffd49a;
	padding-left:3px;
}
.flag{
	display: inline-block;
    margin-top: -12px;
    margin-left: 15px;
    vertical-align: top;
}
.flag svg{
	width:24px;
	height:24px;
}
.captilize{text-transform:capitalize;}
header.header.scroll-down.fixed {
    border-bottom: 1px solid #d2d2d2;
}
#awards .text-primary a{
	color:#0041ff;

}
.contact-form-container label {
	font-size: 16px;
}
address.body-address {
    
    font-size: 16px !important;
}
.btn.btn-default.btn-contact{
	color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    padding: 7px 15px;
    font-size: 16px;
}
#wabi-floating-button{
	bottom: -65px !important;
}
/*===== Responsive Starts =====*/
@media (max-width:1200px){
.paragraph--call-to-action .paragraph--call-to-action__text {
   
    padding: 15px 0px;
}
.paragraph--call-to-action__text h1.banner-heading {
    
    font-size: 36px;
    margin: 0px auto 10px auto;
    line-height: 48px;
}
.paragraph--call-to-action__text p.banner-content {
    font-size: 28px;
    margin-bottom: 10px;
    
}
div.dates {
   
    margin-top: 10px;
    
}
.a-right p, .a-left p {
   
    font-size: 20px !important;
    
}
.timer.j-timer-first {
    width: 60%;
	display: inline-block;
    
}
.timer, 
.timer2 {
    font-size: 46px;
}
  
  .timer i {
    font-size: 26px;
	padding:15px 10px 0px 10px;
	
  }
  .paragraph--three-col-icons.content-align-section {
    padding-bottom: 0px;
    padding-top: 0px;
   
}
.paragraph--view {
    padding: 20px 15px;
    display: inline-block;
    width: 100%;
   
}
div.paragraph.spakers {
    margin-top: 0;
    width: 100%;
}
.paragraph--view__intro {
   
    margin-bottom:0px;
    padding: 0px;
}
div.paragraph.spakers p {
    margin:0px;
	line-height: 16px;
}
.paragraph--logos-list {
    padding:20px 0px;
}
.paragraph--logos-list__intro {
    
    margin-bottom: 10px;
    padding: 0;
}
.paragraph--logos-list__logo-grid .paragraph--logo-list__grid-item {
    margin:0px 8px;
}
.paragraph.custom-block .paragraph--view__intro {
    margin-bottom: 15px;
   
}
.logo-footer svg{
	width:120px;
	
}
.site__footer {
    padding:20px 0px;
}
.common-footer nav h2{
	font-size:18px;
}
div.paragraph.spakers {
    
    padding-bottom: 20px;
}
.block.block-core.block-page-title-block h1{
	font-size:26px;
	    margin: 10px 0px;
}
.form-section-block {
    
    padding: 15px;
}
#currencies {
    margin-top: 0px;
}
.registration.table-responsive .table-bordered>tbody>tr>td,
.registration.table-responsive .table-bordered>thead>tr>th {
    
    padding: 10px;
}
.registration.table-responsive .table-bordered>thead>tr>th {
    
    font-size: 14px;
    
}
.registration.table-responsive .table-bordered>tbody>tr>td{
	font-size:13px;
}
.block-page-title-block,
body:not(.page-node-type-landing-page) .block-system-main-block {
    padding: 0 15px;
}
.brochure-form .col-xs-5.guidelines-block{
padding:0px 15px 0px 0px;

}
.brochure-form .col-xs-7{
padding:0px;

}
.faq-tab-btns .nav-tabs{
	
	padding-bottom:0px;
	
	
}
}
@media (max-width:999px){
	.sml-nav-menu {
    
    margin-right: 0px !important;
}
.top-left-block {
    margin-left: 0px !important;
    
}
.paragraph--call-to-action__text h1.banner-heading {
    font-size: 30px;
    line-height: inherit;
}
.paragraph--call-to-action__text p.banner-content {
    font-size: 28px;
    margin-bottom: 10px;
}

.timer, 
.timer2 {
    font-size: 26px;
}
  
  .timer i {
    font-size: 16px;
	padding:10px 5px 0px 5px;
	
  }	
  .timer.j-timer-first {
    
    margin-top: 5px;
}
.paragraph--view {
    padding: 15px 0px;
    
}
.paragraph--view .faq-tab-btns{
    padding: 0px 15px;
    
}
.paragraph.custom-block .paragraph--view__intro {
    margin-bottom: 10px;
}
.paragraph.custom-block .paragraph--view__intro h2,
.paragraph--view__intro h2,
.paragraph--logos-list__intro h2{
    font-size:18px;
	display: inline-block;
	margin-bottom:5px;
}
.paragraph.custom-block .paragraph--view__view ul {
   
    display: inline-block;
    padding: 0;
	margin: 0;
}
.paragraph--logos-list {
    padding: 15px 0px;
}
.paragraph--logos-list__intro-description p{
	line-height:inherit;
}
.registration.table-responsive .table-bordered {
   
    width: 870px;
}
.form-section-block .currency-block .col-xs-4.choose-currency{
	width:50%;
}
.path-speakers .header{
	min-height:inherit;
	border-bottom: 1px solid #e9ecef;
}
#Abstract-Submission .form-control {
    height: 50px;
    
}
#Abstract-Submission .control-label {
    
    padding-top: 0px;
    
}
.form-group.other-fields .col-xs-4.left-block,
.form-group.other-fields .col-xs-8.right-block
{
width:100%;	
}
.gideline-content ul {
    
    padding-left: 30px;
}
.gideline-content ul li {
    font-size: 14px;
   
}
.gideline-content h3 {
   font-size:18px;
}
}

@media (max-width:767px){
	.timer.j-timer-first {
    width: 70%;
   
}
.paragraph.paragraph--view.paragraph--type--view-row.paragraph--view-mode--default img{
	max-width:100% !important;
}
.paragraph--logos-list__logo-grid .paragraph--logo-list__grid-item {
    margin: 0px 8px 10px 8px;
}
.common-footer .col-xs-9,
.common-footer .col-xs-3{
	width:100%;
}	
.common-footer .col-xs-9 {
	 background: #1b2b33;  
	 padding: 0;
}
.common-footer .col-xs-9 .col-xs-4 ul{
	padding-left:0px;
	list-style:none;
}
.copy-right-text {
    
    width: 100%;
    text-align: center;
}
.logo-footer {
    display: none;
}
.site__footer {
   
     border:none;
     padding:0px;
	 background:none;
    
}
#block-jsummitinformation.col-xs-3{
	background:#0d181d;
	padding:10px 0px;
	display:none;
}
.paragraph.custom-block .paragraph--view__view ul li {
    
    margin-bottom: 6px;
    width: 50%;
   
}
 .table-responsive>.table>thead>tr>th {
	 white-space:normal;
 }
 #product_list td:nth-child(7){
	 width:115px;
 }
 .site__footer.site-footer.common-footer .col-xs-9{
	width:100%;
}
.col-xs-8.footer-address-container.address-container,
#block-sociallinks.col-xs-4{
	width:100%;
	padding:0px;
}
.col-xs-8.footer-address-container.address-container .col-xs-6{
	width:100%;
}
.col-xs-8.footer-address-container.address-container .col-xs-6 .no-office{
	padding-top:0px;
}
.brochure-form .col-xs-5.guidelines-block {
    padding: 0px;
    width: 100%;
}
.brochure-form .col-xs-7 {
    width:100%;
}
.path-speakers .layout-container main {
  
    margin-bottom: 0px;
}
.mail-links{
	margin-bottom:20px;
	display:inline-block;
}
}
@media (max-width:670px){
.form-section-block .col-xs-6.currency-block{
	width:100%;
}
	
}

@media (max-width:567px){
.branding__logo svg {
    width: 130px;
    height: 50px;
}
.paragraph--call-to-action__text h1.banner-heading {
    font-size: 30px;
	margin-bottom:6px;
    
}
.layout-container main {
    /* margin-top: 90px; */
}
.paragraph--call-to-action__text p.banner-content {
    font-size: 24px;
    margin-bottom: 6px;
}

.timer, .timer2 {
    font-size: 20px;
}
.timer i {
    font-size:14px;
	padding-top:5px;
	
  }	
  .common-footer .col-xs-9 .col-xs-4{
	  width:100%;
	  margin-bottom:10px;
	 
  }
  .common-footer .col-xs-9 .col-xs-8{
	  width:100%;
	 
	 
  }
  
 
  
  .common-footer nav h2 {
    font-size: 15px;
}
.gideline-content h3 {
    font-size: 16px;
}
.paragraph--logos-list__logo-grid {
   
   padding: 15px;
    display: inline-block;
    text-align: left;
    width: 100%;
    float: left;
    
}
.paragraph--logos-list__logo-grid .paragraph--logo-list__grid-item {
    width: 48%;
    float: left;
    margin: 0px 1% 5px 1%;
    text-align: left;
    display: inline-block;
    
}
.paragraph--logos-list__logo-grid img {
    /*max-height: inherit;
    max-width: 70%;*/
    opacity: 1;
    display: inline-block;
	
    
}
div.paragraph.spakers {
    padding:10px 0px;
}
.footer-address-container.address-container h2 {
    font-size:15px;
}
	
}
@media (max-width: 479px){
	.top-left-block a {
    padding: 10px 0px 5px 12px;
}
.sml-nav-menu a {
   
    font-size: 12px;
    padding: 10px 8px;
    
}
	.branding__logo svg {
		width: 120px;
	}
	
	.branding__logo span.main {
		display:none;
	}
	
	.branding__logo span.sub {
		display:block;
	}
	
	.branding__logo span.sub img {
    width: 70%;
    max-width: 100% !important;
}
	.block.block-core.block-page-title-block h1 {
    font-size: 18px;
    margin: 15px 0px;
}	

.paragraph--call-to-action .paragraph--call-to-action__text {
    padding: 10px 0px;
}
.paragraph--call-to-action__text h1.banner-heading {
    font-size: 26px;
    margin-bottom: 4px;
}
.paragraph--call-to-action__text p.banner-content {
    font-size: 20px;
    margin-bottom: 4px;
}

.timer.j-timer-first {
    width: 85%;
}
.timer, .timer2 {
    font-size: 14px;
}
.timer i {
    font-size:12px;
	padding-top:3px;
  }	
  .paragraph.custom-block .paragraph--view__view ul li {
    margin-bottom: 5px;
    width: 100%;
}
.paragraph.custom-block .paragraph--view__view ul li a {
   
    width: 95%;
   
}
.paragraph.custom-block .paragraph--view__intro h2, .paragraph--view__intro h2, .paragraph--logos-list__intro h2 {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
}
.paragraph--logos-list__logo-grid .paragraph--logo-list__grid-item {
    
    height: 35px;
}
#block-jsummitinformation.col-xs-3 {
   
    padding: 7px 15px;
}
.registration.table-responsive {
    
    margin-top: 0;
}
.form-section-block.billing.first h3{
	margin-bottom:10px;
}
.form-section-block.billing.first{
	padding-top:0px;
}
.billing-container.row .col-xs-4{
	width:100%;
}
.faq-tab-btns .nav-tabs {
    
    padding-bottom: 0px;
    
}
body:not(.page-node-type-landing-page) .block-system-main-block {
    /* padding: 0px !important; */
}
.faq-tab-btns .nav-tabs {
    
    padding-bottom: 0px !important;
    
}
.faq-tab-btns .nav-tabs li {
    float: left;
    
    width: auto;
}
.faq-tab-btns .nav-tabs>li>a, .faq-tab-btns .nav-tabs>li.active>a {
    width: 100%;
	border-radius:0px !important;
	margin: 0 0 15px 0px;
	font-size:14px !important;
	max-width:118px;
	width: auto !important;
}
.faq-main-container .faq-box h3 {
    padding: 0px 0px 6px 0px;
	line-height: 22px;
   
}
.faq-main-container p {
    padding: 0px 0px 6px 0px;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
}
.paragraph--logos-list__logo-grid > *:nth-child(1n) {
    margin:0px;
	width:100%;
	text-align:center;
}
.overview {
   
    margin-bottom: 20px;
}
.path-speakers .layout-container main {
  
 margin-bottom:0px;
}
.site__footer a {
    
    font-size: 11px;
}
.subscrib-tagline1 {
   
    right:0px;
    
}
}
@media (max-width:359px){
	.paragraph--call-to-action__text h1.banner-heading {
    font-size: 26px;
    
}
.paragraph--call-to-action__text p.banner-content {
    font-size: 12px;
   
}
div.dates p {
   
    padding: 5px;
    
}
.common-footer .col-xs-9 {
    
    padding-top: 15px;
}
.paragraph--view__view {
    
    padding: 0 15px;
}
.paragraph.custom-block .paragraph--view__view ul li a {
    width: 94%;
}


}
/*===== Responsive Ends =====*/