@charset "UTF-8";
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0; }

/* Mobile Menu Core Style */
@media screen and (max-width: 600px) {
  /* Width that slicknav appears at */
  .slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }
  .slicknav_nav {
    clear: both; }
  .slicknav_nav ul, .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    display: inline; }
  .slicknav_brand {
    float: left; }
  .slicknav_menu:before, .slicknav_menu:after {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    clear: both; }
  .slicknav_menu {
    /* IE6/7 support */
    *zoom: 1; }
  .slicknav_menu {
    padding: 0px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_btn {
    /* Button */
    border-radius: 10px;
    border: none;
    z-index: 12;
    font-size: 16px;
    position: fixed;
    top: 18px;
    right: 15px; }
  .slicknav_menu .slicknav_menutxt {
    /* Button Text */
    color: transparent; }
  .slicknav_menu .slicknav_icon-bar {
    /* Button Lines */
    background-color: transparent; }
  .slicknav_nav {
    /* Menu Links Whole */
    padding: 20px 20px 30px;
    font-size: 1.2em;
    background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0.8) 100%);
    text-align: left;
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
    bottom: 0; }
  .slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: auto; }
  .slicknav_nav ul {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 0; }
  .slicknav_nav a {
    padding: 8px 10px 12px;
    margin: 2px 0;
    text-decoration: none;
    color: #4f4e4e;
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .slicknav_nav a:hover {
      color: #067abf; }
  .slicknav_nav .slicknav_item a,
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_brand {
    color: transparent;
    font-size: 16px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px; }
  .slicknav_menu > a {
    background-color: rgba(255, 255, 255, 0); } }

@media screen and (min-width: 600px) {
  .slicknav_menu {
    display: none; } }

@media screen and (max-width: 600px) {
  .slicknav_menu {
    width: 100%;
    height: 0;
    right: 0;
    display: block;
    position: fixed;
    top: 0;
    z-index: 11; } }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../_fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../_fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../_fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../_fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../_fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../_fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box; }

html {
  min-height: 100%;
  position: relative; }

img {
  max-width: 100%; }

body {
  top: 0;
  margin: 0;
  padding: 0;
  padding-top: 70px;
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  color: #4f4e4e; }
  @media screen and (max-width: 600px) {
    body {
      padding-top: 66px; } }

.background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("/_img/background1-fullsize.jpg"); }
  @media screen and (max-width: 800px) and (min-width: 601px) {
    .background {
      left: -191px;
      width: 779px; } }
  @media screen and (max-width: 600px) {
    .background {
      background-position: right center;
      background-image: url("/_img/background1-mob.jpg"); } }

.bg1 {
  background-image: url("/_img/background1-fullsize.jpg"); }
  @media screen and (max-width: 600px) {
    .bg1 {
      background-image: url("/_img/background1-mob.jpg"); } }

.bg2 {
  background-image: url("/_img/background2-fullsize.jpg"); }
  @media screen and (max-width: 600px) {
    .bg2 {
      background-image: url("/_img/background2-mob.jpg"); } }

.bg3 {
  background-image: url("/_img/background3-fullsize.jpg"); }
  @media screen and (max-width: 600px) {
    .bg3 {
      background-image: url("/_img/background3-mob.jpg"); } }

.bg4 {
  background-image: url("/_img/background4-fullsize.jpg"); }
  @media screen and (max-width: 600px) {
    .bg4 {
      background-image: url("/_img/background4-mob.jpg"); } }

.bg5 {
  background-image: url("/_img/background5-fullsize.jpg"); }
  @media screen and (max-width: 600px) {
    .bg5 {
      background-image: url("/_img/background5-mob.jpg"); } }

.bg6 {
  background-image: url("/_img/background6-fullsize.jpg"); }
  @media screen and (max-width: 600px) {
    .bg6 {
      background-image: url("/_img/background6-mob.jpg"); } }

.bg7 {
  background-image: url("/_img/background7-fullsize.jpg"); }
  @media screen and (max-width: 600px) {
    .bg7 {
      background-image: url("/_img/background7-mob.jpg"); } }

summary:focus {
  outline: none; }

h1,
h2 {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 20px;
  color: #900404; }
  @media screen and (max-width: 600px) {
    h1,
    h2 {
      font-size: 24px; } }
  @media screen and (max-width: 400px) {
    h1,
    h2 {
      font-size: 20px; } }

h3 {
  font-weight: 600; }

a {
  color: #067abf;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

hr {
  width: 50%;
  border-width: 0;
  border-bottom: 1px solid #dad9dc;
  margin: 30px auto; }
  @media screen and (max-width: 400px) {
    hr {
      width: 80%; } }

.header-main {
  height: 70px;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 50%;
  padding-right: 90px;
  font-family: "myriad-pro-condensed", sans-serif;
  font-size: 27px;
  text-align: right; }
  @media screen and (max-width: 800px) and (min-width: 601px) {
    .header-main {
      width: 10%;
      height: 100%; } }
  @media screen and (max-width: 600px) {
    .header-main {
      margin-left: 0;
      padding-left: 30px;
      padding-right: 0;
      width: 85%;
      color: rgba(79, 78, 78, 0.6);
      text-align: left;
      background: linear-gradient(to bottom, white 0%, white 80%, rgba(255, 255, 255, 0) 100%);
      height: 80px; } }
  @media screen and (max-width: 400px) {
    .header-main {
      font-size: 17px;
      padding-right: 10%;
      height: 74px;
      padding-left: 10px; } }

.header-content {
  height: 100%;
  font-size: 28px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 16px; }
  .header-content img {
    width: 345px; }
  @media screen and (max-width: 800px) and (min-width: 601px) {
    .header-content {
      transform-origin: 0 0;
      transform: rotate(-90deg);
      width: 665px;
      height: 90px;
      /* background: yellow; */
      position: absolute;
      top: 700px;
      left: 10px;
      font-size: 32px;
      font-weight: 300;
      color: white;
      text-shadow: 0 0 6px rgba(173, 147, 147, 0.7); }
      .header-content img {
        width: 455px; } }
  @media screen and (max-width: 1000px) {
    .header-content {
      font-size: 20px; } }
  @media screen and (max-width: 800px) {
    .header-content {
      font-size: 40px; } }
  @media screen and (max-width: 600px) {
    .header-content {
      justify-content: flex-start;
      padding-bottom: 10px;
      font-size: 20px; }
      .header-content img {
        padding-right: 25px; } }
  @media screen and (max-width: 400px) {
    .header-content {
      font-size: 14px; }
      .header-content img {
        padding-right: 10px; } }

.nav-main {
  width: 50%;
  max-width: 600px;
  padding-right: 50px;
  left: 50%;
  height: 70px;
  position: fixed;
  top: 0;
  display: flex;
  align-items: flex-end;
  z-index: 11;
  color: #4f4e4e;
  font-family: "myriad-pro", sans-serif;
  background: linear-gradient(to bottom, white 75%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 15px; }
  @media screen and (max-width: 800px) {
    .nav-main {
      width: 75%; } }
  @media screen and (max-width: 800px) and (min-width: 601px) {
    .nav-main {
      left: 186px; } }
  .nav-main a {
    text-decoration: none;
    color: inherit; }
  .nav-main ul {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 550px) {
      .nav-main ul {
        padding-right: 15px;
        padding-left: 15px; } }
  .nav-main li {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0 3px;
    line-height: 1.1;
    text-align: center; }
  .nav-main .mob-link {
    display: none; }
  @media screen and (max-width: 600px) {
    .nav-main {
      display: none; } }

.slicknav_btn {
  background-image: url("/_img/mobmenu.svg");
  width: 70px;
  height: 70px; }

@media screen and (max-width: 600px) {
  .mob-link {
    display: block; } }

.mob-link.nav-logo {
  font-family: "myriad-pro-condensed", sans-serif;
  font-size: 27px;
  line-height: 1; }
  .mob-link.nav-logo a {
    color: rgba(79, 78, 78, 0.6);
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 30px; }
  @media screen and (max-width: 400px) {
    .mob-link.nav-logo {
      font-size: 21px; } }

.footer-main {
  width: 50%;
  max-width: 600px;
  padding-right: 50px;
  margin-left: 50%;
  margin-top: 0px;
  padding-bottom: 50px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .footer-main {
      width: 75%; } }
  @media screen and (max-width: 800px) and (min-width: 601px) {
    .footer-main {
      margin-left: 186px; } }
  @media screen and (max-width: 600px) {
    .footer-main {
      margin-left: 0;
      padding-left: 30px;
      width: 92%; } }

.footer-content {
  text-align: center; }
  @media screen and (max-width: 600px) {
    .footer-content {
      text-align: left; } }
  .footer-content .divider {
    display: inline-block;
    margin: 0 5px; }
    @media screen and (max-width: 400px) {
      .footer-content .divider {
        display: none; } }

.socialicons {
  margin-top: 30px;
  font-size: 20px;
  display: flex;
  justify-content: center; }
  .socialicons .facebook-icon {
    height: 50px;
    width: 50px;
    background-image: url("/_img/facebook.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0px 5px; }
    @media screen and (max-width: 400px) {
      .socialicons .facebook-icon {
        height: 40px;
        width: 40px; } }
  .socialicons .twitter-icon {
    height: 50px;
    width: 50px;
    background-image: url("/_img/twitter.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0px 5px; }
    @media screen and (max-width: 400px) {
      .socialicons .twitter-icon {
        height: 40px;
        width: 40px; } }
  .socialicons .linked-icon {
    height: 50px;
    width: 50px;
    background-image: url("/_img/linked.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0px 5px; }
    @media screen and (max-width: 400px) {
      .socialicons .linked-icon {
        height: 40px;
        width: 40px; } }
  .socialicons .insta-icon {
    height: 50px;
    width: 50px;
    background-image: url("/_img/insta.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0px 5px; }
    @media screen and (max-width: 400px) {
      .socialicons .insta-icon {
        height: 40px;
        width: 40px; } }

.serosensa-tag {
  margin: 30px auto 0;
  display: flex;
  justify-content: center; }
  .serosensa-tag a {
    display: flex;
    padding-top: 12px;
    align-items: center; }
  .serosensa-tag img {
    margin-right: 3px;
    width: auto;
    height: 38px; }
  .serosensa-tag p {
    margin: 0;
    padding-bottom: 6px; }
  @media screen and (max-width: 600px) {
    .serosensa-tag {
      justify-content: flex-start; } }

.content-main {
  width: 50%;
  max-width: 600px;
  padding-right: 50px;
  margin-left: 50%;
  position: relative;
  padding-top: 35px; }
  @media screen and (max-width: 800px) {
    .content-main {
      width: 75%; } }
  @media screen and (max-width: 800px) and (min-width: 601px) {
    .content-main {
      margin-left: 186px; } }
  @media screen and (max-width: 600px) {
    .content-main {
      margin-left: 0;
      padding-left: 30px;
      width: 92%; } }

.product-form input:not([type=checkbox]):not([type=radio]),
.product-form textarea,
.product-form select {
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px;
  padding: 3px;
  font-family: inherit;
  border: 1px solid #b6b6b6;
  color: #7d8181;
  padding-left: 6px; }

.shop-button {
  width: 70px;
  background-color: red;
  color: white;
  padding: 3px;
  border: 1px solid red;
  border-radius: 5px;
  font-size: 14px; }

.google-reviews-container {
  display: flex;
  flex-direction: row; }

.google-reviews-slider {
  position: relative;
  width: 100%;
  transition: all 2s ease-in-out;
  margin: auto; }

.google-review-header {
  font-family: "myriad-pro-condensed", sans-serif;
  text-align: center;
  color: #900404;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px; }

.review-explain-text {
  font-size: 1em;
  text-align: center;
  margin-bottom: 20px;
  color: #09669c; }

.slider-button {
  color: #067abf;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  outline: none;
  height: 40px;
  width: 40px;
  align-self: center;
  font-size: 20px;
  margin: 5px;
  background: #e9e7e8; }
  @media screen and (max-width: 600px) {
    .slider-button {
      height: initial;
      width: initial;
      background: white;
      margin: initial;
      font-size: 14px; } }

.review-text {
  margin: 0; }
  @media screen and (max-width: 400px) {
    .review-text {
      font-size: 0.8em; } }

.review-item {
  transition: opacity 300ms ease-in-out;
  max-width: 100%;
  max-height: 100%;
  flex-direction: column;
  justify-content: center;
  min-height: 370px; }

.see-more {
  color: #09669c;
  text-decoration: none;
  text-align: center;
  cursor: pointer; }

.see-more:hover {
  text-decoration: underline; }

.review-item {
  border: solid 1px rgba(190, 190, 190, 0.35);
  margin: 0 auto;
  padding: 1em;
  flex: 1 1 20%; }

.review-container {
  display: none; }

.google-review-name {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em; }

.google-review-date {
  text-align: center;
  color: grey;
  padding-top: 3px; }

.google-review-text {
  padding: 15px;
  margin: 0;
  text-align: center; }

.stars {
  background-image: url(/_img/5-stars.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 35px;
  width: 100%;
  margin-top: 10px; }

.appendGoogleReviews, .appendGoogleReviewsLevel3, .appendGoogleReviewsLevel4 {
  border: 1px solid #dddfe2;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.facebook-reviews-container {
  display: flex;
  flex-direction: row; }

.facebook-reviews-slider {
  position: relative;
  width: 100%;
  transition: all 2s ease-in-out;
  margin: auto; }

.facebook-review-header {
  font-family: "myriad-pro-condensed", sans-serif;
  text-align: center;
  color: #900404;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px; }

.facebook-review-picture {
  transition: opacity 300ms ease-in-out;
  max-width: 100%;
  max-height: 100%;
  flex-direction: column;
  justify-content: center;
  min-height: 370px;
  width: auto !important;
  height: 450px;
  border: solid 1px rgba(190, 190, 190, 0.35);
  margin: 0 auto;
  flex: 1 1 20%; }

@media screen and (max-width: 1000px) {
  .facebook-review-picture {
    height: 500px; } }

@media screen and (max-width: 865px) {
  .facebook-review-picture {
    height: 525px; } }

@media screen and (max-width: 800px) {
  .facebook-review-picture {
    height: 445px; } }

@media screen and (max-width: 685px) {
  .facebook-review-picture {
    height: 475px; } }

@media screen and (max-width: 600px) {
  .facebook-review-picture {
    height: 480px; } }

@media screen and (max-width: 547px) {
  .facebook-review-picture {
    height: 500px; } }

@media screen and (max-width: 500px) {
  .facebook-review-picture {
    height: 580px; } }

@media screen and (max-width: 400px) {
  .facebook-review-picture {
    height: 650px; } }

.see-more {
  color: #09669c;
  text-decoration: none;
  text-align: center;
  cursor: pointer; }

.see-more:hover {
  text-decoration: underline; }

._3x-2 {
  display: none; }

.appendReviews, .appendReviewsFacebookLevel4, .appendReviewsFacebookLevel3 {
  display: flex;
  margin-bottom: 10px; }
  @media screen and (max-width: 800px) {
    .appendReviews, .appendReviewsFacebookLevel4, .appendReviewsFacebookLevel3 {
      margin-bottom: 10px; } }

@media screen and (max-width: 1135px) {
  .appendReviews, .appendReviewsFacebookLevel4, .appendReviewsFacebookLevel3 {
    margin-bottom: 20px; } }

.anchor:before {
  content: '';
  height: 100px;
  margin-top: -100px;
  display: block; }

.foreach-item:last-child hr {
  display: none; }

.subtitle {
  font-weight: 600;
  color: #908C8C;
  margin-bottom: -0.8em; }
  h1 + .subtitle,
  h2 + .subtitle,
  h3 + .subtitle {
    margin-top: -1em; }
  .subtitle + .subtitle {
    margin-top: 30px; }

.datelist {
  margin-bottom: 0; }
  .datelist + ul {
    margin-top: 0; }

.casestudy-photo {
  width: 40%;
  margin-left: 5px;
  margin-top: 10px;
  float: right; }

.weblink {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: -12px; }
  .weblink .image {
    height: 40px;
    margin-right: 5px; }
    .weblink .image img {
      max-height: 40px; }

.venuedetails {
  margin-top: -12px;
  margin-bottom: 30px; }

.coursetable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px; }
  .coursetable tr {
    border-bottom: 1px solid #dad9dc; }
  .coursetable td {
    padding: 5px 0; }
  .coursetable th {
    padding: 5px 0;
    text-align: left;
    font-weight: 600; }
  .coursetable .link {
    padding: 8px;
    margin: 5px 0px;
    display: block;
    background: #057abe;
    border-radius: 5px;
    text-align: center; }
    .coursetable .link a {
      color: white; }
  .coursetable .date {
    width: 160px; }
  .coursetable .mobtext {
    display: none; }
    @media screen and (max-width: 930px) and (min-width: 600px) {
      .coursetable .mobtext {
        display: inline; } }
    @media screen and (max-width: 600px) {
      .coursetable .mobtext {
        display: inline; } }
  @media screen and (max-width: 1000px) and (min-width: 600px) {
    .coursetable.hascity .spaces {
      text-align: center; }
    .coursetable.hascity .link {
      width: 100%;
      text-align: center; }
      .coursetable.hascity .link a {
        color: white; } }
  @media screen and (max-width: 930px) and (min-width: 600px) {
    .coursetable.hascity tr {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .coursetable.hascity .headers {
      display: none; }
    .coursetable.hascity .date {
      font-weight: 600; } }
  @media screen and (max-width: 600px) {
    .coursetable tr {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .coursetable td {
      display: inline-block;
      padding-bottom: 15px; }
    .coursetable .headers,
    .coursetable th {
      display: none; }
    .coursetable .type {
      font-weight: 600; }
    .coursetable .date {
      width: 100%;
      font-weight: 600;
      padding-top: 10px;
      padding-bottom: 3px; }
    .coursetable .type + .date {
      width: initial;
      padding-top: 5px;
      padding-bottom: 15px; } }
  @media screen and (max-width: 400px) {
    .coursetable td {
      padding-bottom: 5px;
      width: 50%; }
    .coursetable.hasneither .date {
      order: 1;
      width: 50%;
      font-weight: 700; }
    .coursetable.hasneither .day {
      order: 3; }
    .coursetable.hasneither .time {
      order: 2;
      text-align: right; }
    .coursetable.hasneither .spaces {
      order: 4; }
    .coursetable.hasneither .price {
      order: 4;
      text-align: right; }
    .coursetable.hasneither .link {
      order: 5;
      padding-bottom: 10px;
      text-align: right; }
    .coursetable.hascity .date {
      order: 1;
      width: 50%;
      font-weight: 700;
      padding-top: 10px;
      padding-bottom: 3px; }
    .coursetable.hascity .city {
      order: 2;
      width: 50%;
      font-weight: 300;
      padding-top: 10px;
      padding-bottom: 3px;
      text-align: right; }
    .coursetable.hascity .day {
      order: 3; }
    .coursetable.hascity .time {
      order: 4;
      text-align: left; }
    .coursetable.hascity .price {
      order: 4;
      text-align: right; }
    .coursetable.hascity .spaces {
      order: 6;
      text-align: right; }
    .coursetable.hascity .link {
      order: 7;
      text-align: center;
      margin-right: auto;
      padding: 20px;
      background-color: #057abe;
      margin-bottom: 10px;
      border-radius: 5px; }
      .coursetable.hascity .link a {
        color: white; }
    .coursetable.hascity .t-left {
      text-align: left; }
    .coursetable.hastype .type {
      order: 1;
      width: auto; }
    .coursetable.hastype .date {
      order: 2;
      width: 50%;
      text-align: right; }
    .coursetable.hastype .type,
    .coursetable.hastype .date {
      padding-bottom: 5px; }
    .coursetable.hastype .day {
      order: 3;
      width: 50%; }
    .coursetable.hastype .time {
      order: 4;
      text-align: left; }
    .coursetable.hastype .spaces {
      order: 5;
      text-align: right; }
    .coursetable.hastype .link {
      order: 6;
      text-align: left; } }

.text-alert {
  color: firebrick;
  font-weight: 700; }

.course-moreinfo {
  margin-bottom: 50px; }

.cityheader,
.discountsheader {
  margin-bottom: 20px;
  margin-top: 20px; }
  .cityheader summary,
  .discountsheader summary {
    font-weight: 700;
    border-bottom: 1px solid #dad9dc;
    padding-bottom: 5px;
    margin-bottom: 5px; }
  .cityheader .sub,
  .discountsheader .sub {
    font-weight: 600;
    margin-bottom: -5px; }
  .cityheader .venue-more,
  .discountsheader .venue-more {
    font-weight: normal;
    border-bottom: none;
    font-size: 0.9em;
    margin-top: -11px; }
  .cityheader h4,
  .discountsheader h4 {
    margin-bottom: 5px; }
  .cityheader h4 + p,
  .discountsheader h4 + p {
    margin-top: -5px; }

.cityheader h4 {
  color: #696767; }

.map-indropdown {
  width: 100%;
  height: 400px; }

.hidden-form {
  display: none; }

.form-item {
  margin-bottom: 15px;
  width: 90%; }
  @media screen and (max-width: 600px) {
    .form-item {
      width: 100%; } }
  .form-item textarea {
    width: 100%;
    min-height: 40px;
    border: 1px solid #CCCCCC;
    margin-top: 3px; }
  .form-item label {
    display: inline-block; }
  .form-item input + label {
    width: initial; }
  .form-item .selectwrap {
    border: 1px solid #CCCCCC;
    float: right;
    width: 31%;
    padding-bottom: 4px; }
    .form-item .selectwrap select {
      width: 100%;
      border: none;
      background-color: transparent;
      margin-left: -3px; }
      .form-item .selectwrap select:focus {
        outline: none; }
  .form-item input:not([type="radio"]):not([type="checkbox"]) {
    font-size: 13px;
    border: 1px solid #CCCCCC;
    float: right; }
    @media screen and (max-width: 400px) {
      .form-item input:not([type="radio"]):not([type="checkbox"]) {
        width: 100%;
        margin-bottom: 15px;
        font-size: 16px;
        padding: 4px; } }
  .form-item .radio-asinput {
    float: right;
    width: 150px; }
    @media screen and (max-width: 400px) {
      .form-item .radio-asinput {
        width: 100%;
        margin-bottom: 15px;
        font-size: 16px;
        padding: 4px; } }
  .form-item.required:after,
  .form-item .required:after {
    content: '*';
    color: red;
    display: inline-block; }

.required-label:after {
  content: '*';
  color: red;
  display: inline-block; }

.button-submit, .form-item.discount-code .button-validatediscount {
  background-color: #067abf;
  color: white;
  font-size: 15px;
  padding: 10px 12px;
  border-radius: 5px;
  border: none;
  border-bottom: 4px solid #045a8e;
  cursor: pointer; }
  .button-submit:hover, .form-item.discount-code .button-validatediscount:hover {
    background-color: #089af0;
    border-color: #067abf;
    text-decoration: none; }

.contactform {
  margin-bottom: 30px; }

.payment-container {
  display: flex;
  flex-wrap: wrap;
  background: red; }

.payment-method-options {
  order: 2; }

.form-container {
  order: 1; }

.payment-form .button-submit, .payment-form .form-item.discount-code .button-validatediscount, .form-item.discount-code .payment-form .button-validatediscount {
  margin-top: 20px; }

summary {
  color: #067abf;
  cursor: pointer; }

.sociallinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.modal, .extrainfo-learningloan, .modal2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 100px auto;
  background-color: rgba(255, 255, 255, 0.9);
  width: 80%;
  max-height: 80vh;
  overflow: scroll;
  padding: 20px 30px 40px;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.8);
  border-radius: 5px;
  z-index: 15; }
  @media screen and (max-width: 400px) {
    .modal, .extrainfo-learningloan, .modal2 {
      margin-top: 30px;
      width: 95%;
      max-height: 90vh; } }
  .modal .modal-close, .extrainfo-learningloan .modal-close, .modal2 .modal-close {
    position: absolute;
    right: 20px;
    cursor: pointer; }
    .modal .modal-close:after, .extrainfo-learningloan .modal-close:after, .modal2 .modal-close:after {
      content: '\f00d';
      font-family: fontawesome; }

.modal-trigger, .modal-trigger2 {
  cursor: pointer;
  color: #067abf; }

.extrainfo-learningloan .mainlist {
  margin-top: 10px; }
  .extrainfo-learningloan .mainlist li {
    margin-bottom: 10px; }

.extrainfo-learningloan .sublist {
  margin-top: 8px; }

.extrainfo-learningloan a {
  word-wrap: break-word; }

.extrainfo-learningloan .loan-conditions-decline {
  color: grey;
  margin-top: 22px;
  font-style: italic;
  display: block;
  cursor: pointer; }
  .extrainfo-learningloan .loan-conditions-decline:before {
    content: '\f00d';
    font-family: fontawesome;
    margin-right: 5px;
    font-style: normal; }

.tutor:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0; }

.tutor .image1,
.tutor .image2 {
  border-radius: 10px;
  overflow: hidden; }
  .tutor .image1 img,
  .tutor .image2 img {
    display: block; }

.tutor .image1 {
  float: right;
  margin-left: 5px;
  text-align: center;
  max-width: 200px; }
  @media screen and (max-width: 600px) {
    .tutor .image1 {
      float: none;
      max-width: 90%;
      margin: 0 auto 5px; } }

.tutor .image2 {
  margin: 25px auto 0;
  max-width: 50%; }
  @media screen and (max-width: 600px) {
    .tutor .image2 {
      max-width: 90%;
      margin: 0 auto 5px;
      text-align: center; } }

@media screen and (max-width: 600px) {
  .tutor hr.subdivider {
    display: none; } }

.form-warning, .form-warning-date {
  display: none;
  margin: 0 0 20px;
  background-color: #f9efef;
  padding: 8px 10px; }

.form-item.discount-code input {
  float: left !important; }

.form-item.discount-code .button-validatediscount {
  float: left;
  padding: 2px 12px;
  margin-top: -3px;
  margin-left: 14px; }

.validation-fail,
.validation-success {
  margin-top: 10px; }

.js-fixed {
  position: fixed; }

.js-show {
  display: block; }

.js-hide {
  display: none; }

.strikethrough {
  text-decoration: line-through;
  color: #969696; }

.ui-datepicker {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border-radius: 5px;
  box-shadow: 1px 2px 11px grey;
  margin-top: -1px;
  margin-left: 8px; }
  .ui-datepicker a {
    color: #067abf; }
  .ui-datepicker .ui-state-active {
    color: #007cc5;
    font-weight: bold; }

.ui-datepicker-next {
  float: right; }

.ui-datepicker-title {
  font-size: 1.2em;
  font-weight: 700; }

#ui-datepicker-div {
  display: none; }

.ui-datepicker-year {
  float: right;
  margin-top: 5px; }

.ui-datepicker-month {
  float: left;
  margin-top: 5px; }

.ll-hide {
  display: none; }

.courses-link {
  text-align: center;
  margin-right: auto;
  padding: 20px;
  background-color: #057abe;
  margin-bottom: 10px;
  border-radius: 5px;
  color: white;
  margin-top: 20px;
  display: block; }
  .courses-link:hover {
    background-color: #045a8c;
    text-decoration: none; }

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