/*Font Awesome*/
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/assets/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/assets/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/assets/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/assets/fonts/fontawesome-webfont.svg?v=4.6.3#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.33333333em;
  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.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.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; }

/*Visio alias*/
.icon-readspeaker::before {
  content: "\f028";
  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; }

::-webkit-input-placeholder {
  color: #f0f0f0;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap; }

:-moz-placeholder {
  color: #f0f0f0;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap; }

::-moz-placeholder {
  color: #f0f0f0;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap; }

:-ms-input-placeholder {
  color: #f0f0f0;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap; }

::-ms-input-placeholder {
  color: #f0f0f0;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap; }

input,
a[type='button'] {
  -webkit-appearance: none; }

input[type='checkbox'] {
  -webkit-appearance: checkbox; }

input[type='radio'] {
  -webkit-appearance: radio; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: Calibri;
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Calibri-Light.woff2") format("woff2"), url("../fonts/Calibri-Light.woff") format("woff"), url("../fonts/Calibri-Light.ttf") format("truetype"); }

@font-face {
  font-family: Calibri;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Calibri.woff2") format("woff2"), url("../fonts/Calibri.woff") format("woff"), url("../fonts/Calibri.ttf") format("truetype"); }

html,
body {
  max-width: 100%;
  overflow-x: hidden; }

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #014587;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 2.24rem;
  font-weight: 400; }
  body.large {
    font-size: 1.9rem;
    line-height: 2.66rem;
    font-weight: 400; }
  body.medium {
    font-size: 1.7rem;
    line-height: 2.38rem;
    font-weight: 400; }
  body.contrast {
    color: #fff;
    background-color: #014587; }
  @media only screen and (max-width: 413px) {
    body {
      font-size: 1.4rem;
      line-height: 1.96rem;
      font-weight: 400; } }
  @media print, screen and (max-width: 768px) {
    body {
      font-size: 1.5rem;
      line-height: 2.1rem;
      font-weight: 400; } }

a {
  color: #2967a3;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #014587; }
  .contrast a {
    color: #fff; }
    .contrast a:hover, .contrast a:focus {
      color: #f1e800; }

h1,
.h1 {
  font-family: 'Open Sans Condensed';
  margin-top: 0;
  color: #014587;
  font-size: 3rem;
  line-height: 4.2rem;
  font-weight: 700; }
  @media print, screen and (max-width: 768px) {
    h1,
    .h1 {
      font-size: 2.6rem;
      line-height: 3.64rem;
      font-weight: 700; } }
  @media only screen and (max-width: 599px) {
    h1,
    .h1 {
      font-size: 2.4rem;
      line-height: 3.36rem;
      font-weight: 700; } }
  .large h1, .large
  .h1 {
    font-size: 3.8rem;
    line-height: 5.32rem;
    font-weight: 700; }
  .medium h1, .medium
  .h1 {
    font-size: 3.4rem;
    line-height: 4.76rem;
    font-weight: 700; }
  .contrast h1, .contrast
  .h1 {
    color: #fff; }

h2,
.h2 {
  font-family: 'Open Sans Condensed';
  margin-bottom: 8px;
  color: #014587;
  font-size: 2.1rem;
  line-height: 2.94rem;
  font-weight: 700; }
  .large h2, .large
  .h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700; }
  .medium h2, .medium
  .h2 {
    font-size: 2.3rem;
    line-height: 3.22rem;
    font-weight: 700; }
  .contrast h2, .contrast
  .h2 {
    color: #fff; }

h3,
h4 {
  font-family: 'Open Sans Condensed';
  margin-top: 0;
  margin-bottom: 8px;
  color: #014587;
  font-size: 1.6rem;
  line-height: 2.24rem;
  font-weight: 700; }
  h3.nomargin--bottom,
  h4.nomargin--bottom {
    margin-bottom: 0; }
  .large h3, .large
  h4 {
    font-size: 1.9rem;
    line-height: 2.66rem;
    font-weight: 700; }
  .medium h3, .medium
  h4 {
    font-size: 1.7rem;
    line-height: 2.38rem;
    font-weight: 700; }
  .contrast h3, .contrast
  h4 {
    color: #fff; }

figure {
  margin: 24px 0; }
  figure img {
    max-width: 100%; }
  figure figcaption {
    margin-top: 16px;
    font-size: 1.4rem; }

.innercontent {
  max-width: 1164px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
  height: 100%; }
  @media print, screen and (max-width: 768px) {
    .innercontent {
      padding: 0 10px; } }
  .mainmenu-container .innercontent {
    max-width: 1132px;
    padding: 0; }
  .header .innercontent {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mobilemenu-container .innercontent {
    padding: 0 0 70px;
    height: auto; }

::-webkit-input-placeholder {
  color: #2967a3; }

:-ms-input-placeholder {
  color: #2967a3; }

::-ms-input-placeholder {
  color: #2967a3; }

::placeholder {
  color: #2967a3; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #014587;
  opacity: .8;
  display: block;
  z-index: 9998; }

.rs--div {
  left: 0;
  top: 0;
  position: absolute;
  text-align: left;
  background: #fff; }

.rs_href {
  top: 10px;
  position: relative;
  font-size: 18px; }

#xp1 {
  left: 0;
  top: 0;
  position: absolute; }

.header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  width: 100%;
  min-width: 1070px;
  height: 120px;
  background-color: #014587; }
  @media print, screen and (max-width: 768px) {
    .header {
      height: 70px;
      position: fixed;
      min-width: 0; } }
  .header__logo {
    width: 65%;
    margin-top: 16px;
    height: 88px;
    float: left; }
    @media print, screen and (max-width: 768px) {
      .header__logo {
        width: calc(100% - 125px);
        margin-top: 0;
        height: 50px;
        -ms-flex-item-align: center;
        align-self: center; } }
    .header__logo--link {
      float: left; }
      .header__logo--link .svg {
        fill: #fff; }
        @media print, screen and (max-width: 768px) {
          .header__logo--link .svg {
            display: inline-block;
            width: 100%; } }
      .header__logo--link:focus .svg, .header__logo--link:hover .svg {
        fill: #f1e800; }
    .header__logo--image {
      height: 88px;
      max-width: 374px; }
      @media print, screen and (max-width: 768px) {
        .header__logo--image {
          height: 50px;
          max-width: 100%; } }
    .header__logo--text {
      display: none;
      width: calc(100% - 390px);
      position: relative;
      top: -18px;
      left: 10px; }
      @media print, screen and (max-width: 768px) {
        .header__logo--text {
          width: 100%;
          top: 0;
          left: 0; } }
      .header__logo--text h1,
      .header__logo--text h3 {
        color: #fff;
        margin: 0; }
      .header__logo--text h1 {
        line-height: 2.2rem;
        margin-bottom: 10px; }
        @media print, screen and (max-width: 768px) {
          .header__logo--text h1 {
            font-size: 2rem;
            line-height: 1.6rem;
            margin-bottom: 5px; } }
        .medium .header__logo--text h1,
        .large .header__logo--text h1 {
          font-size: 3rem;
          line-height: 2.2rem; }
          @media print, screen and (max-width: 768px) {
            .medium .header__logo--text h1,
            .large .header__logo--text h1 {
              font-size: 2rem;
              line-height: 1.6rem; } }
      @media print, screen and (max-width: 768px) {
        .header__logo--text h3 {
          font-size: 1.4rem;
          line-height: 1.6rem; } }
      @media only screen and (max-width: 320px) {
        .header__logo--text h3 {
          font-size: 1.3rem;
          line-height: 1.4rem; } }
      .medium .header__logo--text h3,
      .large .header__logo--text h3 {
        font-size: 1.6rem;
        line-height: 2.24rem; }
        @media print, screen and (max-width: 768px) {
          .medium .header__logo--text h3,
          .large .header__logo--text h3 {
            font-size: 1.4rem;
            line-height: 1.6rem; } }
        @media only screen and (max-width: 320px) {
          .medium .header__logo--text h3,
          .large .header__logo--text h3 {
            font-size: 1.3rem;
            line-height: 1.4rem; } }
  .header__buttons {
    -ms-flex-item-align: center;
    align-self: center;
    display: none; }
    @media print, screen and (max-width: 768px) {
      .header__buttons {
        display: block; } }
    .header__buttons a {
      font-size: 3.2rem;
      margin-left: 4px;
      text-decoration: none;
      cursor: pointer;
      color: #fff; }
      .header__buttons a:hover, .header__buttons a:focus {
        color: #f1e800;
        outline: none; }
  .header .settings-container {
    position: relative; }
    @media print, screen and (max-width: 768px) {
      .header .settings-container {
        display: none; } }
    .header .settings-container .settings {
      margin-top: 19px;
      width: auto;
      height: 38px;
      position: relative; }
      .header .settings-container .settings a {
        color: #fff;
        text-decoration: none; }
        .header .settings-container .settings a:hover, .header .settings-container .settings a:focus, .header .settings-container .settings a.active {
          color: #f1e800; }
      .header .settings-container .settings .textsize {
        margin-top: 10px;
        display: block;
        height: 24px;
        width: 20px;
        text-align: center;
        float: left;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        text-decoration: none;
        line-height: 24px; }
        @media print, screen and (max-width: 768px) {
          .header .settings-container .settings .textsize {
            display: none; } }
        .header .settings-container .settings .textsize > span {
          cursor: pointer; }
        .header .settings-container .settings .textsize.smalltext {
          font-size: 18px;
          line-height: 28px; }
        .header .settings-container .settings .textsize.mediumtext {
          font-size: 20px;
          line-height: 28px; }
        .header .settings-container .settings .textsize.largetext {
          font-size: 24px; }
      .header .settings-container .settings .switchcontrast {
        display: block;
        float: left;
        width: 55px;
        height: 24px;
        margin: 10px 0 0 10px; }
        .header .settings-container .settings .switchcontrast:hover .contrastleft, .header .settings-container .settings .switchcontrast:focus .contrastleft {
          border-color: #f1e800;
          color: #f1e800; }
        .header .settings-container .settings .switchcontrast:hover .contrastright, .header .settings-container .settings .switchcontrast:focus .contrastright {
          border-color: #f1e800;
          background-color: #f1e800; }
        .header .settings-container .settings .switchcontrast > span {
          float: left;
          font-family: 'Open Sans', sans-serif;
          font-size: 18px;
          font-weight: 700;
          color: #fff;
          background-color: #fff;
          border: 1px solid #fff;
          width: 20px;
          line-height: 20px;
          text-align: center;
          cursor: pointer; }
          .header .settings-container .settings .switchcontrast > span.contrastleft {
            background-color: #014587; }
          .header .settings-container .settings .switchcontrast > span.contrastright {
            color: #014587;
            border-left: 0 none;
            background-color: #fff;
            border: 1px solid #fff; }
      .header .settings-container .settings .readspeakerlink {
        height: 24px;
        width: 24px;
        display: block;
        float: left; }
        .header .settings-container .settings .readspeakerlink .readspeaker {
          line-height: 38px;
          font-style: normal;
          font-size: 24px;
          display: block; }
  @media print, screen and (max-width: 768px) {
    .header .searchform-container {
      position: fixed;
      width: 100%;
      top: 70px;
      left: 0;
      background-color: #014587;
      margin-top: 0;
      padding: 0 8px;
      height: 0;
      overflow: hidden;
      -webkit-transition: height .6s;
      transition: height .6s; }
      .search-open .header .searchform-container {
        height: 46px; }
        .constrast .search-open .header .searchform-container {
          height: 45px;
          border-bottom: 1px solid #9aa7ce; } }
  .header .searchform {
    margin-top: 19px;
    border: 2px solid #9aa7ce;
    background-color: #fff;
    height: 34px;
    position: relative;
    width: 211px; }
    @media print, screen and (max-width: 768px) {
      .header .searchform {
        margin-top: 0;
        margin-bottom: 8px;
        width: calc(100% - 20px); } }
    .header .searchform__textfield {
      width: 161px;
      color: #014587;
      background: none;
      border: 0;
      line-height: 34px;
      height: 34px;
      padding: 0 8px;
      position: absolute;
      left: 0; }
      @media print, screen and (max-width: 768px) {
        .header .searchform__textfield {
          width: calc(100% - 50px); } }
      .header .searchform__textfield:focus, .header .searchform__textfield:active {
        color: #002a55; }
    .header .searchform__button {
      background: none;
      cursor: pointer;
      border: 0;
      height: 34px;
      width: 34px;
      position: absolute;
      right: 0;
      font-size: 2rem;
      color: #9aa7ce; }
      .header .searchform__button:hover, .header .searchform__button:focus {
        color: #014587;
        outline: none; }

.contrast .twitter-feed-container {
  background-color: #fff;
  border-radius: 3%; }

.scrollcontent {
  -webkit-transition: padding .6s;
  transition: padding .6s; }
  @media print, screen and (max-width: 768px) {
    .scrollcontent {
      padding-top: 70px; } }
  .search-open .scrollcontent {
    padding-top: 116px; }

.contentcontainer {
  padding-bottom: 24px; }
  @media print, screen and (max-width: 768px) {
    .contentcontainer {
      padding-bottom: 0; } }

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 768px) {
    .content {
      padding-bottom: 4%; } }
  @media print, screen and (max-width: 768px) {
    .content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .content__left {
    width: 66%;
    padding-right: 1%; }
    @media print, screen and (max-width: 768px) {
      .content__left {
        width: 100%;
        padding-right: 0; } }
  .content__right {
    width: 32%;
    padding-left: 1%; }
    @media print, screen and (max-width: 768px) {
      .content__right {
        width: 100%;
        padding-left: 0; } }
  .content__full {
    width: 100%; }

footer {
  min-height: 100px;
  width: 100%;
  background-color: #014587; }
  .contrast footer {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    min-height: 98px; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover, .footer a:focus {
      color: #f1e800; }
  @media print, screen and (max-width: 768px) {
    .footer {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .footer h2 {
    color: #fff;
    padding: 16px 0;
    margin-bottom: 16px; }
    @media print, screen and (max-width: 768px) {
      .footer h2 {
        margin-bottom: 0;
        padding-top: 0; } }
  .footer__column {
    width: 22%;
    padding: 0 0 16px 4%; }
    .footer__column--first:hover {
      cursor: pointer; }
    @media print, screen and (max-width: 768px) {
      .footer__column {
        width: 100%;
        padding: 0; } }
    @media only screen and (min-width: 926px) {
      .footer__column:first-child {
        padding-left: 0; }
        .footer__column:first-child .h1 {
          background-color: #fff;
          color: #014587;
          position: relative; }
          .footer__column:first-child .h1::before {
            content: '';
            display: block;
            background-color: #fff;
            width: 1000%;
            height: 100%;
            position: absolute;
            right: 100%;
            top: 0; } }
    @media print, screen and (max-width: 768px) {
      .footer__column:first-of-type h2 {
        padding-top: 6.06060606%; } }
    .footer__column:last-of-type {
      padding-right: 0; }
    .footer__column p {
      margin: 0; }
      @media print, screen and (max-width: 768px) {
        .footer__column p:last-of-type {
          padding-bottom: 6.06060606%; } }
    .footer__column a {
      color: #fff;
      text-decoration: none; }
      .footer__column a:hover .footer__column a:focus {
        color: #f1e800; }

.subfooter {
  height: 60px;
  width: 100%;
  background: #fff;
  overflow: hidden; }
  @media print, screen and (max-width: 768px) {
    .subfooter {
      height: auto; } }
  .subfooter__column {
    line-height: 60px; }
    @media print, screen and (max-width: 768px) {
      .subfooter__column {
        width: 100%;
        padding: 0;
        display: block;
        line-height: 3rem; } }
  .subfooter span {
    line-height: 60px; }
  .contrast .subfooter {
    background: #014587;
    color: #fff; }

.mobilefooter {
  display: none; }
  @media print, screen and (max-width: 768px) {
    .mobilefooter {
      display: block;
      padding-top: 36px;
      overflow: hidden; } }

.accessibility {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.24rem;
  font-weight: 400; }
  @media print, screen and (max-width: 768px) {
    .accessibility {
      display: none; } }
  .large .accessibility {
    font-size: 1.9rem;
    line-height: 2.66rem;
    font-weight: 400; }
  .medium .accessibility {
    font-size: 1.7rem;
    line-height: 2.38rem;
    font-weight: 400; }
  .accessibility__logo {
    height: 40px; }
  .accessibility__text {
    padding: 0 16px; }
  .accessibility a {
    padding: 0 8px; }

.skiplink {
  background-color: #fff;
  color: #014587;
  display: block;
  border: 2px solid #c83c00;
  left: -9999px;
  padding: 0 20px;
  position: fixed;
  z-index: 10;
  font-weight: 700;
  text-decoration: none;
  line-height: 2; }
  .skiplink:focus, .skiplink:active {
    left: 6px;
    top: 6px;
    z-index: 10002; }

.mainmenu-container {
  width: 100%;
  height: 44px;
  z-index: 9999;
  background-color: #fff;
  color: #000;
  -ms-overflow-style: none; }
  @media print, screen and (max-width: 768px) {
    .mainmenu-container {
      display: none; } }

.mainmenu {
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
  position: relative; }
  .mainmenu li {
    float: left;
    position: relative;
    list-style-type: none; }
    .mainmenu li:hover ul:not(.hide-submenu) {
      left: 0;
      display: block;
      opacity: .98;
      right: auto; }
    .mainmenu li:hover > a {
      color: #fff;
      background-color: #014587;
      outline: 0; }
    .mainmenu li:focus ul {
      left: 0;
      display: block;
      opacity: .98;
      right: auto; }
    .mainmenu li:focus > a {
      color: #fff;
      background-color: #014587;
      outline: 0; }
    .mainmenu li.highlighted > a {
      color: #fff;
      background-color: #014587;
      outline: 0; }
    .mainmenu li > a:focus {
      color: #fff;
      background-color: #014587;
      outline: 0;
      text-decoration: underline; }
    .mainmenu li > a:hover {
      color: #fff;
      background-color: #014587;
      outline: 0; }
    .mainmenu li a {
      color: #014587;
      display: block;
      padding: 0 16px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 700;
      font-size: 1.8rem;
      line-height: 44px;
      font-family: 'Open Sans Condensed', sans-serif;
      letter-spacing: .4px; }
      .large .mainmenu li a {
        font-size: 2.2rem; }
      .medium .mainmenu li a {
        font-size: 2rem; }
    .mainmenu li ul {
      position: absolute;
      top: 44px;
      left: -9999px;
      padding: 0;
      background-color: #fff;
      z-index: 9999;
      opacity: 0;
      -webkit-transition: .1s linear opacity;
      transition: .1s linear opacity;
      -webkit-box-shadow: 0 4px 5px 0 rgba(153, 153, 153, 0.75);
      box-shadow: 0 4px 5px 0 rgba(153, 153, 153, 0.75); }
      .mainmenu li ul.show-menu:not(.hide-submenu) {
        left: 0;
        display: block;
        opacity: .98;
        right: auto; }
      .mainmenu li ul li {
        margin: 0;
        float: none;
        white-space: nowrap;
        border-top: 1px solid #014587; }
        .mainmenu li ul li:focus a {
          background-color: #014587;
          color: #fff; }
        .mainmenu li ul li:hover a {
          background-color: #014587;
          color: #fff; }
        .mainmenu li ul li.first {
          border-top: 0; }
        .mainmenu li ul li.highlighted a {
          background-color: #014587;
          color: #fff; }
        .mainmenu li ul li a {
          line-height: 32px;
          padding: 0 16px;
          color: #014587;
          display: block;
          text-transform: none;
          letter-spacing: 0;
          font-size: 1.6rem;
          font-weight: 400;
          font-family: 'Open Sans', sans-serif; }
          .large .mainmenu li ul li a {
            font-size: 2rem; }
          .medium .mainmenu li ul li a {
            font-size: 1.8rem; }
          .mainmenu li ul li a:hover {
            background-color: #014587;
            color: #fff; }
          .mainmenu li ul li a:focus {
            background-color: #014587;
            color: #fff; }
        .mainmenu li ul li.show-submenu {
          left: 0;
          display: block;
          opacity: .98;
          right: auto; }

.mobilemenu-container {
  position: fixed;
  top: 70px;
  right: 0;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: width 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 9999;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  color: #014587;
  display: none; }
  @media print, screen and (max-width: 768px) {
    .menu-open .mobilemenu-container {
      width: 320px;
      display: block; } }
  @media only screen and (max-width: 413px) {
    .menu-open .mobilemenu-container {
      width: 100%; } }
  .mobilemenu-container .mobilemenu {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .mobilemenu-container .mobilemenu li a {
      display: block;
      background-color: #fff;
      color: #014587;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 700;
      font-size: 1.8rem;
      font-family: 'Open Sans Condensed', sans-serif;
      padding: 0 16px;
      line-height: 3.8rem;
      position: relative;
      border-bottom: 1px solid #014587; }
      .mobilemenu-container .mobilemenu li a:hover {
        background-color: #014587;
        color: #fff; }
      .mobilemenu-container .mobilemenu li a:focus {
        background-color: #014587;
        color: #fff;
        text-decoration: underline; }
    .mobilemenu-container .mobilemenu li.highlighted > a {
      background-color: #014587;
      color: #fff; }
      .mobilemenu-container .mobilemenu li.highlighted > a:focus {
        text-decoration: underline; }
    .mobilemenu-container .mobilemenu li ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .mobilemenu-container .mobilemenu li ul li a {
        font-family: 'Open Sans';
        padding-left: 32px;
        line-height: 32px;
        text-transform: none;
        font-size: 1.6rem;
        font-weight: 400; }

.mobilesearch {
  display: none;
  z-index: 9997;
  width: 100%;
  background: #999;
  overflow: hidden; }

.hero-unit {
  height: 300px;
  width: 100%;
  position: relative;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media print, screen and (max-width: 768px) {
    .hero-unit .innercontent {
      width: calc(100% - 20px);
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
  @media print, screen and (max-width: 768px) {
    .hero-unit {
      height: 240px; } }
  @media only screen and (max-width: 413px) {
    .hero-unit {
      height: 150px; } }
  .hero-unit__gradient {
    display: none; }
    @media print, screen and (max-width: 768px) {
      .hero-unit__gradient {
        background: -webkit-gradient(linear, left top, left bottom, from(#222), to(transparent));
        background: linear-gradient(#222, transparent);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; } }
  .hero-unit__title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 4.4rem;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    max-width: 416px;
    padding-top: 24px;
    text-shadow: 0 4px 3px rgba(153, 153, 153, 0.1), 0 8px 13px rgba(153, 153, 153, 0.1), 0 18px 23px rgba(153, 153, 153, 0.1); }
    @media only screen and (max-width: 599px) {
      .hero-unit__title {
        display: none; } }
  .hero-unit .cta {
    background-color: #fff;
    text-decoration: none;
    position: absolute;
    text-align: center;
    line-height: 2.2;
    padding: 59px 10px 0;
    bottom: 0;
    width: 180px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 41px;
    border-radius: 180px 180px 0 0;
    background-repeat: no-repeat;
    z-index: 8890;
    background-image: url("../../assets/img/layout/logo/ksbs-logo-doneren.png");
    background-position: top 16px center;
    background-size: 60px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 2.3rem;
    color: #014587; }
    .hero-unit .cta:hover, .hero-unit .cta:focus {
      color: #f07430;
      outline: none;
      background-image: url("../../assets/img/layout/logo/ksbs-logo-doneren-active.png"); }
    @media print, screen and (max-width: 768px) {
      .hero-unit .cta {
        border-radius: 130px 130px 0 0;
        width: 130px;
        padding: 40px 5px 0;
        background-position: top 10px center;
        background-size: 38px;
        height: 30px;
        line-height: 1.9;
        font-size: 1.8rem; } }
    @media only screen and (max-width: 413px) {
      .hero-unit .cta {
        border-radius: 110px 110px 0 0;
        width: 110px;
        padding: 34px 5px 0;
        background-position: top 10px center;
        background-size: 34px;
        height: 26px;
        font-size: 1.5rem;
        line-height: 1.9; } }

.breadcrumbs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 0 4%;
  font-family: 'Open Sans';
  font-size: 1.3rem;
  font-weight: 400; }
  .large .breadcrumbs {
    font-size: 1.5rem; }
  .medium .breadcrumbs {
    font-size: 1.4rem; }
  .breadcrumbs__link {
    text-decoration: none;
    color: #014587;
    -ms-flex-item-align: center;
    align-self: center; }
    .breadcrumbs__link:hover, .breadcrumbs__link:focus {
      text-decoration: underline; }
    .constrast .breadcrumbs__link {
      color: #fff; }
  .breadcrumbs__seperator {
    padding: 0 8px;
    -ms-flex-item-align: center;
    align-self: center; }

.banner {
  min-height: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ccc;
  color: #fff;
  margin-bottom: 12.903226%; }

.news-list {
  padding-bottom: 6.06060606%;
  overflow: hidden; }
  .news-list .news-item {
    float: left;
    width: 100%;
    padding-bottom: 6.06060606%; }
    .news-list .news-item:last-of-type {
      padding-bottom: 0; }
    @media only screen and (max-width: 599px) {
      .news-list .news-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .news-list .news-item a {
      text-decoration: none;
      outline: none; }
      .news-list .news-item a:hover, .news-list .news-item a:focus {
        text-decoration: underline; }
    .news-list .news-item__teaser {
      width: 36.923077%;
      float: left; }
      @media only screen and (max-width: 599px) {
        .news-list .news-item__teaser {
          width: 100%;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      .news-list .news-item__teaser--image {
        display: block;
        width: 100%; }
        @media only screen and (max-width: 599px) {
          .news-list .news-item__teaser--image {
            margin-top: 18px; } }
    .news-list .news-item__title {
      padding-left: 3.076923%;
      width: 60%;
      float: left; }
      @media only screen and (max-width: 599px) {
        .news-list .news-item__title {
          width: 100%;
          padding: 0;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
      .news-list .news-item__title .h1 {
        margin-bottom: 0; }
    .news-list .news-item__text {
      padding-left: 3.076923%;
      width: 60%;
      float: left; }
      @media only screen and (max-width: 599px) {
        .news-list .news-item__text {
          width: 100%;
          padding: 0;
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; } }
      .news-list .news-item__text p {
        margin-bottom: 0; }

.teasermenu-list {
  padding-bottom: 6.06060606%;
  overflow: hidden;
  margin-top: 10px; }
  .teasermenu-list:first-child {
    margin-top: 0; }
  .teasermenu-list .teasermenu-item {
    float: left;
    width: 100%;
    margin-bottom: 6.06060606%; }
    .teasermenu-list .teasermenu-item:hover {
      cursor: pointer; }
      .teasermenu-list .teasermenu-item:hover .h1 {
        text-decoration: underline; }
    .teasermenu-list .teasermenu-item:last-of-type {
      margin-bottom: 0; }
    @media only screen and (max-width: 599px) {
      .teasermenu-list .teasermenu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .teasermenu-list .teasermenu-item a {
      text-decoration: none;
      outline: none; }
      .teasermenu-list .teasermenu-item a:focus {
        text-decoration: underline; }
    .teasermenu-list .teasermenu-item__teaser {
      width: 21.923077%;
      float: left; }
      @media only screen and (max-width: 599px) {
        .teasermenu-list .teasermenu-item__teaser {
          width: 100%;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      .teasermenu-list .teasermenu-item__teaser--image {
        display: block;
        max-width: 100%;
        padding-top: 5px; }
        @media only screen and (max-width: 599px) {
          .teasermenu-list .teasermenu-item__teaser--image {
            margin-top: 18px; } }
    .teasermenu-list .teasermenu-item__title {
      padding-left: 3.076923%;
      width: 75%;
      float: right; }
      .teasermenu-list .teasermenu-item__title.no--teaserimage {
        padding-left: 0;
        width: 100%; }
      @media only screen and (max-width: 599px) {
        .teasermenu-list .teasermenu-item__title {
          width: 100%;
          padding: 0;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
      .teasermenu-list .teasermenu-item__title .h1 {
        margin-bottom: 0; }
    .teasermenu-list .teasermenu-item__text {
      padding-left: 3.076923%;
      width: 75%;
      float: right; }
      .teasermenu-list .teasermenu-item__text.no--teaserimage {
        padding-left: 0;
        width: 100%; }
      @media only screen and (max-width: 599px) {
        .teasermenu-list .teasermenu-item__text {
          width: 100%;
          padding: 0;
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; } }
      .teasermenu-list .teasermenu-item__text p {
        margin-bottom: 0; }

.cta-list {
  padding-bottom: 4%; }
  .cta-list .cta-item {
    display: block;
    margin-bottom: 12.903226%;
    text-decoration: none;
    color: #014587; }
    .cta-list .cta-item__image {
      width: 100%;
      display: block; }
    .cta-list .cta-item__text {
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.8;
      font-family: 'Open Sans Condensed'; }
      .cta-list .cta-item__text .h1 {
        background-color: #014587;
        text-transform: uppercase;
        color: #fff;
        font-size: 1.8rem;
        line-height: 38px;
        padding: 0 8px; }
      .cta-list .cta-item__text p:last-of-type {
        margin-bottom: 0; }
    .cta-list .cta-item--destem {
      padding-top: 14px; }
      .cta-list .cta-item--destem .cta-item__image {
        background-size: cover;
        background-image: url("../../assets/img/layout/cta/destemframe.png");
        padding-bottom: 68.4659%;
        position: relative;
        margin-top: -30px; }
        .cta-list .cta-item--destem .cta-item__image .cover {
          position: absolute;
          top: 23.23652%;
          left: 24.21246%;
          width: 70.73863%;
          height: 76.76348%;
          background-color: #f07430; }

.text-item {
  display: block;
  padding-bottom: 12.903226%;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  font-family: 'Open Sans Condensed'; }
  .text-item .h1 {
    border: 1px solid #014587;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 38px;
    padding: 0 8px; }
  .text-item p:last-of-type {
    margin-bottom: 0; }

.textblock__text {
  word-break: break-word; }
  .textblock__text table td {
    min-width: 100px;
    padding: 5px 15px 5px 0; }
    .textblock__text table td:first-child {
      width: 400px; }

.textblock__image {
  width: 21.923077%;
  display: inline-block; }
  .textblock__image img {
    display: block;
    max-width: 100%; }

.youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 6.06060606%;
  background: #ccc; }
  .youtube-video::before {
    font-family: FontAwesome;
    position: absolute;
    content: '\f167';
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 10rem; }
  .youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.project-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 28px 0 44px; }
  @media print, screen and (max-width: 768px) {
    .project-container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #014587;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .project.third {
    width: 32%;
    margin-right: 2%; }
    .project.third:nth-child(3n) {
      margin-right: 0; }
  .project.half {
    width: 48.484848%;
    margin-right: 3.03030303%; }
    .project.half:nth-child(2n) {
      margin-right: 0; }
    .project.half:nth-child(n+3) {
      margin-top: 28px; }
  .project__image {
    width: 100%; }
  .project__title {
    text-transform: uppercase;
    color: #fff;
    background-color: #014587;
    font-size: 1.8rem;
    padding: 5.5px 8px;
    font-family: 'Open Sans Condensed'; }
  .project__category {
    font-size: 1.8rem;
    font-family: 'Open Sans Condensed';
    color: #2967a3;
    display: block;
    padding: 0 0 16px; }
  .project__summary {
    padding: 16px 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .project__link {
    display: block;
    position: relative;
    padding: 0 8px;
    line-height: 38px;
    font-family: 'Open Sans Condensed';
    color: #014587;
    text-decoration: none; }
    .project__link::after {
      background-image: url("../../assets/img/layout/ui/chevron.png");
      background-size: 38px 38px;
      display: block;
      width: 38px;
      height: 38px;
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      background-color: #014587; }
    .project__link:hover, .project__link:focus {
      background-color: #014587;
      color: #fff; }
  .project:hover {
    cursor: pointer; }
    .project:hover .project__link {
      background-color: #014587;
      color: #fff; }
  @media print, screen and (max-width: 768px) {
    .project {
      width: 100%;
      margin-right: 0;
      margin-bottom: 16px; } }

.project-list h2 {
  margin-top: 0;
  padding-left: 16px;
  font-size: 1.8rem;
  color: #2967a3; }
  .large .project-list h2 {
    font-size: 2.2rem; }
  .medium .project-list h2 {
    font-size: 2rem; }
  .contrast .project-list h2 {
    color: #fff; }

.project-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .project-list ul li {
    margin: 2% 0; }
    .project-list ul li:first-of-type a {
      border-top: 1px solid #014587; }
    .project-list ul li a {
      display: block;
      width: 100%;
      padding: 4px 16px;
      border-bottom: 1px solid #014587;
      text-decoration: none;
      color: #014587; }
      .project-list ul li a:hover {
        background: #014587;
        color: #fff; }
    .project-list ul li ul {
      margin-left: 15px; }

.filter-container fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

.filter-container legend {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.filter-container input[type='radio'],
.filter-container input[type='checkbox'] {
  position: absolute;
  left: -9999px; }

.filter-container input[type='radio'] + label span,
.filter-container input[type='checkbox'] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  background-color: #9aa7ce; }
  .contrast .filter-container input[type='radio'] + label span, .contrast
  .filter-container input[type='checkbox'] + label span {
    background-color: #fff; }

.filter-container input[type='checkbox'] + label span {
  border-radius: 10%; }

.filter-container input[type='radio']:checked + label span,
.filter-container input[type='checkbox']:checked + label span {
  background-color: #014587; }
  .contrast .filter-container input[type='radio']:checked + label span, .contrast
  .filter-container input[type='checkbox']:checked + label span {
    background-color: #9aa7ce; }

.filter-container input[type='radio']:focus + label,
.filter-container input[type='checkbox']:focus + label {
  background-color: #f1e800; }
  .contrast .filter-container input[type='radio']:focus + label, .contrast
  .filter-container input[type='checkbox']:focus + label {
    background-color: #9aa7ce; }

.filter-container input[type='radio'] + label span,
.filter-container input[type='radio']:checked + label span,
.filter-container input[type='checkbox'] + label span,
.filter-container input[type='checkbox']:checked + label span {
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear; }

.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 24px 0;
  position: relative; }
  .carousel .bx-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .carousel .bx-controls-direction {
    display: none; }
  .carousel .bx-pager {
    position: absolute;
    bottom: 12px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .carousel .bx-pager-item {
      border-right: 2px solid #9aa7ce; }
      .carousel .bx-pager-item:last-of-type {
        border-right: 0; }
    .carousel .bx-pager-link {
      display: block;
      width: 32px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      text-decoration: none;
      font-weight: 600;
      outline: none; }
      .carousel .bx-pager-link.active {
        color: #014587; }
      .carousel .bx-pager-link:hover, .carousel .bx-pager-link:focus, .carousel .bx-pager-link.active {
        text-decoration: underline; }
  .carousel__title {
    background-color: #014587;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.8rem;
    line-height: 38px;
    padding: 0 24px 0 8px;
    font-family: 'Open Sans Condensed';
    min-width: 228px; }
  .carousel .slider {
    height: calc(100% - 2px); }
  .carousel .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #014587;
    border-bottom: 1px solid #014587;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .carousel .slide h1 {
      margin-bottom: 8px; }
    .carousel .slide-photo {
      width: 100%;
      padding-left: 2%;
      background-size: cover;
      background-position: center center; }
      @media only screen and (max-width: 599px) {
        .carousel .slide-photo {
          width: 100%;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }

.form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 24px 0; }
  .form-container .validation-summery {
    color: #c83c00; }
  .form-container form {
    display: block;
    width: 100%; }
  .form-container .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .form-container .form__title {
      background-color: #014587;
      text-transform: uppercase;
      color: #fff;
      font-size: 1.8rem;
      line-height: 38px;
      padding: 0 24px 0 8px;
      font-family: 'Open Sans Condensed';
      min-width: 228px; }
      .contrast .form-container .form__title {
        background-color: #fff;
        color: #014587; }
      .large .form-container .form__title {
        font-size: 2.2rem; }
      .medium .form-container .form__title {
        font-size: 2rem; }
    .form-container .form__wrapper {
      width: 100%;
      left: 0;
      top: 0;
      border-top: 1px solid #014587;
      padding: 8px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .contrast .form-container .form__wrapper {
        border-top: 1px solid #fff; }
      .form-container .form__wrapper h1 {
        margin-bottom: 8px; }
      .form-container .form__wrapper fieldset {
        border: 0;
        padding: 0;
        margin: 0;
        width: 100%; }
        .form-container .form__wrapper fieldset legend {
          position: absolute;
          left: -10000px;
          top: auto;
          width: 1px;
          height: 1px;
          overflow: hidden; }
    .form-container .form__control {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 5px 0 12px;
      border-radius: 0; }
      .form-container .form__control.onethird {
        width: 33%; }
        @media only screen and (max-width: 599px) {
          .form-container .form__control.onethird {
            width: 100%; } }
        .form-container .form__control.onethird--first {
          width: calc(33% - 20px);
          margin-right: 20px; }
          @media only screen and (max-width: 599px) {
            .form-container .form__control.onethird--first {
              width: 100%;
              margin: 0; } }
      .form-container .form__control.twothird {
        width: 67%; }
        @media only screen and (max-width: 599px) {
          .form-container .form__control.twothird {
            width: 100%; } }
        .form-container .form__control.twothird--first {
          width: calc(67% - 20px);
          margin-right: 20px; }
          @media only screen and (max-width: 599px) {
            .form-container .form__control.twothird--first {
              width: 100%;
              margin: 0; } }
      .form-container .form__control input[type='text'],
      .form-container .form__control input[type='password'],
      .form-container .form__control input[type='date'],
      .form-container .form__control textarea,
      .form-container .form__control select {
        display: inline-block;
        border: 1px solid #9aa7ce;
        width: 100%;
        padding: 8px;
        color: #014587; }
        .form-container .form__control input[type='text']::-webkit-input-placeholder,
        .form-container .form__control input[type='password']::-webkit-input-placeholder,
        .form-container .form__control input[type='date']::-webkit-input-placeholder,
        .form-container .form__control textarea::-webkit-input-placeholder,
        .form-container .form__control select::-webkit-input-placeholder {
          color: #9aa7ce; }
        .form-container .form__control input[type='text']:-moz-placeholder,
        .form-container .form__control input[type='password']:-moz-placeholder,
        .form-container .form__control input[type='date']:-moz-placeholder,
        .form-container .form__control textarea:-moz-placeholder,
        .form-container .form__control select:-moz-placeholder {
          color: #9aa7ce; }
        .form-container .form__control input[type='text']::-moz-placeholder,
        .form-container .form__control input[type='password']::-moz-placeholder,
        .form-container .form__control input[type='date']::-moz-placeholder,
        .form-container .form__control textarea::-moz-placeholder,
        .form-container .form__control select::-moz-placeholder {
          color: #9aa7ce; }
        .form-container .form__control input[type='text']:-ms-input-placeholder,
        .form-container .form__control input[type='password']:-ms-input-placeholder,
        .form-container .form__control input[type='date']:-ms-input-placeholder,
        .form-container .form__control textarea:-ms-input-placeholder,
        .form-container .form__control select:-ms-input-placeholder {
          color: #9aa7ce; }
        .form-container .form__control input[type='text'].input-validation-error,
        .form-container .form__control input[type='password'].input-validation-error,
        .form-container .form__control input[type='date'].input-validation-error,
        .form-container .form__control textarea.input-validation-error,
        .form-container .form__control select.input-validation-error {
          color: #c83c00;
          border-color: #c83c00; }
          .form-container .form__control input[type='text'].input-validation-error::-webkit-input-placeholder,
          .form-container .form__control input[type='password'].input-validation-error::-webkit-input-placeholder,
          .form-container .form__control input[type='date'].input-validation-error::-webkit-input-placeholder,
          .form-container .form__control textarea.input-validation-error::-webkit-input-placeholder,
          .form-container .form__control select.input-validation-error::-webkit-input-placeholder {
            color: #c83c00; }
          .form-container .form__control input[type='text'].input-validation-error:-moz-placeholder,
          .form-container .form__control input[type='password'].input-validation-error:-moz-placeholder,
          .form-container .form__control input[type='date'].input-validation-error:-moz-placeholder,
          .form-container .form__control textarea.input-validation-error:-moz-placeholder,
          .form-container .form__control select.input-validation-error:-moz-placeholder {
            color: #c83c00; }
          .form-container .form__control input[type='text'].input-validation-error::-moz-placeholder,
          .form-container .form__control input[type='password'].input-validation-error::-moz-placeholder,
          .form-container .form__control input[type='date'].input-validation-error::-moz-placeholder,
          .form-container .form__control textarea.input-validation-error::-moz-placeholder,
          .form-container .form__control select.input-validation-error::-moz-placeholder {
            color: #c83c00; }
          .form-container .form__control input[type='text'].input-validation-error:-ms-input-placeholder,
          .form-container .form__control input[type='password'].input-validation-error:-ms-input-placeholder,
          .form-container .form__control input[type='date'].input-validation-error:-ms-input-placeholder,
          .form-container .form__control textarea.input-validation-error:-ms-input-placeholder,
          .form-container .form__control select.input-validation-error:-ms-input-placeholder {
            color: #c83c00; }
      .form-container .form__control select,
      .form-container .form__control input[type='date'] {
        padding: 5px; }
      .form-container .form__control input[type='radio'],
      .form-container .form__control input[type='checkbox'] {
        position: absolute;
        left: -9999px; }
      .form-container .form__control input[type='radio'] + label,
      .form-container .form__control input[type='checkbox'] + label {
        margin-left: 26px; }
        .form-container .form__control input[type='radio'] + label span,
        .form-container .form__control input[type='checkbox'] + label span {
          display: inline-block;
          width: 16px;
          height: 16px;
          margin: -3px 6px 0 -26px;
          border: 2px solid #9aa7ce;
          vertical-align: middle;
          cursor: pointer;
          border-radius: 50%;
          background-color: #fff; }
      .form-container .form__control input[type='radio'].input-validation-error + label,
      .form-container .form__control input[type='checkbox'].input-validation-error + label {
        color: #c83c00; }
        .form-container .form__control input[type='radio'].input-validation-error + label span,
        .form-container .form__control input[type='checkbox'].input-validation-error + label span {
          border: 2px solid #c83c00; }
      .form-container .form__control input[type='checkbox'] + label span {
        border-radius: 10%; }
      .form-container .form__control input[type='radio']:checked + label span,
      .form-container .form__control input[type='checkbox']:checked + label span {
        width: 8px;
        height: 8px;
        border: 6px solid #014587;
        background-color: #fff; }
      .form-container .form__control input[type='radio'] + label span,
      .form-container .form__control input[type='radio']:checked + label span,
      .form-container .form__control input[type='checkbox'] + label span,
      .form-container .form__control input[type='checkbox']:checked + label span {
        -webkit-transition: background-color .2s linear;
        transition: background-color .2s linear; }
      .form-container .form__control.radios--control label {
        padding-right: 18px; }
        @media only screen and (max-width: 599px) {
          .form-container .form__control.radios--control label {
            width: 100%; } }
      .form-container .form__control.radios--control--bedrag label {
        padding-right: 32px;
        line-height: 3.6rem; }
        .form-container .form__control.radios--control--bedrag label:last-of-type {
          padding-right: 8px; }
        @media only screen and (max-width: 599px) {
          .form-container .form__control.radios--control--bedrag label {
            width: 100%;
            padding-right: 18px; }
            .form-container .form__control.radios--control--bedrag label:last-of-type {
              width: auto;
              padding-right: 8px; } }
      .form-container .form__control.radios--control--bedrag input[type='text'] {
        width: 54%;
        position: relative;
        right: 0;
        display: inline-block; }
        @media only screen and (max-width: 599px) {
          .form-container .form__control.radios--control--bedrag input[type='text'] {
            width: calc(100% - 62px); } }
      .form-container .form__control.radiolist--control {
        width: 100%; }
      .form-container .form__control.date--control select {
        width: calc(33% - 8px);
        margin: 0 5px; }
        .form-container .form__control.date--control select:first-of-type {
          margin-left: 0; }
        .form-container .form__control.date--control select:last-of-type {
          margin-right: 0;
          float: right; }
      .form-container .form__control .field-validation-error {
        color: #c83c00;
        display: none;
        position: relative;
        top: -34px;
        line-height: 3.6rem;
        left: calc(100% - 20px); }
      .form-container .form__control p {
        margin: 0; }
    .form-container .form__control + input[type='text'],
    .form-container .form__control + select {
      height: 36px; }
    .form-container .form__button {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      background-color: #f07430;
      text-transform: uppercase;
      color: #fff;
      font-size: 1.8rem;
      line-height: 38px;
      padding: 0 24px 0 10px;
      min-width: 158px;
      text-align: left;
      font-family: 'Open Sans Condensed'; }
      .large .form-container .form__button {
        font-size: 2.2rem; }
      .medium .form-container .form__button {
        font-size: 2rem; }
      .form-container .form__button:hover, .form-container .form__button:focus {
        background-color: #014587;
        cursor: pointer; }
        .contrast .form-container .form__button:hover, .contrast .form-container .form__button:focus {
          background-color: #9aa7ce;
          color: #fff; }

.socialmedia-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .subfooter .socialmedia-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 60px;
    text-align: right;
    position: relative;
    right: 0;
    float: right; }
    @media print, screen and (max-width: 768px) {
      .subfooter .socialmedia-list {
        float: left;
        text-align: left; } }
  .socialmedia-list .socialmedia-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    line-height: 30px;
    padding: 15px 0;
    text-decoration: none;
    color: #014587; }
    .subfooter .socialmedia-list .socialmedia-item {
      margin-left: auto; }
    .socialmedia-list .socialmedia-item .socialmedia-icon {
      margin-right: 10px;
      font-size: 2.4rem;
      position: relative; }
      .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round {
        border-radius: 50%;
        text-indent: inherit;
        height: 30px;
        width: 30px;
        float: left;
        margin: 0 4px 0 0;
        text-align: center;
        text-decoration: none;
        font-size: 1.7rem;
        color: #fff; }
        .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.facebook {
          background-color: #1d6a9e; }
          .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.facebook:hover, .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.facebook:focus {
            background-color: #4a88b1; }
        .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.twitter {
          background-color: #23bad9; }
          .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.twitter:hover, .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.twitter:focus {
            background-color: #4fc8e1; }
        .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.mail {
          background-color: #858bac; }
          .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.mail:hover, .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.mail:focus {
            background-color: #9da2bd; }
        .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.google {
          background-color: #e84e43; }
          .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.google:hover, .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.google:focus {
            background-color: #ed7169; }
        .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.linkedin {
          background-color: #0080a3; }
          .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.linkedin:hover, .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.linkedin:focus {
            background-color: #3399b5; }
        .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.facebook, .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.twitter, .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.mail, .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.google, .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.linkedin {
          background-color: #014587; }
          .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.facebook:hover, .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.facebook:focus, .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.twitter:hover, .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.twitter:focus, .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.mail:hover, .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.mail:focus, .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.google:hover, .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.google:focus, .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.linkedin:hover, .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.linkedin:focus {
            background-color: #f1e800;
            color: #014587; }
          .contrast .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.facebook, .contrast .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.twitter, .contrast .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.mail, .contrast .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.google, .contrast .subfooter .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round.linkedin {
            background-color: #fff;
            color: #014587; }
        .socialmedia-list .socialmedia-item .socialmedia-icon.icon-round > i {
          line-height: 30px;
          text-align: center;
          font-size: 20px; }
      .socialmedia-list .socialmedia-item .socialmedia-icon .icon-text {
        position: absolute;
        top: 0;
        left: -9999px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 16px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 16px 0; }
  to {
    background-position: 0 0; } }

.progress--container {
  width: 100%;
  margin: 5px 0 0; }
  .progress--container .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 16px;
    overflow: hidden;
    font-size: 12px;
    background-color: #9aa7ce;
    width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(153, 153, 153, 0.75);
    box-shadow: 0 4px 5px 0 rgba(153, 153, 153, 0.75); }
  .progress--container .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #014587;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .progress--container .progress-bar {
        -webkit-transition: none;
        transition: none; } }
    .progress--container .progress-bar.bg-danger {
      background-color: #c83c00; }
    .progress--container .progress-bar.bg-warning {
      background-color: #f07430; }
    .progress--container .progress-bar.bg-success {
      background-color: #28a745; }
  .progress--container .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 16px 16px; }
  .progress--container .progress-bar-animated {
    -webkit-animation: progress-bar-stripes .6s;
    animation: progress-bar-stripes .6s; }

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.gallery-container {
  padding-bottom: 6.06060606%; }
  @media only screen and (max-width: 599px) {
    .gallery-container {
      padding-bottom: 0; } }
  .gallery-container .gallery-slider {
    margin-bottom: 6.06060606%; }
    @media only screen and (max-width: 599px) {
      .gallery-container .gallery-slider {
        margin-bottom: 0;
        display: none; } }
    .gallery-container .gallery-slider #lightslider {
      margin: 0; }
      .gallery-container .gallery-slider #lightslider .lslide .slide-photo {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 800px; }
        .gallery-container .gallery-slider #lightslider .lslide .slide-photo:hover {
          cursor: pointer; }
  .gallery-container .gallery-list {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .gallery-container .gallery-list a {
      text-decoration: none;
      outline: none; }
      .gallery-container .gallery-list a:hover, .gallery-container .gallery-list a:focus {
        text-decoration: underline; }
    .gallery-container .gallery-list .gallery-item {
      width: 31%;
      padding: 0 2% 2% 0; }
      @media only screen and (max-width: 599px) {
        .gallery-container .gallery-list .gallery-item {
          width: 100%;
          padding-right: 0;
          padding-bottom: 6.06060606%; } }
      .gallery-container .gallery-list .gallery-item--photo {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .gallery-container .gallery-list .gallery-item__teaser {
      width: 100%;
      padding-right: 0;
      padding-bottom: 6.06060606%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .gallery-container .gallery-list .gallery-item__teaser--title {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .gallery-container .gallery-list .gallery-item__teaser--image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 31%;
        padding-right: 2%; }
        @media only screen and (max-width: 599px) {
          .gallery-container .gallery-list .gallery-item__teaser--image {
            width: 100%;
            padding: 0; } }

.hidden {
  display: none !important; }

.hide {
  display: block;
  left: -9999px;
  position: absolute;
  top: 0; }

@media print, screen and (max-width: 768px) {
  .hide-mobile {
    display: none; } }

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

.rsbtn_tooltoggle {
  width: 37px !important; }

.rsbtn_pause {
  padding-left: 47px !important; }
