@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
/* line 6, ../sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 28, ../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 33, ../sass/_reset.scss */
body {
  line-height: 1;
}

/* line 37, ../sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 41, ../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 45, ../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 51, ../sass/_reset.scss */
:focus {
  outline: none;
  outline: 0;
}

/* remember to highlight inserts somehow! */
/* line 57, ../sass/_reset.scss */
ins {
  text-decoration: none;
}

/* line 61, ../sass/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 65, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../glyphicons-halflings-regular.html");
  src: url("../glyphicons-halflings-regulard41d.html?#iefix") format("embedded-opentype"), url("../glyphicons-halflings-regular-2.html") format("woff2"), url("../glyphicons-halflings-regular-3.html") format("woff"), url("../glyphicons-halflings-regular-4.html") format("truetype"), url("../glyphicons-halflings-regular-5.html#glyphicons_halflingsregular") format("svg");
}
/* line 24, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 153, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.row, .choices {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .choices:before, .row:after, .choices:after {
  content: " ";
  display: table;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after, .choices:after {
  clear: both;
}

/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, div[choice-tile], .singleChoice div[choice-tile],
.multipleChoice div[choice-tile], .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .video-tile-wrapper, .singleChoice.contains-3 div[choice-tile],
.multipleChoice.contains-3 div[choice-tile], .col-sm-4, .modal-header .actions, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .singleChoice.contains-2 div[choice-tile],
.multipleChoice.contains-2 div[choice-tile], .col-sm-6, .col-md-6, .modal-dialog, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .modal-header h2, .modal-dialog, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .singleChoice.contains-1 div[choice-tile],
.multipleChoice.contains-1 div[choice-tile], .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, div[choice-tile], .singleChoice div[choice-tile],
.multipleChoice div[choice-tile], .col-xs-4, .video-tile-wrapper, .singleChoice.contains-3 div[choice-tile],
.multipleChoice.contains-3 div[choice-tile], .col-xs-5, .col-xs-6, .singleChoice.contains-2 div[choice-tile],
.multipleChoice.contains-2 div[choice-tile], .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .singleChoice.contains-1 div[choice-tile],
.multipleChoice.contains-1 div[choice-tile] {
  float: left;
}

/* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3, div[choice-tile], .singleChoice div[choice-tile],
.multipleChoice div[choice-tile] {
  width: 25%;
}

/* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4, .video-tile-wrapper, .singleChoice.contains-3 div[choice-tile],
.multipleChoice.contains-3 div[choice-tile] {
  width: 33.33333%;
}

/* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6, .singleChoice.contains-2 div[choice-tile],
.multipleChoice.contains-2 div[choice-tile] {
  width: 50%;
}

/* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12, .singleChoice.contains-1 div[choice-tile],
.multipleChoice.contains-1 div[choice-tile] {
  width: 100%;
}

/* line 55, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .modal-header .actions, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .modal-header h2, .modal-dialog, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4, .modal-header .actions {
    width: 33.33333%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8, .modal-header h2, .modal-dialog {
    width: 66.66667%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .modal-dialog, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6, .modal-dialog {
    width: 50%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 31, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 57, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 101, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 333, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 359, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 366, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary, .confirm-buttons button.submit, .confirm-buttons button.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .confirm-buttons button.submit:focus, .confirm-buttons button.ok:focus:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:focus, .btn-primary.focus, .confirm-buttons button.focus.submit, .confirm-buttons button.focus.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .confirm-buttons button.submit:hover, .confirm-buttons div[choice-tile] .choiceTile button.submit, div[choice-tile] .choiceTile .confirm-buttons button.submit, .confirm-buttons button.ok:hover:not(:only-child), .confirm-buttons div[choice-tile] .choiceTile button.ok:not(:only-child), div[choice-tile] .choiceTile .confirm-buttons button.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:hover, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile button, div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .confirm-buttons button.submit:active, .confirm-buttons button.ok:active:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:active, .btn-primary.active, .confirm-buttons button.active.submit, .confirm-buttons button.active.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.active, .open > .btn-primary.dropdown-toggle, .confirm-buttons .open > button.dropdown-toggle.submit, .confirm-buttons .open > button.dropdown-toggle.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons .open > button.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .confirm-buttons button.submit:active:hover, .confirm-buttons div[choice-tile] .choiceTile button.submit:active, div[choice-tile] .choiceTile .confirm-buttons button.submit:active, .confirm-buttons button.ok:active:hover:not(:only-child), .confirm-buttons div[choice-tile] .choiceTile button.ok:active:not(:only-child), div[choice-tile] .choiceTile .confirm-buttons button.ok:active:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:active:hover, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile button:active, div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:active, .btn-primary:active:focus, .confirm-buttons button.submit:active:focus, .confirm-buttons button.ok:active:focus:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:active:focus, .btn-primary:active.focus, .confirm-buttons button.submit:active.focus, .confirm-buttons button.ok:active.focus:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:active.focus, .btn-primary.active:hover, .confirm-buttons button.active.submit:hover, .confirm-buttons div[choice-tile] .choiceTile button.active.submit, div[choice-tile] .choiceTile .confirm-buttons button.active.submit, .confirm-buttons button.active.ok:hover:not(:only-child), .confirm-buttons div[choice-tile] .choiceTile button.active.ok:not(:only-child), div[choice-tile] .choiceTile .confirm-buttons button.active.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.active:hover, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile button.active, div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.active, .btn-primary.active:focus, .confirm-buttons button.active.submit:focus, .confirm-buttons button.active.ok:focus:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.active:focus, .btn-primary.active.focus, .confirm-buttons button.active.focus.submit, .confirm-buttons button.active.focus.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.active.focus, .open > .btn-primary.dropdown-toggle:hover, .confirm-buttons .open > button.dropdown-toggle.submit:hover, .confirm-buttons div[choice-tile] .choiceTile .open > button.dropdown-toggle.submit, div[choice-tile] .choiceTile .confirm-buttons .open > button.dropdown-toggle.submit, .confirm-buttons .open > button.dropdown-toggle.ok:hover:not(:only-child), .confirm-buttons div[choice-tile] .choiceTile .open > button.dropdown-toggle.ok:not(:only-child), div[choice-tile] .choiceTile .confirm-buttons .open > button.dropdown-toggle.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons .open > button.dropdown-toggle:hover, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile .open > button.dropdown-toggle, div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons .open > button.dropdown-toggle, .open > .btn-primary.dropdown-toggle:focus, .confirm-buttons .open > button.dropdown-toggle.submit:focus, .confirm-buttons .open > button.dropdown-toggle.ok:focus:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons .open > button.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus, .confirm-buttons .open > button.dropdown-toggle.focus.submit, .confirm-buttons .open > button.dropdown-toggle.focus.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons .open > button.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .confirm-buttons button.submit:active, .confirm-buttons button.ok:active:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:active, .btn-primary.active, .confirm-buttons button.active.submit, .confirm-buttons button.active.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.active, .open > .btn-primary.dropdown-toggle, .confirm-buttons .open > button.dropdown-toggle.submit, .confirm-buttons .open > button.dropdown-toggle.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons .open > button.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .confirm-buttons button.disabled.submit:hover, .confirm-buttons div[choice-tile] .choiceTile button.disabled.submit, div[choice-tile] .choiceTile .confirm-buttons button.disabled.submit, .confirm-buttons button.disabled.ok:hover:not(:only-child), .confirm-buttons div[choice-tile] .choiceTile button.disabled.ok:not(:only-child), div[choice-tile] .choiceTile .confirm-buttons button.disabled.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.disabled:hover, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile button.disabled, div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.disabled, .btn-primary.disabled:focus, .confirm-buttons button.disabled.submit:focus, .confirm-buttons button.disabled.ok:focus:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.disabled:focus, .btn-primary.disabled.focus, .confirm-buttons button.disabled.focus.submit, .confirm-buttons button.disabled.focus.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.disabled.focus, .btn-primary[disabled]:hover, .confirm-buttons button[disabled].submit:hover, .confirm-buttons div[choice-tile] .choiceTile button[disabled].submit, div[choice-tile] .choiceTile .confirm-buttons button[disabled].submit, .confirm-buttons button[disabled].ok:hover:not(:only-child), .confirm-buttons div[choice-tile] .choiceTile button[disabled].ok:not(:only-child), div[choice-tile] .choiceTile .confirm-buttons button[disabled].ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button[disabled]:hover, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile button[disabled], div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button[disabled], .btn-primary[disabled]:focus, .confirm-buttons button[disabled].submit:focus, .confirm-buttons button[disabled].ok:focus:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button[disabled]:focus, .btn-primary[disabled].focus, .confirm-buttons button[disabled].focus.submit, .confirm-buttons button[disabled].focus.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .confirm-buttons button.submit:hover, .confirm-buttons fieldset[disabled] button.submit:hover, fieldset[disabled] .confirm-buttons div[choice-tile] .choiceTile button.submit, .confirm-buttons div[choice-tile] .choiceTile fieldset[disabled] button.submit, fieldset[disabled] div[choice-tile] .choiceTile .confirm-buttons button.submit, div[choice-tile] .choiceTile .confirm-buttons fieldset[disabled] button.submit, fieldset[disabled] .confirm-buttons button.ok:hover:not(:only-child), .confirm-buttons fieldset[disabled] button.ok:hover:not(:only-child), fieldset[disabled] .confirm-buttons div[choice-tile] .choiceTile button.ok:not(:only-child), .confirm-buttons div[choice-tile] .choiceTile fieldset[disabled] button.ok:not(:only-child), fieldset[disabled] div[choice-tile] .choiceTile .confirm-buttons button.ok:not(:only-child), div[choice-tile] .choiceTile .confirm-buttons fieldset[disabled] button.ok:not(:only-child), fieldset[disabled] .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:hover, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons fieldset[disabled] button:hover, fieldset[disabled] .modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile button, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile fieldset[disabled] button, fieldset[disabled] div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button, div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons fieldset[disabled] button, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .confirm-buttons button.submit:focus, .confirm-buttons fieldset[disabled] button.submit:focus, fieldset[disabled] .confirm-buttons button.ok:focus:not(:only-child), .confirm-buttons fieldset[disabled] button.ok:focus:not(:only-child), fieldset[disabled] .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:focus, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons fieldset[disabled] button:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .confirm-buttons button.focus.submit, .confirm-buttons fieldset[disabled] button.focus.submit, fieldset[disabled] .confirm-buttons button.focus.ok:not(:only-child), .confirm-buttons fieldset[disabled] button.focus.ok:not(:only-child), fieldset[disabled] .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.focus, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons fieldset[disabled] button.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge, .confirm-buttons button.submit .badge, .confirm-buttons button.ok:not(:only-child) .badge, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 139, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 110, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 120, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 108, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 170, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 235, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 243, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 232, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 478, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 346, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 349, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 359, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 425, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 433, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 442, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 506, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 537, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 549, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 552, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 559, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 567, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 577, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 641, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 643, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 650, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
/* line 12, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 47, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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: 40px 40px;
}

/* line 64, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 77, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 81, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 85, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 1, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 55, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
div[choice-tile] .choiceTile button.list-group-item,
div[choice-tile] .choiceTile.active:hover button.list-group-item,
div[choice-tile] .choiceTile.active:focus button.list-group-item,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
/* line 78, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 81, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 87, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 96, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 101, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 4, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
div[choice-tile] .choiceTile button.list-group-item-success,
div[choice-tile] .choiceTile.active:hover button.list-group-item-success,
div[choice-tile] .choiceTile.active:focus button.list-group-item-success,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
div[choice-tile] .choiceTile button.list-group-item-success.active,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
div[choice-tile] .choiceTile button.list-group-item-info,
div[choice-tile] .choiceTile.active:hover button.list-group-item-info,
div[choice-tile] .choiceTile.active:focus button.list-group-item-info,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
div[choice-tile] .choiceTile button.list-group-item-info.active,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
div[choice-tile] .choiceTile button.list-group-item-warning,
div[choice-tile] .choiceTile.active:hover button.list-group-item-warning,
div[choice-tile] .choiceTile.active:focus button.list-group-item-warning,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 24, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
div[choice-tile] .choiceTile button.list-group-item-warning.active,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
div[choice-tile] .choiceTile button.list-group-item-danger,
div[choice-tile] .choiceTile.active:hover button.list-group-item-danger,
div[choice-tile] .choiceTile.active:focus button.list-group-item-danger,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
div[choice-tile] .choiceTile button.list-group-item-danger.active,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 89, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 36, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 52, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 66, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 73, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 80, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 87, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 94, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 123, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
/* line 109, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 207, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 229, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/*------------------------------------*\
    $FONTS
\*------------------------------------*/
/*---------------FONT-FAMILY---------------------*/
/*---------------FONT-SIZE---------------------*/
/*---------------LINE_HEIGHT---------------------*/
/*------------------------------------*\
    $COLOR
\*------------------------------------*/
/*------------------------------------*\
    $SHAPE
\*------------------------------------*/
/*------------------------------------*\
    $GRID
\*------------------------------------*/
/*------------------------------------*\
    $MISC
\*------------------------------------*/
/*------------------------------------*\
    POPUP
\*------------------------------------*/
/* line 14, ../sass/style.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* line 21, ../sass/style.scss */
body {
  padding: 0;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
/* line 26, ../sass/style.scss */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
/* line 34, ../sass/style.scss */
.header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  /* Make the masthead heading the same height as the navigation */
}
/* line 39, ../sass/style.scss */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
/* line 48, ../sass/style.scss */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* line 54, ../sass/style.scss */
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
/* line 59, ../sass/style.scss */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
/* line 63, ../sass/style.scss */
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
/* line 70, ../sass/style.scss */
.marketing {
  margin: 40px 0;
}
/* line 73, ../sass/style.scss */
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  /* line 85, ../sass/style.scss */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  /* Space out the masthead */
  /* line 92, ../sass/style.scss */
  .header {
    margin-bottom: 30px;
  }

  /* Remove the bottom border on the jumbotron for visual effect */
  /* line 96, ../sass/style.scss */
  .jumbotron {
    border-bottom: 0;
  }
}
/* line 101, ../sass/style.scss */
.grecaptcha-badge {
  visibility: hidden;
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, ../sass/partials/utilities/_aspectRatio.scss */
.ratio-16-9, .video-tile .visual, .ratio-16-10, .ratio-4-3, .videoPlayerContainer, #overlay .wistia-embed-wrapper, #overlay #tutorial {
  position: relative;
}
/* line 10, ../sass/partials/utilities/_aspectRatio.scss */
.ratio-16-9:before, .video-tile .visual:before, .ratio-16-10:before, .ratio-4-3:before, .videoPlayerContainer:before, #overlay .wistia-embed-wrapper:before, #overlay #tutorial:before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
}
/* line 17, ../sass/partials/utilities/_aspectRatio.scss */
.ratio-16-9 > *, .video-tile .visual > *, .ratio-16-10 > *, .ratio-4-3 > *, .videoPlayerContainer > *, #overlay .wistia-embed-wrapper > *, #overlay #tutorial > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 32, ../sass/partials/utilities/_aspectRatio.scss */
.ratio-16-9:before, .video-tile .visual:before {
  padding-top: 56.25%;
}

/* line 32, ../sass/partials/utilities/_aspectRatio.scss */
.ratio-16-10:before {
  padding-top: 62.5%;
}

/* line 32, ../sass/partials/utilities/_aspectRatio.scss */
.ratio-4-3:before {
  padding-top: 75%;
}

/* line 1, ../sass/partials/utilities/_triangle.scss */
.extended-triangle, .angular-tooltip.showing:after, section.top-area:before, section.top-area:after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: rotate(360deg);
}

/* line 7, ../sass/partials/utilities/__utilities.scss */
.modal-header:after, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .discountForm form:after,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .discountForm form:after,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .discountForm form:after,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .discountForm form:after, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl:after,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl:after,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl:after,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl:after, footer .menu-footer:after, footer .menu-footer-legal:after, .testimonial-footer .testimonial-bubble-slider .meta:after, .expand-container:after, .myss-storylines .storyline-content:after, .myss-storylines .controls:after,
.video-list .storyline-content:after,
.video-list .controls:after,
.clips-myss .storyline-content:after,
.clips-myss .controls:after, .myss-storylines .storyline-slides-wrapper:after, .myss-storylines .video-slides-wrapper:after,
.video-list .storyline-slides-wrapper:after,
.video-list .video-slides-wrapper:after,
.clips-myss .storyline-slides-wrapper:after,
.clips-myss .video-slides-wrapper:after, .wpcf7 p:after, .newsletter-box:after, .newsletter-box-form:after, .epm-sign-up-form:after, body.page-template-template-blog .blog-navigation .tab.featured-articles.active .featured-articles-row:after, body.single .nav-links:after, body.single .additional-posts .post-previews-row:after, .subscriptionPlansTable:after, .subscriptionPlansTable .pricingBox.hasRangeSlider .range-keys dl:after, .subscriptionPlansTable .individualBox.hasRangeSlider .range-keys dl:after {
  content: "";
  display: table;
  clear: both;
}

/* line 19, ../sass/partials/utilities/__utilities.scss */
.modal-header button.close:focus, textarea:focus, input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, select .selection:focus, select .select2-selection:focus,
.select2-results__options .selection:focus,
.select2-results__options .select2-selection:focus,
.select2-container .selection:focus,
.select2-container .select2-selection:focus, .modal-header button.close:active, textarea:active, input[type="text"]:active, input[type="number"]:active, input[type="password"]:active, input[type="email"]:active, input[type="tel"]:active, input[type="search"]:active, select .selection:active, select .select2-selection:active,
.select2-results__options .selection:active,
.select2-results__options .select2-selection:active,
.select2-container .selection:active,
.select2-container .select2-selection:active {
  outline: 0;
}

/* line 25, ../sass/partials/utilities/__utilities.scss */
label.radio-label input:checked ~ .switch-label span:before {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

/* line 33, ../sass/partials/utilities/__utilities.scss */
.select2-container, .select2-container .select2-selection--single, .select2-container .select2-selection--multiple, .select2-container .select2-search--inline .select2-search__field, .select2-dropdown, .select2-search--dropdown .select2-search__field, .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 44, ../sass/partials/utilities/__utilities.scss */
tab .tabHeader span, body > header .currentUserDetails p, .select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--multiple .select2-selection__rendered, .select2-results .select2-result-label > div, .video-tile .info .title, .video-tile .info p, .video-tile .info p span, #prev-link .nav-arrow,
#next-link .nav-arrow, .wistia-tile .title span, body.single .prev-link .nav-arrow, body.single .next-link .nav-arrow, .subscriptionPlansComparison h2, body.page-template-template-togo-landingpage .video-list .video-tile .title span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 49, ../sass/partials/utilities/__utilities.scss */
div[choice-tile] .choiceTile button span, button.slick-next,
button.slick-prev, .testimonial-footer .testimonial-bubble-slider .quote > div:before, body.page-template-template-faq .search-box form:before {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 55, ../sass/partials/utilities/__utilities.scss */
div[navigation-buttons] .actions, section.top-area:before, section.top-area:after, body.page-template-template-register .confirmData.requestPending .spinner,
body.page-template-template-purchase-business .confirmData.requestPending .spinner,
body.page-template-template-purchase-education .confirmData.requestPending .spinner,
.modal-dialog .confirmData.requestPending .spinner, #prev-link .preview,
#next-link .preview, #prev-link .preview:after,
#next-link .preview:after, body.single .prev-link .title, body.single .next-link .title, body.single .prev-link .title:after, body.single .next-link .title:after, .subscriptionPlansTable .pricingBox img, .subscriptionPlansTable .individualBox img {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 61, ../sass/partials/utilities/__utilities.scss */
.btn-icon.icon-left:before, body.page-template-template-confirm-purchase .content .create-simpleshow:before, .btn-icon.icon-right:before,
.btn-back:before,
.btn-restart:before,
.btn-openPopup:before,
body.page-template-template-togo-landingpage .create-simpleshow-template:before,
.btn-next:before,
body.page-template-template-togo-landingpage .icon-right.create-simpleshow-template:before, .btn-icon-only:before,
.btn-base-icon:before,
.pagination a:before,
.pagination span:before,
.slick-slider button.slick-next:before,
.slick-slider button.slick-prev:before,
button.slick-next:before,
button.slick-prev:before,
body.page-template-template-register .payment .enableEdit:before,
body.page-template-template-register .payment .cancelEdit:before,
body.page-template-template-register .purchase .enableEdit:before,
body.page-template-template-register .purchase .cancelEdit:before,
body.page-template-template-purchase-business .payment .enableEdit:before,
body.page-template-template-purchase-business .payment .cancelEdit:before,
body.page-template-template-purchase-business .purchase .enableEdit:before,
body.page-template-template-purchase-business .purchase .cancelEdit:before,
body.page-template-template-purchase-education .payment .enableEdit:before,
body.page-template-template-purchase-education .payment .cancelEdit:before,
body.page-template-template-purchase-education .purchase .enableEdit:before,
body.page-template-template-purchase-education .purchase .cancelEdit:before,
.modal-dialog .payment .enableEdit:before,
.modal-dialog .payment .cancelEdit:before,
.modal-dialog .purchase .enableEdit:before,
.modal-dialog .purchase .cancelEdit:before,
.tutorial .close:before,
footer .socialLinks a:before,
.input-button-wrapper button:before,
.video-tile .interact a:before, .tutorial .modalContent, .slick-dots li button:before, input + .inputError:hover:after, input[type="text"] + .inputError:hover:after, input[type="number"] + .inputError:hover:after, input[type="password"] + .inputError:hover:after, input[type="email"] + .inputError:hover:after, input[type="tel"] + .inputError:hover:after, input[type="search"] + .inputError:hover:after, .input + .inputError:hover:after, .input[type="text"] + .inputError:hover:after, .input[type="number"] + .inputError:hover:after, .input[type="password"] + .inputError:hover:after, .input[type="email"] + .inputError:hover:after, .input[type="tel"] + .inputError:hover:after, .input[type="search"] + .inputError:hover:after, select + .inputError:hover:after, select[type="text"] + .inputError:hover:after, select[type="number"] + .inputError:hover:after, select[type="password"] + .inputError:hover:after, select[type="email"] + .inputError:hover:after, select[type="tel"] + .inputError:hover:after, select[type="search"] + .inputError:hover:after, body > header .nav-login ul li a:before, .modal-dialog, select .select2-selection .select2-selection__arrow b:after, select .select2-selection .select2-arrow b:after, select .select2-choice .select2-selection__arrow b:after, select .select2-choice .select2-arrow b:after,
.select2-results__options .select2-selection .select2-selection__arrow b:after,
.select2-results__options .select2-selection .select2-arrow b:after,
.select2-results__options .select2-choice .select2-selection__arrow b:after,
.select2-results__options .select2-choice .select2-arrow b:after,
.select2-container .select2-selection .select2-selection__arrow b:after,
.select2-container .select2-selection .select2-arrow b:after,
.select2-container .select2-choice .select2-selection__arrow b:after,
.select2-container .select2-choice .select2-arrow b:after, .video-tile .visual img, .video-tile.create .visual:after, div[choice-tile] .choiceTile .imageContainer img, #preloader img, .shareOptions li a i, ul.slick-dots button, .circle-slider .icon-slide span span, .circle-slider .slider-text-container .text-wrapper, body.page-template-template-register .formDataContainer select + .inputError:hover:after, body.page-template-template-register .termsAndConditions label + .inputError:hover:after, body.page-template-template-register .educational_privacy_use_confirmation label + .inputError:hover:after, body.page-template-template-register .inputIframe + .inputError:hover:after, body.page-template-template-register .select2 + .inputError:hover:after,
body.page-template-template-purchase-business .formDataContainer select + .inputError:hover:after,
body.page-template-template-purchase-business .termsAndConditions label + .inputError:hover:after,
body.page-template-template-purchase-business .educational_privacy_use_confirmation label + .inputError:hover:after,
body.page-template-template-purchase-business .inputIframe + .inputError:hover:after,
body.page-template-template-purchase-business .select2 + .inputError:hover:after,
body.page-template-template-purchase-education .formDataContainer select + .inputError:hover:after,
body.page-template-template-purchase-education .termsAndConditions label + .inputError:hover:after,
body.page-template-template-purchase-education .educational_privacy_use_confirmation label + .inputError:hover:after,
body.page-template-template-purchase-education .inputIframe + .inputError:hover:after,
body.page-template-template-purchase-education .select2 + .inputError:hover:after,
.modal-dialog .formDataContainer select + .inputError:hover:after,
.modal-dialog .termsAndConditions label + .inputError:hover:after,
.modal-dialog .educational_privacy_use_confirmation label + .inputError:hover:after,
.modal-dialog .inputIframe + .inputError:hover:after,
.modal-dialog .select2 + .inputError:hover:after, body.page-template-template-register .payPalLoading .spinner:before,
body.page-template-template-purchase-business .payPalLoading .spinner:before,
body.page-template-template-purchase-education .payPalLoading .spinner:before,
.modal-dialog .payPalLoading .spinner:before, body.page-template-template-register .payment .billingData .spinner:before, body.page-template-template-register .payment .paymentData .spinner:before, body.page-template-template-register .payment .educationalForm .spinner:before, body.page-template-template-register .purchase .billingData .spinner:before, body.page-template-template-register .purchase .paymentData .spinner:before, body.page-template-template-register .purchase .educationalForm .spinner:before,
body.page-template-template-purchase-business .payment .billingData .spinner:before,
body.page-template-template-purchase-business .payment .paymentData .spinner:before,
body.page-template-template-purchase-business .payment .educationalForm .spinner:before,
body.page-template-template-purchase-business .purchase .billingData .spinner:before,
body.page-template-template-purchase-business .purchase .paymentData .spinner:before,
body.page-template-template-purchase-business .purchase .educationalForm .spinner:before,
body.page-template-template-purchase-education .payment .billingData .spinner:before,
body.page-template-template-purchase-education .payment .paymentData .spinner:before,
body.page-template-template-purchase-education .payment .educationalForm .spinner:before,
body.page-template-template-purchase-education .purchase .billingData .spinner:before,
body.page-template-template-purchase-education .purchase .paymentData .spinner:before,
body.page-template-template-purchase-education .purchase .educationalForm .spinner:before,
.modal-dialog .payment .billingData .spinner:before,
.modal-dialog .payment .paymentData .spinner:before,
.modal-dialog .payment .educationalForm .spinner:before,
.modal-dialog .purchase .billingData .spinner:before,
.modal-dialog .purchase .paymentData .spinner:before,
.modal-dialog .purchase .educationalForm .spinner:before, body.page-template-template-register .confirmData .spinner:before,
body.page-template-template-purchase-business .confirmData .spinner:before,
body.page-template-template-purchase-education .confirmData .spinner:before,
.modal-dialog .confirmData .spinner:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isBlocked:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isBlocked:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isBlocked:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isBlocked:before, .zoom-slider .bubble-slide > span > span, .zoom-slider .slider-indicator li button, #prev-link .preview span.img img,
#next-link .preview span.img img, .videoPlayerContainer .wistia_embed.wistia_async_undefined, .videoPlayerContainer video.wistia_async_undefined, .videoPlayerContainer .video-js.wistia_async_undefined, .videoPlayerContainer .video-js .vjs-big-play-button, .videoPlayerContainer .video-js .vjs-loading-spinner:before, .wistia-tile .image-wrapper:before, .wistia-tile .image-wrapper span:before, #overlay .wistia-embed-wrapper .wistia_embed.wistia_async_undefined, .testimonial-footer .testimonial-bubble-slider .quote > div > div, .hover-box-wrapper .hover-box img, .hover-bubble-wrapper .hover-bubble .front img, .myss-storylines .storyline-slides-wrapper .loading .spinning-wrapper, .myss-storylines .video-slides-wrapper .loading .spinning-wrapper,
.video-list .storyline-slides-wrapper .loading .spinning-wrapper,
.video-list .video-slides-wrapper .loading .spinning-wrapper,
.clips-myss .storyline-slides-wrapper .loading .spinning-wrapper,
.clips-myss .video-slides-wrapper .loading .spinning-wrapper, .featuredContentBlock .img-container img, body.page-template-template-purchase-education .educationalForm .spinner:before, body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_usage_hint_frame .usage_hint_paragraph .paragraph, .subscriptionPlansTable .pricingBox .price.loading:before, .subscriptionPlansTable .individualBox .price.loading:before, .subscriptionPlansTable .pricingBox button.currentSubscription:after, .subscriptionPlansTable .pricingBox a.btn.currentSubscription:after, .subscriptionPlansTable .individualBox button.currentSubscription:after, .subscriptionPlansTable .individualBox a.btn.currentSubscription:after, .subscriptionPlansComparison button.currentSubscription:after, body.page-template-template-individual-pricing .sent-success .clips-myss .wistia-wrapper.loading:before, body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper:before, body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@font-face {
  font-family: 'myss_iconfont';
  src: url("../eot/myss_iconfontd397.eot?2xjnxc");
  src: url("../eot/myss_iconfontd41d.eot?#iefix2xjnxc") format("embedded-opentype"), url("../woff2/myss_iconfontd397.woff2?2xjnxc") format("woff2"), url("../ttf/myss_iconfontd397.ttf?2xjnxc") format("truetype"), url("../woff/myss_iconfontd397.woff?2xjnxc") format("woff"), url("../svg/myss_iconfontd397.svg?2xjnxc#myss_iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 77, ../sass/partials/_fonts.scss */
[class^="icon-"]:before, [class^="icon-"]:after,
[class*=" icon-"]:before,
[class*=" icon-"]:after, .btn-icon.icon-left:before, body.page-template-template-confirm-purchase .content .create-simpleshow:before, .btn-icon.icon-right:before,
.btn-back:before,
.btn-restart:before,
.btn-openPopup:before,
body.page-template-template-togo-landingpage .create-simpleshow-template:before,
.btn-next:before,
body.page-template-template-togo-landingpage .icon-right.create-simpleshow-template:before, .btn-icon-only:before,
.btn-base-icon:before,
.pagination a:before,
.pagination span:before,
.slick-slider button.slick-next:before,
.slick-slider button.slick-prev:before,
button.slick-next:before,
button.slick-prev:before,
body.page-template-template-register .payment .enableEdit:before,
body.page-template-template-register .payment .cancelEdit:before,
body.page-template-template-register .purchase .enableEdit:before,
body.page-template-template-register .purchase .cancelEdit:before,
body.page-template-template-purchase-business .payment .enableEdit:before,
body.page-template-template-purchase-business .payment .cancelEdit:before,
body.page-template-template-purchase-business .purchase .enableEdit:before,
body.page-template-template-purchase-business .purchase .cancelEdit:before,
body.page-template-template-purchase-education .payment .enableEdit:before,
body.page-template-template-purchase-education .payment .cancelEdit:before,
body.page-template-template-purchase-education .purchase .enableEdit:before,
body.page-template-template-purchase-education .purchase .cancelEdit:before,
.modal-dialog .payment .enableEdit:before,
.modal-dialog .payment .cancelEdit:before,
.modal-dialog .purchase .enableEdit:before,
.modal-dialog .purchase .cancelEdit:before,
.tutorial .close:before,
footer .socialLinks a:before,
.input-button-wrapper button:before,
.video-tile .interact a:before, .btn-social:before, .info.collapsed, .pagination a.goFirst:before, .pagination a.goLast:before, .pagination a.goPrev:before, .pagination a.goNext:before, input + .inputError, input[type="text"] + .inputError, input[type="number"] + .inputError, input[type="password"] + .inputError, input[type="email"] + .inputError, input[type="tel"] + .inputError, input[type="search"] + .inputError, .input + .inputError, .input[type="text"] + .inputError, .input[type="number"] + .inputError, .input[type="password"] + .inputError, .input[type="email"] + .inputError, .input[type="tel"] + .inputError, .input[type="search"] + .inputError, select + .inputError, select[type="text"] + .inputError, select[type="number"] + .inputError, select[type="password"] + .inputError, select[type="email"] + .inputError, select[type="tel"] + .inputError, select[type="search"] + .inputError, body > header .currentUserDetails p.switchAccount:before, body > header .nav-login ul li a:before, body.wordpress .content ul.simple-list li:before, .collapsible-head button:before, .modal-header button.close:before, select .select2-selection .select2-selection__arrow b:after, select .select2-selection .select2-arrow b:after, select .select2-choice .select2-selection__arrow b:after, select .select2-choice .select2-arrow b:after,
.select2-results__options .select2-selection .select2-selection__arrow b:after,
.select2-results__options .select2-selection .select2-arrow b:after,
.select2-results__options .select2-choice .select2-selection__arrow b:after,
.select2-results__options .select2-choice .select2-arrow b:after,
.select2-container .select2-selection .select2-selection__arrow b:after,
.select2-container .select2-selection .select2-arrow b:after,
.select2-container .select2-choice .select2-selection__arrow b:after,
.select2-container .select2-choice .select2-arrow b:after, select .select2-dropdown .select2-results__option[aria-selected=true]:after, select .select2-dropdown .select2-result-label div[data-selected="selected"]:after, select .ui-select-dropdown .select2-results__option[aria-selected=true]:after, select .ui-select-dropdown .select2-result-label div[data-selected="selected"]:after,
.select2-results__options .select2-dropdown .select2-results__option[aria-selected=true]:after,
.select2-results__options .select2-dropdown .select2-result-label div[data-selected="selected"]:after,
.select2-results__options .ui-select-dropdown .select2-results__option[aria-selected=true]:after,
.select2-results__options .ui-select-dropdown .select2-result-label div[data-selected="selected"]:after,
.select2-container .select2-dropdown .select2-results__option[aria-selected=true]:after,
.select2-container .select2-dropdown .select2-result-label div[data-selected="selected"]:after,
.select2-container .ui-select-dropdown .select2-results__option[aria-selected=true]:after,
.select2-container .ui-select-dropdown .select2-result-label div[data-selected="selected"]:after, label.checkbox-label input:checked ~ .switch-label span:before, .video-tile.create .visual:after, .circle-slider .icon-slide span span, body.page-template-template-register .formDataContainer select + .inputError, body.page-template-template-register .termsAndConditions label + .inputError, body.page-template-template-register .educational_privacy_use_confirmation label + .inputError, body.page-template-template-register .inputIframe + .inputError, body.page-template-template-register .select2 + .inputError,
body.page-template-template-purchase-business .formDataContainer select + .inputError,
body.page-template-template-purchase-business .termsAndConditions label + .inputError,
body.page-template-template-purchase-business .educational_privacy_use_confirmation label + .inputError,
body.page-template-template-purchase-business .inputIframe + .inputError,
body.page-template-template-purchase-business .select2 + .inputError,
body.page-template-template-purchase-education .formDataContainer select + .inputError,
body.page-template-template-purchase-education .termsAndConditions label + .inputError,
body.page-template-template-purchase-education .educational_privacy_use_confirmation label + .inputError,
body.page-template-template-purchase-education .inputIframe + .inputError,
body.page-template-template-purchase-education .select2 + .inputError,
.modal-dialog .formDataContainer select + .inputError,
.modal-dialog .termsAndConditions label + .inputError,
.modal-dialog .educational_privacy_use_confirmation label + .inputError,
.modal-dialog .inputIframe + .inputError,
.modal-dialog .select2 + .inputError, body.page-template-template-register .feedback.error > div:before,
body.page-template-template-purchase-business .feedback.error > div:before,
body.page-template-template-purchase-education .feedback.error > div:before,
.modal-dialog .feedback.error > div:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove:before, body.page-template-template-register .submitContainer #backToPayment:before, body.page-template-template-register .submitContainer #backToPricing:before,
body.page-template-template-purchase-business .submitContainer #backToPayment:before,
body.page-template-template-purchase-business .submitContainer #backToPricing:before,
body.page-template-template-purchase-education .submitContainer #backToPayment:before,
body.page-template-template-purchase-education .submitContainer #backToPricing:before,
.modal-dialog .submitContainer #backToPayment:before,
.modal-dialog .submitContainer #backToPricing:before, #prev-link .nav-arrow:before,
#next-link .nav-arrow:before, .videoPlayerContainer .video-js .vjs-control-bar button.vjs-play-control, .videoPlayerContainer .video-js .vjs-control-bar .vjs-button.vjs-play-control, .videoPlayerContainer .video-js .vjs-control-bar button.vjs-volume-menu-button, .videoPlayerContainer .video-js .vjs-control-bar .vjs-button.vjs-volume-menu-button, .wistia-tile .image-wrapper:before, .wistia-tile .image-wrapper span:before, #overlay .wistia-embed-wrapper .close, .wpcf7 .wpcf7-form-control-wrap:before, .newsletter-box .nl_msg_box p:before, .panel-group .panel-body:before, .modal-body .close:before, body.page-template-template-press h2.press-releases-head:before, body.page-template-template-press h2.external-news-head:before, body.page-template-template-press .fixed-sidebar .sticky-box .name:before, body.page-template-template-press .fixed-sidebar .sticky-box .mail:before, body.page-template-template-press .fixed-sidebar .sticky-box .download:before, body.page-template-template-blog .blog-navigation .tab-nav a.search:before, body.page-template-template-blog .blog-navigation .tab-nav a.newsletter:before, body.page-template-template-blog article .read-more:after, body.page-template-template-faq .search-box form:before, body.single .prev-link .nav-arrow:before, body.single .next-link .nav-arrow:before, body.single-press_release .content p.pdf-download a:before, #faq .container .accordion label:after, #faq .container .accordion input:checked + label:after, .faq_link:before, .subscriptionPlansTable .pricingBox button.currentSubscription:after, .subscriptionPlansTable .pricingBox a.btn.currentSubscription:after, .subscriptionPlansTable .individualBox button.currentSubscription:after, .subscriptionPlansTable .individualBox a.btn.currentSubscription:after, .subscriptionPlans ul.feature-list li:before, .subscriptionPlansComparison button.currentSubscription:after, .subscriptionPlansComparisonTable th .plan-feature-cell:before, .subscriptionPlansComparisonTable td .plan-feature-cell:before, .subscriptionPlansComparisonTable th i, .subscriptionPlansComparisonTable td i, body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper:before, body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper span:before {
  font-family: 'myss_iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 91, ../sass/partials/_fonts.scss */
.fontHelper * {
  position: fixed;
  display: inline-block;
  visibility: hidden;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  font-size: 1000px;
  padding: 0;
  border: none;
  line-height: 1.2;
  white-space: pre;
  text-align: center;
}
/* line 107, ../sass/partials/_fonts.scss */
.fontHelper .simpleshow {
  font-family: 'simpleshow', sans-serif;
}
/* line 111, ../sass/partials/_fonts.scss */
.fontHelper .corporate {
  font-family: 'corporateFont', 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
}

/* line 116, ../sass/partials/_fonts.scss */
.icon-fast-backward:before, .pagination a.goFirst:before {
  content: "\f049";
}

/* line 120, ../sass/partials/_fonts.scss */
.icon-backward:before, .pagination a.goPrev:before {
  content: "\f04a";
}

/* line 124, ../sass/partials/_fonts.scss */
.icon-forward:before, .pagination a.goNext:before {
  content: "\f04e";
}

/* line 128, ../sass/partials/_fonts.scss */
.icon-fast-forward:before, .pagination a.goLast:before {
  content: "\f050";
}

/* line 132, ../sass/partials/_fonts.scss */
.icon-exclamation-triangle:before {
  content: "\f071";
}

/* line 136, ../sass/partials/_fonts.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 140, ../sass/partials/_fonts.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 144, ../sass/partials/_fonts.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 148, ../sass/partials/_fonts.scss */
.icon-arrows-alt:before {
  content: "\f0b2";
}

/* line 152, ../sass/partials/_fonts.scss */
.icon-bars:before {
  content: "\f0c9";
}

/* line 156, ../sass/partials/_fonts.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 160, ../sass/partials/_fonts.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 164, ../sass/partials/_fonts.scss */
.icon-angle-left:before, .btn-back:before, .slick-slider button.slick-prev:before {
  content: "\f104";
}

/* line 168, ../sass/partials/_fonts.scss */
.icon-angle-right:before, .btn-next:before, .slick-slider button.slick-next:before, .panel-group .panel-body:before, body.page-template-template-blog article .read-more:after {
  content: "\f105";
}

/* line 172, ../sass/partials/_fonts.scss */
.icon-ic_faq:before {
  content: "\e963";
}

/* line 176, ../sass/partials/_fonts.scss */
.icon-ic_dotdotdot:before {
  content: "\e962";
}

/* line 180, ../sass/partials/_fonts.scss */
.icon-ic_shared:before {
  content: "\e961";
}

/* line 184, ../sass/partials/_fonts.scss */
.icon-ic_switch:before, body > header .currentUserDetails p.switchAccount:before {
  content: "\e960";
}

/* line 188, ../sass/partials/_fonts.scss */
.icon-ic_frame_hidden:before {
  content: "\e94e";
}

/* line 192, ../sass/partials/_fonts.scss */
.icon-ic_frame_hide:before {
  content: "\e95b";
}

/* line 196, ../sass/partials/_fonts.scss */
.icon-ic_frame_show:before {
  content: "\e95c";
}

/* line 200, ../sass/partials/_fonts.scss */
.icon-ic_locked:before {
  content: "\e95d";
}

/* line 204, ../sass/partials/_fonts.scss */
.icon-ic_unlocked:before {
  content: "\e95e";
}

/* line 208, ../sass/partials/_fonts.scss */
.icon-ic_alert_new:before, input + .inputError:before, input[type="text"] + .inputError:before, input[type="number"] + .inputError:before, input[type="password"] + .inputError:before, input[type="email"] + .inputError:before, input[type="tel"] + .inputError:before, input[type="search"] + .inputError:before, .input + .inputError:before, .input[type="text"] + .inputError:before, .input[type="number"] + .inputError:before, .input[type="password"] + .inputError:before, .input[type="email"] + .inputError:before, .input[type="tel"] + .inputError:before, .input[type="search"] + .inputError:before, select + .inputError:before, select[type="text"] + .inputError:before, select[type="number"] + .inputError:before, select[type="password"] + .inputError:before, select[type="email"] + .inputError:before, select[type="tel"] + .inputError:before, select[type="search"] + .inputError:before, body.page-template-template-register .formDataContainer select + .inputError:before, body.page-template-template-register .termsAndConditions label + .inputError:before, body.page-template-template-register .educational_privacy_use_confirmation label + .inputError:before, body.page-template-template-register .inputIframe + .inputError:before, body.page-template-template-register .select2 + .inputError:before,
body.page-template-template-purchase-business .formDataContainer select + .inputError:before,
body.page-template-template-purchase-business .termsAndConditions label + .inputError:before,
body.page-template-template-purchase-business .educational_privacy_use_confirmation label + .inputError:before,
body.page-template-template-purchase-business .inputIframe + .inputError:before,
body.page-template-template-purchase-business .select2 + .inputError:before,
body.page-template-template-purchase-education .formDataContainer select + .inputError:before,
body.page-template-template-purchase-education .termsAndConditions label + .inputError:before,
body.page-template-template-purchase-education .educational_privacy_use_confirmation label + .inputError:before,
body.page-template-template-purchase-education .inputIframe + .inputError:before,
body.page-template-template-purchase-education .select2 + .inputError:before,
.modal-dialog .formDataContainer select + .inputError:before,
.modal-dialog .termsAndConditions label + .inputError:before,
.modal-dialog .educational_privacy_use_confirmation label + .inputError:before,
.modal-dialog .inputIframe + .inputError:before,
.modal-dialog .select2 + .inputError:before, body.page-template-template-register .feedback.error > div:before,
body.page-template-template-purchase-business .feedback.error > div:before,
body.page-template-template-purchase-education .feedback.error > div:before,
.modal-dialog .feedback.error > div:before {
  content: "\e956";
}

/* line 212, ../sass/partials/_fonts.scss */
.icon-ic_version_details:before {
  content: "\e957";
}

/* line 216, ../sass/partials/_fonts.scss */
.icon-ic_history:before {
  content: "\e958";
}

/* line 220, ../sass/partials/_fonts.scss */
.icon-ic_effects_menu:before {
  content: "\e94f";
}

/* line 224, ../sass/partials/_fonts.scss */
.icon-ic_effects_check:before {
  content: "\e950";
}

/* line 228, ../sass/partials/_fonts.scss */
.icon-ic_effects_cross:before {
  content: "\e951";
}

/* line 232, ../sass/partials/_fonts.scss */
.icon-ic_effects_glow:before {
  content: "\e952";
}

/* line 236, ../sass/partials/_fonts.scss */
.icon-ic_gallery:before {
  content: "\e953";
}

/* line 240, ../sass/partials/_fonts.scss */
.icon-ic_finalize_music:before {
  content: "\e94a";
}

/* line 244, ../sass/partials/_fonts.scss */
.icon-ic_finalize_scribble_color:before {
  content: "\e94b";
}

/* line 248, ../sass/partials/_fonts.scss */
.icon-ic_finalize_water_mark:before {
  content: "\e94c";
}

/* line 252, ../sass/partials/_fonts.scss */
.icon-ic_user_deactivated:before {
  content: "\e945";
}

/* line 256, ../sass/partials/_fonts.scss */
.icon-ic_user_deactivate:before {
  content: "\e944";
}

/* line 260, ../sass/partials/_fonts.scss */
.icon-ic_user_activate:before {
  content: "\e943";
}

/* line 264, ../sass/partials/_fonts.scss */
.icon-ic_user_invite_again:before {
  content: "\e942";
}

/* line 268, ../sass/partials/_fonts.scss */
.icon-ic_unshare:before {
  content: "\e95f";
}

/* line 272, ../sass/partials/_fonts.scss */
.icon-ic_share:before {
  content: "\e959";
}

/* line 276, ../sass/partials/_fonts.scss */
.icon-ic_user_invite:before {
  content: "\e946";
}

/* line 280, ../sass/partials/_fonts.scss */
.icon-ic_transfer_account:before {
  content: "\e947";
}

/* line 284, ../sass/partials/_fonts.scss */
.icon-ic_sidenav_account:before {
  content: "\e93b";
}

/* line 288, ../sass/partials/_fonts.scss */
.icon-ic_sidenav_team:before {
  content: "\e93e";
}

/* line 292, ../sass/partials/_fonts.scss */
.icon-ic_profile:before, .modal-body.myss-modal.slug-switch-account ul li:before, body.page-template-template-press .fixed-sidebar .sticky-box .name:before {
  content: "\e60d";
}

/* line 296, ../sass/partials/_fonts.scss */
.icon-ic_sidenav_integration:before {
  content: "\e93c";
}

/* line 300, ../sass/partials/_fonts.scss */
.icon-ic_sidenav_subscription:before {
  content: "\e93d";
}

/* line 304, ../sass/partials/_fonts.scss */
.icon-ic_deleted_hide:before {
  content: "\e941";
}

/* line 308, ../sass/partials/_fonts.scss */
.icon-ic_undelete:before {
  content: "\e93a";
}

/* line 312, ../sass/partials/_fonts.scss */
.icon-ic_delete_video:before {
  content: "\e91e";
}

/* line 316, ../sass/partials/_fonts.scss */
.icon-ic_copy_link:before {
  content: "\e934";
}

/* line 320, ../sass/partials/_fonts.scss */
.icon-ic_publish2:before {
  content: "\e935";
}

/* line 324, ../sass/partials/_fonts.scss */
.icon-ic_watch_video:before {
  content: "\e936";
}

/* line 328, ../sass/partials/_fonts.scss */
.icon-ic_list:before {
  content: "\e932";
}

/* line 332, ../sass/partials/_fonts.scss */
.icon-ic_tiles:before {
  content: "\e933";
}

/* line 336, ../sass/partials/_fonts.scss */
.icon-ic_bulb:before {
  content: "\e925";
}

/* line 340, ../sass/partials/_fonts.scss */
.icon-ic_brain:before {
  content: "\e924";
}

/* line 344, ../sass/partials/_fonts.scss */
.icon-ic_camera:before {
  content: "\e926";
}

/* line 348, ../sass/partials/_fonts.scss */
.icon-ic_download2:before {
  content: "\e927";
}

/* line 352, ../sass/partials/_fonts.scss */
.icon-ic_magic:before {
  content: "\e928";
}

/* line 356, ../sass/partials/_fonts.scss */
.icon-ic_mailadd:before, body.page-template-template-press .fixed-sidebar .sticky-box .mail:before, body.page-template-template-blog .blog-navigation .tab-nav a.newsletter:before {
  content: "\e929";
}

/* line 360, ../sass/partials/_fonts.scss */
.icon-ic_match:before {
  content: "\e92a";
}

/* line 364, ../sass/partials/_fonts.scss */
.icon-ic_puzzle:before {
  content: "\e92e";
}

/* line 368, ../sass/partials/_fonts.scss */
.icon-ic_smile:before {
  content: "\e92f";
}

/* line 372, ../sass/partials/_fonts.scss */
.icon-ic_world:before {
  content: "\e930";
}

/* line 376, ../sass/partials/_fonts.scss */
.icon-ic_placeholder_powerpoint:before {
  content: "\e940";
}

/* line 380, ../sass/partials/_fonts.scss */
.icon-ic_message:before {
  content: "\e92b";
}

/* line 384, ../sass/partials/_fonts.scss */
.icon-ic_news:before, body.page-template-template-press h2.external-news-head:before {
  content: "\e92c";
}

/* line 388, ../sass/partials/_fonts.scss */
.icon-ic_pdf:before, body.page-template-template-press h2.press-releases-head:before, body.single-press_release .content p.pdf-download a:before {
  content: "\e92d";
}

/* line 392, ../sass/partials/_fonts.scss */
.icon-ic_speed_fast:before {
  content: "\e916";
}

/* line 396, ../sass/partials/_fonts.scss */
.icon-ic_speed_normal:before {
  content: "\e917";
}

/* line 400, ../sass/partials/_fonts.scss */
.icon-ic_speed_slow:before {
  content: "\e918";
}

/* line 404, ../sass/partials/_fonts.scss */
.icon-ic_audio_stop:before {
  content: "\e91a";
}

/* line 408, ../sass/partials/_fonts.scss */
.icon-ic_audio_off:before {
  content: "\e901";
}

/* line 412, ../sass/partials/_fonts.scss */
.icon-ic_audio_on:before, .videoPlayerContainer .video-js .vjs-control-bar button.vjs-volume-menu-button:before, .videoPlayerContainer .video-js .vjs-control-bar .vjs-button.vjs-volume-menu-button:before {
  content: "\e902";
}

/* line 416, ../sass/partials/_fonts.scss */
.icon-ic_play_1:before, .video-tile .interact a.btn-play:before, .videoPlayerContainer .video-js .vjs-control-bar button.vjs-play-control:before, .videoPlayerContainer .video-js .vjs-control-bar .vjs-button.vjs-play-control:before, .wistia-tile .image-wrapper:before, .wistia-tile .image-wrapper span:before, body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper:before, body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper span:before {
  content: "\e603";
}

/* line 420, ../sass/partials/_fonts.scss */
.icon-ic_pause:before, .videoPlayerContainer .video-js .vjs-control-bar button.vjs-play-control.vjs-playing:before, .videoPlayerContainer .video-js .vjs-control-bar .vjs-button.vjs-play-control.vjs-playing:before {
  content: "\e904";
}

/* line 424, ../sass/partials/_fonts.scss */
.icon-ic_picker_font:before {
  content: "\e906";
}

/* line 428, ../sass/partials/_fonts.scss */
.icon-ic_picker_text:before {
  content: "\e907";
}

/* line 432, ../sass/partials/_fonts.scss */
.icon-ic_picker_capital:before {
  content: "\e908";
}

/* line 436, ../sass/partials/_fonts.scss */
.icon-ic_picker_underline:before {
  content: "\e909";
}

/* line 440, ../sass/partials/_fonts.scss */
.icon-ic_finalize_subtitles:before {
  content: "\e94d";
}

/* line 444, ../sass/partials/_fonts.scss */
.icon-ic_text_edit:before {
  content: "\e931";
}

/* line 448, ../sass/partials/_fonts.scss */
.icon-ic_download:before, body.page-template-template-press .fixed-sidebar .sticky-box .download:before {
  content: "\e923";
}

/* line 452, ../sass/partials/_fonts.scss */
.icon-ic_picker_upload:before {
  content: "\e90a";
}

/* line 456, ../sass/partials/_fonts.scss */
.icon-ic_audio_upload:before {
  content: "\e91b";
}

/* line 460, ../sass/partials/_fonts.scss */
.icon-ic_audio_check:before {
  content: "\e919";
}

/* line 464, ../sass/partials/_fonts.scss */
.icon-ic_picker_scribbles:before {
  content: "\e905";
}

/* line 468, ../sass/partials/_fonts.scss */
.icon-ic_tear:before {
  content: "\e90c";
}

/* line 472, ../sass/partials/_fonts.scss */
.icon-ic_picker_halde:before {
  content: "\e90b";
}

/* line 476, ../sass/partials/_fonts.scss */
.icon-ic_scissors:before {
  content: "\e90f";
}

/* line 480, ../sass/partials/_fonts.scss */
.icon-ic_mirror:before {
  content: "\e910";
}

/* line 484, ../sass/partials/_fonts.scss */
.icon-ic_polaroid:before {
  content: "\e911";
}

/* line 488, ../sass/partials/_fonts.scss */
.icon-ic_polaroid2:before {
  content: "\e912";
}

/* line 492, ../sass/partials/_fonts.scss */
.icon-ic_bubble:before {
  content: "\e913";
}

/* line 496, ../sass/partials/_fonts.scss */
.icon-ic_bubble_check:before {
  content: "\e914";
}

/* line 500, ../sass/partials/_fonts.scss */
.icon-ic_overlay:before {
  content: "\e800";
}

/* line 504, ../sass/partials/_fonts.scss */
.icon-ic_comments:before {
  content: "\e95a";
}

/* line 508, ../sass/partials/_fonts.scss */
.icon-ic_move:before {
  content: "\e939";
}

/* line 512, ../sass/partials/_fonts.scss */
.icon-ic_merge:before {
  content: "\e90e";
}

/* line 516, ../sass/partials/_fonts.scss */
.icon-ic_upgrade:before {
  content: "\e60b";
}

/* line 520, ../sass/partials/_fonts.scss */
.icon-ic_plus:before {
  content: "\e922";
}

/* line 524, ../sass/partials/_fonts.scss */
.icon-ic_check:before, label.checkbox-label input:checked ~ .switch-label span:before, .wpcf7 .wpcf7-form-control-wrap:before, .newsletter-box .nl_msg_box p:before, .subscriptionPlansTable .pricingBox button.currentSubscription:after, .subscriptionPlansTable .pricingBox a.btn.currentSubscription:after, .subscriptionPlansTable .individualBox button.currentSubscription:after, .subscriptionPlansTable .individualBox a.btn.currentSubscription:after, .subscriptionPlans ul.feature-list li.check:before, .subscriptionPlansComparison button.currentSubscription:after, .subscriptionPlansComparisonTable th .plan-feature-cell.check:before, .subscriptionPlansComparisonTable td .plan-feature-cell.check:before {
  content: "\e600";
}

/* line 528, ../sass/partials/_fonts.scss */
.icon-ic_close:before, .tutorial .close:before, body > header .nav-login ul li a.nav-logout:before, .modal-header button.close:before, body.page-template-template-register .payment .cancelEdit:before, body.page-template-template-register .purchase .cancelEdit:before,
body.page-template-template-purchase-business .payment .cancelEdit:before,
body.page-template-template-purchase-business .purchase .cancelEdit:before,
body.page-template-template-purchase-education .payment .cancelEdit:before,
body.page-template-template-purchase-education .purchase .cancelEdit:before,
.modal-dialog .payment .cancelEdit:before,
.modal-dialog .purchase .cancelEdit:before, #overlay .wistia-embed-wrapper .close:before, .modal-body .close:before, .subscriptionPlans ul.feature-list li:before, .subscriptionPlansComparisonTable th .plan-feature-cell:before, .subscriptionPlansComparisonTable td .plan-feature-cell:before {
  content: "\e601";
}

/* line 532, ../sass/partials/_fonts.scss */
.icon-ic_close_small:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove:before {
  content: "\e915";
}

/* line 536, ../sass/partials/_fonts.scss */
.icon-ic_arrow_up:before {
  content: "\e937";
}

/* line 540, ../sass/partials/_fonts.scss */
.icon-ic_arrow:before, body.wordpress .content ul.simple-list li:before, select .select2-selection .select2-selection__arrow b:after, select .select2-selection .select2-arrow b:after, select .select2-choice .select2-selection__arrow b:after, select .select2-choice .select2-arrow b:after,
.select2-results__options .select2-selection .select2-selection__arrow b:after,
.select2-results__options .select2-selection .select2-arrow b:after,
.select2-results__options .select2-choice .select2-selection__arrow b:after,
.select2-results__options .select2-choice .select2-arrow b:after,
.select2-container .select2-selection .select2-selection__arrow b:after,
.select2-container .select2-selection .select2-arrow b:after,
.select2-container .select2-choice .select2-selection__arrow b:after,
.select2-container .select2-choice .select2-arrow b:after, select .select2-dropdown .select2-results__option[aria-selected=true]:after, select .select2-dropdown .select2-result-label div[data-selected="selected"]:after, select .ui-select-dropdown .select2-results__option[aria-selected=true]:after, select .ui-select-dropdown .select2-result-label div[data-selected="selected"]:after,
.select2-results__options .select2-dropdown .select2-results__option[aria-selected=true]:after,
.select2-results__options .select2-dropdown .select2-result-label div[data-selected="selected"]:after,
.select2-results__options .ui-select-dropdown .select2-results__option[aria-selected=true]:after,
.select2-results__options .ui-select-dropdown .select2-result-label div[data-selected="selected"]:after,
.select2-container .select2-dropdown .select2-results__option[aria-selected=true]:after,
.select2-container .select2-dropdown .select2-result-label div[data-selected="selected"]:after,
.select2-container .ui-select-dropdown .select2-results__option[aria-selected=true]:after,
.select2-container .ui-select-dropdown .select2-result-label div[data-selected="selected"]:after, button.slick-next:before,
button.slick-prev:before, body.page-template-template-register .submitContainer #backToPayment:before, body.page-template-template-register .submitContainer #backToPricing:before,
body.page-template-template-purchase-business .submitContainer #backToPayment:before,
body.page-template-template-purchase-business .submitContainer #backToPricing:before,
body.page-template-template-purchase-education .submitContainer #backToPayment:before,
body.page-template-template-purchase-education .submitContainer #backToPricing:before,
.modal-dialog .submitContainer #backToPayment:before,
.modal-dialog .submitContainer #backToPricing:before, #prev-link .nav-arrow:before,
#next-link .nav-arrow:before, body.single .prev-link .nav-arrow:before, body.single .next-link .nav-arrow:before, #faq .container .accordion label:after, #faq .container .accordion input:checked + label:after {
  content: "\e602";
}

/* line 544, ../sass/partials/_fonts.scss */
.icon-ic_create:before, .video-tile.create .visual:after {
  content: "\e604";
}

/* line 548, ../sass/partials/_fonts.scss */
.icon-ic_play_2:before, body > header .nav-login ul li a.nav-dashboard:before, .collapsible-head button:before, body.page-template-template-confirm-purchase .content .create-simpleshow:before, body.page-template-template-togo-landingpage .create-simpleshow-template:before {
  content: "\e605";
}

/* line 552, ../sass/partials/_fonts.scss */
.icon-ic_stop:before {
  content: "\e91f";
}

/* line 556, ../sass/partials/_fonts.scss */
.icon-ic_video_finalized:before {
  content: "\e948";
}

/* line 560, ../sass/partials/_fonts.scss */
.icon-ic_sidenav_video:before {
  content: "\e93f";
}

/* line 564, ../sass/partials/_fonts.scss */
.icon-ic_copy_video:before {
  content: "\e91c";
}

/* line 568, ../sass/partials/_fonts.scss */
.icon-ic_publish:before {
  content: "\e903";
}

/* line 572, ../sass/partials/_fonts.scss */
.icon-ic_search:before, .btn-search:before, body.page-template-template-blog .blog-navigation .tab-nav a.search:before, body.page-template-template-faq .search-box form:before {
  content: "\e606";
}

/* line 576, ../sass/partials/_fonts.scss */
.icon-ic_search_story:before, .btn-openPopup:before {
  content: "\e610";
}

/* line 580, ../sass/partials/_fonts.scss */
.icon-ic_sex_female:before {
  content: "\e954";
}

/* line 584, ../sass/partials/_fonts.scss */
.icon-ic_sex_male:before {
  content: "\e955";
}

/* line 588, ../sass/partials/_fonts.scss */
.icon-ic_info:before, .info.collapsed:before, .subscriptionPlansComparisonTable th i:before, .subscriptionPlansComparisonTable td i:before {
  content: "\e607";
}

/* line 592, ../sass/partials/_fonts.scss */
.icon-ic_delete_text:before {
  content: "\e91d";
}

/* line 596, ../sass/partials/_fonts.scss */
.icon-ic_check_2:before, .modal-body.myss-modal.slug-switch-account ul li.disabled:after {
  content: "\e60f";
}

/* line 600, ../sass/partials/_fonts.scss */
.icon-ic_save:before {
  content: "\e90d";
}

/* line 604, ../sass/partials/_fonts.scss */
.icon-ic_edit:before, .video-tile .interact a.btn-edit:before, body.page-template-template-register .payment .enableEdit:before, body.page-template-template-register .purchase .enableEdit:before,
body.page-template-template-purchase-business .payment .enableEdit:before,
body.page-template-template-purchase-business .purchase .enableEdit:before,
body.page-template-template-purchase-education .payment .enableEdit:before,
body.page-template-template-purchase-education .purchase .enableEdit:before,
.modal-dialog .payment .enableEdit:before,
.modal-dialog .purchase .enableEdit:before {
  content: "\e608";
}

/* line 608, ../sass/partials/_fonts.scss */
.icon-ic_facebook:before {
  content: "\e609";
}

/* line 612, ../sass/partials/_fonts.scss */
.icon-ic_google:before {
  content: "\e60a";
}

/* line 616, ../sass/partials/_fonts.scss */
.icon-ic_help:before, body > header .nav-login ul li a.nav-help:before, .faq_link:before {
  content: "\e60c";
}

/* line 620, ../sass/partials/_fonts.scss */
.icon-ic_settings:before, body > header .nav-login ul li a.nav-settings:before {
  content: "\e60e";
}

/* line 624, ../sass/partials/_fonts.scss */
.icon-ic_menu:before {
  content: "\e619";
}

/* line 628, ../sass/partials/_fonts.scss */
.icon-ic_redo:before {
  content: "\e613";
}

/* line 632, ../sass/partials/_fonts.scss */
.icon-ic_undo:before {
  content: "\e616";
}

/* line 636, ../sass/partials/_fonts.scss */
.icon-ic_refresh_ccw:before {
  content: "\e938";
}

/* line 640, ../sass/partials/_fonts.scss */
.icon-ic_refresh:before, .btn-restart:before {
  content: "\e61a";
}

/* line 644, ../sass/partials/_fonts.scss */
.icon-ic_exit:before {
  content: "\e618";
}

/* line 648, ../sass/partials/_fonts.scss */
.icon-ic_select:before {
  content: "\e61b";
}

/* line 652, ../sass/partials/_fonts.scss */
.icon-ic_read:before {
  content: "\e611";
}

/* line 656, ../sass/partials/_fonts.scss */
.icon-ic_speed_fast2:before {
  content: "\e920";
}

/* line 660, ../sass/partials/_fonts.scss */
.icon-ic_speed_normal2:before {
  content: "\e921";
}

/* line 664, ../sass/partials/_fonts.scss */
.icon-ic_video_shared:before {
  content: "\e949";
}

/* line 668, ../sass/partials/_fonts.scss */
.icon-ic_upload_pic:before {
  content: "\e900";
}

/* line 672, ../sass/partials/_fonts.scss */
.icon-ic_multi-account:before, .modal-body.myss-modal.slug-switch-account ul li.multi:before {
  content: "\e964";
}

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
/* line 62, ../sass/partials/_buttons.scss */
a.btn, footer .socialLinks a, .video-tile .interact a, body.page-template-template-register .submitContainer label,
body.page-template-template-purchase-business .submitContainer label,
body.page-template-template-purchase-education .submitContainer label,
.modal-dialog .submitContainer label, .wpcf7 input[type="submit"], .newsletter-box-form input[type="submit"], .newsletter-box-form button[type="submit"], .epm-sign-up-form input[type="submit"], .epm-sign-up-form button[type="submit"], .cc_banner-wrapper .cc_container .cc_btn_accept_all, body.page-template-template-blog .blog-navigation .tab.search .searchbutton, body.page-template-template-blog .paging a {
  -moz-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  display: inline-block;
  height: 50px;
  margin-bottom: 8.4px;
  padding: 8.4px 19.2px;
  border: none;
  background-color: #00c0cc;
  color: #fff;
  font-size: 24px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  cursor: pointer;
  outline: 0 !important;
  outline: none !important;
  -webkit-appearance: none !important;
}
/* line 27, ../sass/partials/_buttons.scss */
a.btn:before, footer .socialLinks a:before, .video-tile .interact a:before, body.page-template-template-register .submitContainer label:before,
body.page-template-template-purchase-business .submitContainer label:before,
body.page-template-template-purchase-education .submitContainer label:before,
.modal-dialog .submitContainer label:before, .wpcf7 input[type="submit"]:before, .newsletter-box-form input[type="submit"]:before, .newsletter-box-form button[type="submit"]:before, .epm-sign-up-form input[type="submit"]:before, .epm-sign-up-form button[type="submit"]:before, .cc_banner-wrapper .cc_container .cc_btn_accept_all:before, body.page-template-template-blog .blog-navigation .tab.search .searchbutton:before, body.page-template-template-blog .paging a:before {
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
/* line 32, ../sass/partials/_buttons.scss */
a.btn:hover, footer .socialLinks a:hover, .video-tile .interact a:hover, body.page-template-template-register .submitContainer label:hover,
body.page-template-template-purchase-business .submitContainer label:hover,
body.page-template-template-purchase-education .submitContainer label:hover,
.modal-dialog .submitContainer label:hover, .wpcf7 input[type="submit"]:hover, .newsletter-box-form input[type="submit"]:hover, .newsletter-box-form button[type="submit"]:hover, .newsletter-box-form div[choice-tile] .choiceTile button[type="submit"], div[choice-tile] .choiceTile .newsletter-box-form button[type="submit"], .epm-sign-up-form input[type="submit"]:hover, .epm-sign-up-form button[type="submit"]:hover, .epm-sign-up-form div[choice-tile] .choiceTile button[type="submit"], div[choice-tile] .choiceTile .epm-sign-up-form button[type="submit"], .cc_banner-wrapper .cc_container .cc_btn_accept_all:hover, body.page-template-template-blog .blog-navigation .tab.search .searchbutton:hover, body.page-template-template-blog .paging a:hover, a.btn:focus, footer .socialLinks a:focus, .video-tile .interact a:focus, body.page-template-template-register .submitContainer label:focus,
body.page-template-template-purchase-business .submitContainer label:focus,
body.page-template-template-purchase-education .submitContainer label:focus,
.modal-dialog .submitContainer label:focus, .wpcf7 input[type="submit"]:focus, .newsletter-box-form input[type="submit"]:focus, .newsletter-box-form button[type="submit"]:focus, .epm-sign-up-form input[type="submit"]:focus, .epm-sign-up-form button[type="submit"]:focus, .cc_banner-wrapper .cc_container .cc_btn_accept_all:focus, body.page-template-template-blog .blog-navigation .tab.search .searchbutton:focus, body.page-template-template-blog .paging a:focus, a.btn:active, footer .socialLinks a:active, .video-tile .interact a:active, body.page-template-template-register .submitContainer label:active,
body.page-template-template-purchase-business .submitContainer label:active,
body.page-template-template-purchase-education .submitContainer label:active,
.modal-dialog .submitContainer label:active, .wpcf7 input[type="submit"]:active, .newsletter-box-form input[type="submit"]:active, .newsletter-box-form button[type="submit"]:active, .epm-sign-up-form input[type="submit"]:active, .epm-sign-up-form button[type="submit"]:active, .cc_banner-wrapper .cc_container .cc_btn_accept_all:active, body.page-template-template-blog .blog-navigation .tab.search .searchbutton:active, body.page-template-template-blog .paging a:active {
  background-color: #2fcbda;
  color: #fff;
}
/* line 39, ../sass/partials/_buttons.scss */
a.btn:active, footer .socialLinks a:active, .video-tile .interact a:active, body.page-template-template-register .submitContainer label:active,
body.page-template-template-purchase-business .submitContainer label:active,
body.page-template-template-purchase-education .submitContainer label:active,
.modal-dialog .submitContainer label:active, .wpcf7 input[type="submit"]:active, .newsletter-box-form input[type="submit"]:active, .newsletter-box-form button[type="submit"]:active, .epm-sign-up-form input[type="submit"]:active, .epm-sign-up-form button[type="submit"]:active, .cc_banner-wrapper .cc_container .cc_btn_accept_all:active, body.page-template-template-blog .blog-navigation .tab.search .searchbutton:active, body.page-template-template-blog .paging a:active {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 43, ../sass/partials/_buttons.scss */
a[disabled].btn, footer .socialLinks a[disabled], .video-tile .interact a[disabled], body.page-template-template-register .submitContainer label[disabled],
body.page-template-template-purchase-business .submitContainer label[disabled],
body.page-template-template-purchase-education .submitContainer label[disabled],
.modal-dialog .submitContainer label[disabled], .wpcf7 input[disabled][type="submit"], .newsletter-box-form input[disabled][type="submit"], .newsletter-box-form button[disabled][type="submit"], .epm-sign-up-form input[disabled][type="submit"], .epm-sign-up-form button[disabled][type="submit"], .cc_banner-wrapper .cc_container [disabled].cc_btn_accept_all, body.page-template-template-blog .blog-navigation .tab.search [disabled].searchbutton, body.page-template-template-blog .paging a[disabled], a.disabled.btn, footer .socialLinks a.disabled, .video-tile .interact a.disabled, body.page-template-template-register .submitContainer label.disabled,
body.page-template-template-purchase-business .submitContainer label.disabled,
body.page-template-template-purchase-education .submitContainer label.disabled,
.modal-dialog .submitContainer label.disabled, .wpcf7 input.disabled[type="submit"], .newsletter-box-form input.disabled[type="submit"], .newsletter-box-form button.disabled[type="submit"], .epm-sign-up-form input.disabled[type="submit"], .epm-sign-up-form button.disabled[type="submit"], .cc_banner-wrapper .cc_container .disabled.cc_btn_accept_all, body.page-template-template-blog .blog-navigation .tab.search .disabled.searchbutton, body.page-template-template-blog .paging a.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #a5a5a5 !important;
  border-color: #a5a5a5 !important;
  cursor: not-allowed;
}
/* line 51, ../sass/partials/_buttons.scss */
a.fullSize.btn, footer .socialLinks a.fullSize, .video-tile .interact a.fullSize, body.page-template-template-register .submitContainer label.fullSize,
body.page-template-template-purchase-business .submitContainer label.fullSize,
body.page-template-template-purchase-education .submitContainer label.fullSize,
.modal-dialog .submitContainer label.fullSize, .wpcf7 input.fullSize[type="submit"], .newsletter-box-form input.fullSize[type="submit"], .newsletter-box-form button.fullSize[type="submit"], .epm-sign-up-form input.fullSize[type="submit"], .epm-sign-up-form button.fullSize[type="submit"], .cc_banner-wrapper .cc_container .fullSize.cc_btn_accept_all, body.page-template-template-blog .blog-navigation .tab.search .fullSize.searchbutton, body.page-template-template-blog .paging a.fullSize {
  width: 100% !important;
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  /* line 62, ../sass/partials/_buttons.scss */
  a.btn, footer .socialLinks a, .video-tile .interact a, body.page-template-template-register .submitContainer label,
  body.page-template-template-purchase-business .submitContainer label,
  body.page-template-template-purchase-education .submitContainer label,
  .modal-dialog .submitContainer label, .wpcf7 input[type="submit"], .newsletter-box-form input[type="submit"], .newsletter-box-form button[type="submit"], .epm-sign-up-form input[type="submit"], .epm-sign-up-form button[type="submit"], .cc_banner-wrapper .cc_container .cc_btn_accept_all, body.page-template-template-blog .blog-navigation .tab.search .searchbutton, body.page-template-template-blog .paging a {
    font-size: 19.2px;
    height: 40px;
  }
}

/* line 66, ../sass/partials/_buttons.scss */
button,
a.btn,
span.btn {
  -moz-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  display: inline-block;
  height: 50px;
  margin-bottom: 8.4px;
  padding: 8.4px 19.2px;
  border: none;
  background-color: #00c0cc;
  color: #fff;
  font-size: 24px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  cursor: pointer;
  outline: 0 !important;
  outline: none !important;
  -webkit-appearance: none !important;
}
/* line 27, ../sass/partials/_buttons.scss */
button:before,
a.btn:before,
span.btn:before {
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
/* line 32, ../sass/partials/_buttons.scss */
button:hover, div[choice-tile] .choiceTile button, div[choice-tile] .choiceTile:hover button, div[choice-tile] .choiceTile:focus button, div[choice-tile] .choiceTile.active button, div[choice-tile] .choiceTile.active:hover button, div[choice-tile] .choiceTile.active:focus button, button:focus, button:active,
a.btn:hover,
a.btn:focus,
a.btn:active,
span.btn:hover,
span.btn:focus,
span.btn:active {
  background-color: #2fcbda;
  color: #fff;
}
/* line 39, ../sass/partials/_buttons.scss */
button:active,
a.btn:active,
span.btn:active {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 43, ../sass/partials/_buttons.scss */
button[disabled], button.disabled,
a.btn[disabled],
a.btn.disabled,
span.btn[disabled],
span.btn.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #a5a5a5 !important;
  border-color: #a5a5a5 !important;
  cursor: not-allowed;
}
/* line 51, ../sass/partials/_buttons.scss */
button.fullSize,
a.btn.fullSize,
span.btn.fullSize {
  width: 100% !important;
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  /* line 66, ../sass/partials/_buttons.scss */
  button,
  a.btn,
  span.btn {
    font-size: 19.2px;
    height: 40px;
  }
}

/* line 80, ../sass/partials/_buttons.scss */
.btn-small, .subscriptionPlansTable .pricingBox button, .subscriptionPlansTable .pricingBox a.btn, .subscriptionPlansTable .individualBox button, .subscriptionPlansTable .individualBox a.btn, .subscriptionPlansComparison button {
  height: 40px;
  font-size: 18px;
}

/* line 90, ../sass/partials/_buttons.scss */
.btn-primary, .confirm-buttons button.submit, .confirm-buttons button.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button, .btn-primary:focus, .confirm-buttons button.submit:focus, .confirm-buttons button.ok:focus:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:focus, a.btn.btn-primary, a.btn.btn-primary:focus {
  background-color: #ff9900;
  border-color: #ff9900;
  color: white;
}
/* line 97, ../sass/partials/_buttons.scss */
.btn-primary:hover, .confirm-buttons button.submit:hover, .confirm-buttons div[choice-tile] .choiceTile button.submit, div[choice-tile] .choiceTile .confirm-buttons button.submit, .confirm-buttons button.ok:hover:not(:only-child), .confirm-buttons div[choice-tile] .choiceTile button.ok:not(:only-child), div[choice-tile] .choiceTile .confirm-buttons button.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:hover, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile button, div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button, .btn-primary:active, .confirm-buttons button.submit:active, .confirm-buttons button.ok:active:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:active, .btn-primary:active:hover, .confirm-buttons button.submit:active:hover, .confirm-buttons div[choice-tile] .choiceTile button.submit:active, div[choice-tile] .choiceTile .confirm-buttons button.submit:active, .confirm-buttons button.ok:active:hover:not(:only-child), .confirm-buttons div[choice-tile] .choiceTile button.ok:active:not(:only-child), div[choice-tile] .choiceTile .confirm-buttons button.ok:active:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:active:hover, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile button:active, div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:active, .btn-primary:active:focus, .confirm-buttons button.submit:active:focus, .confirm-buttons button.ok:active:focus:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:active:focus, a.btn.btn-primary:hover, a.btn.btn-primary:active, a.btn.btn-primary:active:hover, a.btn.btn-primary:active:focus {
  background-color: #ffba00;
  border-color: #ffba00;
  color: white;
}

/* line 90, ../sass/partials/_buttons.scss */
.btn-primary, .confirm-buttons button.submit, .confirm-buttons button.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button, .btn-primary:focus, .confirm-buttons button.submit:focus, .confirm-buttons button.ok:focus:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:focus,
.btn-next,
.video-tile .interact a.btn-play,
.wpcf7 input[type="submit"],
.newsletter-box-form input[type="submit"],
.newsletter-box-form button[type="submit"],
.epm-sign-up-form input[type="submit"],
.epm-sign-up-form button[type="submit"],
body.page-template-template-faq .search-box form button[type="submit"],
.btn-next:focus,
.video-tile .interact a.btn-play:focus,
.wpcf7 input[type="submit"]:focus,
.newsletter-box-form input[type="submit"]:focus,
.newsletter-box-form button[type="submit"]:focus,
.epm-sign-up-form input[type="submit"]:focus,
.epm-sign-up-form button[type="submit"]:focus,
body.page-template-template-faq .search-box form button[type="submit"]:focus {
  background-color: #ff9900;
  border-color: #ff9900;
  color: white;
}
/* line 97, ../sass/partials/_buttons.scss */
.btn-primary:hover, .confirm-buttons button.submit:hover, .confirm-buttons div[choice-tile] .choiceTile button.submit, div[choice-tile] .choiceTile .confirm-buttons button.submit, .confirm-buttons button.ok:hover:not(:only-child), .confirm-buttons div[choice-tile] .choiceTile button.ok:not(:only-child), div[choice-tile] .choiceTile .confirm-buttons button.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:hover, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile button, div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button, .btn-primary:active, .confirm-buttons button.submit:active, .confirm-buttons button.ok:active:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:active, .btn-primary:active:hover, .confirm-buttons button.submit:active:hover, .confirm-buttons div[choice-tile] .choiceTile button.submit:active, div[choice-tile] .choiceTile .confirm-buttons button.submit:active, .confirm-buttons button.ok:active:hover:not(:only-child), .confirm-buttons div[choice-tile] .choiceTile button.ok:active:not(:only-child), div[choice-tile] .choiceTile .confirm-buttons button.ok:active:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:active:hover, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile button:active, div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:active, .btn-primary:active:focus, .confirm-buttons button.submit:active:focus, .confirm-buttons button.ok:active:focus:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:active:focus,
.btn-next:hover,
.video-tile .interact a.btn-play:hover,
.singleChoice div[choice-tile] .choiceTile:hover button,
.singleChoice div[choice-tile] .choiceTile:hover button:active,
.singleChoice div[choice-tile] .choiceTile:active button,
.singleChoice div[choice-tile] .choiceTile:active button:active,
.singleChoice div[choice-tile] .choiceTile:focus button,
.singleChoice div[choice-tile] .choiceTile:focus button:active,
.singleChoice div[choice-tile] .choiceTile.active:hover button,
.singleChoice div[choice-tile] .choiceTile.active:hover button:active,
.singleChoice div[choice-tile] .choiceTile.active:active button,
.singleChoice div[choice-tile] .choiceTile.active:active button:active,
.singleChoice div[choice-tile] .choiceTile.active:focus button,
.singleChoice div[choice-tile] .choiceTile.active:focus button:active,
.wpcf7 input[type="submit"]:hover,
.newsletter-box-form input[type="submit"]:hover,
.newsletter-box-form button[type="submit"]:hover,
.newsletter-box-form div[choice-tile] .choiceTile button[type="submit"],
div[choice-tile] .choiceTile .newsletter-box-form button[type="submit"],
.epm-sign-up-form input[type="submit"]:hover,
.epm-sign-up-form button[type="submit"]:hover,
.epm-sign-up-form div[choice-tile] .choiceTile button[type="submit"],
div[choice-tile] .choiceTile .epm-sign-up-form button[type="submit"],
body.page-template-template-faq .search-box form button[type="submit"]:hover,
body.page-template-template-faq .search-box form div[choice-tile] .choiceTile button[type="submit"],
div[choice-tile] .choiceTile body.page-template-template-faq .search-box form button[type="submit"],
.btn-next:active,
.video-tile .interact a.btn-play:active,
.wpcf7 input[type="submit"]:active,
.newsletter-box-form input[type="submit"]:active,
.newsletter-box-form button[type="submit"]:active,
.epm-sign-up-form input[type="submit"]:active,
.epm-sign-up-form button[type="submit"]:active,
body.page-template-template-faq .search-box form button[type="submit"]:active,
.btn-next:active:hover,
.video-tile .interact a.btn-play:active:hover,
.singleChoice div[choice-tile] .choiceTile:hover button:active,
.singleChoice div[choice-tile] .choiceTile:active button:active,
.singleChoice div[choice-tile] .choiceTile:focus button:active,
.wpcf7 input[type="submit"]:active:hover,
.newsletter-box-form input[type="submit"]:active:hover,
.newsletter-box-form button[type="submit"]:active:hover,
.newsletter-box-form div[choice-tile] .choiceTile button[type="submit"]:active,
div[choice-tile] .choiceTile .newsletter-box-form button[type="submit"]:active,
.epm-sign-up-form input[type="submit"]:active:hover,
.epm-sign-up-form button[type="submit"]:active:hover,
.epm-sign-up-form div[choice-tile] .choiceTile button[type="submit"]:active,
div[choice-tile] .choiceTile .epm-sign-up-form button[type="submit"]:active,
body.page-template-template-faq .search-box form button[type="submit"]:active:hover,
body.page-template-template-faq .search-box form div[choice-tile] .choiceTile button[type="submit"]:active,
div[choice-tile] .choiceTile body.page-template-template-faq .search-box form button[type="submit"]:active,
.btn-next:active:focus,
.video-tile .interact a.btn-play:active:focus,
.wpcf7 input[type="submit"]:active:focus,
.newsletter-box-form input[type="submit"]:active:focus,
.newsletter-box-form button[type="submit"]:active:focus,
.epm-sign-up-form input[type="submit"]:active:focus,
.epm-sign-up-form button[type="submit"]:active:focus,
body.page-template-template-faq .search-box form button[type="submit"]:active:focus {
  background-color: #ffba00;
  border-color: #ffba00;
  color: white;
}

/* line 116, ../sass/partials/_buttons.scss */
.btn-link,
.modal-header button.close,
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove {
  background-color: transparent;
  color: inherit;
  padding-left: 0;
  letter-spacing: 0;
}
/* line 123, ../sass/partials/_buttons.scss */
.btn-link:focus,
.modal-header button.close:focus,
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove:focus,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove:focus,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove:focus,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove:focus {
  text-decoration: underline;
}

/* line 142, ../sass/partials/_buttons.scss */
.btn-invert,
button.btn-login,
a.btn-login,
.btn-login,
body.page-template-template-blog .paging a {
  border: 2px solid #ededed !important;
  border-color: #00c0cc !important;
  background-color: #fff;
  color: #00c0cc;
}
/* line 134, ../sass/partials/_buttons.scss */
.btn-invert:hover, .btn-invert:active,
div[choice-tile] .choiceTile button.btn-login,
div[choice-tile] .choiceTile.active:hover button.btn-login,
div[choice-tile] .choiceTile.active:focus button.btn-login,
.btn-login:hover,
body.page-template-template-blog .paging a:hover,
.btn-login:active,
body.page-template-template-blog .paging a:active {
  color: #2fcbda;
  border-color: #2fcbda !important;
  background-color: #fff;
}

/* line 149, ../sass/partials/_buttons.scss */
.btn-danger, .btn-danger:focus {
  background-color: #fa5000;
  color: white;
}
/* line 155, ../sass/partials/_buttons.scss */
.btn-danger:hover, .btn-danger:active, .btn-danger:active:hover, .btn-danger:active:focus {
  background-color: #ff712e;
  color: white;
}

/* line 175, ../sass/partials/_buttons.scss */
.btn-transparent, .btn-transparent:before,
.btn-base-icon,
.pagination a,
.pagination span,
.slick-slider button.slick-next,
.slick-slider button.slick-prev,
button.slick-next,
button.slick-prev,
body.page-template-template-register .payment .enableEdit,
body.page-template-template-register .payment .cancelEdit,
body.page-template-template-register .purchase .enableEdit,
body.page-template-template-register .purchase .cancelEdit,
body.page-template-template-purchase-business .payment .enableEdit,
body.page-template-template-purchase-business .payment .cancelEdit,
body.page-template-template-purchase-business .purchase .enableEdit,
body.page-template-template-purchase-business .purchase .cancelEdit,
body.page-template-template-purchase-education .payment .enableEdit,
body.page-template-template-purchase-education .payment .cancelEdit,
body.page-template-template-purchase-education .purchase .enableEdit,
body.page-template-template-purchase-education .purchase .cancelEdit,
.modal-dialog .payment .enableEdit,
.modal-dialog .payment .cancelEdit,
.modal-dialog .purchase .enableEdit,
.modal-dialog .purchase .cancelEdit,
.btn-back,
.btn-restart,
.btn-openPopup,
.tutorial .close,
.input-button-wrapper button,
div[navigation-buttons] .actions button.btn-skip,
body.page-template-template-register .toggleButtons button,
body.page-template-template-register .toggleButtons .switch-label > span,
body.page-template-template-purchase-business .toggleButtons button,
body.page-template-template-purchase-business .toggleButtons .switch-label > span,
body.page-template-template-purchase-education .toggleButtons button,
body.page-template-template-purchase-education .toggleButtons .switch-label > span,
.modal-dialog .toggleButtons button,
.modal-dialog .toggleButtons .switch-label > span,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons button,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons .switch-label > span,
.subscriptionPlans .toggleFeatureContent,
.subscriptionPlans .showFeatureComparison,
.btn-base-icon:before,
.pagination a:before,
.pagination span:before,
.slick-slider button.slick-next:before,
.slick-slider button.slick-prev:before,
button.slick-next:before,
button.slick-prev:before,
body.page-template-template-register .payment .enableEdit:before,
body.page-template-template-register .payment .cancelEdit:before,
body.page-template-template-register .purchase .enableEdit:before,
body.page-template-template-register .purchase .cancelEdit:before,
body.page-template-template-purchase-business .payment .enableEdit:before,
body.page-template-template-purchase-business .payment .cancelEdit:before,
body.page-template-template-purchase-business .purchase .enableEdit:before,
body.page-template-template-purchase-business .purchase .cancelEdit:before,
body.page-template-template-purchase-education .payment .enableEdit:before,
body.page-template-template-purchase-education .payment .cancelEdit:before,
body.page-template-template-purchase-education .purchase .enableEdit:before,
body.page-template-template-purchase-education .purchase .cancelEdit:before,
.modal-dialog .payment .enableEdit:before,
.modal-dialog .payment .cancelEdit:before,
.modal-dialog .purchase .enableEdit:before,
.modal-dialog .purchase .cancelEdit:before,
.btn-back:before,
.btn-restart:before,
.btn-openPopup:before,
.tutorial .close:before,
.input-button-wrapper button:before,
div[navigation-buttons] .actions button.btn-skip:before,
body.page-template-template-register .toggleButtons button:before,
body.page-template-template-register .toggleButtons .switch-label > span:before,
body.page-template-template-purchase-business .toggleButtons button:before,
body.page-template-template-purchase-business .toggleButtons .switch-label > span:before,
body.page-template-template-purchase-education .toggleButtons button:before,
body.page-template-template-purchase-education .toggleButtons .switch-label > span:before,
.modal-dialog .toggleButtons button:before,
.modal-dialog .toggleButtons .switch-label > span:before,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons button:before,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons .switch-label > span:before,
.subscriptionPlans .toggleFeatureContent:before,
.subscriptionPlans .showFeatureComparison:before {
  background-color: transparent;
  color: #a5a5a5;
}
/* line 183, ../sass/partials/_buttons.scss */
.btn-transparent:hover, .btn-transparent:hover:before, .btn-transparent:active, .btn-transparent:active:before,
.btn-base-icon:hover,
.pagination a:hover,
.pagination span:hover,
button.slick-next:hover,
div[choice-tile] .choiceTile button.slick-next,
div[choice-tile] .choiceTile.active:hover button.slick-next,
div[choice-tile] .choiceTile.active:focus button.slick-next,
button.slick-prev:hover,
div[choice-tile] .choiceTile button.slick-prev,
div[choice-tile] .choiceTile.active:hover button.slick-prev,
div[choice-tile] .choiceTile.active:focus button.slick-prev,
body.page-template-template-register .payment .enableEdit:hover,
body.page-template-template-register .payment .cancelEdit:hover,
body.page-template-template-register .purchase .enableEdit:hover,
body.page-template-template-register .purchase .cancelEdit:hover,
body.page-template-template-purchase-business .payment .enableEdit:hover,
body.page-template-template-purchase-business .payment .cancelEdit:hover,
body.page-template-template-purchase-business .purchase .enableEdit:hover,
body.page-template-template-purchase-business .purchase .cancelEdit:hover,
body.page-template-template-purchase-education .payment .enableEdit:hover,
body.page-template-template-purchase-education .payment .cancelEdit:hover,
body.page-template-template-purchase-education .purchase .enableEdit:hover,
body.page-template-template-purchase-education .purchase .cancelEdit:hover,
.modal-dialog .payment .enableEdit:hover,
.modal-dialog .payment .cancelEdit:hover,
.modal-dialog .purchase .enableEdit:hover,
.modal-dialog .purchase .cancelEdit:hover,
.btn-back:hover,
.btn-restart:hover,
.btn-openPopup:hover,
.tutorial .close:hover,
.input-button-wrapper button:hover,
.input-button-wrapper div[choice-tile] .choiceTile button,
div[choice-tile] .choiceTile .input-button-wrapper button,
.input-button-wrapper div[choice-tile] .choiceTile.active:hover button,
div[choice-tile] .choiceTile.active:hover .input-button-wrapper button,
.input-button-wrapper div[choice-tile] .choiceTile.active:focus button,
div[choice-tile] .choiceTile.active:focus .input-button-wrapper button,
div[navigation-buttons] .actions button.btn-skip:hover,
div[navigation-buttons] .actions div[choice-tile] .choiceTile button.btn-skip,
div[choice-tile] .choiceTile div[navigation-buttons] .actions button.btn-skip,
body.page-template-template-register .toggleButtons button:hover,
body.page-template-template-register .toggleButtons div[choice-tile] .choiceTile button,
div[choice-tile] .choiceTile body.page-template-template-register .toggleButtons button,
body.page-template-template-register .toggleButtons .switch-label > span:hover,
body.page-template-template-purchase-business .toggleButtons button:hover,
body.page-template-template-purchase-business .toggleButtons div[choice-tile] .choiceTile button,
div[choice-tile] .choiceTile body.page-template-template-purchase-business .toggleButtons button,
body.page-template-template-purchase-business .toggleButtons .switch-label > span:hover,
body.page-template-template-purchase-education .toggleButtons button:hover,
body.page-template-template-purchase-education .toggleButtons div[choice-tile] .choiceTile button,
div[choice-tile] .choiceTile body.page-template-template-purchase-education .toggleButtons button,
body.page-template-template-purchase-education .toggleButtons .switch-label > span:hover,
.modal-dialog .toggleButtons button:hover,
.modal-dialog .toggleButtons div[choice-tile] .choiceTile button,
div[choice-tile] .choiceTile .modal-dialog .toggleButtons button,
.modal-dialog .toggleButtons .switch-label > span:hover,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons button:hover,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons div[choice-tile] .choiceTile button,
div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .toggleButtons button,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons .switch-label > span:hover,
.subscriptionPlans .toggleFeatureContent:hover,
.subscriptionPlans .showFeatureComparison:hover,
.btn-base-icon:hover:before,
.pagination a:hover:before,
.pagination span:hover:before,
button.slick-next:hover:before,
div[choice-tile] .choiceTile button.slick-next:before,
div[choice-tile] .choiceTile.active:hover button.slick-next:before,
div[choice-tile] .choiceTile.active:focus button.slick-next:before,
button.slick-prev:hover:before,
div[choice-tile] .choiceTile button.slick-prev:before,
div[choice-tile] .choiceTile.active:hover button.slick-prev:before,
div[choice-tile] .choiceTile.active:focus button.slick-prev:before,
body.page-template-template-register .payment .enableEdit:hover:before,
body.page-template-template-register .payment .cancelEdit:hover:before,
body.page-template-template-register .purchase .enableEdit:hover:before,
body.page-template-template-register .purchase .cancelEdit:hover:before,
body.page-template-template-purchase-business .payment .enableEdit:hover:before,
body.page-template-template-purchase-business .payment .cancelEdit:hover:before,
body.page-template-template-purchase-business .purchase .enableEdit:hover:before,
body.page-template-template-purchase-business .purchase .cancelEdit:hover:before,
body.page-template-template-purchase-education .payment .enableEdit:hover:before,
body.page-template-template-purchase-education .payment .cancelEdit:hover:before,
body.page-template-template-purchase-education .purchase .enableEdit:hover:before,
body.page-template-template-purchase-education .purchase .cancelEdit:hover:before,
.modal-dialog .payment .enableEdit:hover:before,
.modal-dialog .payment .cancelEdit:hover:before,
.modal-dialog .purchase .enableEdit:hover:before,
.modal-dialog .purchase .cancelEdit:hover:before,
.btn-back:hover:before,
.btn-restart:hover:before,
.btn-openPopup:hover:before,
.tutorial .close:hover:before,
.input-button-wrapper button:hover:before,
.input-button-wrapper div[choice-tile] .choiceTile button:before,
div[choice-tile] .choiceTile .input-button-wrapper button:before,
.input-button-wrapper div[choice-tile] .choiceTile.active:hover button:before,
div[choice-tile] .choiceTile.active:hover .input-button-wrapper button:before,
.input-button-wrapper div[choice-tile] .choiceTile.active:focus button:before,
div[choice-tile] .choiceTile.active:focus .input-button-wrapper button:before,
div[navigation-buttons] .actions button.btn-skip:hover:before,
div[navigation-buttons] .actions div[choice-tile] .choiceTile button.btn-skip:before,
div[choice-tile] .choiceTile div[navigation-buttons] .actions button.btn-skip:before,
body.page-template-template-register .toggleButtons button:hover:before,
body.page-template-template-register .toggleButtons div[choice-tile] .choiceTile button:before,
div[choice-tile] .choiceTile body.page-template-template-register .toggleButtons button:before,
body.page-template-template-register .toggleButtons .switch-label > span:hover:before,
body.page-template-template-purchase-business .toggleButtons button:hover:before,
body.page-template-template-purchase-business .toggleButtons div[choice-tile] .choiceTile button:before,
div[choice-tile] .choiceTile body.page-template-template-purchase-business .toggleButtons button:before,
body.page-template-template-purchase-business .toggleButtons .switch-label > span:hover:before,
body.page-template-template-purchase-education .toggleButtons button:hover:before,
body.page-template-template-purchase-education .toggleButtons div[choice-tile] .choiceTile button:before,
div[choice-tile] .choiceTile body.page-template-template-purchase-education .toggleButtons button:before,
body.page-template-template-purchase-education .toggleButtons .switch-label > span:hover:before,
.modal-dialog .toggleButtons button:hover:before,
.modal-dialog .toggleButtons div[choice-tile] .choiceTile button:before,
div[choice-tile] .choiceTile .modal-dialog .toggleButtons button:before,
.modal-dialog .toggleButtons .switch-label > span:hover:before,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons button:hover:before,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons div[choice-tile] .choiceTile button:before,
div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .toggleButtons button:before,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons .switch-label > span:hover:before,
.subscriptionPlans .toggleFeatureContent:hover:before,
.subscriptionPlans .showFeatureComparison:hover:before,
.btn-base-icon:active,
.pagination a:active,
.pagination span:active,
button.slick-next:active,
button.slick-prev:active,
body.page-template-template-register .payment .enableEdit:active,
body.page-template-template-register .payment .cancelEdit:active,
body.page-template-template-register .purchase .enableEdit:active,
body.page-template-template-register .purchase .cancelEdit:active,
body.page-template-template-purchase-business .payment .enableEdit:active,
body.page-template-template-purchase-business .payment .cancelEdit:active,
body.page-template-template-purchase-business .purchase .enableEdit:active,
body.page-template-template-purchase-business .purchase .cancelEdit:active,
body.page-template-template-purchase-education .payment .enableEdit:active,
body.page-template-template-purchase-education .payment .cancelEdit:active,
body.page-template-template-purchase-education .purchase .enableEdit:active,
body.page-template-template-purchase-education .purchase .cancelEdit:active,
.modal-dialog .payment .enableEdit:active,
.modal-dialog .payment .cancelEdit:active,
.modal-dialog .purchase .enableEdit:active,
.modal-dialog .purchase .cancelEdit:active,
.btn-back:active,
.btn-restart:active,
.btn-openPopup:active,
.tutorial .close:active,
.input-button-wrapper button:active,
div[navigation-buttons] .actions button.btn-skip:active,
body.page-template-template-register .toggleButtons button:active,
body.page-template-template-register .toggleButtons .switch-label > span:active,
body.page-template-template-purchase-business .toggleButtons button:active,
body.page-template-template-purchase-business .toggleButtons .switch-label > span:active,
body.page-template-template-purchase-education .toggleButtons button:active,
body.page-template-template-purchase-education .toggleButtons .switch-label > span:active,
.modal-dialog .toggleButtons button:active,
.modal-dialog .toggleButtons .switch-label > span:active,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons button:active,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons .switch-label > span:active,
.subscriptionPlans .toggleFeatureContent:active,
.subscriptionPlans .showFeatureComparison:active,
.btn-base-icon:active:before,
.pagination a:active:before,
.pagination span:active:before,
button.slick-next:active:before,
button.slick-prev:active:before,
body.page-template-template-register .payment .enableEdit:active:before,
body.page-template-template-register .payment .cancelEdit:active:before,
body.page-template-template-register .purchase .enableEdit:active:before,
body.page-template-template-register .purchase .cancelEdit:active:before,
body.page-template-template-purchase-business .payment .enableEdit:active:before,
body.page-template-template-purchase-business .payment .cancelEdit:active:before,
body.page-template-template-purchase-business .purchase .enableEdit:active:before,
body.page-template-template-purchase-business .purchase .cancelEdit:active:before,
body.page-template-template-purchase-education .payment .enableEdit:active:before,
body.page-template-template-purchase-education .payment .cancelEdit:active:before,
body.page-template-template-purchase-education .purchase .enableEdit:active:before,
body.page-template-template-purchase-education .purchase .cancelEdit:active:before,
.modal-dialog .payment .enableEdit:active:before,
.modal-dialog .payment .cancelEdit:active:before,
.modal-dialog .purchase .enableEdit:active:before,
.modal-dialog .purchase .cancelEdit:active:before,
.btn-back:active:before,
.btn-restart:active:before,
.btn-openPopup:active:before,
.tutorial .close:active:before,
.input-button-wrapper button:active:before,
div[navigation-buttons] .actions button.btn-skip:active:before,
body.page-template-template-register .toggleButtons button:active:before,
body.page-template-template-register .toggleButtons .switch-label > span:active:before,
body.page-template-template-purchase-business .toggleButtons button:active:before,
body.page-template-template-purchase-business .toggleButtons .switch-label > span:active:before,
body.page-template-template-purchase-education .toggleButtons button:active:before,
body.page-template-template-purchase-education .toggleButtons .switch-label > span:active:before,
.modal-dialog .toggleButtons button:active:before,
.modal-dialog .toggleButtons .switch-label > span:active:before,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons button:active:before,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons .switch-label > span:active:before,
.subscriptionPlans .toggleFeatureContent:active:before,
.subscriptionPlans .showFeatureComparison:active:before {
  color: #4d4d4d;
  background-color: transparent;
}
/* line 193, ../sass/partials/_buttons.scss */
.btn-transparent[disabled], .btn-transparent[disabled]:before, .btn-transparent.disabled, .btn-transparent.disabled:before,
[disabled].btn-base-icon,
.pagination a[disabled],
.pagination span[disabled],
button[disabled].slick-next,
button[disabled].slick-prev,
body.page-template-template-register .payment [disabled].enableEdit,
body.page-template-template-register .payment [disabled].cancelEdit,
body.page-template-template-register .purchase [disabled].enableEdit,
body.page-template-template-register .purchase [disabled].cancelEdit,
body.page-template-template-purchase-business .payment [disabled].enableEdit,
body.page-template-template-purchase-business .payment [disabled].cancelEdit,
body.page-template-template-purchase-business .purchase [disabled].enableEdit,
body.page-template-template-purchase-business .purchase [disabled].cancelEdit,
body.page-template-template-purchase-education .payment [disabled].enableEdit,
body.page-template-template-purchase-education .payment [disabled].cancelEdit,
body.page-template-template-purchase-education .purchase [disabled].enableEdit,
body.page-template-template-purchase-education .purchase [disabled].cancelEdit,
.modal-dialog .payment [disabled].enableEdit,
.modal-dialog .payment [disabled].cancelEdit,
.modal-dialog .purchase [disabled].enableEdit,
.modal-dialog .purchase [disabled].cancelEdit,
[disabled].btn-back,
[disabled].btn-restart,
[disabled].btn-openPopup,
.tutorial [disabled].close,
.input-button-wrapper button[disabled],
div[navigation-buttons] .actions button[disabled].btn-skip,
body.page-template-template-register .toggleButtons button[disabled],
body.page-template-template-register .toggleButtons .switch-label > span[disabled],
body.page-template-template-purchase-business .toggleButtons button[disabled],
body.page-template-template-purchase-business .toggleButtons .switch-label > span[disabled],
body.page-template-template-purchase-education .toggleButtons button[disabled],
body.page-template-template-purchase-education .toggleButtons .switch-label > span[disabled],
.modal-dialog .toggleButtons button[disabled],
.modal-dialog .toggleButtons .switch-label > span[disabled],
.modal-body.myss-modal.slug-cookie-consent .toggleButtons button[disabled],
.modal-body.myss-modal.slug-cookie-consent .toggleButtons .switch-label > span[disabled],
.subscriptionPlans [disabled].toggleFeatureContent,
.subscriptionPlans [disabled].showFeatureComparison,
[disabled].btn-base-icon:before,
.pagination a[disabled]:before,
.pagination span[disabled]:before,
button[disabled].slick-next:before,
button[disabled].slick-prev:before,
body.page-template-template-register .payment [disabled].enableEdit:before,
body.page-template-template-register .payment [disabled].cancelEdit:before,
body.page-template-template-register .purchase [disabled].enableEdit:before,
body.page-template-template-register .purchase [disabled].cancelEdit:before,
body.page-template-template-purchase-business .payment [disabled].enableEdit:before,
body.page-template-template-purchase-business .payment [disabled].cancelEdit:before,
body.page-template-template-purchase-business .purchase [disabled].enableEdit:before,
body.page-template-template-purchase-business .purchase [disabled].cancelEdit:before,
body.page-template-template-purchase-education .payment [disabled].enableEdit:before,
body.page-template-template-purchase-education .payment [disabled].cancelEdit:before,
body.page-template-template-purchase-education .purchase [disabled].enableEdit:before,
body.page-template-template-purchase-education .purchase [disabled].cancelEdit:before,
.modal-dialog .payment [disabled].enableEdit:before,
.modal-dialog .payment [disabled].cancelEdit:before,
.modal-dialog .purchase [disabled].enableEdit:before,
.modal-dialog .purchase [disabled].cancelEdit:before,
[disabled].btn-back:before,
[disabled].btn-restart:before,
[disabled].btn-openPopup:before,
.tutorial [disabled].close:before,
.input-button-wrapper button[disabled]:before,
div[navigation-buttons] .actions button[disabled].btn-skip:before,
body.page-template-template-register .toggleButtons button[disabled]:before,
body.page-template-template-register .toggleButtons .switch-label > span[disabled]:before,
body.page-template-template-purchase-business .toggleButtons button[disabled]:before,
body.page-template-template-purchase-business .toggleButtons .switch-label > span[disabled]:before,
body.page-template-template-purchase-education .toggleButtons button[disabled]:before,
body.page-template-template-purchase-education .toggleButtons .switch-label > span[disabled]:before,
.modal-dialog .toggleButtons button[disabled]:before,
.modal-dialog .toggleButtons .switch-label > span[disabled]:before,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons button[disabled]:before,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons .switch-label > span[disabled]:before,
.subscriptionPlans [disabled].toggleFeatureContent:before,
.subscriptionPlans [disabled].showFeatureComparison:before,
.disabled.btn-base-icon,
.pagination a.disabled,
.pagination span.disabled,
button.disabled.slick-next,
button.disabled.slick-prev,
body.page-template-template-register .payment .disabled.enableEdit,
body.page-template-template-register .payment .disabled.cancelEdit,
body.page-template-template-register .purchase .disabled.enableEdit,
body.page-template-template-register .purchase .disabled.cancelEdit,
body.page-template-template-purchase-business .payment .disabled.enableEdit,
body.page-template-template-purchase-business .payment .disabled.cancelEdit,
body.page-template-template-purchase-business .purchase .disabled.enableEdit,
body.page-template-template-purchase-business .purchase .disabled.cancelEdit,
body.page-template-template-purchase-education .payment .disabled.enableEdit,
body.page-template-template-purchase-education .payment .disabled.cancelEdit,
body.page-template-template-purchase-education .purchase .disabled.enableEdit,
body.page-template-template-purchase-education .purchase .disabled.cancelEdit,
.modal-dialog .payment .disabled.enableEdit,
.modal-dialog .payment .disabled.cancelEdit,
.modal-dialog .purchase .disabled.enableEdit,
.modal-dialog .purchase .disabled.cancelEdit,
.disabled.btn-back,
.disabled.btn-restart,
.disabled.btn-openPopup,
.tutorial .disabled.close,
.input-button-wrapper button.disabled,
div[navigation-buttons] .actions button.disabled.btn-skip,
body.page-template-template-register .toggleButtons button.disabled,
body.page-template-template-register .toggleButtons .switch-label > span.disabled,
body.page-template-template-purchase-business .toggleButtons button.disabled,
body.page-template-template-purchase-business .toggleButtons .switch-label > span.disabled,
body.page-template-template-purchase-education .toggleButtons button.disabled,
body.page-template-template-purchase-education .toggleButtons .switch-label > span.disabled,
.modal-dialog .toggleButtons button.disabled,
.modal-dialog .toggleButtons .switch-label > span.disabled,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons button.disabled,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons .switch-label > span.disabled,
.subscriptionPlans .disabled.toggleFeatureContent,
.subscriptionPlans .disabled.showFeatureComparison,
.disabled.btn-base-icon:before,
.pagination a.disabled:before,
.pagination span.disabled:before,
button.disabled.slick-next:before,
button.disabled.slick-prev:before,
body.page-template-template-register .payment .disabled.enableEdit:before,
body.page-template-template-register .payment .disabled.cancelEdit:before,
body.page-template-template-register .purchase .disabled.enableEdit:before,
body.page-template-template-register .purchase .disabled.cancelEdit:before,
body.page-template-template-purchase-business .payment .disabled.enableEdit:before,
body.page-template-template-purchase-business .payment .disabled.cancelEdit:before,
body.page-template-template-purchase-business .purchase .disabled.enableEdit:before,
body.page-template-template-purchase-business .purchase .disabled.cancelEdit:before,
body.page-template-template-purchase-education .payment .disabled.enableEdit:before,
body.page-template-template-purchase-education .payment .disabled.cancelEdit:before,
body.page-template-template-purchase-education .purchase .disabled.enableEdit:before,
body.page-template-template-purchase-education .purchase .disabled.cancelEdit:before,
.modal-dialog .payment .disabled.enableEdit:before,
.modal-dialog .payment .disabled.cancelEdit:before,
.modal-dialog .purchase .disabled.enableEdit:before,
.modal-dialog .purchase .disabled.cancelEdit:before,
.disabled.btn-back:before,
.disabled.btn-restart:before,
.disabled.btn-openPopup:before,
.tutorial .disabled.close:before,
.input-button-wrapper button.disabled:before,
div[navigation-buttons] .actions button.disabled.btn-skip:before,
body.page-template-template-register .toggleButtons button.disabled:before,
body.page-template-template-register .toggleButtons .switch-label > span.disabled:before,
body.page-template-template-purchase-business .toggleButtons button.disabled:before,
body.page-template-template-purchase-business .toggleButtons .switch-label > span.disabled:before,
body.page-template-template-purchase-education .toggleButtons button.disabled:before,
body.page-template-template-purchase-education .toggleButtons .switch-label > span.disabled:before,
.modal-dialog .toggleButtons button.disabled:before,
.modal-dialog .toggleButtons .switch-label > span.disabled:before,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons button.disabled:before,
.modal-body.myss-modal.slug-cookie-consent .toggleButtons .switch-label > span.disabled:before,
.subscriptionPlans .disabled.toggleFeatureContent:before,
.subscriptionPlans .disabled.showFeatureComparison:before {
  background-color: transparent !important;
  color: #a5a5a5 !important;
  cursor: not-allowed;
}

/* line 202, ../sass/partials/_buttons.scss */
.btn-inverted-with-border {
  transition-property: all;
}
/* line 206, ../sass/partials/_buttons.scss */
.btn-inverted-with-border, .btn-inverted-with-border:focus {
  background-color: white;
  border: 2px solid #a5a5a5 !important;
  color: #a5a5a5;
}
/* line 213, ../sass/partials/_buttons.scss */
.btn-inverted-with-border:hover, .btn-inverted-with-border:active, .btn-inverted-with-border:active:hover, .btn-inverted-with-border:active:focus {
  background-color: white;
  border: 2px solid #4d4d4d !important;
  color: #4d4d4d;
}

/* line 228, ../sass/partials/_buttons.scss */
.btn-lg, .btn-group-lg > .btn,
a.btn.btn-lg,
.btn-group-lg > a.btn,
a.btn.btn-lg:hover,
.btn-group-lg > a.btn:hover,
a.btn.btn-lg:focus,
.btn-group-lg > a.btn:focus,
a.btn.btn-lg:active,
.btn-group-lg > a.btn:active,
button.btn-lg,
.btn-group-lg > button.btn,
button.btn-lg:hover,
div[choice-tile] .choiceTile .btn-group-lg > button.btn,
div[choice-tile] .choiceTile button.btn-lg,
div[choice-tile] .choiceTile.active:hover button.btn-lg,
div[choice-tile] .choiceTile.active:focus button.btn-lg,
button.btn-lg:focus,
button.btn-lg:active {
  font-size: 33px;
}

/* line 237, ../sass/partials/_buttons.scss */
.btn-icon.icon-left, body.page-template-template-confirm-purchase .content .create-simpleshow, .btn-icon.icon-right,
.btn-back,
.btn-restart,
.btn-openPopup,
body.page-template-template-togo-landingpage .create-simpleshow-template,
.btn-next,
body.page-template-template-togo-landingpage .icon-right.create-simpleshow-template {
  position: relative;
}
/* line 241, ../sass/partials/_buttons.scss */
.btn-icon.icon-left:before, body.page-template-template-confirm-purchase .content .create-simpleshow:before, .btn-icon.icon-right:before,
.btn-back:before,
.btn-restart:before,
.btn-openPopup:before,
body.page-template-template-togo-landingpage .create-simpleshow-template:before,
.btn-next:before,
body.page-template-template-togo-landingpage .icon-right.create-simpleshow-template:before {
  position: absolute;
}
/* line 248, ../sass/partials/_buttons.scss */
.btn-icon.icon-left, body.page-template-template-confirm-purchase .content .create-simpleshow,
.btn-back,
.btn-restart,
.btn-openPopup,
body.page-template-template-togo-landingpage .create-simpleshow-template {
  padding-left: 42px;
}
/* line 251, ../sass/partials/_buttons.scss */
.btn-icon.icon-left:before, body.page-template-template-confirm-purchase .content .create-simpleshow:before,
.btn-back:before,
.btn-restart:before,
.btn-openPopup:before,
body.page-template-template-togo-landingpage .create-simpleshow-template:before {
  margin-left: 21px;
  left: 0;
}
/* line 257, ../sass/partials/_buttons.scss */
.btn-icon.icon-right,
.btn-next,
body.page-template-template-togo-landingpage .icon-right.create-simpleshow-template {
  padding-right: 42px;
}
/* line 260, ../sass/partials/_buttons.scss */
.btn-icon.icon-right:before,
.btn-next:before,
body.page-template-template-togo-landingpage .icon-right.create-simpleshow-template:before {
  margin-left: -21px;
  left: 100%;
}

/* line 267, ../sass/partials/_buttons.scss */
.btn-circle,
.btn-base-icon,
.pagination a,
.pagination span,
.slick-slider button.slick-next,
.slick-slider button.slick-prev,
button.slick-next,
button.slick-prev,
body.page-template-template-register .payment .enableEdit,
body.page-template-template-register .payment .cancelEdit,
body.page-template-template-register .purchase .enableEdit,
body.page-template-template-register .purchase .cancelEdit,
body.page-template-template-purchase-business .payment .enableEdit,
body.page-template-template-purchase-business .payment .cancelEdit,
body.page-template-template-purchase-business .purchase .enableEdit,
body.page-template-template-purchase-business .purchase .cancelEdit,
body.page-template-template-purchase-education .payment .enableEdit,
body.page-template-template-purchase-education .payment .cancelEdit,
body.page-template-template-purchase-education .purchase .enableEdit,
body.page-template-template-purchase-education .purchase .cancelEdit,
.modal-dialog .payment .enableEdit,
.modal-dialog .payment .cancelEdit,
.modal-dialog .purchase .enableEdit,
.modal-dialog .purchase .cancelEdit,
.tutorial .close,
footer .socialLinks a,
.video-tile .interact a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 272, ../sass/partials/_buttons.scss */
.btn-icon-only,
.btn-base-icon,
.pagination a,
.pagination span,
.slick-slider button.slick-next,
.slick-slider button.slick-prev,
button.slick-next,
button.slick-prev,
body.page-template-template-register .payment .enableEdit,
body.page-template-template-register .payment .cancelEdit,
body.page-template-template-register .purchase .enableEdit,
body.page-template-template-register .purchase .cancelEdit,
body.page-template-template-purchase-business .payment .enableEdit,
body.page-template-template-purchase-business .payment .cancelEdit,
body.page-template-template-purchase-business .purchase .enableEdit,
body.page-template-template-purchase-business .purchase .cancelEdit,
body.page-template-template-purchase-education .payment .enableEdit,
body.page-template-template-purchase-education .payment .cancelEdit,
body.page-template-template-purchase-education .purchase .enableEdit,
body.page-template-template-purchase-education .purchase .cancelEdit,
.modal-dialog .payment .enableEdit,
.modal-dialog .payment .cancelEdit,
.modal-dialog .purchase .enableEdit,
.modal-dialog .purchase .cancelEdit,
.tutorial .close,
footer .socialLinks a,
.input-button-wrapper button,
.video-tile .interact a {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-indent: 2000px;
  overflow: hidden;
}
/* line 282, ../sass/partials/_buttons.scss */
.btn-icon-only:before,
.btn-base-icon:before,
.pagination a:before,
.pagination span:before,
.slick-slider button.slick-next:before,
.slick-slider button.slick-prev:before,
button.slick-next:before,
button.slick-prev:before,
body.page-template-template-register .payment .enableEdit:before,
body.page-template-template-register .payment .cancelEdit:before,
body.page-template-template-register .purchase .enableEdit:before,
body.page-template-template-register .purchase .cancelEdit:before,
body.page-template-template-purchase-business .payment .enableEdit:before,
body.page-template-template-purchase-business .payment .cancelEdit:before,
body.page-template-template-purchase-business .purchase .enableEdit:before,
body.page-template-template-purchase-business .purchase .cancelEdit:before,
body.page-template-template-purchase-education .payment .enableEdit:before,
body.page-template-template-purchase-education .payment .cancelEdit:before,
body.page-template-template-purchase-education .purchase .enableEdit:before,
body.page-template-template-purchase-education .purchase .cancelEdit:before,
.modal-dialog .payment .enableEdit:before,
.modal-dialog .payment .cancelEdit:before,
.modal-dialog .purchase .enableEdit:before,
.modal-dialog .purchase .cancelEdit:before,
.tutorial .close:before,
footer .socialLinks a:before,
.input-button-wrapper button:before,
.video-tile .interact a:before {
  line-height: 1;
  text-indent: 0;
}
/* line 290, ../sass/partials/_buttons.scss */
.btn-icon-only.small,
.btn-base-icon,
.pagination a,
.pagination span,
.slick-slider button.slick-next,
.slick-slider button.slick-prev,
button.slick-next,
button.slick-prev,
body.page-template-template-register .payment .enableEdit,
body.page-template-template-register .payment .cancelEdit,
body.page-template-template-register .purchase .enableEdit,
body.page-template-template-register .purchase .cancelEdit,
body.page-template-template-purchase-business .payment .enableEdit,
body.page-template-template-purchase-business .payment .cancelEdit,
body.page-template-template-purchase-business .purchase .enableEdit,
body.page-template-template-purchase-business .purchase .cancelEdit,
body.page-template-template-purchase-education .payment .enableEdit,
body.page-template-template-purchase-education .payment .cancelEdit,
body.page-template-template-purchase-education .purchase .enableEdit,
body.page-template-template-purchase-education .purchase .cancelEdit,
.modal-dialog .payment .enableEdit,
.modal-dialog .payment .cancelEdit,
.modal-dialog .purchase .enableEdit,
.modal-dialog .purchase .cancelEdit,
.tutorial .close,
footer .socialLinks a,
.input-button-wrapper button.small,
.video-tile .interact a.small {
  width: 34px;
  height: 34px;
}
/* line 299, ../sass/partials/_buttons.scss */
.btn-icon-only.hoverBorder,
.btn-base-icon,
.pagination a,
.pagination span,
.slick-slider button.slick-next,
.slick-slider button.slick-prev,
button.slick-next,
button.slick-prev,
body.page-template-template-register .payment .enableEdit,
body.page-template-template-register .payment .cancelEdit,
body.page-template-template-register .purchase .enableEdit,
body.page-template-template-register .purchase .cancelEdit,
body.page-template-template-purchase-business .payment .enableEdit,
body.page-template-template-purchase-business .payment .cancelEdit,
body.page-template-template-purchase-business .purchase .enableEdit,
body.page-template-template-purchase-business .purchase .cancelEdit,
body.page-template-template-purchase-education .payment .enableEdit,
body.page-template-template-purchase-education .payment .cancelEdit,
body.page-template-template-purchase-education .purchase .enableEdit,
body.page-template-template-purchase-education .purchase .cancelEdit,
.modal-dialog .payment .enableEdit,
.modal-dialog .payment .cancelEdit,
.modal-dialog .purchase .enableEdit,
.modal-dialog .purchase .cancelEdit,
.tutorial .hoverBorder.close,
footer .socialLinks a.hoverBorder,
.input-button-wrapper button.hoverBorder,
.video-tile .interact a.hoverBorder {
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  border: 2px solid transparent !important;
}
/* line 304, ../sass/partials/_buttons.scss */
.btn-icon-only.hoverBorder:hover, .btn-icon-only.hoverBorder:active,
.btn-base-icon:hover,
.pagination a:hover,
.pagination span:hover,
button.slick-next:hover,
div[choice-tile] .choiceTile button.slick-next,
div[choice-tile] .choiceTile.active:hover button.slick-next,
div[choice-tile] .choiceTile.active:focus button.slick-next,
button.slick-prev:hover,
div[choice-tile] .choiceTile button.slick-prev,
div[choice-tile] .choiceTile.active:hover button.slick-prev,
div[choice-tile] .choiceTile.active:focus button.slick-prev,
body.page-template-template-register .payment .enableEdit:hover,
body.page-template-template-register .payment .cancelEdit:hover,
body.page-template-template-register .purchase .enableEdit:hover,
body.page-template-template-register .purchase .cancelEdit:hover,
body.page-template-template-purchase-business .payment .enableEdit:hover,
body.page-template-template-purchase-business .payment .cancelEdit:hover,
body.page-template-template-purchase-business .purchase .enableEdit:hover,
body.page-template-template-purchase-business .purchase .cancelEdit:hover,
body.page-template-template-purchase-education .payment .enableEdit:hover,
body.page-template-template-purchase-education .payment .cancelEdit:hover,
body.page-template-template-purchase-education .purchase .enableEdit:hover,
body.page-template-template-purchase-education .purchase .cancelEdit:hover,
.modal-dialog .payment .enableEdit:hover,
.modal-dialog .payment .cancelEdit:hover,
.modal-dialog .purchase .enableEdit:hover,
.modal-dialog .purchase .cancelEdit:hover,
.tutorial .hoverBorder.close:hover,
footer .socialLinks a.hoverBorder:hover,
.input-button-wrapper button.hoverBorder:hover,
.input-button-wrapper div[choice-tile] .choiceTile button.hoverBorder,
div[choice-tile] .choiceTile .input-button-wrapper button.hoverBorder,
.video-tile .interact a.hoverBorder:hover,
.btn-base-icon:active,
.pagination a:active,
.pagination span:active,
button.slick-next:active,
button.slick-prev:active,
body.page-template-template-register .payment .enableEdit:active,
body.page-template-template-register .payment .cancelEdit:active,
body.page-template-template-register .purchase .enableEdit:active,
body.page-template-template-register .purchase .cancelEdit:active,
body.page-template-template-purchase-business .payment .enableEdit:active,
body.page-template-template-purchase-business .payment .cancelEdit:active,
body.page-template-template-purchase-business .purchase .enableEdit:active,
body.page-template-template-purchase-business .purchase .cancelEdit:active,
body.page-template-template-purchase-education .payment .enableEdit:active,
body.page-template-template-purchase-education .payment .cancelEdit:active,
body.page-template-template-purchase-education .purchase .enableEdit:active,
body.page-template-template-purchase-education .purchase .cancelEdit:active,
.modal-dialog .payment .enableEdit:active,
.modal-dialog .payment .cancelEdit:active,
.modal-dialog .purchase .enableEdit:active,
.modal-dialog .purchase .cancelEdit:active,
.tutorial .hoverBorder.close:active,
footer .socialLinks a.hoverBorder:active,
.input-button-wrapper button.hoverBorder:active,
.video-tile .interact a.hoverBorder:active {
  border: 2px solid #4d4d4d !important;
}
/* line 310, ../sass/partials/_buttons.scss */
.btn-icon-only.hoverBorder[disabled]:hover, .btn-icon-only.hoverBorder[disabled]:active,
[disabled].btn-base-icon:hover,
.pagination a[disabled]:hover,
.pagination span[disabled]:hover,
button[disabled].slick-next:hover,
div[choice-tile] .choiceTile button[disabled].slick-next,
button[disabled].slick-prev:hover,
div[choice-tile] .choiceTile button[disabled].slick-prev,
body.page-template-template-register .payment [disabled].enableEdit:hover,
body.page-template-template-register .payment [disabled].cancelEdit:hover,
body.page-template-template-register .purchase [disabled].enableEdit:hover,
body.page-template-template-register .purchase [disabled].cancelEdit:hover,
body.page-template-template-purchase-business .payment [disabled].enableEdit:hover,
body.page-template-template-purchase-business .payment [disabled].cancelEdit:hover,
body.page-template-template-purchase-business .purchase [disabled].enableEdit:hover,
body.page-template-template-purchase-business .purchase [disabled].cancelEdit:hover,
body.page-template-template-purchase-education .payment [disabled].enableEdit:hover,
body.page-template-template-purchase-education .payment [disabled].cancelEdit:hover,
body.page-template-template-purchase-education .purchase [disabled].enableEdit:hover,
body.page-template-template-purchase-education .purchase [disabled].cancelEdit:hover,
.modal-dialog .payment [disabled].enableEdit:hover,
.modal-dialog .payment [disabled].cancelEdit:hover,
.modal-dialog .purchase [disabled].enableEdit:hover,
.modal-dialog .purchase [disabled].cancelEdit:hover,
.tutorial .hoverBorder[disabled].close:hover,
footer .socialLinks a.hoverBorder[disabled]:hover,
.input-button-wrapper button.hoverBorder[disabled]:hover,
.input-button-wrapper div[choice-tile] .choiceTile button.hoverBorder[disabled],
div[choice-tile] .choiceTile .input-button-wrapper button.hoverBorder[disabled],
.video-tile .interact a.hoverBorder[disabled]:hover,
[disabled].btn-base-icon:active,
.pagination a[disabled]:active,
.pagination span[disabled]:active,
button[disabled].slick-next:active,
button[disabled].slick-prev:active,
body.page-template-template-register .payment [disabled].enableEdit:active,
body.page-template-template-register .payment [disabled].cancelEdit:active,
body.page-template-template-register .purchase [disabled].enableEdit:active,
body.page-template-template-register .purchase [disabled].cancelEdit:active,
body.page-template-template-purchase-business .payment [disabled].enableEdit:active,
body.page-template-template-purchase-business .payment [disabled].cancelEdit:active,
body.page-template-template-purchase-business .purchase [disabled].enableEdit:active,
body.page-template-template-purchase-business .purchase [disabled].cancelEdit:active,
body.page-template-template-purchase-education .payment [disabled].enableEdit:active,
body.page-template-template-purchase-education .payment [disabled].cancelEdit:active,
body.page-template-template-purchase-education .purchase [disabled].enableEdit:active,
body.page-template-template-purchase-education .purchase [disabled].cancelEdit:active,
.modal-dialog .payment [disabled].enableEdit:active,
.modal-dialog .payment [disabled].cancelEdit:active,
.modal-dialog .purchase [disabled].enableEdit:active,
.modal-dialog .purchase [disabled].cancelEdit:active,
.tutorial .hoverBorder[disabled].close:active,
footer .socialLinks a.hoverBorder[disabled]:active,
.input-button-wrapper button.hoverBorder[disabled]:active,
.video-tile .interact a.hoverBorder[disabled]:active {
  border-color: transparent !important;
}

/* line 333, ../sass/partials/_buttons.scss */
.btn-next:before {
  font-size: 1.3em;
  margin-top: -0.03em;
}

/* line 345, ../sass/partials/_buttons.scss */
.btn-back:before {
  font-size: 1.3em;
  margin-top: -0.03em;
}

/* line 369, ../sass/partials/_buttons.scss */
.btn-social {
  position: relative;
  background-color: transparent !important;
}
/* line 374, ../sass/partials/_buttons.scss */
.btn-social.btn-facebook {
  background-image: url("../png/facebook_button_logo.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 7px 7px;
}
/* line 382, ../sass/partials/_buttons.scss */
.btn-social.btn-facebook, .btn-social.btn-facebook:active, .btn-social.btn-facebook:focus {
  color: #3b5999;
}
/* line 388, ../sass/partials/_buttons.scss */
.btn-social.btn-facebook:hover {
  color: rgba(59, 89, 153, 0.9);
}
/* line 392, ../sass/partials/_buttons.scss */
.btn-social.btn-facebook:active, .btn-social.btn-facebook:hover, .btn-social.btn-facebook:focus {
  border-color: #3b5999 !important;
}
/* line 398, ../sass/partials/_buttons.scss */
.btn-social.btn-facebook[disabled], .btn-social.btn-facebook.disabled {
  background-image: url("../png/facebook_button_logo.png") !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: 7px 7px !important;
}
/* line 408, ../sass/partials/_buttons.scss */
.btn-social.btn-google {
  background-image: url("../png/google_button_logo.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 4px 4px;
}
/* line 414, ../sass/partials/_buttons.scss */
.btn-social.btn-google, .btn-social.btn-google:active, .btn-social.btn-google:focus {
  color: #4285F4;
}
/* line 420, ../sass/partials/_buttons.scss */
.btn-social.btn-google:hover {
  color: rgba(66, 133, 244, 0.9);
}
/* line 424, ../sass/partials/_buttons.scss */
.btn-social.btn-google:active, .btn-social.btn-google:hover, .btn-social.btn-google:focus {
  border-color: #4285F4 !important;
}
/* line 430, ../sass/partials/_buttons.scss */
.btn-social.btn-google[disabled], .btn-social.btn-google.disabled {
  background-image: url("../png/google_button_logo.png") !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: 4px 4px !important;
}
/* line 439, ../sass/partials/_buttons.scss */
.btn-social.btn-microsoft {
  background-image: url("../png/microsoft_button_logo.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 7px 7px;
  color: #5E5E5E !important;
  border: 1px solid #8C8C8C !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
}
/* line 449, ../sass/partials/_buttons.scss */
.btn-social.btn-microsoft, .btn-social.btn-microsoft:active, .btn-social.btn-microsoft:focus {
  color: #ededed;
}
/* line 455, ../sass/partials/_buttons.scss */
.btn-social.btn-microsoft:hover {
  color: #c9c2c1 !important;
  border-color: #c9c2c1 !important;
}
/* line 459, ../sass/partials/_buttons.scss */
.btn-social.btn-microsoft[disabled], .btn-social.btn-microsoft.disabled {
  background-image: url("../png/microsoft_button_logo.png") !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: 7px 7px !important;
  color: #ffffff !important;
}
/* line 470, ../sass/partials/_buttons.scss */
.btn-social:before {
  z-index: 1;
  text-align: center;
  font-size: 26px;
}

/* line 486, ../sass/partials/_buttons.scss */
a.btn.btn-lg, .btn-group-lg > a.btn, a.btn.btn-lg:hover, .btn-group-lg > a.btn:hover, a.btn.btn-lg:focus, .btn-group-lg > a.btn:focus, a.btn.btn-lg:active, .btn-group-lg > a.btn:active,
button.btn-lg,
.btn-group-lg > button.btn,
button.btn-lg:hover,
.btn-group-lg > button.btn:hover,
div[choice-tile] .choiceTile .btn-group-lg > button.btn,
div[choice-tile] .choiceTile button.btn-lg,
div[choice-tile] .choiceTile.active:hover button.btn-lg,
div[choice-tile] .choiceTile.active:focus button.btn-lg,
button.btn-lg:focus,
.btn-group-lg > button.btn:focus,
button.btn-lg:active,
.btn-group-lg > button.btn:active {
  line-height: 1.7em;
}

/* line 1, ../sass/partials/_toolitip.scss */
.tooltip {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  font-size: 18px !important;
}
/* line 5, ../sass/partials/_toolitip.scss */
.tooltip-inner {
  max-width: 305.33333px;
  padding: 6px 12px;
  background: #4d4d4d;
}
/* line 11, ../sass/partials/_toolitip.scss */
.tooltip.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 15, ../sass/partials/_toolitip.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #4d4d4d;
}
/* line 19, ../sass/partials/_toolitip.scss */
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #4d4d4d;
}

/* line 25, ../sass/partials/_toolitip.scss */
.info.collapsed {
  font-size: 1.2em;
  vertical-align: text-bottom;
}

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
/* line 9, ../sass/partials/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
/* line 14, ../sass/partials/_type.scss */
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary,
.h1.primary, .h2.primary, .h3.primary, .h4.primary, .h5.primary, .h6.primary {
  color: #00c0cc;
}
/* line 18, ../sass/partials/_type.scss */
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}

/* line 23, ../sass/partials/_type.scss */
h1, h2.mainhead {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 40px;
  letter-spacing: 0.02em;
}

/* line 31, ../sass/partials/_type.scss */
h2.sub, h3.mainsub {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  margin-top: 3.6px;
  margin-bottom: 3.6px;
  font-size: 40px;
}

/* line 38, ../sass/partials/_type.scss */
h2, h3.head {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  margin-top: 3.6px;
  margin-bottom: 4.8px;
  font-size: 40px;
}

/* line 45, ../sass/partials/_type.scss */
h3, h4.bold {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

/* line 52, ../sass/partials/_type.scss */
h3.sub, h4.sub {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
}

/* line 59, ../sass/partials/_type.scss */
h4 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  font-size: 24px;
}

/* line 64, ../sass/partials/_type.scss */
b {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
}

/* line 68, ../sass/partials/_type.scss */
p {
  margin: 10px 0;
}

/* line 72, ../sass/partials/_type.scss */
.light {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #a5a5a5;
}

/* line 76, ../sass/partials/_type.scss */
.note {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #a5a5a5;
  font-size: 80%;
  position: absolute;
  top: 0;
  right: -2px;
}

/* line 1, ../sass/partials/_modal.scss */
.tutorial {
  position: fixed;
  z-index: 2100;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
/* line 12, ../sass/partials/_modal.scss */
.tutorial:before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background-color: rgba(77, 77, 77, 0.7);
}
/* line 24, ../sass/partials/_modal.scss */
.tutorial .modalContent {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  background-color: #f7f7f7;
  overflow: hidden;
}
/* line 35, ../sass/partials/_modal.scss */
.tutorial .modalContent header {
  position: relative;
  z-index: 2;
  height: 46px;
  border-bottom: 2px solid #ededed;
  background-color: #fff;
}
/* line 44, ../sass/partials/_modal.scss */
.tutorial .modalInnerWrapper {
  position: absolute;
  z-index: 1;
  top: 46px;
  right: 0;
  bottom: 5px;
  left: 0;
}
/* line 54, ../sass/partials/_modal.scss */
.tutorial .close {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-shadow: none !important;
  position: absolute;
  float: none;
  top: 10px;
  right: 10px;
  left: auto;
  margin: 0;
  font-size: 24px;
}
/* line 70, ../sass/partials/_modal.scss */
.tutorial .close:before {
  margin-left: 1px;
}
/* line 78, ../sass/partials/_modal.scss */
.tutorial .closeByOutsideClick {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  z-index: 0;
}
/* line 86, ../sass/partials/_modal.scss */
.scrollable.tutorial .modalContent {
  overflow: hidden;
}
/* line 90, ../sass/partials/_modal.scss */
.scrollable.tutorial .modalInnerWrapper {
  overflow: auto;
  right: -16px;
  bottom: -16px;
  padding-right: 16px;
  padding-bottom: 16px;
}

/* line 8, ../sass/partials/_scroller.scss */
tab .tabContent .mCSB_scrollTools_vertical {
  right: -6px;
}
/* line 12, ../sass/partials/_scroller.scss */
tab .tabContent .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
}

/* line 18, ../sass/partials/_scroller.scss */
.mCustomScrollbar,
.mCustomScrollBox {
  overflow: visible;
}

/* line 25, ../sass/partials/_scroller.scss */
.mCSB_scrollTools_vertical {
  width: 16px;
}
/* line 29, ../sass/partials/_scroller.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
}
/* line 41, ../sass/partials/_scroller.scss */
.mCSB_scrollTools.mCS-dark .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools.mCS-dark .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools.mCS-dark .mCSB_dragger:active .mCSB_dragger_bar {
  background: #b4b3b3;
}
/* line 47, ../sass/partials/_scroller.scss */
.mCSB_scrollTools.mCS-dark .mCSB_draggerRail {
  background: #f1f1f1;
}

/* line 53, ../sass/partials/_scroller.scss */
.mCSB_container_wrapper {
  margin-right: 24px;
}
/* line 56, ../sass/partials/_scroller.scss */
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 0;
  padding-bottom: 0;
  width: 100% !important;
}

/* line 1, ../sass/partials/_pagination.scss */
.pagination {
  margin-bottom: 0;
}
/* line 4, ../sass/partials/_pagination.scss */
.pagination li {
  border: none !important;
}
/* line 8, ../sass/partials/_pagination.scss */
.pagination a, .pagination span {
  margin: 5px;
  padding: 4px 0 0 0 !important;
  font-size: 0.7em;
  text-indent: 0;
}
/* line 17, ../sass/partials/_pagination.scss */
.pagination a[disabled], .pagination span[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: not-allowed !important;
}
/* line 23, ../sass/partials/_pagination.scss */
.pagination a:hover, .pagination span:hover {
  color: #4d4d4d;
}
/* line 28, ../sass/partials/_pagination.scss */
.pagination span {
  background: #a5a5a5 !important;
  color: white !important;
  border-color: white !important;
  cursor: default !important;
}
/* line 35, ../sass/partials/_pagination.scss */
.pagination a {
  cursor: pointer !important;
}
/* line 38, ../sass/partials/_pagination.scss */
.pagination a.goFirst, .pagination a.goLast, .pagination a.goPrev, .pagination a.goNext {
  padding: 5px 0 0 0 !important;
}
/* line 44, ../sass/partials/_pagination.scss */
.pagination a.goFirst:before, .pagination a.goLast:before, .pagination a.goPrev:before, .pagination a.goNext:before {
  font-size: 0.8em;
}
/* line 68, ../sass/partials/_pagination.scss */
.paginationNav input {
  width: 50px;
  text-align: center;
}

/* line 12, ../sass/partials/_tab.scss */
tabset {
  position: relative;
}
/* line 21, ../sass/partials/_tab.scss */
tabset.contains-0 .tabHeader {
  width: Infinity%;
}
/* line 30, ../sass/partials/_tab.scss */
tabset.contains-0 tab:nth-child(1) .tabHeader {
  left: NaN%;
}
/* line 30, ../sass/partials/_tab.scss */
tabset.contains-0 tab:nth-child(0) .tabHeader {
  left: -Infinity%;
}
/* line 21, ../sass/partials/_tab.scss */
tabset.contains-1 .tabHeader {
  width: 100%;
}
/* line 30, ../sass/partials/_tab.scss */
tabset.contains-1 tab:nth-child(1) .tabHeader {
  left: 0%;
}
/* line 21, ../sass/partials/_tab.scss */
tabset.contains-2 .tabHeader {
  width: 50%;
}
/* line 30, ../sass/partials/_tab.scss */
tabset.contains-2 tab:nth-child(1) .tabHeader {
  left: 0%;
}
/* line 30, ../sass/partials/_tab.scss */
tabset.contains-2 tab:nth-child(2) .tabHeader {
  left: 50%;
}
/* line 21, ../sass/partials/_tab.scss */
tabset.contains-3 .tabHeader {
  width: 33.33333%;
}
/* line 30, ../sass/partials/_tab.scss */
tabset.contains-3 tab:nth-child(1) .tabHeader {
  left: 0%;
}
/* line 30, ../sass/partials/_tab.scss */
tabset.contains-3 tab:nth-child(2) .tabHeader {
  left: 33.33333%;
}
/* line 30, ../sass/partials/_tab.scss */
tabset.contains-3 tab:nth-child(3) .tabHeader {
  left: 66.66667%;
}
/* line 45, ../sass/partials/_tab.scss */
tabset.activeTab-0 .tab-0 .tabHeader {
  color: #00c0cc;
  cursor: default;
}
/* line 49, ../sass/partials/_tab.scss */
tabset.activeTab-0 .tab-0 .tabHeader:before {
  top: 0;
  bottom: 0;
  border-bottom-width: 0;
}
/* line 56, ../sass/partials/_tab.scss */
tabset.activeTab-0 .tab-0 .tabContent {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 2;
}
/* line 45, ../sass/partials/_tab.scss */
tabset.activeTab-1 .tab-1 .tabHeader {
  color: #00c0cc;
  cursor: default;
}
/* line 49, ../sass/partials/_tab.scss */
tabset.activeTab-1 .tab-1 .tabHeader:before {
  top: 0;
  bottom: 0;
  border-bottom-width: 0;
}
/* line 56, ../sass/partials/_tab.scss */
tabset.activeTab-1 .tab-1 .tabContent {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 2;
}
/* line 45, ../sass/partials/_tab.scss */
tabset.activeTab-2 .tab-2 .tabHeader {
  color: #00c0cc;
  cursor: default;
}
/* line 49, ../sass/partials/_tab.scss */
tabset.activeTab-2 .tab-2 .tabHeader:before {
  top: 0;
  bottom: 0;
  border-bottom-width: 0;
}
/* line 56, ../sass/partials/_tab.scss */
tabset.activeTab-2 .tab-2 .tabContent {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 2;
}

/* line 66, ../sass/partials/_tab.scss */
tab {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 69, ../sass/partials/_tab.scss */
tab:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: none;
}
/* line 80, ../sass/partials/_tab.scss */
tab .tabHeader {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  position: absolute;
  padding: 10px 10px 0;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
/* line 91, ../sass/partials/_tab.scss */
tab .tabHeader:before {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  position: absolute;
  z-index: 1;
  top: 5px;
  right: -2px;
  bottom: 0;
  left: 0;
  border: 2px solid #ededed;
}
/* line 105, ../sass/partials/_tab.scss */
tab .tabHeader span {
  position: relative;
  z-index: 2;
}
/* line 115, ../sass/partials/_tab.scss */
tab:last-child .tabHeader {
  left: auto !important;
  right: 0 !important;
}
/* line 119, ../sass/partials/_tab.scss */
tab:last-child .tabHeader:before {
  right: 0;
}
/* line 125, ../sass/partials/_tab.scss */
tab .tabContent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  border: 2px solid #ededed;
  border-top: none;
  z-index: 1;
  margin: 0;
  padding: 20px;
  font-size: 16px;
}

/* line 9, ../sass/partials/_slick.scss */
.slick-slider button.slick-next, .slick-slider button.slick-prev {
  position: absolute;
  z-index: 20;
  width: 31px;
  height: 31px;
  margin-top: -15px;
}
/* line 19, ../sass/partials/_slick.scss */
.slick-slider button.slick-next:before, .slick-slider button.slick-prev:before {
  font-size: 28px;
}
/* line 23, ../sass/partials/_slick.scss */
.slick-slider button.slick-next.slick-disabled, .slick-slider button.slick-prev.slick-disabled {
  visibility: hidden;
}
/* line 28, ../sass/partials/_slick.scss */
.slick-slider button.slick-next {
  margin-left: 6px;
}
/* line 33, ../sass/partials/_slick.scss */
.slick-slider button.slick-next:before {
  margin-left: 1px;
  margin-top: -1px;
}
/* line 39, ../sass/partials/_slick.scss */
.slick-slider button.slick-prev {
  margin-right: 6px;
}
/* line 44, ../sass/partials/_slick.scss */
.slick-slider button.slick-prev:before {
  margin-left: -1px;
  margin-top: -1px;
}
/* line 52, ../sass/partials/_slick.scss */
.slick-list {
  overflow: visible;
}
/* line 55, ../sass/partials/_slick.scss */
.slick-list:before, .slick-list:after {
  content: '';
  position: absolute;
  z-index: 10;
  top: -10px;
  bottom: -10px;
  width: 100%;
  background: #f7f7f7;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
}
/* line 70, ../sass/partials/_slick.scss */
.slick-slider.sliding .slick-list:before, .slick-slider.sliding .slick-list:after {
  border-color: #ededed;
}
/* line 75, ../sass/partials/_slick.scss */
.slick-list:before {
  right: 100%;
  border-right-width: 2px;
  margin-right: -10px;
}
/* line 81, ../sass/partials/_slick.scss */
.slick-list:after {
  left: 100%;
  border-left-width: 2px;
  margin-left: -10px;
}
/* line 88, ../sass/partials/_slick.scss */
.slick-dots {
  bottom: -37px;
}
/* line 95, ../sass/partials/_slick.scss */
.slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 4px;
}
/* line 100, ../sass/partials/_slick.scss */
.slick-dots li button {
  position: relative;
  width: 20px;
  height: 20px;
}
/* line 105, ../sass/partials/_slick.scss */
.slick-dots li button:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  content: '';
  width: 10px;
  height: 10px;
  background: #b4b4b4;
}
/* line 118, ../sass/partials/_slick.scss */
.slick-dots li button:hover:before, .slick-dots li div[choice-tile] .choiceTile button:before, div[choice-tile] .choiceTile .slick-dots li button:before, .slick-dots li div[choice-tile] .choiceTile.active:hover button:before, div[choice-tile] .choiceTile.active:hover .slick-dots li button:before, .slick-dots li div[choice-tile] .choiceTile.active:focus button:before, div[choice-tile] .choiceTile.active:focus .slick-dots li button:before, .slick-dots li button:active:before {
  background: #a5a5a5;
}
/* line 128, ../sass/partials/_slick.scss */
.slick-dots li.slick-active button:before {
  background: #4d4d4d;
}

/* line 2, ../sass/partials/_inputError.scss */
input + .inputError, input[type="text"] + .inputError, input[type="number"] + .inputError, input[type="password"] + .inputError, input[type="email"] + .inputError, input[type="tel"] + .inputError, input[type="search"] + .inputError, .input + .inputError, .input[type="text"] + .inputError, .input[type="number"] + .inputError, .input[type="password"] + .inputError, .input[type="email"] + .inputError, .input[type="tel"] + .inputError, .input[type="search"] + .inputError, select + .inputError, select[type="text"] + .inputError, select[type="number"] + .inputError, select[type="password"] + .inputError, select[type="email"] + .inputError, select[type="tel"] + .inputError, select[type="search"] + .inputError {
  position: absolute;
  display: none;
  top: 8px;
  right: 0;
  color: #fa5000;
  font-size: 0;
  text-align: center;
}
/* line 16, ../sass/partials/_inputError.scss */
input + .inputError:before, input[type="text"] + .inputError:before, input[type="number"] + .inputError:before, input[type="password"] + .inputError:before, input[type="email"] + .inputError:before, input[type="tel"] + .inputError:before, input[type="search"] + .inputError:before, .input + .inputError:before, .input[type="text"] + .inputError:before, .input[type="number"] + .inputError:before, .input[type="password"] + .inputError:before, .input[type="email"] + .inputError:before, .input[type="tel"] + .inputError:before, .input[type="search"] + .inputError:before, select + .inputError:before, select[type="text"] + .inputError:before, select[type="number"] + .inputError:before, select[type="password"] + .inputError:before, select[type="email"] + .inputError:before, select[type="tel"] + .inputError:before, select[type="search"] + .inputError:before {
  font-size: 22px;
}
/* line 20, ../sass/partials/_inputError.scss */
input + .inputError:hover, input[type="text"] + .inputError:hover, input[type="number"] + .inputError:hover, input[type="password"] + .inputError:hover, input[type="email"] + .inputError:hover, input[type="tel"] + .inputError:hover, input[type="search"] + .inputError:hover, .input + .inputError:hover, .input[type="text"] + .inputError:hover, .input[type="number"] + .inputError:hover, .input[type="password"] + .inputError:hover, .input[type="email"] + .inputError:hover, .input[type="tel"] + .inputError:hover, .input[type="search"] + .inputError:hover, select + .inputError:hover, select[type="text"] + .inputError:hover, select[type="number"] + .inputError:hover, select[type="password"] + .inputError:hover, select[type="email"] + .inputError:hover, select[type="tel"] + .inputError:hover, select[type="search"] + .inputError:hover {
  color: #4d4d4d;
}
/* line 23, ../sass/partials/_inputError.scss */
input + .inputError:hover:after, input[type="text"] + .inputError:hover:after, input[type="number"] + .inputError:hover:after, input[type="password"] + .inputError:hover:after, input[type="email"] + .inputError:hover:after, input[type="tel"] + .inputError:hover:after, input[type="search"] + .inputError:hover:after, .input + .inputError:hover:after, .input[type="text"] + .inputError:hover:after, .input[type="number"] + .inputError:hover:after, .input[type="password"] + .inputError:hover:after, .input[type="email"] + .inputError:hover:after, .input[type="tel"] + .inputError:hover:after, .input[type="search"] + .inputError:hover:after, select + .inputError:hover:after, select[type="text"] + .inputError:hover:after, select[type="number"] + .inputError:hover:after, select[type="password"] + .inputError:hover:after, select[type="email"] + .inputError:hover:after, select[type="tel"] + .inputError:hover:after, select[type="search"] + .inputError:hover:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  border: 2px solid #4d4d4d;
}
/* line 38, ../sass/partials/_inputError.scss */
input.ng-invalid, input.invalid, input.error, input[type="text"].ng-invalid, input[type="text"].invalid, input[type="text"].error, input[type="number"].ng-invalid, input[type="number"].invalid, input[type="number"].error, input[type="password"].ng-invalid, input[type="password"].invalid, input[type="password"].error, input[type="email"].ng-invalid, input[type="email"].invalid, input[type="email"].error, input[type="tel"].ng-invalid, input[type="tel"].invalid, input[type="tel"].error, input[type="search"].ng-invalid, input[type="search"].invalid, input[type="search"].error, .input.ng-invalid, .input.invalid, .input.error, .input[type="text"].ng-invalid, .input[type="text"].invalid, .input[type="text"].error, .input[type="number"].ng-invalid, .input[type="number"].invalid, .input[type="number"].error, .input[type="password"].ng-invalid, .input[type="password"].invalid, .input[type="password"].error, .input[type="email"].ng-invalid, .input[type="email"].invalid, .input[type="email"].error, .input[type="tel"].ng-invalid, .input[type="tel"].invalid, .input[type="tel"].error, .input[type="search"].ng-invalid, .input[type="search"].invalid, .input[type="search"].error, select.ng-invalid, select.invalid, select.error, select[type="text"].ng-invalid, select[type="text"].invalid, select[type="text"].error, select[type="number"].ng-invalid, select[type="number"].invalid, select[type="number"].error, select[type="password"].ng-invalid, select[type="password"].invalid, select[type="password"].error, select[type="email"].ng-invalid, select[type="email"].invalid, select[type="email"].error, select[type="tel"].ng-invalid, select[type="tel"].invalid, select[type="tel"].error, select[type="search"].ng-invalid, select[type="search"].invalid, select[type="search"].error {
  border-color: #fa5000;
}
/* line 41, ../sass/partials/_inputError.scss */
input.ng-invalid + .inputError, input.invalid + .inputError, input.error + .inputError, input[type="text"].ng-invalid + .inputError, input[type="text"].invalid + .inputError, input[type="text"].error + .inputError, input[type="number"].ng-invalid + .inputError, input[type="number"].invalid + .inputError, input[type="number"].error + .inputError, input[type="password"].ng-invalid + .inputError, input[type="password"].invalid + .inputError, input[type="password"].error + .inputError, input[type="email"].ng-invalid + .inputError, input[type="email"].invalid + .inputError, input[type="email"].error + .inputError, input[type="tel"].ng-invalid + .inputError, input[type="tel"].invalid + .inputError, input[type="tel"].error + .inputError, input[type="search"].ng-invalid + .inputError, input[type="search"].invalid + .inputError, input[type="search"].error + .inputError, .input.ng-invalid + .inputError, .input.invalid + .inputError, .input.error + .inputError, .input[type="text"].ng-invalid + .inputError, .input[type="text"].invalid + .inputError, .input[type="text"].error + .inputError, .input[type="number"].ng-invalid + .inputError, .input[type="number"].invalid + .inputError, .input[type="number"].error + .inputError, .input[type="password"].ng-invalid + .inputError, .input[type="password"].invalid + .inputError, .input[type="password"].error + .inputError, .input[type="email"].ng-invalid + .inputError, .input[type="email"].invalid + .inputError, .input[type="email"].error + .inputError, .input[type="tel"].ng-invalid + .inputError, .input[type="tel"].invalid + .inputError, .input[type="tel"].error + .inputError, .input[type="search"].ng-invalid + .inputError, .input[type="search"].invalid + .inputError, .input[type="search"].error + .inputError, select.ng-invalid + .inputError, select.invalid + .inputError, select.error + .inputError, select[type="text"].ng-invalid + .inputError, select[type="text"].invalid + .inputError, select[type="text"].error + .inputError, select[type="number"].ng-invalid + .inputError, select[type="number"].invalid + .inputError, select[type="number"].error + .inputError, select[type="password"].ng-invalid + .inputError, select[type="password"].invalid + .inputError, select[type="password"].error + .inputError, select[type="email"].ng-invalid + .inputError, select[type="email"].invalid + .inputError, select[type="email"].error + .inputError, select[type="tel"].ng-invalid + .inputError, select[type="tel"].invalid + .inputError, select[type="tel"].error + .inputError, select[type="search"].ng-invalid + .inputError, select[type="search"].invalid + .inputError, select[type="search"].error + .inputError {
  display: block;
}

/* line 1, ../sass/modules/_footer.scss */
footer {
  height: 45px;
  min-width: 1024px;
  margin-top: -45px;
  background-color: #4d4d4d;
  color: #a5a5a5;
  text-align: center;
}
/* line 9, ../sass/modules/_footer.scss */
footer ul {
  display: inline-block;
  margin-top: 10px;
}
/* line 14, ../sass/modules/_footer.scss */
footer li {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
  vertical-align: middle;
}
/* line 21, ../sass/modules/_footer.scss */
footer a {
  display: inline-block;
  color: #ededed;
}
/* line 25, ../sass/modules/_footer.scss */
footer a + a {
  margin-left: 10px;
}
/* line 29, ../sass/modules/_footer.scss */
footer a.btn.btn-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  margin-top: -5px;
  font-size: 1em;
}
/* line 42, ../sass/modules/_footer.scss */
footer .socialLinks {
  margin: 0;
  padding-top: 5px;
}
/* line 46, ../sass/modules/_footer.scss */
footer .socialLinks a {
  margin: 0 5px;
  font-size: 0.9em;
}

/* line 58, ../sass/modules/_footer.scss */
.pre-footer {
  margin-top: 40px;
  text-align: center;
}
/* line 62, ../sass/modules/_footer.scss */
.pre-footer * {
  font-size: 18px;
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
/* line 8, ../sass/modules/_header.scss */
body > header {
  -moz-box-shadow: 0 1px 1px #ededed;
  -webkit-box-shadow: 0 1px 1px #ededed;
  box-shadow: 0 1px 1px #ededed;
  -moz-transition: height 0.3s, margin-left 0.3s;
  -o-transition: height 0.3s, margin-left 0.3s;
  -webkit-transition: height 0.3s, margin-left 0.3s;
  transition: height 0.3s, margin-left 0.3s;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
/* line 22, ../sass/modules/_header.scss */
body > header > div {
  height: 100%;
}
/* line 26, ../sass/modules/_header.scss */
body > header .container {
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  position: relative;
  height: 100%;
}
/* line 33, ../sass/modules/_header.scss */
body > header .cd-logo {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 175px;
  background-image: url(../mysimpleshow_logo_rgb.html);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 48, ../sass/modules/_header.scss */
body > header .cd-logo a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 56, ../sass/modules/_header.scss */
body > header .cd-logo img {
  width: auto;
  height: 36px;
  margin-top: 27.09091px;
}
/* line 67, ../sass/modules/_header.scss */
body > header .navmenu {
  margin-left: 210px;
  float: left;
}
/* line 71, ../sass/modules/_header.scss */
body > header .navmenu .menu {
  display: table;
  height: 93px;
  float: left;
}
/* line 76, ../sass/modules/_header.scss */
body > header .navmenu .menu li {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 18px;
  vertical-align: middle;
  display: table-cell;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 87, ../sass/modules/_header.scss */
body > header .navmenu .menu li a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #4d4d4d;
}
/* line 90, ../sass/modules/_header.scss */
body > header .navmenu .menu li a:hover {
  color: #2fcbda;
}
/* line 96, ../sass/modules/_header.scss */
body > header .navmenu .menu li.active a {
  color: #00c0cc;
}
/* line 104, ../sass/modules/_header.scss */
body > header nav {
  position: absolute;
  right: 54px;
}
/* line 110, ../sass/modules/_header.scss */
body > header .dashboardHeader nav {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  width: 225px;
  min-height: 62px;
  top: 15px;
  cursor: pointer;
  border: 2px solid transparent;
  align-items: center;
}
/* line 121, ../sass/modules/_header.scss */
body > header .dashboardHeader nav.open, body > header .dashboardHeader nav:hover, body > header .dashboardHeader nav:active, body > header .dashboardHeader nav:focus {
  border-color: #ededed;
}
/* line 127, ../sass/modules/_header.scss */
body > header .dashboardHeader nav.open .currentUserDetails, body > header .dashboardHeader nav:hover .currentUserDetails, body > header .dashboardHeader nav:active .currentUserDetails, body > header .dashboardHeader nav:focus .currentUserDetails {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 132, ../sass/modules/_header.scss */
body > header .dashboardHeader nav.open {
  border-bottom-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 138, ../sass/modules/_header.scss */
body > header .dashboardHeader nav .phases {
  height: 100%;
  margin-left: 249px;
}
/* line 143, ../sass/modules/_header.scss */
body > header .dashboardHeader nav .cd-main-nav {
  position: absolute;
  right: -2px;
  left: -2px;
  top: 0;
  width: auto;
  margin: 0;
}
/* line 154, ../sass/modules/_header.scss */
body > header .cd-nav-trigger {
  display: none;
}
/* line 158, ../sass/modules/_header.scss */
body > header .currentUserDetails, body > header .userMenu {
  float: left;
}
/* line 163, ../sass/modules/_header.scss */
body > header .currentUserDetails {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  margin-top: 11px;
  padding-right: 15px;
  margin-left: 11px;
  margin-bottom: 11px;
  text-align: right;
  width: 100%;
  max-width: 160px;
  font-size: 14px;
}
/* line 176, ../sass/modules/_header.scss */
body > header .currentUserDetails p {
  margin: 0;
  max-width: 150px;
  line-height: 1.3;
}
/* line 181, ../sass/modules/_header.scss */
body > header .currentUserDetails p.currentUserName {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #4d4d4d;
}
/* line 185, ../sass/modules/_header.scss */
body > header .currentUserDetails p.currentAccountName {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #4d4d4d;
}
/* line 190, ../sass/modules/_header.scss */
body > header .currentUserDetails p.switchAccount {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  position: relative;
  color: #00c0cc;
  margin-bottom: -18px;
}
/* line 196, ../sass/modules/_header.scss */
body > header .currentUserDetails p.switchAccount:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 2px;
  font-size: 16px;
  vertical-align: top;
}
/* line 210, ../sass/modules/_header.scss */
body > header .currentUserDetails p.switchAccount:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 218, ../sass/modules/_header.scss */
body > header .nav-login {
  position: relative;
  height: 100%;
  font-size: 24px;
}
/* line 223, ../sass/modules/_header.scss */
body > header .nav-login p {
  float: left;
  line-height: 74px;
  margin-bottom: 10px;
}
/* line 229, ../sass/modules/_header.scss */
body > header .nav-login figure {
  position: absolute;
  right: 11px;
  top: 11px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
/* line 237, ../sass/modules/_header.scss */
body > header .nav-login figure span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  border: 2px solid #ededed;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  background-size: contain;
}
/* line 252, ../sass/modules/_header.scss */
body > header .nav-login figure img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: auto;
}
/* line 259, ../sass/modules/_header.scss */
body > header .nav-login ul {
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  clear: both;
  position: absolute;
  top: 59px;
  width: 100%;
  padding-top: 17px;
  border: 2px solid #ededed;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 16px;
}
/* line 275, ../sass/modules/_header.scss */
body > header .nav-login ul li {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  background-color: #fff;
  float: none;
  display: block;
  line-height: 2.5;
  font-size: 16px;
}
/* line 285, ../sass/modules/_header.scss */
body > header .nav-login ul li a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding: 0 10px;
  display: inline-block;
  min-width: 100%;
  padding-top: 0;
  padding-right: 18.75px;
  padding-bottom: 0;
  padding-left: 50px;
  white-space: nowrap;
  color: #4d4d4d;
}
/* line 302, ../sass/modules/_header.scss */
body > header .nav-login ul li a:before {
  position: absolute;
  left: 25px;
}
/* line 326, ../sass/modules/_header.scss */
body > header .nav-login ul li a:hover {
  background-color: #2fcbda;
  color: #fff;
}
/* line 333, ../sass/modules/_header.scss */
body > header .nav-login ul:before {
  display: block;
  position: absolute;
  content: " ";
  width: auto;
  height: 2px;
  background-color: #ededed;
  left: 11px;
  right: 11px;
}
/* line 348, ../sass/modules/_header.scss */
body > header .nav-login.open figure span:after {
  opacity: 1;
}
/* line 353, ../sass/modules/_header.scss */
body > header .nav-login.open ul {
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/*------------------------------------*\
    $LIST
\*------------------------------------*/
/* line 5, ../sass/modules/_list.scss */
ul {
  list-style-type: none;
}

/* line 11, ../sass/modules/_list.scss */
body.wordpress .content ul.simple-list {
  margin: 20px 0 10px;
}
/* line 14, ../sass/modules/_list.scss */
body.wordpress .content ul.simple-list:first-child {
  margin-top: 10px;
}
/* line 18, ../sass/modules/_list.scss */
body.wordpress .content ul.simple-list li {
  margin-bottom: 10px;
  padding-left: 30px;
  line-height: 1.3;
}
/* line 23, ../sass/modules/_list.scss */
body.wordpress .content ul.simple-list li:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  width: 30px;
  margin-left: -30px;
  color: #00c0cc;
  vertical-align: 2px;
}

/* line 1, ../sass/modules/_select2_jQuery.scss */
.select2-container {
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
/* line 8, ../sass/modules/_select2_jQuery.scss */
.select2-container .select2-selection--single {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  height: 28px;
  cursor: pointer;
}
/* line 15, ../sass/modules/_select2_jQuery.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
}
/* line 25, ../sass/modules/_select2_jQuery.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
/* line 30, ../sass/modules/_select2_jQuery.scss */
.select2-container .select2-selection--multiple {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  min-height: 32px;
  cursor: pointer;
}
/* line 37, ../sass/modules/_select2_jQuery.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  padding-left: 8px;
}
/* line 44, ../sass/modules/_select2_jQuery.scss */
.select2-container .select2-search--inline {
  float: left;
}
/* line 47, ../sass/modules/_select2_jQuery.scss */
.select2-container .select2-search--inline .select2-search__field {
  border: none;
  font-size: 100%;
  margin-top: 5px;
}
/* line 53, ../sass/modules/_select2_jQuery.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 60, ../sass/modules/_select2_jQuery.scss */
.select2-dropdown {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  display: block;
  z-index: 1051;
  left: -100000px;
  width: 100%;
  border: 1px solid #aaa;
  background-color: white;
}

/* line 72, ../sass/modules/_select2_jQuery.scss */
.select2-results {
  display: block;
}
/* line 75, ../sass/modules/_select2_jQuery.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 81, ../sass/modules/_select2_jQuery.scss */
.select2-results__option {
  padding: 6px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 85, ../sass/modules/_select2_jQuery.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 93, ../sass/modules/_select2_jQuery.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}
/* line 96, ../sass/modules/_select2_jQuery.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 102, ../sass/modules/_select2_jQuery.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 110, ../sass/modules/_select2_jQuery.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
/* line 114, ../sass/modules/_select2_jQuery.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
}
/* line 119, ../sass/modules/_select2_jQuery.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/* line 124, ../sass/modules/_select2_jQuery.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 129, ../sass/modules/_select2_jQuery.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 147, ../sass/modules/_select2_jQuery.scss */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 158, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 164, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 169, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 175, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 179, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 187, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 200, ../sass/modules/_select2_jQuery.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 204, ../sass/modules/_select2_jQuery.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 209, ../sass/modules/_select2_jQuery.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 214, ../sass/modules/_select2_jQuery.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 218, ../sass/modules/_select2_jQuery.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 223, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 230, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 238, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 244, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 252, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 263, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 271, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 275, ../sass/modules/_select2_jQuery.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

/* line 279, ../sass/modules/_select2_jQuery.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 284, ../sass/modules/_select2_jQuery.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 289, ../sass/modules/_select2_jQuery.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 294, ../sass/modules/_select2_jQuery.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 299, ../sass/modules/_select2_jQuery.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 303, ../sass/modules/_select2_jQuery.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 308, ../sass/modules/_select2_jQuery.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 313, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 317, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}

/* line 323, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 328, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 332, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 336, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 340, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 344, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 348, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 353, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 358, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 363, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 368, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 373, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 378, ../sass/modules/_select2_jQuery.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 384, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

/* line 396, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 400, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 405, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 412, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 416, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}

/* line 434, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 447, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 451, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 461, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 465, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 470, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 475, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

/* line 486, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

/* line 497, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 505, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 509, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 515, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 519, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 530, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 538, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 542, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 546, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 551, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 556, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 560, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 566, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 572, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 577, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}

/* line 581, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 586, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 590, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 594, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 599, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 603, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 607, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 612, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 618, ../sass/modules/_select2_jQuery.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 5, ../sass/modules/_collapsibles.scss */
.collapsible-head.small {
  font-size: 80%;
}
/* line 9, ../sass/modules/_collapsibles.scss */
.collapsible-head button {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  border-color: transparent;
  background: transparent;
  color: #4d4d4d;
  text-align: left;
  font-size: 24px;
}
/* line 20, ../sass/modules/_collapsibles.scss */
.collapsible-head button:before {
  margin-right: 5px;
  font-size: 60%;
  vertical-align: 20%;
}
/* line 28, ../sass/modules/_collapsibles.scss */
.collapsible-head button:focus, .collapsible-head button:active {
  box-shadow: 1px 1px 6px rgba(77, 77, 77, 0.5);
}
/* line 37, ../sass/modules/_collapsibles.scss */
.collapsible-body, .collapsible-body code, .collapsible-body pre.code {
  overflow-x: auto;
  font-size: 12px;
}
/* line 44, ../sass/modules/_collapsibles.scss */
.collapsible-body p {
  font-size: 100%;
}
/* line 48, ../sass/modules/_collapsibles.scss */
.collapsible.collapsed .collapsible-body {
  display: none;
}

/*------------------------------------*\
    $OVERLAY / $MODAL
\*------------------------------------*/
/* line 5, ../sass/modules/_overlay.scss */
body.modal {
  overflow: hidden;
}

/* line 9, ../sass/modules/_overlay.scss */
#overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: fixed;
  z-index: 2200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(77, 77, 77, 0.7);
}

/* line 33, ../sass/modules/_overlay.scss */
.modal-header {
  height: 70px;
  padding: 0;
  border-bottom: 1px solid #ededed;
}
/* line 42, ../sass/modules/_overlay.scss */
.modal-header h2 {
  font-size: 40px;
}
/* line 48, ../sass/modules/_overlay.scss */
.modal-header .actions {
  text-align: right;
}
/* line 54, ../sass/modules/_overlay.scss */
.modal-header button.close {
  margin-top: 5px;
  opacity: 0.5;
  font-size: 33px;
}
/* line 61, ../sass/modules/_overlay.scss */
.modal-header button.close:focus {
  padding: 0;
  text-decoration: none;
}

/* line 73, ../sass/modules/_overlay.scss */
.modal-body {
  padding: 10px;
  text-align: center;
}
/* line 77, ../sass/modules/_overlay.scss */
.modal-body p {
  margin-bottom: 20px;
}

/* line 82, ../sass/modules/_overlay.scss */
.modal-dialog {
  margin: 0;
  border-radius: 5px;
  background-color: #fff;
}
/* line 91, ../sass/modules/_overlay.scss */
.modal-dialog.alert, .modal-dialog.confirm {
  width: 98%;
  max-width: 312px;
  padding: 40px;
}
@media (min-width: 640px) {
  /* line 91, ../sass/modules/_overlay.scss */
  .modal-dialog.alert, .modal-dialog.confirm {
    max-width: 412px;
  }
}
/* line 101, ../sass/modules/_overlay.scss */
.modal-dialog.alert .modal-body, .modal-dialog.confirm .modal-body {
  padding: 0;
}
/* line 104, ../sass/modules/_overlay.scss */
.modal-dialog.alert .modal-body p, .modal-dialog.confirm .modal-body p {
  margin: -0.4em 0;
}
/* line 108, ../sass/modules/_overlay.scss */
.modal-dialog.alert .modal-body .actions, .modal-dialog.confirm .modal-body .actions {
  margin-top: 40px;
}
/* line 112, ../sass/modules/_overlay.scss */
.modal-dialog.alert .modal-body button, .modal-dialog.confirm .modal-body button {
  margin-bottom: 0;
}
/* line 119, ../sass/modules/_overlay.scss */
.modal-dialog.alert.confirm .actions button, .modal-dialog.confirm.confirm .actions button {
  width: 48%;
}
/* line 122, ../sass/modules/_overlay.scss */
.modal-dialog.alert.confirm .actions button:first-child, .modal-dialog.confirm.confirm .actions button:first-child {
  float: left;
}
/* line 126, ../sass/modules/_overlay.scss */
.modal-dialog.alert.confirm .actions button:last-child, .modal-dialog.confirm.confirm .actions button:last-child {
  float: right;
}
/* line 135, ../sass/modules/_overlay.scss */
.modal-dialog.alert.alert .actions button, .modal-dialog.confirm.alert .actions button {
  width: 100%;
}

@media (min-width: 1001px) {
  /* line 147, ../sass/modules/_overlay.scss */
  .modalContent .mCustomScrollBox .mCSB_scrollTools_horizontal, .modalContent .mCustomScrollBox .mCSB_7_scrollbar_horizontal {
    display: none !important;
  }
}
/* line 154, ../sass/modules/_overlay.scss */
.modalContent .mCustomScrollBox .mCS_no_scrollbar_y ~ .mCSB_7_scrollbar_horizontal {
  display: none !important;
}

/*------------------------------------*\
    $FORM
\*------------------------------------*/
/* line 7, ../sass/modules/_form.scss */
form > input:first-child {
  margin-top: 24px;
}
/* line 11, ../sass/modules/_form.scss */
form [class*="return"] {
  display: none;
  margin-bottom: 20px;
  margin-top: 0;
}
/* line 18, ../sass/modules/_form.scss */
form [class*="return"] + input {
  margin-top: 10px;
}

/* line 26, ../sass/modules/_form.scss */
.input-wrapper + .input-wrapper, .input-wrapper + input, .input-wrapper + label {
  margin-top: 10px;
}

/* line 33, ../sass/modules/_form.scss */
textarea {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  padding: 8.4px 10.8px;
  border: 2px solid #ededed;
  background-color: #fff;
  font-size: 24px;
}

/* line 44, ../sass/modules/_form.scss */
input,
.input-wrapper {
  position: relative;
  display: inline-block;
  float: none;
  width: 100%;
  height: 50px;
  max-width: 305.33333px;
}

/* line 55, ../sass/modules/_form.scss */
input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10.8px;
  border: 2px solid #ededed;
  font-size: 1em;
  font-family: "Yanone Kaffeesatz", sans-serif;
  -webkit-appearance: none;
  line-height: 1;
}
/* line 71, ../sass/modules/_form.scss */
input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 76, ../sass/modules/_form.scss */
input[type="text"]:-webkit-autofill, input[type="text"]:-webkit-autofill:focus, input[type="number"]:-webkit-autofill, input[type="number"]:-webkit-autofill:focus, input[type="password"]:-webkit-autofill, input[type="password"]:-webkit-autofill:focus, input[type="email"]:-webkit-autofill, input[type="email"]:-webkit-autofill:focus, input[type="tel"]:-webkit-autofill, input[type="tel"]:-webkit-autofill:focus, input[type="search"]:-webkit-autofill, input[type="search"]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
/* line 82, ../sass/modules/_form.scss */
input[type="text"] + input, input[type="text"] + label, input[type="number"] + input, input[type="number"] + label, input[type="password"] + input, input[type="password"] + label, input[type="email"] + input, input[type="email"] + label, input[type="tel"] + input, input[type="tel"] + label, input[type="search"] + input, input[type="search"] + label {
  margin-top: 10px;
}
/* line 87, ../sass/modules/_form.scss */
input[type="text"].success, input[type="number"].success, input[type="password"].success, input[type="email"].success, input[type="tel"].success, input[type="search"].success {
  border-color: #00c0cc;
  box-shadow: none;
}
/* line 93, ../sass/modules/_form.scss */
input[type="text"].error, input[type="number"].error, input[type="password"].error, input[type="email"].error, input[type="tel"].error, input[type="search"].error {
  border-color: #fa5000;
  color: #4d4d4d;
}
/* line 98, ../sass/modules/_form.scss */
input[type="text"].full, input[type="number"].full, input[type="password"].full, input[type="email"].full, input[type="tel"].full, input[type="search"].full {
  max-width: none;
}

/* line 104, ../sass/modules/_form.scss */
input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

/* line 113, ../sass/modules/_form.scss */
.input-button-wrapper {
  position: relative;
  height: 50px;
}
/* line 117, ../sass/modules/_form.scss */
.input-button-wrapper button {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 128, ../sass/modules/_form.scss */
select,
.select2-results__options,
.select2-container {
  float: none;
  display: inline-block;
  width: 100%;
  max-width: 305.33333px;
}
/* line 136, ../sass/modules/_form.scss */
select.no-search .select2-search,
.select2-results__options.no-search .select2-search,
.select2-container.no-search .select2-search {
  display: none;
}
/* line 145, ../sass/modules/_form.scss */
select .select2-selection, select .select2-choice,
.select2-results__options .select2-selection,
.select2-results__options .select2-choice,
.select2-container .select2-selection,
.select2-container .select2-choice {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
  border: 2px solid #ededed;
  border-radius: 5px;
  background-image: none;
}
/* line 154, ../sass/modules/_form.scss */
select .select2-selection .select2-selection__rendered, select .select2-selection > .select2-chosen, select .select2-choice .select2-selection__rendered, select .select2-choice > .select2-chosen,
.select2-results__options .select2-selection .select2-selection__rendered,
.select2-results__options .select2-selection > .select2-chosen,
.select2-results__options .select2-choice .select2-selection__rendered,
.select2-results__options .select2-choice > .select2-chosen,
.select2-container .select2-selection .select2-selection__rendered,
.select2-container .select2-selection > .select2-chosen,
.select2-container .select2-choice .select2-selection__rendered,
.select2-container .select2-choice > .select2-chosen {
  font-size: 24px;
  margin-top: -2px;
  padding: 9.6px 33.6px 9.6px 10.8px;
  border: 0 solid #ededed;
  color: #4d4d4d;
}
/* line 163, ../sass/modules/_form.scss */
select .select2-selection .select2-selection__arrow, select .select2-selection .select2-arrow, select .select2-choice .select2-selection__arrow, select .select2-choice .select2-arrow,
.select2-results__options .select2-selection .select2-selection__arrow,
.select2-results__options .select2-selection .select2-arrow,
.select2-results__options .select2-choice .select2-selection__arrow,
.select2-results__options .select2-choice .select2-arrow,
.select2-container .select2-selection .select2-selection__arrow,
.select2-container .select2-selection .select2-arrow,
.select2-container .select2-choice .select2-selection__arrow,
.select2-container .select2-choice .select2-arrow {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background-image: none;
  background-color: transparent;
}
/* line 175, ../sass/modules/_form.scss */
select .select2-selection .select2-selection__arrow b, select .select2-selection .select2-arrow b, select .select2-choice .select2-selection__arrow b, select .select2-choice .select2-arrow b,
.select2-results__options .select2-selection .select2-selection__arrow b,
.select2-results__options .select2-selection .select2-arrow b,
.select2-results__options .select2-choice .select2-selection__arrow b,
.select2-results__options .select2-choice .select2-arrow b,
.select2-container .select2-selection .select2-selection__arrow b,
.select2-container .select2-selection .select2-arrow b,
.select2-container .select2-choice .select2-selection__arrow b,
.select2-container .select2-choice .select2-arrow b {
  position: relative;
  border: 0;
  background: none;
}
/* line 189, ../sass/modules/_form.scss */
select .select2-choice > .select2-chosen,
.select2-results__options .select2-choice > .select2-chosen,
.select2-container .select2-choice > .select2-chosen {
  padding-right: 10.8px;
}
/* line 193, ../sass/modules/_form.scss */
select .select2-dropdown, select .ui-select-dropdown,
.select2-results__options .select2-dropdown,
.select2-results__options .ui-select-dropdown,
.select2-container .select2-dropdown,
.select2-container .ui-select-dropdown {
  border: 2px solid #ededed;
}
/* line 197, ../sass/modules/_form.scss */
select .select2-dropdown.select2-dropdown--above, select .ui-select-dropdown.select2-dropdown--above,
.select2-results__options .select2-dropdown.select2-dropdown--above,
.select2-results__options .ui-select-dropdown.select2-dropdown--above,
.select2-container .select2-dropdown.select2-dropdown--above,
.select2-container .ui-select-dropdown.select2-dropdown--above {
  border-bottom: 0;
}
/* line 201, ../sass/modules/_form.scss */
select .select2-dropdown.select2-dropdown--below, select .ui-select-dropdown.select2-dropdown--below,
.select2-results__options .select2-dropdown.select2-dropdown--below,
.select2-results__options .ui-select-dropdown.select2-dropdown--below,
.select2-container .select2-dropdown.select2-dropdown--below,
.select2-container .ui-select-dropdown.select2-dropdown--below {
  border-top: 0;
  margin-top: -2px;
}
/* line 206, ../sass/modules/_form.scss */
select .select2-dropdown .select2-search, select .ui-select-dropdown .select2-search,
.select2-results__options .select2-dropdown .select2-search,
.select2-results__options .ui-select-dropdown .select2-search,
.select2-container .select2-dropdown .select2-search,
.select2-container .ui-select-dropdown .select2-search {
  padding: 10px 5px;
  background-color: #ededed;
}
/* line 211, ../sass/modules/_form.scss */
select .select2-dropdown .select2-search input.select2-search__field, select .select2-dropdown .select2-search input.select2-input, select .ui-select-dropdown .select2-search input.select2-search__field, select .ui-select-dropdown .select2-search input.select2-input,
.select2-results__options .select2-dropdown .select2-search input.select2-search__field,
.select2-results__options .select2-dropdown .select2-search input.select2-input,
.select2-results__options .ui-select-dropdown .select2-search input.select2-search__field,
.select2-results__options .ui-select-dropdown .select2-search input.select2-input,
.select2-container .select2-dropdown .select2-search input.select2-search__field,
.select2-container .select2-dropdown .select2-search input.select2-input,
.select2-container .ui-select-dropdown .select2-search input.select2-search__field,
.select2-container .ui-select-dropdown .select2-search input.select2-input {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  box-sizing: border-box;
  border: 2px solid #ededed;
  background: #fff;
  font-size: 24px;
  font-family: "Yanone Kaffeesatz", sans-serif;
}
/* line 235, ../sass/modules/_form.scss */
select .select2-dropdown .select2-results__options, select .ui-select-dropdown .select2-results__options,
.select2-results__options .select2-dropdown .select2-results__options,
.select2-results__options .ui-select-dropdown .select2-results__options,
.select2-container .select2-dropdown .select2-results__options,
.select2-container .ui-select-dropdown .select2-results__options {
  border-top: 2px solid #fff;
  border-left: 2px solid #ededed;
  border-right: 2px solid #ededed;
  font-size: 24px;
}
/* line 244, ../sass/modules/_form.scss */
select .select2-dropdown .select2-results__options, select .ui-select-dropdown .select2-results__options,
.select2-results__options .select2-dropdown .select2-results__options,
.select2-results__options .ui-select-dropdown .select2-results__options,
.select2-container .select2-dropdown .select2-results__options,
.select2-container .ui-select-dropdown .select2-results__options {
  width: -webkit-calc(100% + 8px);
  width: -moz-calc(100% + 8px);
  width: calc(100% + 8px);
  margin-left: -6px;
}
/* line 249, ../sass/modules/_form.scss */
select .select2-dropdown .select2-result-single, select .ui-select-dropdown .select2-result-single,
.select2-results__options .select2-dropdown .select2-result-single,
.select2-results__options .ui-select-dropdown .select2-result-single,
.select2-container .select2-dropdown .select2-result-single,
.select2-container .ui-select-dropdown .select2-result-single {
  font-size: 24px;
}
/* line 254, ../sass/modules/_form.scss */
select .select2-dropdown .select2-results__option, select .select2-dropdown .ui-select-choices-row, select .ui-select-dropdown .select2-results__option, select .ui-select-dropdown .ui-select-choices-row,
.select2-results__options .select2-dropdown .select2-results__option,
.select2-results__options .select2-dropdown .ui-select-choices-row,
.select2-results__options .ui-select-dropdown .select2-results__option,
.select2-results__options .ui-select-dropdown .ui-select-choices-row,
.select2-container .select2-dropdown .select2-results__option,
.select2-container .select2-dropdown .ui-select-choices-row,
.select2-container .ui-select-dropdown .select2-results__option,
.select2-container .ui-select-dropdown .ui-select-choices-row {
  padding: 0 10.8px;
  line-height: 1.5;
}
/* line 259, ../sass/modules/_form.scss */
select .select2-dropdown .select2-results__option:first-child, select .select2-dropdown .ui-select-choices-row:first-child, select .ui-select-dropdown .select2-results__option:first-child, select .ui-select-dropdown .ui-select-choices-row:first-child,
.select2-results__options .select2-dropdown .select2-results__option:first-child,
.select2-results__options .select2-dropdown .ui-select-choices-row:first-child,
.select2-results__options .ui-select-dropdown .select2-results__option:first-child,
.select2-results__options .ui-select-dropdown .ui-select-choices-row:first-child,
.select2-container .select2-dropdown .select2-results__option:first-child,
.select2-container .select2-dropdown .ui-select-choices-row:first-child,
.select2-container .ui-select-dropdown .select2-results__option:first-child,
.select2-container .ui-select-dropdown .ui-select-choices-row:first-child {
  padding-top: 4.8px;
}
/* line 263, ../sass/modules/_form.scss */
select .select2-dropdown .select2-results__option:last-child, select .select2-dropdown .ui-select-choices-row:last-child, select .ui-select-dropdown .select2-results__option:last-child, select .ui-select-dropdown .ui-select-choices-row:last-child,
.select2-results__options .select2-dropdown .select2-results__option:last-child,
.select2-results__options .select2-dropdown .ui-select-choices-row:last-child,
.select2-results__options .ui-select-dropdown .select2-results__option:last-child,
.select2-results__options .ui-select-dropdown .ui-select-choices-row:last-child,
.select2-container .select2-dropdown .select2-results__option:last-child,
.select2-container .select2-dropdown .ui-select-choices-row:last-child,
.select2-container .ui-select-dropdown .select2-results__option:last-child,
.select2-container .ui-select-dropdown .ui-select-choices-row:last-child {
  padding-bottom: 2.4px;
}
/* line 269, ../sass/modules/_form.scss */
select .select2-dropdown .select2-results__option[aria-selected=true], select .select2-dropdown .select2-result-label div[data-selected="selected"], select .ui-select-dropdown .select2-results__option[aria-selected=true], select .ui-select-dropdown .select2-result-label div[data-selected="selected"],
.select2-results__options .select2-dropdown .select2-results__option[aria-selected=true],
.select2-results__options .select2-dropdown .select2-result-label div[data-selected="selected"],
.select2-results__options .ui-select-dropdown .select2-results__option[aria-selected=true],
.select2-results__options .ui-select-dropdown .select2-result-label div[data-selected="selected"],
.select2-container .select2-dropdown .select2-results__option[aria-selected=true],
.select2-container .select2-dropdown .select2-result-label div[data-selected="selected"],
.select2-container .ui-select-dropdown .select2-results__option[aria-selected=true],
.select2-container .ui-select-dropdown .select2-result-label div[data-selected="selected"] {
  position: relative;
  padding-right: 33.6px;
  background-color: #fff;
}
/* line 275, ../sass/modules/_form.scss */
select .select2-dropdown .select2-results__option[aria-selected=true]:after, select .select2-dropdown .select2-result-label div[data-selected="selected"]:after, select .ui-select-dropdown .select2-results__option[aria-selected=true]:after, select .ui-select-dropdown .select2-result-label div[data-selected="selected"]:after,
.select2-results__options .select2-dropdown .select2-results__option[aria-selected=true]:after,
.select2-results__options .select2-dropdown .select2-result-label div[data-selected="selected"]:after,
.select2-results__options .ui-select-dropdown .select2-results__option[aria-selected=true]:after,
.select2-results__options .ui-select-dropdown .select2-result-label div[data-selected="selected"]:after,
.select2-container .select2-dropdown .select2-results__option[aria-selected=true]:after,
.select2-container .select2-dropdown .select2-result-label div[data-selected="selected"]:after,
.select2-container .ui-select-dropdown .select2-results__option[aria-selected=true]:after,
.select2-container .ui-select-dropdown .select2-result-label div[data-selected="selected"]:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 11.2px;
  width: 14px;
  margin: auto;
  color: #a5a5a5;
  font-size: 80%;
  /* for Dropdown above check below ///SPECIAL CASE FOR DROPDOWN ABOVE/// */
}
/* line 293, ../sass/modules/_form.scss */
select .select2-dropdown .select2-results__option[aria-selected=true]:first-child:after, select .select2-dropdown .select2-result-label div[data-selected="selected"]:first-child:after, select .ui-select-dropdown .select2-results__option[aria-selected=true]:first-child:after, select .ui-select-dropdown .select2-result-label div[data-selected="selected"]:first-child:after,
.select2-results__options .select2-dropdown .select2-results__option[aria-selected=true]:first-child:after,
.select2-results__options .select2-dropdown .select2-result-label div[data-selected="selected"]:first-child:after,
.select2-results__options .ui-select-dropdown .select2-results__option[aria-selected=true]:first-child:after,
.select2-results__options .ui-select-dropdown .select2-result-label div[data-selected="selected"]:first-child:after,
.select2-container .select2-dropdown .select2-results__option[aria-selected=true]:first-child:after,
.select2-container .select2-dropdown .select2-result-label div[data-selected="selected"]:first-child:after,
.select2-container .ui-select-dropdown .select2-results__option[aria-selected=true]:first-child:after,
.select2-container .ui-select-dropdown .select2-result-label div[data-selected="selected"]:first-child:after {
  margin-top: 0.6em;
}
/* line 298, ../sass/modules/_form.scss */
select .select2-dropdown .select2-result-label div[data-selected="selected"]:after, select .ui-select-dropdown .select2-result-label div[data-selected="selected"]:after,
.select2-results__options .select2-dropdown .select2-result-label div[data-selected="selected"]:after,
.select2-results__options .ui-select-dropdown .select2-result-label div[data-selected="selected"]:after,
.select2-container .select2-dropdown .select2-result-label div[data-selected="selected"]:after,
.select2-container .ui-select-dropdown .select2-result-label div[data-selected="selected"]:after {
  top: -10px;
  right: -10px;
}
/* line 304, ../sass/modules/_form.scss */
select .select2-dropdown .select2-results__option--highlighted[aria-selected], select .select2-dropdown .select2-highlighted, select .ui-select-dropdown .select2-results__option--highlighted[aria-selected], select .ui-select-dropdown .select2-highlighted,
.select2-results__options .select2-dropdown .select2-results__option--highlighted[aria-selected],
.select2-results__options .select2-dropdown .select2-highlighted,
.select2-results__options .ui-select-dropdown .select2-results__option--highlighted[aria-selected],
.select2-results__options .ui-select-dropdown .select2-highlighted,
.select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected],
.select2-container .select2-dropdown .select2-highlighted,
.select2-container .ui-select-dropdown .select2-results__option--highlighted[aria-selected],
.select2-container .ui-select-dropdown .select2-highlighted {
  background-color: #fff;
  color: #2fcbda;
}
/* line 315, ../sass/modules/_form.scss */
select.select2-container--open .select2-selection--single .select2-selection__arrow,
.select2-results__options.select2-container--open .select2-selection--single .select2-selection__arrow,
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
  text-align: center;
}
/* line 318, ../sass/modules/_form.scss */
select.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-results__options.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
  left: 0;
}
/* line 328, ../sass/modules/_form.scss */
select.select2-container--open.select2-container--above .select2-selection--single .select2-selection__arrow b:after,
.select2-results__options.select2-container--open.select2-container--above .select2-selection--single .select2-selection__arrow b:after,
.select2-container.select2-container--open.select2-container--above .select2-selection--single .select2-selection__arrow b:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 337, ../sass/modules/_form.scss */
select.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow b,
.select2-results__options.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow b,
.select2-container.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 7px 0 7px;
  border-top-color: #4d4d4d;
}
/* line 347, ../sass/modules/_form.scss */
select.select2-container--open .select2-dropdown--above .select2-results__option[aria-selected=true]:after,
.select2-results__options.select2-container--open .select2-dropdown--above .select2-results__option[aria-selected=true]:after,
.select2-container.select2-container--open .select2-dropdown--above .select2-results__option[aria-selected=true]:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 354, ../sass/modules/_form.scss */
.ui-select-dropdown {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-border-radius: 0 0 5px 5px !important;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px !important;
  margin-top: 0 !important;
  border: 2px solid #ededed !important;
  overflow: hidden;
}
/* line 361, ../sass/modules/_form.scss */
.ui-select-dropdown .select2-result-label div[data-selected="selected"]:after {
  display: none;
}
/* line 366, ../sass/modules/_form.scss */
.ui-select-dropdown .select2-highlighted, .ui-select-dropdown .select2-highlighted * {
  background: #fff !important;
  color: #4d4d4d !important;
}
/* line 371, ../sass/modules/_form.scss */
.ui-select-dropdown .select2-highlighted:hover, .ui-select-dropdown .select2-highlighted:active, .ui-select-dropdown .select2-highlighted *:hover, .ui-select-dropdown .select2-highlighted *:active {
  background: #2fcbda !important;
  color: white !important;
}

/* line 380, ../sass/modules/_form.scss */
.select2-dropdown-open .select2-choice {
  -moz-border-radius: 5px 5px 0 0 !important;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0 !important;
  background: #fff;
  border-bottom: none !important;
}

/* line 386, ../sass/modules/_form.scss */
.ui-select-choices-row {
  padding: 0 !important;
}

/* line 392, ../sass/modules/_form.scss */
.select2-results .select2-result-label {
  padding: 0 !important;
}
/* line 395, ../sass/modules/_form.scss */
.select2-results .select2-result-label > div {
  padding: 3px 17px 4px;
}
/* line 400, ../sass/modules/_form.scss */
.select2-results .select2-result-label > div[data-selected="selected"] {
  background: #00c0cc !important;
  color: white !important;
}
/* line 413, ../sass/modules/_form.scss */
.select2-results:hover .select2-result-label > div[data-selected="selected"] {
  background: #fff !important;
  color: #4d4d4d !important;
}
/* line 417, ../sass/modules/_form.scss */
.select2-results:hover .select2-result-label > div[data-selected="selected"]:hover, .select2-results:hover .select2-result-label > div[data-selected="selected"]:active {
  background: #2fcbda !important;
  color: white !important;
}

/* line 430, ../sass/modules/_form.scss */
label.checkbox-label, label.radio-label {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 305.33333px;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 39px;
  vertical-align: middle;
  line-height: 2;
  font-weight: 300;
  text-align: left;
}
/* line 449, ../sass/modules/_form.scss */
label.checkbox-label .switch-label, label.radio-label .switch-label {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.25em;
  height: 1.25em;
  margin: auto;
  border: 2px solid #ededed;
  background: white;
}
/* line 462, ../sass/modules/_form.scss */
label.checkbox-label input, label.radio-label input {
  position: absolute;
  display: none;
}
/* line 468, ../sass/modules/_form.scss */
label.checkbox-label input:checked ~ .switch-label span, label.radio-label input:checked ~ .switch-label span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
/* line 480, ../sass/modules/_form.scss */
label.checkbox-label input.disabled, label.checkbox-label input[disabled], label.radio-label input.disabled, label.radio-label input[disabled] {
  pointer-events: none;
  cursor: default;
}
/* line 485, ../sass/modules/_form.scss */
label.checkbox-label input.disabled ~ .switch-label, label.checkbox-label input[disabled] ~ .switch-label, label.radio-label input.disabled ~ .switch-label, label.radio-label input[disabled] ~ .switch-label {
  background-color: #ededed;
}
/* line 489, ../sass/modules/_form.scss */
label.checkbox-label input.disabled:checked ~ .switch-label span:before, label.checkbox-label input[disabled]:checked ~ .switch-label span:before, label.radio-label input.disabled:checked ~ .switch-label span:before, label.radio-label input[disabled]:checked ~ .switch-label span:before {
  color: #a5a5a5;
}
/* line 495, ../sass/modules/_form.scss */
label.checkbox-label + input, label.radio-label + input {
  margin-top: 10px;
}
/* line 499, ../sass/modules/_form.scss */
label.checkbox-label.ltr, .tutorial header label.checkbox-label, label.radio-label.ltr {
  padding-right: 39px;
  padding-left: 0;
  text-align: right;
}
/* line 506, ../sass/modules/_form.scss */
label.checkbox-label.ltr .switch-label, .tutorial header label.checkbox-label .switch-label, label.radio-label.ltr .switch-label {
  right: 0;
  left: auto;
}
/* line 515, ../sass/modules/_form.scss */
label.checkbox-label .switch-label {
  border-radius: 5px;
}
/* line 519, ../sass/modules/_form.scss */
label.checkbox-label input:checked ~ .switch-label span:before {
  display: inline-block;
  color: #4d4d4d;
  text-align: center;
  vertical-align: super;
}
/* line 531, ../sass/modules/_form.scss */
label.radio-label .switch-label {
  border-radius: 50%;
}
/* line 535, ../sass/modules/_form.scss */
label.radio-label input:checked ~ .switch-label span:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 55%;
  height: 55%;
  background-color: #4d4d4d;
}
/* line 546, ../sass/modules/_form.scss */
label.error {
  color: #000;
}
/* line 550, ../sass/modules/_form.scss */
label.error a, label.error a:hover {
  color: #00c0cc;
}
/* line 556, ../sass/modules/_form.scss */
label.error .switch-label {
  border-color: #fa5000;
}

/* line 123, ../sass/partials/utilities/__utilities.scss */
::-webkit-input-placeholder {
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

/* line 127, ../sass/partials/utilities/__utilities.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

/* line 132, ../sass/partials/utilities/__utilities.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

/* line 137, ../sass/partials/utilities/__utilities.scss */
:-ms-input-placeholder {
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

/* line 569, ../sass/modules/_form.scss */
fieldset {
  min-width: 0;
  display: table-cell;
}

/* line 574, ../sass/modules/_form.scss */
.mandatoryHint {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #a5a5a5;
  font-size: 18px;
}

/*------------------------------------*\
    $VIDEO_TILE
\*------------------------------------*/
/* line 5, ../sass/modules/_video-tile.scss */
.video-tile {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
  border: 2px solid #f0f0f0;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
/* line 26, ../sass/modules/_video-tile.scss */
.video-tile .visual img {
  max-height: 100%;
}
/* line 33, ../sass/modules/_video-tile.scss */
.video-tile .interact {
  height: 0;
  width: 100%;
}
/* line 37, ../sass/modules/_video-tile.scss */
.video-tile .interact a {
  position: relative;
  top: -20px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
/* line 54, ../sass/modules/_video-tile.scss */
.video-tile .interact a.btn-play:before {
  margin-left: 2px;
}
/* line 65, ../sass/modules/_video-tile.scss */
.video-tile .info {
  height: 90px;
  padding: 20px 10px 0;
  background-color: #f0f0f0;
}
/* line 70, ../sass/modules/_video-tile.scss */
.video-tile .info .title {
  line-height: 1.2;
  margin: 0;
}
/* line 75, ../sass/modules/_video-tile.scss */
.video-tile .info .title:last-child {
  padding-top: 10px;
  margin-bottom: 1.4em;
}
/* line 81, ../sass/modules/_video-tile.scss */
.video-tile .info p {
  margin: -2px 0 0;
  padding: 0;
  font-size: 18px;
  white-space: nowrap;
}
/* line 88, ../sass/modules/_video-tile.scss */
.video-tile .info p span {
  display: inline-block;
  max-width: 90%;
  vertical-align: sub;
}
/* line 98, ../sass/modules/_video-tile.scss */
.video-tile.create {
  cursor: pointer;
}
/* line 101, ../sass/modules/_video-tile.scss */
.video-tile.create .visual {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  background-color: #ff9900;
  color: #fff;
}
/* line 108, ../sass/modules/_video-tile.scss */
.video-tile.create .visual:after {
  font-size: 87px;
}
/* line 117, ../sass/modules/_video-tile.scss */
.video-tile.create .info {
  background-color: #fff;
  color: #4d4d4d;
}
/* line 121, ../sass/modules/_video-tile.scss */
.video-tile.create .info h4 {
  font-size: 30px;
}
/* line 129, ../sass/modules/_video-tile.scss */
.video-tile.create:hover .visual, .video-tile.create:active .visual {
  background-color: #ffba00;
}
/* line 133, ../sass/modules/_video-tile.scss */
.video-tile.create:hover .info, .video-tile.create:active .info {
  background-color: #fff;
  color: #4d4d4d;
}
/* line 140, ../sass/modules/_video-tile.scss */
.video-tile:hover, .video-tile:active, .video-tilefocus {
  border-color: #e8e8e8;
}
/* line 145, ../sass/modules/_video-tile.scss */
.video-tile:hover .info, .video-tile:active .info, .video-tilefocus .info {
  background-color: #e8e8e8;
}

/* line 1, ../sass/modules/_feedback.scss */
.feedback {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  font-size: 18px;
}

/*------------------------------------*\
    $TOOLTIP / $ELLIPSIS
\*------------------------------------*/
/* line 5, ../sass/modules/_tooltips.scss */
.angular-tooltip.showing, .tooltip-inner {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #4d4d4d;
  color: #fff;
  font-size: 16px;
}

/* line 14, ../sass/modules/_tooltips.scss */
.angular-tooltip {
  display: none;
  position: relative;
  visibility: hidden;
  z-index: 0;
  width: auto;
}
/* line 21, ../sass/modules/_tooltips.scss */
.angular-tooltip.showing {
  display: block;
  position: absolute;
  visibility: visible;
  z-index: 1070;
}
/* line 29, ../sass/modules/_tooltips.scss */
.angular-tooltip.showing:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-width: 10px 10px 0 10px;
  border-color: #4d4d4d transparent transparent transparent;
}

/* line 41, ../sass/modules/_tooltips.scss */
.tooltip {
  position: absolute !important;
}
/* line 48, ../sass/modules/_tooltips.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #4d4d4d;
}
/* line 52, ../sass/modules/_tooltips.scss */
.tooltip.right .tooltip-arrow {
  border-right-color: #4d4d4d;
}
/* line 56, ../sass/modules/_tooltips.scss */
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #4d4d4d;
}
/* line 60, ../sass/modules/_tooltips.scss */
.tooltip.left .tooltip-arrow {
  border-left-color: #4d4d4d;
}

/* line 6, ../sass/modules/_tutorial.scss */
.tutorial header .checkbox-label {
  float: right;
  margin-right: 60px;
  line-height: 1.8;
}
/* line 15, ../sass/modules/_tutorial.scss */
.tutorial iframe {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 4, ../sass/modules/_choices.scss */
.choices {
  max-height: 270px;
  overflow: hidden;
}
/* line 9, ../sass/modules/_choices.scss */
.choices.slick-slider {
  max-height: none;
  overflow: visible;
  margin-bottom: 70px;
}

/* line 16, ../sass/modules/_choices.scss */
div[choice-tile] {
  cursor: pointer;
}
/* line 23, ../sass/modules/_choices.scss */
div[choice-tile].empty {
  visibility: hidden;
}
/* line 27, ../sass/modules/_choices.scss */
div[choice-tile] .choiceTile {
  height: 250px;
  margin-bottom: 20px;
}
/* line 31, ../sass/modules/_choices.scss */
div[choice-tile] .choiceTile .imageContainer {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  padding: 14px;
  border-width: 2px 2px 0 2px;
  border-color: #ededed;
  border-style: solid;
  background-color: #fff;
}
/* line 42, ../sass/modules/_choices.scss */
div[choice-tile] .choiceTile .imageContainerInner {
  position: relative;
  height: 152px;
}
/* line 47, ../sass/modules/_choices.scss */
div[choice-tile] .choiceTile .imageContainer img {
  max-width: 100%;
  max-height: 100%;
}
/* line 54, ../sass/modules/_choices.scss */
div[choice-tile] .choiceTile button {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  position: relative;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
}
/* line 63, ../sass/modules/_choices.scss */
div[choice-tile] .choiceTile button span {
  display: block;
  width: 100%;
  padding: 0 14px;
  line-height: 28px;
  white-space: normal;
}
/* line 76, ../sass/modules/_choices.scss */
div[choice-tile] .choiceTile.active button {
  border-color: #00c0cc;
  background: #00c0cc;
  color: white;
}
/* line 98, ../sass/modules/_choices.scss */
div[choice-tile] .choiceTile button, div[choice-tile] .choiceTile.active:hover:active button {
  border-color: #ededed;
  background: #ededed;
  color: #4d4d4d;
}
/* line 108, ../sass/modules/_choices.scss */
.singleChoice div[choice-tile] .choiceTile.active button {
  border-color: #ff9900;
  background: #ff9900;
}

/* line 134, ../sass/modules/_choices.scss */
.singleChoice,
.multipleChoice {
  width: 916px !important;
  margin: auto;
}
/* line 149, ../sass/modules/_choices.scss */
.singleChoice.contains-1,
.multipleChoice.contains-1 {
  width: 229px !important;
}
/* line 153, ../sass/modules/_choices.scss */
.singleChoice.contains-2,
.multipleChoice.contains-2 {
  width: 458px !important;
}
/* line 157, ../sass/modules/_choices.scss */
.singleChoice.contains-3,
.multipleChoice.contains-3 {
  width: 687px !important;
}

/* line 1, ../sass/modules/_navigationButtons.scss */
div[navigation-buttons] {
  position: relative;
  margin-top: 20px;
  height: 50px;
}
/* line 6, ../sass/modules/_navigationButtons.scss */
div[navigation-buttons] .actions {
  display: inline-block;
}
/* line 11, ../sass/modules/_navigationButtons.scss */
div[navigation-buttons] .actions button {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  position: relative;
}
/* line 16, ../sass/modules/_navigationButtons.scss */
div[navigation-buttons] .actions button:first-child, div[navigation-buttons] .actions button:last-child {
  position: absolute;
  top: 0;
  white-space: nowrap;
}
/* line 23, ../sass/modules/_navigationButtons.scss */
div[navigation-buttons] .actions button:first-child {
  right: 100%;
  margin-right: 10px;
}
/* line 28, ../sass/modules/_navigationButtons.scss */
div[navigation-buttons] .actions button:last-child {
  left: 100%;
  margin-left: 10px;
}
/* line 33, ../sass/modules/_navigationButtons.scss */
div[navigation-buttons] .actions button.btn-skip {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 1, ../sass/modules/_preloader.scss */
#preloader {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 991px) {
  /* line 9, ../sass/modules/_offCanvas.scss */
  body > .main {
    padding-top: 63px;
  }
  /* line 13, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader {
    height: 63px;
  }
  /* line 16, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader .container {
    padding: 0;
  }
  /* line 20, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader .cd-logo {
    width: 210px;
  }
  /* line 24, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader .burger {
    position: absolute;
    z-index: 3;
    right: 0;
    margin: 10px 5px 0;
  }
  /* line 37, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader .burger:before, body > header .dashboardHeader .burger:hover:before, body > header .dashboardHeader .burger:focus:before {
    background: #00c0cc;
  }
  /* line 42, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader .burger span, body > header .dashboardHeader .burger:before, body > header .dashboardHeader .burger:after {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    display: block;
    width: 22px;
    top: 50%;
    height: 2px;
    margin-left: -11px;
    margin-top: -1px;
    background: #00c0cc;
  }
  /* line 59, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader .burger:before, body > header .dashboardHeader .burger:after {
    content: '';
  }
  /* line 64, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader .burger:before {
    margin-top: -7px;
  }
  /* line 69, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader .burger:after {
    margin-top: 5px;
  }
  /* line 75, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader .navmenu {
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    position: fixed;
    float: none;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    margin: 0;
    padding: 20px 10px;
    border-left: 2px solid #ededed;
    background: #fff;
  }
  /* line 89, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader .navmenu .menu {
    display: block;
    height: auto;
    float: none;
  }
  /* line 94, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader .navmenu .menu li {
    display: block;
    padding: 0;
    border-bottom: 2px solid #ededed;
    font-size: 16px;
  }
  /* line 100, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader .navmenu .menu li a {
    display: block;
    padding: 10px;
    color: #00c0cc;
  }
  /* line 109, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader nav {
    width: 100px;
  }
  /* line 113, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader .currentUserDetails {
    display: none;
  }
  /* line 117, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader .nav-login {
    width: 40px;
  }
  /* line 119, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader .nav-login figure {
    margin-top: -20px;
  }
  /* line 121, ../sass/modules/_offCanvas.scss */
  body > header .dashboardHeader .nav-login figure span:after {
    font-size: 75%;
    margin-top: -4px;
    opacity: 1;
  }
  /* line 133, ../sass/modules/_offCanvas.scss */
  body.showOffCanvas > header, body.showOffCanvas > .main, body.showOffCanvas > footer, body.showOffCanvas .settingsSidebar {
    margin-left: -250px;
  }
  /* line 142, ../sass/modules/_offCanvas.scss */
  body.showOffCanvas > header .navmenu {
    right: 0;
  }
  /* line 148, ../sass/modules/_offCanvas.scss */
  body.showOffCanvas > header .burger span {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 152, ../sass/modules/_offCanvas.scss */
  body.showOffCanvas > header .burger:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -1px;
  }
  /* line 157, ../sass/modules/_offCanvas.scss */
  body.showOffCanvas > header .burger:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -1px;
  }
}
/* line 1, ../sass/_base.scss */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------------------------------*\
    $MAIN
\*------------------------------------*/
/* line 11, ../sass/_base.scss */
html,
body {
  width: 100%;
  height: 100%;
}

/* line 17, ../sass/_base.scss */
body {
  /* this is the page background */
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  background-color: #f7f7f7;
  font-family: "Yanone Kaffeesatz", sans-serif;
  line-height: 1.4;
  color: #4d4d4d;
  font-size: 24px;
  overflow-y: scroll;
}

/*------------------------------------*\
    $CONTENT
\*------------------------------------*/
/* line 33, ../sass/_base.scss */
.main {
  width: 100%;
  min-width: 1024px;
  min-height: 100%;
  padding-top: 94px;
  padding-bottom: 90px;
  overflow: hidden;
}

/* line 42, ../sass/_base.scss */
section {
  min-width: 1024px;
}
/* line 45, ../sass/_base.scss */
section.visual {
  padding: 100px 0;
  font-size: 26pxpx;
}
/* line 50, ../sass/_base.scss */
section.center {
  text-align: center;
}
/* line 54, ../sass/_base.scss */
section.top-area {
  position: relative;
  padding: 15px 0;
  border-bottom: 2px solid #ededed;
  background-color: white;
}
/* line 65, ../sass/_base.scss */
section.top-area:before, section.top-area:after {
  content: "";
  position: absolute;
  top: 100%;
}
/* line 74, ../sass/_base.scss */
section.top-area:before {
  border-width: 14.23607px 14.23607px 0 14.23607px;
  border-color: #ededed transparent transparent transparent;
}
/* line 77, ../sass/_base.scss */
section.top-area:after {
  border-width: 12px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
}
/* line 83, ../sass/_base.scss */
section + section > .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 91, ../sass/_base.scss */
section section {
  width: 100%;
  min-width: 100%;
}

/*.container {
    width: $main-width;
    margin: auto;
    padding-right: $main-padding;
    padding-left: $main-padding;

    & & {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}*/
/*------------------------------------*\
    $ELEMENTS
\*------------------------------------*/
/* line 113, ../sass/_base.scss */
a {
  text-decoration: none;
  color: #00c0cc;
}
/* line 117, ../sass/_base.scss */
a:hover, a:active, a:focus {
  color: #2fcbda;
  text-decoration: none;
  outline: 0;
}
/* line 124, ../sass/_base.scss */
p a:hover, p a:active, p a:focus {
  border-bottom: 1px solid #2fcbda;
}

/* line 130, ../sass/_base.scss */
img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* line 136, ../sass/_base.scss */
.gradient {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmY2JkYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYzBjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2fcbda), color-stop(100%, #00c0cc));
  background-image: -moz-linear-gradient(#2fcbda, #00c0cc);
  background-image: -webkit-linear-gradient(#2fcbda, #00c0cc);
  background-image: linear-gradient(#2fcbda, #00c0cc);
  width: 100%;
  color: #fff;
}
/* line 140, ../sass/_base.scss */
.gradient .btn-link:hover {
  color: #fff;
}

/* line 145, ../sass/_base.scss */
.oval-after, section.oval-after {
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 150, ../sass/_base.scss */
.oval-after .below, section.oval-after .below {
  margin-bottom: -140px;
  margin-top: 25px;
  font-size: 24px;
}
/* line 155, ../sass/_base.scss */
.oval-after .to-below, .oval-after .below, section.oval-after .to-below, section.oval-after .below {
  position: relative;
  z-index: 100;
}
/* line 159, ../sass/_base.scss */
.oval-after:after, section.oval-after:after {
  content: "";
  width: 120%;
  height: 180px;
  background: #fff;
  position: absolute;
  left: -10%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-top: 20px;
}
@media screen and (min-width: 1400px) {
  /* line 145, ../sass/_base.scss */
  .oval-after, section.oval-after {
    padding-bottom: 300px;
  }
  /* line 173, ../sass/_base.scss */
  .oval-after .to-below, section.oval-after .to-below {
    margin-bottom: -150px;
  }
  /* line 176, ../sass/_base.scss */
  .oval-after .below, section.oval-after .below {
    margin-bottom: -130px;
    margin-top: 20px;
  }
  /* line 180, ../sass/_base.scss */
  .oval-after:after, section.oval-after:after {
    height: 280px;
  }
}

/* line 186, ../sass/_base.scss */
.collection {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 193, ../sass/_base.scss */
code, pre.code {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  font-family: 'PT Mono', monospace;
  white-space: normal;
}

/* line 203, ../sass/_base.scss */
.error {
  color: #fa5000;
}

/* line 207, ../sass/_base.scss */
hr.whitespace {
  border: 0;
  margin-top: 25px;
}

/* line 212, ../sass/_base.scss */
.table {
  display: table;
}

/* line 216, ../sass/_base.scss */
.table-cell {
  display: table-cell;
}

/* line 220, ../sass/_base.scss */
.inline-block {
  display: inline-block;
}

/* line 224, ../sass/_base.scss */
.padding-10 {
  padding: 10px;
}

/* line 228, ../sass/_base.scss */
.margin-top-1 {
  margin-top: 24px;
}

/* line 232, ../sass/_base.scss */
.margin-top-10 {
  margin-top: 10px;
}

/* line 236, ../sass/_base.scss */
.padding-right-10 {
  padding-right: 10px;
}

/* line 240, ../sass/_base.scss */
.text-trans-normal {
  text-transform: none;
}

/* line 244, ../sass/_base.scss */
.font-regular {
  font-weight: normal;
}

/* line 248, ../sass/_base.scss */
p.hr {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
/* line 254, ../sass/_base.scss */
p.hr span {
  padding: 10px;
  background-color: #fff;
  position: relative;
}
/* line 259, ../sass/_base.scss */
p.hr:before {
  content: "";
  border-bottom: 2px solid #ededed;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50%;
  bottom: calc(50% - 2px);
}

/* line 271, ../sass/_base.scss */
a.btn + p.hr, button + p.hr, input + p.hr {
  margin-top: 6px;
}

/* line 276, ../sass/_base.scss */
.pull-right {
  float: right;
}

/* line 280, ../sass/_base.scss */
.pull-left {
  float: left;
}

/* line 284, ../sass/_base.scss */
.disabled {
  color: #a5a5a5;
  pointer-events: none;
}

/* line 289, ../sass/_base.scss */
.trans-40 {
  opacity: 0.6;
  cursor: default;
}

/* line 294, ../sass/_base.scss */
[slide-toggle] {
  cursor: pointer;
}

/* line 298, ../sass/_base.scss */
.slideable {
  margin-bottom: 10px;
}

/* line 302, ../sass/_base.scss */
.slideable_content {
  margin: 0;
  padding: 10px 0;
  overflow: auto;
}

/* line 308, ../sass/_base.scss */
.show-box {
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 10px;
}

/* line 314, ../sass/_base.scss */
.no-break {
  white-space: nowrap;
  display: block;
}

/* line 319, ../sass/_base.scss */
.no-animate {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

/* line 324, ../sass/_base.scss */
.fill.primary {
  background-color: #00c0cc;
}
/* line 327, ../sass/_base.scss */
.fill.primary-hover {
  background-color: #2fcbda;
}
/* line 330, ../sass/_base.scss */
.fill.secondary {
  background-color: #ff9900;
}
/* line 333, ../sass/_base.scss */
.fill.secondary-hover {
  background-color: #ffba00;
}
/* line 336, ../sass/_base.scss */
.fill.danger {
  background-color: #fa5000;
}
/* line 339, ../sass/_base.scss */
.fill.grey-dark {
  background-color: #4d4d4d;
}
/* line 342, ../sass/_base.scss */
.fill.grey {
  background-color: #a5a5a5;
}
/* line 345, ../sass/_base.scss */
.fill.grey-light {
  background-color: #ededed;
}

/*------------------------------------*\
    $SOCIAL COLORS
\*------------------------------------*/
/* line 1, ../sass/wordpress/partials/_type.scss */
body {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
}

/* line 5, ../sass/wordpress/partials/_type.scss */
h1, h2.mainhead {
  font-size: 56px;
  text-align: center;
  color: #00c0cc;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  /* line 5, ../sass/wordpress/partials/_type.scss */
  h1, h2.mainhead {
    font-size: 39.2px;
  }
}
@media screen and (max-width: 480px) {
  /* line 5, ../sass/wordpress/partials/_type.scss */
  h1, h2.mainhead {
    font-size: 28px;
  }
}

/* line 18, ../sass/wordpress/partials/_type.scss */
h2, h3.head {
  font-size: 52px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  /* line 18, ../sass/wordpress/partials/_type.scss */
  h2, h3.head {
    font-size: 36.4px;
  }
}
@media screen and (max-width: 480px) {
  /* line 18, ../sass/wordpress/partials/_type.scss */
  h2, h3.head {
    font-size: 26px;
  }
}

/* line 43, ../sass/wordpress/partials/_type.scss */
h3 {
  letter-spacing: 0.01em;
}
/* line 46, ../sass/wordpress/partials/_type.scss */
h3.subline, .myss-storylines .storyline-content,
.video-list .storyline-content,
.clips-myss .storyline-content, body.page-template-template-features section.myss-steps .steps-content, body.page-template-template-faq .faq-content, body.single-press_release .content header h2:first-of-type, body.single-press_release .content header h3:first-of-type {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin-top: -10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  /* line 46, ../sass/wordpress/partials/_type.scss */
  h3.subline, .myss-storylines .storyline-content,
  .video-list .storyline-content,
  .clips-myss .storyline-content, body.page-template-template-features section.myss-steps .steps-content, body.page-template-template-faq .faq-content, body.single-press_release .content header h2:first-of-type, body.single-press_release .content header h3:first-of-type {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 480px) {
  /* line 46, ../sass/wordpress/partials/_type.scss */
  h3.subline, .myss-storylines .storyline-content,
  .video-list .storyline-content,
  .clips-myss .storyline-content, body.page-template-template-features section.myss-steps .steps-content, body.page-template-template-faq .faq-content, body.single-press_release .content header h2:first-of-type, body.single-press_release .content header h3:first-of-type {
    font-size: 11px;
  }
}

/* line 55, ../sass/wordpress/partials/_type.scss */
.font-yanone {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
}

/* line 60, ../sass/wordpress/partials/_type.scss */
h3, .zoom-slider .slider-text-container, .zoom-slider .slider-text-container p, #prev-link .nav-arrow:before,
#next-link .nav-arrow:before, .videoPlayerContainer + h3, .expand-container .expand-box h4, body.page-template-template-examples .content > section.slider-stage h3, body.single .prev-link .nav-arrow:before, body.single .next-link .nav-arrow:before, body.page-template-template-togo-landingpage h2, blockquote {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  /* line 60, ../sass/wordpress/partials/_type.scss */
  h3, .zoom-slider .slider-text-container, .zoom-slider .slider-text-container p, #prev-link .nav-arrow:before,
  #next-link .nav-arrow:before, .videoPlayerContainer + h3, .expand-container .expand-box h4, body.page-template-template-examples .content > section.slider-stage h3, body.single .prev-link .nav-arrow:before, body.single .next-link .nav-arrow:before, body.page-template-template-togo-landingpage h2, blockquote {
    font-size: 25.2px;
  }
}
@media screen and (max-width: 480px) {
  /* line 60, ../sass/wordpress/partials/_type.scss */
  h3, .zoom-slider .slider-text-container, .zoom-slider .slider-text-container p, #prev-link .nav-arrow:before,
  #next-link .nav-arrow:before, .videoPlayerContainer + h3, .expand-container .expand-box h4, body.page-template-template-examples .content > section.slider-stage h3, body.single .prev-link .nav-arrow:before, body.single .next-link .nav-arrow:before, body.page-template-template-togo-landingpage h2, blockquote {
    font-size: 21.6px;
  }
}

/* line 82, ../sass/wordpress/partials/_type.scss */
button.btn-login,
a.btn-login,
.btn-login, .jumbotron.bubble, footer ul li, #prev-link .preview span.title,
#next-link .preview span.title, .hover-box-wrapper .hover-box .layer h4, .myss-storylines .controls button,
.video-list .controls button,
.clips-myss .controls button, .panel-group .panel .panel-group .panel-heading h4, body.page-template-template-blog .blog-intro, body.page-template-template-legal-info h2, body.single .prev-link .title, body.single .next-link .title, blockquote cite {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  /* line 82, ../sass/wordpress/partials/_type.scss */
  button.btn-login,
  a.btn-login,
  .btn-login, .jumbotron.bubble, footer ul li, #prev-link .preview span.title,
  #next-link .preview span.title, .hover-box-wrapper .hover-box .layer h4, .myss-storylines .controls button,
  .video-list .controls button,
  .clips-myss .controls button, .panel-group .panel .panel-group .panel-heading h4, body.page-template-template-blog .blog-intro, body.page-template-template-legal-info h2, body.single .prev-link .title, body.single .next-link .title, blockquote cite {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 480px) {
  /* line 82, ../sass/wordpress/partials/_type.scss */
  button.btn-login,
  a.btn-login,
  .btn-login, .jumbotron.bubble, footer ul li, #prev-link .preview span.title,
  #next-link .preview span.title, .hover-box-wrapper .hover-box .layer h4, .myss-storylines .controls button,
  .video-list .controls button,
  .clips-myss .controls button, .panel-group .panel .panel-group .panel-heading h4, body.page-template-template-blog .blog-intro, body.page-template-template-legal-info h2, body.single .prev-link .title, body.single .next-link .title, blockquote cite {
    font-size: 12.6px;
  }
}

/* line 93, ../sass/wordpress/partials/_type.scss */
body, h4, body > header .navmenu ul.menu li a, .jumbotron p, .testimonial-footer .testimonial-bubble-slider .meta > h4, .testimonial-footer .testimonial-bubble-slider .meta > p, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 input[type="tel"], .wpcf7 input[type="password"], .wpcf7 textarea, .newsletter-box-form .input_row input, .epm-sign-up-form .input_row input, .panel-group .panel .panel-group .panel-heading + .content-collapse > .panel-body, .panel-group .panel .panel-group .panel-heading + .content-collapse > .list-group, .select2-container .select2-selection .select2-selection__rendered, .select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-dropdown .select2-selection__rendered, .select2-container .select2-selection .select2-results__.select2-dropdown option, .select2-container .select2-selection .select2-results__option, .select2-container .select2-selection--single .select2-results__.select2-dropdown option, .select2-container .select2-selection--single .select2-results__option, .select2-container .select2-dropdown .select2-results__.select2-dropdown option, .select2-container .select2-dropdown .select2-results__option, body.page-template-template-features section.myss-steps .step, body.page-template-template-blog article .date, body.page-template-template-blog article .excerpt, body.page-template-template-legal-info h3, body.single .date {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  /* line 93, ../sass/wordpress/partials/_type.scss */
  body, h4, body > header .navmenu ul.menu li a, .jumbotron p, .testimonial-footer .testimonial-bubble-slider .meta > h4, .testimonial-footer .testimonial-bubble-slider .meta > p, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 input[type="tel"], .wpcf7 input[type="password"], .wpcf7 textarea, .newsletter-box-form .input_row input, .epm-sign-up-form .input_row input, .panel-group .panel .panel-group .panel-heading + .content-collapse > .panel-body, .panel-group .panel .panel-group .panel-heading + .content-collapse > .list-group, .select2-container .select2-selection .select2-selection__rendered, .select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-dropdown .select2-selection__rendered, .select2-container .select2-selection .select2-results__.select2-dropdown option, .select2-container .select2-selection .select2-results__option, .select2-container .select2-selection--single .select2-results__.select2-dropdown option, .select2-container .select2-selection--single .select2-results__option, .select2-container .select2-dropdown .select2-results__.select2-dropdown option, .select2-container .select2-dropdown .select2-results__option, body.page-template-template-features section.myss-steps .step, body.page-template-template-blog article .date, body.page-template-template-blog article .excerpt, body.page-template-template-legal-info h3, body.single .date {
    font-size: 12.8px;
  }
}

/* line 104, ../sass/wordpress/partials/_type.scss */
body.page-template-template-register form .select2-container,
body.page-template-template-purchase-business form .select2-container,
body.page-template-template-purchase-education form .select2-container,
.modal-dialog form .select2-container, body.page-template-template-register form .select2-container .select2-results .select2-results__option,
body.page-template-template-purchase-business form .select2-container .select2-results .select2-results__option,
body.page-template-template-purchase-education form .select2-container .select2-results .select2-results__option,
.modal-dialog form .select2-container .select2-results .select2-results__option, body.page-template-template-register form .select2-container .select2-dropdown .select2-search input,
body.page-template-template-purchase-business form .select2-container .select2-dropdown .select2-search input,
body.page-template-template-purchase-education form .select2-container .select2-dropdown .select2-search input,
.modal-dialog form .select2-container .select2-dropdown .select2-search input, footer .copyright, #prev-link .preview,
#next-link .preview, #prev-link .nav-arrow,
#next-link .nav-arrow, .hover-box-wrapper .hover-box .layer .input, .hover-bubble-wrapper.col-md-3 .hover-bubble .back .text, .expand-container .expand-box .input, .wpcf7 em, .newsletter-box .nl_msg_box p, .newsletter-box .light, body.single .prev-link .title .desc, body.single .next-link .title .desc, body.single .prev-link .nav-arrow, body.single .next-link .nav-arrow, body.page-template-template-individual-pricing form p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  /* line 104, ../sass/wordpress/partials/_type.scss */
  body.page-template-template-register form .select2-container,
  body.page-template-template-purchase-business form .select2-container,
  body.page-template-template-purchase-education form .select2-container,
  .modal-dialog form .select2-container, body.page-template-template-register form .select2-container .select2-results .select2-results__option,
  body.page-template-template-purchase-business form .select2-container .select2-results .select2-results__option,
  body.page-template-template-purchase-education form .select2-container .select2-results .select2-results__option,
  .modal-dialog form .select2-container .select2-results .select2-results__option, body.page-template-template-register form .select2-container .select2-dropdown .select2-search input,
  body.page-template-template-purchase-business form .select2-container .select2-dropdown .select2-search input,
  body.page-template-template-purchase-education form .select2-container .select2-dropdown .select2-search input,
  .modal-dialog form .select2-container .select2-dropdown .select2-search input, footer .copyright, #prev-link .preview,
  #next-link .preview, #prev-link .nav-arrow,
  #next-link .nav-arrow, .hover-box-wrapper .hover-box .layer .input, .hover-bubble-wrapper.col-md-3 .hover-bubble .back .text, .expand-container .expand-box .input, .wpcf7 em, .newsletter-box .nl_msg_box p, .newsletter-box .light, body.single .prev-link .title .desc, body.single .next-link .title .desc, body.single .prev-link .nav-arrow, body.single .next-link .nav-arrow, body.page-template-template-individual-pricing form p {
    font-size: 11.2px;
  }
}

/* line 115, ../sass/wordpress/partials/_type.scss */
body.page-template-template-features section.myss-steps .step h4, body.page-template-template-faq .search-box form:before {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  /* line 115, ../sass/wordpress/partials/_type.scss */
  body.page-template-template-features section.myss-steps .step h4, body.page-template-template-faq .search-box form:before {
    font-size: 15.4px;
  }
}

/* line 126, ../sass/wordpress/partials/_type.scss */
.font-yanone, .bubble-slider-container .bubble-container .bubble p, .circle-slider .slider-text-container .text-wrapper .slide-text, .wistia-tile .title, .wpcf7 .wpcf7-form-control-wrap:before, .newsletter-box .nl_title, .newsletter-box h3, .newsletter-box-form form .ajax-loader:before, .epm-sign-up-form form .ajax-loader:before, .panel-group .panel .panel-heading h4, body.page-template-template-press ul.external-news li h4, body.page-template-template-press ul.press-releases li h4, body.page-template-template-press .fixed-sidebar .sticky-box h3, body.page-template-template-press .fixed-sidebar .sticky-box .name, body.page-template-template-press .fixed-sidebar .sticky-box .mail, body.page-template-template-blog article h3, body.page-template-template-blog article .search-title a, body.page-template-template-togo-landingpage .video-list .video-tile .title {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  /* line 126, ../sass/wordpress/partials/_type.scss */
  .font-yanone, .bubble-slider-container .bubble-container .bubble p, .circle-slider .slider-text-container .text-wrapper .slide-text, .wistia-tile .title, .wpcf7 .wpcf7-form-control-wrap:before, .newsletter-box .nl_title, .newsletter-box h3, .newsletter-box-form form .ajax-loader:before, .epm-sign-up-form form .ajax-loader:before, .panel-group .panel .panel-heading h4, body.page-template-template-press ul.external-news li h4, body.page-template-template-press ul.press-releases li h4, body.page-template-template-press .fixed-sidebar .sticky-box h3, body.page-template-template-press .fixed-sidebar .sticky-box .name, body.page-template-template-press .fixed-sidebar .sticky-box .mail, body.page-template-template-blog article h3, body.page-template-template-blog article .search-title a, body.page-template-template-togo-landingpage .video-list .video-tile .title {
    font-size: 16px;
  }
}

/* line 130, ../sass/wordpress/partials/_type.scss */
body.page-template-template-press ul.external-news li p, body.page-template-template-press ul.press-releases li p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  /* line 130, ../sass/wordpress/partials/_type.scss */
  body.page-template-template-press ul.external-news li p, body.page-template-template-press ul.press-releases li p {
    font-size: 14.4px;
  }
}

/* line 145, ../sass/wordpress/partials/_type.scss */
body.page-template-template-individual-pricing form h1, body.page-template-template-individual-pricing .sidebar h3 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  /* line 145, ../sass/wordpress/partials/_type.scss */
  body.page-template-template-individual-pricing form h1, body.page-template-template-individual-pricing .sidebar h3 {
    font-size: 20.8px;
  }
}

/* line 1, ../sass/wordpress/partials/_blockquoteBubble.scss */
blockquote.bubble {
  position: relative;
  padding-bottom: 100%;
}
/* line 5, ../sass/wordpress/partials/_blockquoteBubble.scss */
blockquote.bubble > div {
  position: absolute;
  height: 300px;
  width: 300px;
  display: table;
}
/* line 11, ../sass/wordpress/partials/_blockquoteBubble.scss */
blockquote.bubble > div:before {
  -moz-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
  content: "";
  position: absolute;
  border-right: 70px solid transparent;
  border-bottom: 70px solid #00c0cc;
  top: 58%;
}
/* line 19, ../sass/wordpress/partials/_blockquoteBubble.scss */
blockquote.bubble > div > div {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  font-size: 22px;
  overflow: hidden;
  background-color: #00c0cc;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  line-height: 1.3;
}
/* line 30, ../sass/wordpress/partials/_blockquoteBubble.scss */
blockquote.bubble > div > div cite {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  /* line 5, ../sass/wordpress/partials/_blockquoteBubble.scss */
  blockquote.bubble > div {
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 5, ../sass/wordpress/partials/_blockquoteBubble.scss */
  blockquote.bubble > div {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/* line 2, ../sass/wordpress/partials/_buttons.scss */
button, .btn, a.btn,
input[type="submit"], .wpcf7 input[type="submit"] {
  font-weight: 400;
}

/* line 9, ../sass/wordpress/partials/_buttons.scss */
button.btn-large,
a.btn-large,
.btn-large {
  font-size: 18px;
  line-height: 1.7;
  min-height: 40px;
  height: auto;
}
@media screen and (max-width: 767px) {
  /* line 9, ../sass/wordpress/partials/_buttons.scss */
  button.btn-large,
  a.btn-large,
  .btn-large {
    font-size: 14.4px;
    min-height: 32px;
    line-height: 1.5;
  }
}

/* line 24, ../sass/wordpress/partials/_buttons.scss */
button.btn-login,
a.btn-login,
.btn-login {
  height: 33px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 0.7;
}
/* line 35, ../sass/wordpress/partials/_buttons.scss */
button.btn-login.btn-img,
a.btn-login.btn-img,
.btn-login.btn-img {
  padding-right: 37px;
}
@media screen and (max-width: 767px) {
  /* line 24, ../sass/wordpress/partials/_buttons.scss */
  button.btn-login,
  a.btn-login,
  .btn-login {
    float: left;
    margin-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  /* line 24, ../sass/wordpress/partials/_buttons.scss */
  button.btn-login,
  a.btn-login,
  .btn-login {
    height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 24, ../sass/wordpress/partials/_buttons.scss */
  button.btn-login,
  a.btn-login,
  .btn-login {
    height: 35px;
  }
  /* line 50, ../sass/wordpress/partials/_buttons.scss */
  button.btn-login.btn-img,
  a.btn-login.btn-img,
  .btn-login.btn-img {
    padding-right: 44px;
  }
}

/* line 61, ../sass/wordpress/partials/_buttons.scss */
button.btn-img img,
a.btn-img img,
.btn-img img {
  display: none;
}
@media screen and (min-width: 481px) {
  /* line 56, ../sass/wordpress/partials/_buttons.scss */
  button.btn-img,
  a.btn-img,
  .btn-img {
    position: relative;
    padding-right: 45px;
    margin-right: 20px;
  }
  /* line 70, ../sass/wordpress/partials/_buttons.scss */
  button.btn-img img,
  a.btn-img img,
  .btn-img img {
    position: absolute;
    max-height: 140%;
    max-width: 100px;
    top: -20%;
    right: -30px;
    display: block;
  }
  /* line 79, ../sass/wordpress/partials/_buttons.scss */
  button.btn-img.btn-img-left,
  a.btn-img.btn-img-left,
  .btn-img.btn-img-left {
    padding-right: 12.8px;
    padding-left: 35px;
  }
  /* line 82, ../sass/wordpress/partials/_buttons.scss */
  button.btn-img.btn-img-left img,
  a.btn-img.btn-img-left img,
  .btn-img.btn-img-left img {
    right: auto;
    left: -50px;
  }
}
@media screen and (min-width: 768px) {
  /* line 56, ../sass/wordpress/partials/_buttons.scss */
  button.btn-img,
  a.btn-img,
  .btn-img {
    padding-right: 55px;
  }
  /* line 91, ../sass/wordpress/partials/_buttons.scss */
  button.btn-img.btn-img-left,
  a.btn-img.btn-img-left,
  .btn-img.btn-img-left {
    padding-left: 55px;
  }
}

/* line 98, ../sass/wordpress/partials/_buttons.scss */
button.btn-primary, .confirm-buttons button.submit, .confirm-buttons button.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button,
a.btn-primary,
.btn-primary,
.confirm-buttons button.submit,
.confirm-buttons button.ok:not(:only-child),
.modal-body.myss-modal.slug-cookie-consent .confirm-buttons button {
  background-color: #ff9900;
}
/* line 102, ../sass/wordpress/partials/_buttons.scss */
button.btn-primary:hover, div[choice-tile] .choiceTile button.btn-primary, div[choice-tile] .choiceTile .confirm-buttons button.submit, .confirm-buttons div[choice-tile] .choiceTile button.submit, div[choice-tile] .choiceTile .confirm-buttons button.ok:not(:only-child), .confirm-buttons div[choice-tile] .choiceTile button.ok:not(:only-child), div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile button, div[choice-tile] .choiceTile.active:hover button.btn-primary, div[choice-tile] .choiceTile.active:focus button.btn-primary, .confirm-buttons button.submit:hover, .confirm-buttons button.ok:hover:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:hover,
a.btn-primary:hover,
.btn-primary:hover,
.confirm-buttons button.submit:hover,
.confirm-buttons div[choice-tile] .choiceTile button.submit,
div[choice-tile] .choiceTile .confirm-buttons button.submit,
.confirm-buttons button.ok:hover:not(:only-child),
.confirm-buttons div[choice-tile] .choiceTile button.ok:not(:only-child),
div[choice-tile] .choiceTile .confirm-buttons button.ok:not(:only-child),
.modal-body.myss-modal.slug-cookie-consent .confirm-buttons button:hover,
.modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile button,
div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button {
  background-color: #ffba00;
}

/* line 107, ../sass/wordpress/partials/_buttons.scss */
button.btn-invert,
a.btn-invert,
.btn-invert,
button.btn-login,
a.btn-login,
.btn-login,
body.page-template-template-blog .paging a {
  background: transparent;
  border: 2px solid #00c0cc !important;
  color: #00c0cc;
}
/* line 116, ../sass/wordpress/partials/_buttons.scss */
button.btn-invert:hover, div[choice-tile] .choiceTile button.btn-invert, div[choice-tile] .choiceTile.active:hover button.btn-invert, div[choice-tile] .choiceTile.active:focus button.btn-invert, button.btn-invert:focus, button.btn-invert:active,
a.btn-invert:hover,
a.btn-invert:focus,
a.btn-invert:active,
.btn-invert:hover,
.btn-invert:focus,
.btn-invert:active,
div[choice-tile] .choiceTile button.btn-login,
div[choice-tile] .choiceTile.active:hover button.btn-login,
div[choice-tile] .choiceTile.active:focus button.btn-login,
.btn-login:hover,
body.page-template-template-blog .paging a:hover,
.btn-login:focus,
body.page-template-template-blog .paging a:focus,
.btn-login:active,
body.page-template-template-blog .paging a:active {
  color: #2fcbda;
  border-color: #2fcbda !important;
  background-color: transparent;
}
/* line 121, ../sass/wordpress/partials/_buttons.scss */
button.btn-invert.btn-primary, .confirm-buttons button.btn-invert.submit, .confirm-buttons button.btn-invert.ok:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.btn-invert,
a.btn-invert.btn-primary,
.btn-invert.btn-primary,
.confirm-buttons button.btn-invert.submit,
.confirm-buttons button.btn-invert.ok:not(:only-child),
.modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.btn-invert,
.confirm-buttons button.btn-login.submit,
.confirm-buttons button.btn-login.ok:not(:only-child),
.modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.btn-login,
.btn-primary.btn-login,
body.page-template-template-blog .paging a.btn-primary {
  color: #ff9900;
  border-color: #ff9900 !important;
  background-color: transparent;
}
/* line 125, ../sass/wordpress/partials/_buttons.scss */
button.btn-invert.btn-primary:hover, div[choice-tile] .choiceTile button.btn-invert.btn-primary, div[choice-tile] .choiceTile .confirm-buttons button.btn-invert.submit, .confirm-buttons div[choice-tile] .choiceTile button.btn-invert.submit, div[choice-tile] .choiceTile .confirm-buttons button.btn-invert.ok:not(:only-child), .confirm-buttons div[choice-tile] .choiceTile button.btn-invert.ok:not(:only-child), div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.btn-invert, .modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile button.btn-invert, .confirm-buttons button.btn-invert.submit:hover, .confirm-buttons button.btn-invert.ok:hover:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.btn-invert:hover, button.btn-invert.btn-primary:focus, .confirm-buttons button.btn-invert.submit:focus, .confirm-buttons button.btn-invert.ok:focus:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.btn-invert:focus, button.btn-invert.btn-primary:active, .confirm-buttons button.btn-invert.submit:active, .confirm-buttons button.btn-invert.ok:active:not(:only-child), .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.btn-invert:active,
a.btn-invert.btn-primary:hover,
a.btn-invert.btn-primary:focus,
a.btn-invert.btn-primary:active,
.btn-invert.btn-primary:hover,
.confirm-buttons button.btn-invert.submit:hover,
.confirm-buttons div[choice-tile] .choiceTile button.btn-invert.submit,
div[choice-tile] .choiceTile .confirm-buttons button.btn-invert.submit,
.confirm-buttons button.btn-invert.ok:hover:not(:only-child),
.confirm-buttons div[choice-tile] .choiceTile button.btn-invert.ok:not(:only-child),
div[choice-tile] .choiceTile .confirm-buttons button.btn-invert.ok:not(:only-child),
.modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.btn-invert:hover,
.modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile button.btn-invert,
div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.btn-invert,
.btn-invert.btn-primary:focus,
.confirm-buttons button.btn-invert.submit:focus,
.confirm-buttons button.btn-invert.ok:focus:not(:only-child),
.modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.btn-invert:focus,
.btn-invert.btn-primary:active,
.confirm-buttons button.btn-invert.submit:active,
.confirm-buttons button.btn-invert.ok:active:not(:only-child),
.modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.btn-invert:active,
div[choice-tile] .choiceTile button.btn-primary.btn-login,
div[choice-tile] .choiceTile .confirm-buttons button.btn-login.submit,
.confirm-buttons div[choice-tile] .choiceTile button.btn-login.submit,
div[choice-tile] .choiceTile .confirm-buttons button.btn-login.ok:not(:only-child),
.confirm-buttons div[choice-tile] .choiceTile button.btn-login.ok:not(:only-child),
div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.btn-login,
.modal-body.myss-modal.slug-cookie-consent .confirm-buttons div[choice-tile] .choiceTile button.btn-login,
.confirm-buttons button.btn-login.submit:hover,
.confirm-buttons button.btn-login.ok:hover:not(:only-child),
.modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.btn-login:hover,
.btn-primary.btn-login:hover,
body.page-template-template-blog .paging a.btn-primary:hover,
.confirm-buttons button.btn-login.submit:focus,
.confirm-buttons button.btn-login.ok:focus:not(:only-child),
.modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.btn-login:focus,
.btn-primary.btn-login:focus,
body.page-template-template-blog .paging a.btn-primary:focus,
.confirm-buttons button.btn-login.submit:active,
.confirm-buttons button.btn-login.ok:active:not(:only-child),
.modal-body.myss-modal.slug-cookie-consent .confirm-buttons button.btn-login:active,
.btn-primary.btn-login:active,
body.page-template-template-blog .paging a.btn-primary:active {
  color: #ffba00;
  border-color: #ffba00 !important;
  background-color: transparent;
}
/* line 131, ../sass/wordpress/partials/_buttons.scss */
button.btn-invert.btn-large,
a.btn-invert.btn-large,
.btn-invert.btn-large,
.btn-large.btn-login,
body.page-template-template-blog .paging a.btn-large {
  height: 42px;
}
@media screen and (max-width: 767px) {
  /* line 135, ../sass/wordpress/partials/_buttons.scss */
  button.btn-invert.btn-large,
  a.btn-invert.btn-large,
  .btn-invert.btn-large,
  .btn-large.btn-login,
  body.page-template-template-blog .paging a.btn-large {
    height: 29.4px;
  }
}

/* line 143, ../sass/wordpress/partials/_buttons.scss */
button.btn-black,
a.btn-black,
.btn-black {
  border-color: #4d4d4d !important;
  color: #4d4d4d;
}

@-moz-keyframes hovering {
  0%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes hovering {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes hovering {
  0%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* line 10, ../sass/wordpress/partials/_animation.scss */
.hovering {
  -moz-animation: hovering 6s infinite ease-in-out;
  -webkit-animation: hovering 6s infinite ease-in-out;
  animation: hovering 6s infinite ease-in-out;
}

@-moz-keyframes hovering {
  0%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes hovering {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes hovering {
  0%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/* line 23, ../sass/wordpress/partials/_animation.scss */
.fadout {
  -moz-animation: hovering 6s infinite ease-in-out;
  -webkit-animation: hovering 6s infinite ease-in-out;
  animation: hovering 6s infinite ease-in-out;
}

/* line 1, ../sass/wordpress/partials/_shareOptions.scss */
.shareOptions {
  display: block;
  text-align: center;
}
/* line 5, ../sass/wordpress/partials/_shareOptions.scss */
.shareOptions li {
  display: inline-block;
  margin-right: 12px;
}
/* line 9, ../sass/wordpress/partials/_shareOptions.scss */
.shareOptions li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  position: relative;
  font-size: 24px;
}
/* line 18, ../sass/wordpress/partials/_shareOptions.scss */
.shareOptions li a:hover {
  color: #fff;
}
/* line 26, ../sass/wordpress/partials/_shareOptions.scss */
.shareOptions li.facebook a {
  background-color: #3b5998;
}
/* line 29, ../sass/wordpress/partials/_shareOptions.scss */
.shareOptions li.facebook a:hover {
  background-color: #8b9dc3;
}
/* line 34, ../sass/wordpress/partials/_shareOptions.scss */
.shareOptions li.twitter a {
  background-color: #1da1f2;
}
/* line 37, ../sass/wordpress/partials/_shareOptions.scss */
.shareOptions li.twitter a:hover {
  background-color: #1dcaff;
}
/* line 42, ../sass/wordpress/partials/_shareOptions.scss */
.shareOptions li.google a {
  background-color: #dd4b39;
}
/* line 45, ../sass/wordpress/partials/_shareOptions.scss */
.shareOptions li.google a:hover {
  background-color: rgba(211, 72, 54, 0.9);
}
/* line 50, ../sass/wordpress/partials/_shareOptions.scss */
.shareOptions li.linkedin a {
  background-color: #0077b5;
}
/* line 53, ../sass/wordpress/partials/_shareOptions.scss */
.shareOptions li.linkedin a:hover {
  background-color: #00a0dc;
}
/* line 58, ../sass/wordpress/partials/_shareOptions.scss */
.shareOptions li.pinterest a {
  background-color: #bd081c;
}
/* line 61, ../sass/wordpress/partials/_shareOptions.scss */
.shareOptions li.pinterest a:hover {
  background-color: rgba(203, 32, 39, 0.9);
}

/* line 1, ../sass/wordpress/modules/_header.scss */
body > header {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #ededed;
  height: 93px;
  min-width: 0;
}
/* line 9, ../sass/wordpress/modules/_header.scss */
body > header .navmenu {
  margin-left: 0;
}
/* line 13, ../sass/wordpress/modules/_header.scss */
body > header .navbar-brand, body > header .navmenu ul.menu {
  display: table;
  height: 93px;
}
/* line 16, ../sass/wordpress/modules/_header.scss */
body > header .navbar-brand li, body > header .navmenu ul.menu li {
  display: table-cell;
  vertical-align: middle;
}
/* line 19, ../sass/wordpress/modules/_header.scss */
body > header .navbar-brand li a, body > header .navmenu ul.menu li a {
  color: #4d4d4d;
}
/* line 25, ../sass/wordpress/modules/_header.scss */
body > header .navbar-brand {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 25%;
  padding: 0;
}
/* line 29, ../sass/wordpress/modules/_header.scss */
body > header .navbar-brand > div {
  display: table-cell;
  vertical-align: middle;
}
/* line 33, ../sass/wordpress/modules/_header.scss */
body > header .navbar-brand img {
  max-height: 48px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  /* line 25, ../sass/wordpress/modules/_header.scss */
  body > header .navbar-brand {
    max-width: 33.333%;
  }
  /* line 39, ../sass/wordpress/modules/_header.scss */
  body > header .navbar-brand img {
    max-height: 43px;
  }
}
/* line 45, ../sass/wordpress/modules/_header.scss */
body > header .navmenu ul.menu li, body > header .navmenu ul.menu, body > header nav .cd-main-nav > li {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 49, ../sass/wordpress/modules/_header.scss */
body > header .navmenu {
  float: left;
}
/* line 53, ../sass/wordpress/modules/_header.scss */
body > header .navmenu ul.menu li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  display: block;
}
/* line 59, ../sass/wordpress/modules/_header.scss */
body > header .navmenu ul.menu li a:hover, body > header .navmenu ul.menu li a:active, body > header .navmenu ul.menu li a:focus {
  color: #2fcbda;
}
@media screen and (min-width: 992px) {
  /* line 49, ../sass/wordpress/modules/_header.scss */
  body > header .navmenu {
    padding-left: 20px;
  }
  /* line 66, ../sass/wordpress/modules/_header.scss */
  body > header .navmenu li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 49, ../sass/wordpress/modules/_header.scss */
  body > header .navmenu {
    padding-left: 35px;
  }
  /* line 79, ../sass/wordpress/modules/_header.scss */
  body > header .navmenu li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 49, ../sass/wordpress/modules/_header.scss */
  body > header .navmenu {
    display: none;
  }
  /* line 90, ../sass/wordpress/modules/_header.scss */
  body > header .navmenu ul.menu {
    display: block;
  }
  /* line 92, ../sass/wordpress/modules/_header.scss */
  body > header .navmenu ul.menu li {
    display: block;
    border-bottom: 2px solid #ededed;
    padding: 5px 10px;
    margin: 0 10px;
  }
  /* line 97, ../sass/wordpress/modules/_header.scss */
  body > header .navmenu ul.menu li a {
    color: #00c0cc;
  }
  /* line 99, ../sass/wordpress/modules/_header.scss */
  body > header .navmenu ul.menu li a:hover, body > header .navmenu ul.menu li a:active, body > header .navmenu ul.menu li a:focus {
    color: #2fcbda;
  }
  /* line 106, ../sass/wordpress/modules/_header.scss */
  body > header .navmenu.offcanvas {
    width: 240px;
    height: auto;
    position: fixed;
    z-index: 1030;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    border-radius: 0;
    left: auto;
    right: -240px;
    background: #fff;
    padding-top: 18px;
    border-left: 2px solid #ededed;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  /* line 106, ../sass/wordpress/modules/_header.scss */
  body > header .navmenu.offcanvas {
    padding-top: 28px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 124, ../sass/wordpress/modules/_header.scss */
  body > header .navmenu.in {
    display: block;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
}
/* line 131, ../sass/wordpress/modules/_header.scss */
body > header .navbar-toggle {
  margin-top: 14px;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 12px;
}
/* line 135, ../sass/wordpress/modules/_header.scss */
body > header .navbar-toggle:hover {
  background: transparent;
  border-color: #00c0cc;
}
/* line 139, ../sass/wordpress/modules/_header.scss */
body > header .navbar-toggle .icon-bar {
  border-radius: 1px;
  background-color: #00c0cc;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  /* line 131, ../sass/wordpress/modules/_header.scss */
  body > header .navbar-toggle {
    display: block;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) and (-ms-high-contrast: none), screen and (max-width: 1200px) and (-ms-high-contrast: active) {
  /* line 131, ../sass/wordpress/modules/_header.scss */
  body > header .navbar-toggle {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 131, ../sass/wordpress/modules/_header.scss */
  body > header .navbar-toggle {
    margin-top: 6px !important;
  }
}
@media screen and (max-width: 480px) {
  /* line 131, ../sass/wordpress/modules/_header.scss */
  body > header .navbar-toggle {
    margin-top: 11px;
  }
}
/* line 165, ../sass/wordpress/modules/_header.scss */
body > header nav {
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  right: 10px;
}
/* line 170, ../sass/wordpress/modules/_header.scss */
body > header nav .currentUserDetails {
  position: relative;
  z-index: 5;
}
/* line 175, ../sass/wordpress/modules/_header.scss */
body > header nav .currentUserDetails, body > header nav .loginRegister, body > header nav .nav-login, body > header nav .switchAccount {
  display: none;
}
/* line 183, ../sass/wordpress/modules/_header.scss */
body > header nav button {
  margin-bottom: 0;
}
/* line 188, ../sass/wordpress/modules/_header.scss */
body > header nav.unregisteredUser {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  width: auto;
  top: 46.5px;
}
/* line 194, ../sass/wordpress/modules/_header.scss */
body > header nav.unregisteredUser .header-nav {
  position: relative;
}
/* line 197, ../sass/wordpress/modules/_header.scss */
body > header nav.unregisteredUser .loginRegister {
  display: block;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 188, ../sass/wordpress/modules/_header.scss */
  body > header nav.unregisteredUser {
    margin-right: 60px;
    margin-top: -10px;
  }
}
/* line 207, ../sass/wordpress/modules/_header.scss */
body > header nav.registeredUser {
  height: 63px;
}
/* line 209, ../sass/wordpress/modules/_header.scss */
body > header nav.registeredUser .nav-login {
  display: block;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 207, ../sass/wordpress/modules/_header.scss */
  body > header nav.registeredUser {
    margin-right: 50px;
    margin-top: -10px;
  }
}
/* line 220, ../sass/wordpress/modules/_header.scss */
body > header nav.open .switchAccount {
  display: block;
}
/* line 226, ../sass/wordpress/modules/_header.scss */
body > header nav.disableSwitchAccount .switchAccount, body > header nav.disableSwitchAccount .currentAccountName {
  display: none;
}
/* line 232, ../sass/wordpress/modules/_header.scss */
body > header nav.disableSwitchAccount .nav-login ul {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  /* line 242, ../sass/wordpress/modules/_header.scss */
  body > header nav .userMenu .textwidget .open-modal {
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 251, ../sass/wordpress/modules/_header.scss */
  body > header nav .userMenu > li button {
    margin-bottom: 5px;
  }
  /* line 256, ../sass/wordpress/modules/_header.scss */
  body > header button, body > header button.btn-invert {
    font-size: 11.2px;
    border: 0 !important;
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent;
    color: #00c0cc;
  }
  /* line 265, ../sass/wordpress/modules/_header.scss */
  body > header button:hover, body > header div[choice-tile] .choiceTile button, div[choice-tile] .choiceTile body > header button, body > header div[choice-tile] .choiceTile:hover button, div[choice-tile] .choiceTile:hover body > header button, body > header div[choice-tile] .choiceTile:focus button, div[choice-tile] .choiceTile:focus body > header button, body > header div[choice-tile] .choiceTile.active button, div[choice-tile] .choiceTile.active body > header button, body > header div[choice-tile] .choiceTile.active:hover button, div[choice-tile] .choiceTile.active:hover body > header button, body > header div[choice-tile] .choiceTile.active:focus button, div[choice-tile] .choiceTile.active:focus body > header button, body > header button.btn-invert:hover, body > header div[choice-tile] .choiceTile button.btn-invert, div[choice-tile] .choiceTile body > header button.btn-invert, body > header div[choice-tile] .choiceTile.active:hover button.btn-invert, div[choice-tile] .choiceTile.active:hover body > header button.btn-invert, body > header div[choice-tile] .choiceTile.active:focus button.btn-invert, div[choice-tile] .choiceTile.active:focus body > header button.btn-invert {
    color: #2fcbda;
    background-color: transparent;
  }
}

@media screen and (min-width: 992px) {
  /* line 275, ../sass/wordpress/modules/_header.scss */
  body > header {
    border-bottom: 0;
  }
  /* line 279, ../sass/wordpress/modules/_header.scss */
  body > header nav.registeredUser .currentUserDetails {
    display: block;
  }
  /* line 285, ../sass/wordpress/modules/_header.scss */
  body > header nav.disableSwitchAccount .nav-login ul {
    padding-top: 17px;
  }

  /* line 293, ../sass/wordpress/modules/_header.scss */
  body.scrolled-header > header {
    border-bottom: 2px solid #ededed;
  }
  /* line 296, ../sass/wordpress/modules/_header.scss */
  body.scrolled-header > header, body.scrolled-header > header .navbar-brand, body.scrolled-header > header .navmenu ul.menu {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 63px;
  }
  /* line 303, ../sass/wordpress/modules/_header.scss */
  body.scrolled-header > header .navmenu ul.menu li a {
    margin-top: 6px;
  }
  /* line 307, ../sass/wordpress/modules/_header.scss */
  body.scrolled-header > header .navbar-brand {
    padding-top: 17.5px;
    padding-bottom: 15px;
  }
  /* line 313, ../sass/wordpress/modules/_header.scss */
  body.scrolled-header > header .navbar-brand img {
    max-height: 28px;
  }
  /* line 320, ../sass/wordpress/modules/_header.scss */
  body.scrolled-header > header nav button {
    margin-top: 0px;
  }
}
@media screen and (min-width: 992px) and (-ms-high-contrast: none), screen and (min-width: 992px) and (-ms-high-contrast: active) {
  /* line 320, ../sass/wordpress/modules/_header.scss */
  body.scrolled-header > header nav button {
    margin-top: 12px;
  }
}
@media screen and (min-width: 992px) and (min-width: 991px) and (max-width: 1200px) {
  /* line 320, ../sass/wordpress/modules/_header.scss */
  body.scrolled-header > header nav button {
    margin-top: 27px;
  }
}
@media screen and (min-width: 992px) {
  /* line 332, ../sass/wordpress/modules/_header.scss */
  body.scrolled-header > header nav.unregisteredUser {
    top: 31.5px;
  }
  /* line 335, ../sass/wordpress/modules/_header.scss */
  body.scrolled-header > header nav.registeredUser {
    top: 0;
  }
  /* line 339, ../sass/wordpress/modules/_header.scss */
  body.scrolled-header > header nav .nav-login ul {
    background-color: #fff;
  }
  /* line 342, ../sass/wordpress/modules/_header.scss */
  body.scrolled-header > header nav .nav-login figure {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 12.6px;
  }
  /* line 351, ../sass/wordpress/modules/_header.scss */
  body.scrolled-header > header nav.disableSwitchAccount .nav-login ul {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  /* line 364, ../sass/wordpress/modules/_header.scss */
  body > header, body > header .navbar-brand, body > header .navmenu ul.menu, body > header nav .header-nav {
    height: 63px;
  }
  /* line 370, ../sass/wordpress/modules/_header.scss */
  body > header .dashboardHeader nav {
    right: 60px;
  }
  /* line 373, ../sass/wordpress/modules/_header.scss */
  body > header .dashboardHeader nav.registeredUser {
    border: 0;
    width: 40px;
    top: 0;
  }
  /* line 379, ../sass/wordpress/modules/_header.scss */
  body > header .dashboardHeader nav .loginRegister {
    margin-right: 10px;
  }
  /* line 383, ../sass/wordpress/modules/_header.scss */
  body > header .dashboardHeader nav .nav-login ul {
    top: 63px;
    width: auto;
    right: 0;
    padding-top: 0;
  }
  /* line 388, ../sass/wordpress/modules/_header.scss */
  body > header .dashboardHeader nav .nav-login ul:before {
    display: none;
  }
  /* line 393, ../sass/wordpress/modules/_header.scss */
  body > header .dashboardHeader nav .nav-login figure {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 0;
  }
}
/* line 407, ../sass/wordpress/modules/_header.scss */
body.canvas-slid .navbar-toggle .icon-bar {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 410, ../sass/wordpress/modules/_header.scss */
body.canvas-slid .navbar-toggle .icon-bar:first-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
/* line 414, ../sass/wordpress/modules/_header.scss */
body.canvas-slid .navbar-toggle .icon-bar:nth-child(2) {
  opacity: 0;
}
/* line 417, ../sass/wordpress/modules/_header.scss */
body.canvas-slid .navbar-toggle .icon-bar:last-child {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  margin-top: 7px;
  margin-left: -2px;
}

/* line 429, ../sass/wordpress/modules/_header.scss */
body.page-template-template-register nav,
body.page-template-template-purchase-business nav {
  display: none;
}

/* line 1, ../sass/wordpress/modules/_jumbotron.scss */
.container .jumbotron {
  padding: 20px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

/* line 7, ../sass/wordpress/modules/_jumbotron.scss */
.jumbotron {
  border: 2px solid #ededed;
  background-color: #fff;
  text-align: left;
}
/* line 13, ../sass/wordpress/modules/_jumbotron.scss */
.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4 {
  color: #00c0cc;
}
/* line 20, ../sass/wordpress/modules/_jumbotron.scss */
.jumbotron p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
/* line 24, ../sass/wordpress/modules/_jumbotron.scss */
.jumbotron p:first-child {
  margin-top: 0;
}
/* line 29, ../sass/wordpress/modules/_jumbotron.scss */
.jumbotron.bubble {
  position: relative;
  margin-bottom: 75px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  border-color: #00c0cc;
  text-align: center;
}
/* line 42, ../sass/wordpress/modules/_jumbotron.scss */
.jumbotron.bubble h2 {
  margin-bottom: 20px;
}
/* line 46, ../sass/wordpress/modules/_jumbotron.scss */
.jumbotron.bubble:after {
  background-image: url("../png/bubble_tip.png");
  content: "";
  position: absolute;
  right: 24.9999%;
  bottom: -70px;
  height: 70px;
  width: 72px;
  background-size: 100%;
}
/* line 58, ../sass/wordpress/modules/_jumbotron.scss */
.jumbotron.bubble.no-tip:after {
  display: none;
}
@media screen and (max-width: 480px) {
  /* line 29, ../sass/wordpress/modules/_jumbotron.scss */
  .jumbotron.bubble {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}

/* line 1, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container {
  overflow: hidden;
}
/* line 6, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .bubble-container {
  z-index: 10;
  padding-bottom: 33.3333%;
  max-width: 290px;
}
/* line 11, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .bubble-container .bubble {
  width: -webkit-calc(100% -  20px);
  width: -moz-calc(100% -  20px);
  width: calc(100% -  20px);
  height: -webkit-calc(100% -  20px);
  height: -moz-calc(100% -  20px);
  height: calc(100% -  20px);
  position: absolute;
  left: 10px;
}
/* line 18, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .bubble-container .bubble .inner-wrapper {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 270px;
  z-index: 300;
  background-color: #00c0cc;
  color: #fff;
}
/* line 27, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .bubble-container .bubble .inner-wrapper:before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 0;
  border-left: 70px solid transparent;
  border-top: 70px solid #00c0cc;
}
/* line 37, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .bubble-container .bubble .slick-slide {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: table;
}
/* line 43, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .bubble-container .bubble p {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  position: relative;
  visibility: hidden;
  width: 100%;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  text-align: center;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
}
/* line 60, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .bubble-container .bubble p:after {
  background-image: url("../png/mr-player-bubble.png");
  content: "";
  position: absolute;
  left: 10px;
  bottom: -15px;
  width: 60%;
  height: 45%;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 72, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .bubble-container .bubble p img {
  position: absolute;
  left: 20px;
  bottom: 0px;
  max-width: 50%;
  max-height: 50%;
}
/* line 81, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .bubble-container .bubble .light {
  color: #fff;
}
/* line 85, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .bubble-container .bubble ul {
  display: none !important;
  z-index: 300;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  width: 50%;
  height: 30px;
  margin: auto;
  text-align: center;
}
/* line 96, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .bubble-container .bubble ul li {
  width: 14px;
  height: 14px;
  margin: 0 4px;
}
/* line 101, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .bubble-container .bubble ul li.slick-active button {
  background-color: #fff;
}
/* line 106, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .bubble-container .bubble ul button {
  width: 14px;
  height: 14px;
  border-color: #fff !important;
}
/* line 116, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .slider {
  position: relative;
  padding-bottom: 50px;
}
/* line 120, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .slider .img-container {
  padding: 3px 0 20px;
  position: relative;
}
/* line 124, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .slider .img-container:before {
  content: "";
  background-color: black;
  margin: auto;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 15px;
  right: 0;
}
/* line 135, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .slider .img-container:after {
  background-image: url("../png/slider-laptop2.png");
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 148, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .slider .img-container .slick-list {
  max-width: 530px;
  margin: auto;
}
/* line 154, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .slider .scroll-laptop {
  position: absolute;
  top: 0;
  margin-top: 0;
}
/* line 163, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .slick-slider .slick-arrow {
  position: absolute;
  bottom: -135px;
  top: auto;
}
/* line 168, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 25%;
}
/* line 171, ../sass/wordpress/modules/_carousel.scss */
.bubble-slider-container .slick-slider .slick-arrow.slick-next {
  right: 25%;
}
@media screen and (max-width: 767px) {
  /* line 179, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .pie-wrapper {
    display: none !important;
  }
  /* line 183, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .slider {
    padding-bottom: 70px;
  }
  /* line 186, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .slider .img-container {
    padding: 18px 0 45px;
  }
  /* line 188, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .slider .img-container:before {
    width: 355px;
    bottom: 20px;
  }
  /* line 192, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .slider .img-container .slick-list {
    max-width: 350px;
    margin: auto;
  }
  /* line 200, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .slick-slider .slick-arrow {
    bottom: -115px;
  }
  /* line 205, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container {
    padding-bottom: 0;
    margin-bottom: 30px;
    max-width: none;
  }
  /* line 209, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble {
    position: relative;
  }
  /* line 211, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble .slick-slide {
    overflow: visible;
  }
  /* line 214, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble .inner-wrapper {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    padding-top: 15px;
    max-width: none;
  }
  /* line 221, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble .inner-wrapper .slice-slide {
    overflow: visible;
  }
  /* line 224, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble .inner-wrapper:before {
    display: none;
  }
  /* line 228, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble p {
    height: auto !important;
    display: block;
    font-weight: 400;
    padding-left: 135px;
    text-align: left;
  }
  /* line 234, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble p:after {
    top: 0;
    bottom: -30px;
    left: 0;
    height: auto;
    width: 38%;
  }
  /* line 242, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble ul.slick-dots {
    width: 100%;
    bottom: -15px;
    height: 12px;
    display: block !important;
  }
  /* line 248, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble ul.slick-dots li {
    border: 0;
    width: 25%;
    border-radius: 0;
    height: 8px;
    margin: 0;
    padding: 0 2px;
    text-align: left;
  }
  /* line 257, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble ul.slick-dots li:first-child {
    padding-left: 0;
  }
  /* line 259, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble ul.slick-dots li:first-child button {
    border-bottom-left-radius: 5px;
  }
  /* line 264, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble ul.slick-dots li:last-child {
    padding-right: 0;
  }
  /* line 266, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble ul.slick-dots li:last-child button {
    border-bottom-right-radius: 5px;
  }
  /* line 273, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble ul.slick-dots li.slick-active button:before {
    width: 100%;
  }
  /* line 280, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble ul.slick-dots button {
    opacity: 1;
    width: 100%;
    background-color: rgba(0, 192, 204, 0.5);
    border-radius: 0;
    margin: 0;
    padding: 0;
    height: 8px;
    vertical-align: top;
    overflow: hidden;
    border: 0 !important;
  }
  /* line 292, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble ul.slick-dots button:before {
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 100%;
    background-color: #00c0cc;
    border-radius: 0;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 311, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .slider .img-container {
    padding: 10px 0 35px;
  }
  /* line 313, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .slider .img-container:before {
    width: 270px;
    bottom: 20px;
  }
  /* line 317, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .slider .img-container .slick-list {
    max-width: 265px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 325, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .usp-wrapper {
    margin-right: 5%;
    margin-left: -5%;
  }
  /* line 330, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .usp-wrapper .img-container {
    padding: 20px 0 60px;
  }
  /* line 332, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .usp-wrapper .img-container:before {
    width: 460px;
    left: 0;
    top: 15px;
    bottom: 25px;
    right: 0;
  }
  /* line 339, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .usp-wrapper .img-container .slick-list {
    max-width: 460px;
  }
  /* line 344, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container {
    margin-right: -3.33333%;
    margin-left: 3.333333%;
  }
  /* line 350, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble {
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  /* line 352, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble p {
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) {
  /* line 361, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container {
    margin-right: -16.6666%;
    margin-left: 8.33333%;
  }
  /* line 367, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble {
    -moz-transform: translateY(23%);
    -ms-transform: translateY(23%);
    -webkit-transform: translateY(23%);
    transform: translateY(23%);
  }
  /* line 371, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble p {
    padding-bottom: 40px;
    padding-top: 0;
  }
  /* line 374, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .bubble-container .bubble p:after {
    left: 20px;
    height: 116px;
    width: 145px;
  }
  /* line 384, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .slider .img-container {
    padding: 28px 0 70px;
  }
  /* line 386, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .slider .img-container:before {
    width: 534px;
    left: 0;
    top: 15px;
    bottom: 40px;
    right: 0;
  }
  /* line 393, ../sass/wordpress/modules/_carousel.scss */
  .bubble-slider-container .slider .img-container .slick-list {
    max-width: 530px;
  }
}

/* line 404, ../sass/wordpress/modules/_carousel.scss */
body.touch .bubble-slider-container .slider .img-container {
  position: relative;
  z-index: 2;
}

/* line 412, ../sass/wordpress/modules/_carousel.scss */
ul.slick-dots {
  margin: auto;
  text-align: center;
}
/* line 416, ../sass/wordpress/modules/_carousel.scss */
ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  padding: 0;
  line-height: 1;
  vertical-align: top;
}
/* line 426, ../sass/wordpress/modules/_carousel.scss */
ul.slick-dots li:before {
  display: none;
}
/* line 431, ../sass/wordpress/modules/_carousel.scss */
ul.slick-dots li.slick-active button {
  background-color: #a5a5a5;
}
/* line 436, ../sass/wordpress/modules/_carousel.scss */
ul.slick-dots button {
  height: 14px;
  width: 14px;
  padding: 0;
  text-indent: -1000px;
  color: transparent;
  border: 2px solid #a5a5a5 !important;
  background-color: transparent;
  border-radius: 50%;
}
/* line 446, ../sass/wordpress/modules/_carousel.scss */
ul.slick-dots button:before {
  display: none;
}
/* line 449, ../sass/wordpress/modules/_carousel.scss */
ul.slick-dots button:hover, ul.slick-dots div[choice-tile] .choiceTile button, div[choice-tile] .choiceTile ul.slick-dots button, ul.slick-dots div[choice-tile] .choiceTile.active:hover button, div[choice-tile] .choiceTile.active:hover ul.slick-dots button, ul.slick-dots div[choice-tile] .choiceTile.active:focus button, div[choice-tile] .choiceTile.active:focus ul.slick-dots button {
  background-color: rgba(165, 165, 165, 0.7);
}

/* line 455, ../sass/wordpress/modules/_carousel.scss */
button.slick-next,
button.slick-prev {
  position: absolute;
  z-index: 20;
  overflow: visible !important;
}

/* line 468, ../sass/wordpress/modules/_carousel.scss */
button.slick-prev {
  left: 2%;
}
/* line 470, ../sass/wordpress/modules/_carousel.scss */
button.slick-prev:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
  left: 12px;
}

/* line 480, ../sass/wordpress/modules/_carousel.scss */
button.slick-next {
  right: 2%;
}
/* line 482, ../sass/wordpress/modules/_carousel.scss */
button.slick-next:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  left: 17px;
}

/* line 492, ../sass/wordpress/modules/_carousel.scss */
.slick-list {
  overflow: hidden;
}
/* line 494, ../sass/wordpress/modules/_carousel.scss */
.slick-list:before, .slick-list:after {
  background: transparent;
}

/* line 1, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider {
  margin-top: 20px;
}
/* line 5, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .slides-wrapper {
  position: relative;
  z-index: 20;
}
/* line 9, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .icon-slide {
  -moz-transition: all 0.3s 0.2s;
  -o-transition: all 0.3s 0.2s;
  -webkit-transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
  transition: all 0.3s 0.2s;
  float: left;
  width: 20%;
  text-align: center;
  color: #a5a5a5;
  font-size: 50px;
  cursor: pointer;
  padding: 5px;
}
/* line 18, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .icon-slide span {
  position: relative;
}
/* line 26, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .icon-slide:first-child, .circle-slider .icon-slide:last-child {
  padding-top: 32%;
}
/* line 30, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .icon-slide:nth-child(2), .circle-slider .icon-slide:nth-last-child(2) {
  padding-top: 11%;
}
/* line 34, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .icon-slide:nth-child(2) {
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}
/* line 38, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .icon-slide:nth-last-child(2) {
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}
/* line 42, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .icon-slide.active span span {
  color: #4d4d4d;
  font-size: 68px;
}
/* line 48, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .slider-text-container {
  width: 60%;
  left: 20%;
  padding-bottom: 60%;
  position: relative;
  top: 45px;
}
/* line 55, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .slider-text-container .bubble {
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  background-color: #00c0cc;
  z-index: 100;
}
/* line 68, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .slider-text-container .bubble:before {
  -moz-transform: rotate(51deg);
  -ms-transform: rotate(51deg);
  -webkit-transform: rotate(51deg);
  transform: rotate(51deg);
  content: "";
  position: absolute;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #00c0cc;
  left: -5px;
  bottom: 52%;
}
/* line 79, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .slider-text-container[data-slide="1"] .bubble {
  -moz-transform: rotate(29deg);
  -ms-transform: rotate(29deg);
  -webkit-transform: rotate(29deg);
  transform: rotate(29deg);
}
/* line 83, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .slider-text-container[data-slide="2"] .bubble {
  -moz-transform: rotate(74deg);
  -ms-transform: rotate(74deg);
  -webkit-transform: rotate(74deg);
  transform: rotate(74deg);
}
/* line 87, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .slider-text-container[data-slide="3"] .bubble {
  -moz-transform: rotate(124deg);
  -ms-transform: rotate(124deg);
  -webkit-transform: rotate(124deg);
  transform: rotate(124deg);
}
/* line 91, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .slider-text-container[data-slide="4"] .bubble {
  -moz-transform: rotate(154deg);
  -ms-transform: rotate(154deg);
  -webkit-transform: rotate(154deg);
  transform: rotate(154deg);
}
/* line 95, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .slider-text-container .text-wrapper {
  display: table;
  width: 100%;
  padding: 65px;
  z-index: 200;
}
/* line 102, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .slider-text-container .text-wrapper .slide-text {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
/* line 110, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .slider-text-container .text-wrapper .slide-text p {
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
}
/* line 118, ../sass/wordpress/modules/_circleSlider.scss */
.circle-slider .slider-text-container .text-wrapper .slide-text.active p {
  opacity: 1;
  max-height: none;
  max-width: none;
}
@media screen and (max-width: 767px) {
  /* line 128, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .icon-slide {
    font-size: 40px;
  }
  /* line 130, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .icon-slide.active {
    font-size: 48px;
  }
  /* line 136, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .slider-text-container .bubble {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  /* line 141, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .slider-text-container .bubble:before {
    border-right-width: 50px;
    border-bottom-width: 50px;
    bottom: 49%;
  }
  /* line 147, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .slider-text-container .text-wrapper {
    padding: 35px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 158, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .icon-slide {
    font-size: 40px;
  }
  /* line 160, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .icon-slide:first-child, .circle-slider .icon-slide:last-child {
    padding-top: 25%;
  }
  /* line 163, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .icon-slide:nth-child(2), .circle-slider .icon-slide:nth-last-child(2) {
    padding-top: 8%;
  }
  /* line 166, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .icon-slide:first-child {
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
  /* line 170, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .icon-slide:last-child {
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
  }
  /* line 173, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .icon-slide.active {
    font-size: 48px;
  }
  /* line 178, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .slider-text-container {
    top: 36px;
    width: 100%;
    padding-bottom: 100%;
    left: 0;
  }
  /* line 183, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .slider-text-container .bubble {
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }
  /* line 189, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .slider-text-container .bubble:before {
    border-right-width: 40px;
    border-bottom-width: 40px;
    bottom: 55%;
  }
  /* line 195, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .slider-text-container[data-slide="1"] .bubble {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 199, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .slider-text-container[data-slide="2"] .bubble {
    -moz-transform: rotate(74deg);
    -ms-transform: rotate(74deg);
    -webkit-transform: rotate(74deg);
    transform: rotate(74deg);
  }
  /* line 203, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .slider-text-container[data-slide="3"] .bubble {
    -moz-transform: rotate(98deg);
    -ms-transform: rotate(98deg);
    -webkit-transform: rotate(98deg);
    transform: rotate(98deg);
  }
  /* line 207, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .slider-text-container[data-slide="4"] .bubble {
    -moz-transform: rotate(124deg);
    -ms-transform: rotate(124deg);
    -webkit-transform: rotate(124deg);
    transform: rotate(124deg);
  }
  /* line 210, ../sass/wordpress/modules/_circleSlider.scss */
  .circle-slider .slider-text-container .text-wrapper {
    padding: 45px;
  }
}

/* line 1, ../sass/wordpress/modules/_pieFiller.scss */
.pie-wrapper {
  position: absolute;
  background: transparent;
  left: -10px;
  top: -10px;
}

/* line 9, ../sass/wordpress/modules/_pieFiller.scss */
.pie-wrapper.animate, .pie-wrapper.animate * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, ../sass/wordpress/modules/_pieFiller.scss */
.pie-wrapper.animate {
  width: 250px;
  height: 250px;
}

/* line 16, ../sass/wordpress/modules/_pieFiller.scss */
.pie-wrapper.animate .pie {
  width: 50%;
  height: 100%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  position: absolute;
  background: transparent;
  border: 5px solid #00c0cc;
}

/* line 25, ../sass/wordpress/modules/_pieFiller.scss */
.pie-wrapper.animate .spinner {
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  z-index: 200;
  border-right: none;
  -webkit-animation: rota 5s linear;
  animation: rota 5s linear;
}

/* line 33, ../sass/wordpress/modules/_pieFiller.scss */
.pie-wrapper.animate:hover .spinner,
.pie-wrapper.animate:hover .filler,
.pie-wrapper.animate:hover .mask {
  animation-play-state: running;
}

/* line 39, ../sass/wordpress/modules/_pieFiller.scss */
.pie-wrapper.animate .filler {
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  left: 50%;
  opacity: 0;
  z-index: 100;
  -webkit-animation: opa 5s steps(1, end) reverse;
  animation: opa 5s steps(1, end) reverse;
  border-left: none;
}

/* line 49, ../sass/wordpress/modules/_pieFiller.scss */
.pie-wrapper.animate .mask {
  width: 50%;
  height: 100%;
  position: absolute;
  background: #f7f7f7;
  opacity: 1;
  z-index: 300;
  -webkit-animation: opa 5s steps(1, end);
  animation: opa 5s steps(1, end);
}
/* line 59, ../sass/wordpress/modules/_pieFiller.scss */
.pie-wrapper.animate .mask:before, .pie-wrapper.animate .mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: -4px;
  background-color: #f7f7f7;
}
/* line 67, ../sass/wordpress/modules/_pieFiller.scss */
.pie-wrapper.animate .mask:after {
  top: auto;
  bottom: -4px;
}

@keyframes rota {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes opa {
  0% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
/* line 5, ../sass/wordpress/modules/_loginRegister.scss */
.tooltip.wp-tooltip-login {
  z-index: 2200;
}
/* line 14, ../sass/wordpress/modules/_loginRegister.scss */
.tooltip.wp-errorFeedback .tooltip-inner > div.invalid-billingAddress_street[style=""] + .invalid-billingAddress_houseNumber, .tooltip.wp-errorFeedback .tooltip-inner > div.invalid-billingAddress_street[style*="block"] + .invalid-billingAddress_houseNumber {
  display: none !important;
}
/* line 21, ../sass/wordpress/modules/_loginRegister.scss */
.tooltip.wp-errorFeedback .tooltip-inner > div.invalid-address_street[style=""] + .invalid-address_houseNumber, .tooltip.wp-errorFeedback .tooltip-inner > div.invalid-address_street[style*="block"] + .invalid-address_houseNumber {
  display: none !important;
}

/* line 35, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register input[type=text], body.page-template-template-register input[type=email], body.page-template-template-register input[type=password],
body.page-template-template-purchase-business input[type=text],
body.page-template-template-purchase-business input[type=email],
body.page-template-template-purchase-business input[type=password],
body.page-template-template-purchase-education input[type=text],
body.page-template-template-purchase-education input[type=email],
body.page-template-template-purchase-education input[type=password],
.modal-dialog input[type=text],
.modal-dialog input[type=email],
.modal-dialog input[type=password] {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 100%;
  height: 40px;
  font-size: 16px;
}
/* line 143, ../sass/partials/utilities/__utilities.scss */
body.page-template-template-register input[type=text]::-webkit-input-placeholder, body.page-template-template-register input[type=email]::-webkit-input-placeholder, body.page-template-template-register input[type=password]::-webkit-input-placeholder,
body.page-template-template-purchase-business input[type=text]::-webkit-input-placeholder,
body.page-template-template-purchase-business input[type=email]::-webkit-input-placeholder,
body.page-template-template-purchase-business input[type=password]::-webkit-input-placeholder,
body.page-template-template-purchase-education input[type=text]::-webkit-input-placeholder,
body.page-template-template-purchase-education input[type=email]::-webkit-input-placeholder,
body.page-template-template-purchase-education input[type=password]::-webkit-input-placeholder,
.modal-dialog input[type=text]::-webkit-input-placeholder,
.modal-dialog input[type=email]::-webkit-input-placeholder,
.modal-dialog input[type=password]::-webkit-input-placeholder {
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 147, ../sass/partials/utilities/__utilities.scss */
body.page-template-template-register input[type=text]:-moz-placeholder, body.page-template-template-register input[type=email]:-moz-placeholder, body.page-template-template-register input[type=password]:-moz-placeholder,
body.page-template-template-purchase-business input[type=text]:-moz-placeholder,
body.page-template-template-purchase-business input[type=email]:-moz-placeholder,
body.page-template-template-purchase-business input[type=password]:-moz-placeholder,
body.page-template-template-purchase-education input[type=text]:-moz-placeholder,
body.page-template-template-purchase-education input[type=email]:-moz-placeholder,
body.page-template-template-purchase-education input[type=password]:-moz-placeholder,
.modal-dialog input[type=text]:-moz-placeholder,
.modal-dialog input[type=email]:-moz-placeholder,
.modal-dialog input[type=password]:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 152, ../sass/partials/utilities/__utilities.scss */
body.page-template-template-register input[type=text]::-moz-placeholder, body.page-template-template-register input[type=email]::-moz-placeholder, body.page-template-template-register input[type=password]::-moz-placeholder,
body.page-template-template-purchase-business input[type=text]::-moz-placeholder,
body.page-template-template-purchase-business input[type=email]::-moz-placeholder,
body.page-template-template-purchase-business input[type=password]::-moz-placeholder,
body.page-template-template-purchase-education input[type=text]::-moz-placeholder,
body.page-template-template-purchase-education input[type=email]::-moz-placeholder,
body.page-template-template-purchase-education input[type=password]::-moz-placeholder,
.modal-dialog input[type=text]::-moz-placeholder,
.modal-dialog input[type=email]::-moz-placeholder,
.modal-dialog input[type=password]::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 157, ../sass/partials/utilities/__utilities.scss */
body.page-template-template-register input[type=text]:-ms-input-placeholder, body.page-template-template-register input[type=email]:-ms-input-placeholder, body.page-template-template-register input[type=password]:-ms-input-placeholder,
body.page-template-template-purchase-business input[type=text]:-ms-input-placeholder,
body.page-template-template-purchase-business input[type=email]:-ms-input-placeholder,
body.page-template-template-purchase-business input[type=password]:-ms-input-placeholder,
body.page-template-template-purchase-education input[type=text]:-ms-input-placeholder,
body.page-template-template-purchase-education input[type=email]:-ms-input-placeholder,
body.page-template-template-purchase-education input[type=password]:-ms-input-placeholder,
.modal-dialog input[type=text]:-ms-input-placeholder,
.modal-dialog input[type=email]:-ms-input-placeholder,
.modal-dialog input[type=password]:-ms-input-placeholder {
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 2, ../sass/partials/_inputError.scss */
body.page-template-template-register .formDataContainer select + .inputError, body.page-template-template-register .termsAndConditions label + .inputError, body.page-template-template-register .educational_privacy_use_confirmation label + .inputError, body.page-template-template-register .inputIframe + .inputError, body.page-template-template-register .select2 + .inputError,
body.page-template-template-purchase-business .formDataContainer select + .inputError,
body.page-template-template-purchase-business .termsAndConditions label + .inputError,
body.page-template-template-purchase-business .educational_privacy_use_confirmation label + .inputError,
body.page-template-template-purchase-business .inputIframe + .inputError,
body.page-template-template-purchase-business .select2 + .inputError,
body.page-template-template-purchase-education .formDataContainer select + .inputError,
body.page-template-template-purchase-education .termsAndConditions label + .inputError,
body.page-template-template-purchase-education .educational_privacy_use_confirmation label + .inputError,
body.page-template-template-purchase-education .inputIframe + .inputError,
body.page-template-template-purchase-education .select2 + .inputError,
.modal-dialog .formDataContainer select + .inputError,
.modal-dialog .termsAndConditions label + .inputError,
.modal-dialog .educational_privacy_use_confirmation label + .inputError,
.modal-dialog .inputIframe + .inputError,
.modal-dialog .select2 + .inputError {
  position: absolute;
  display: none;
  top: 8px;
  right: 0;
  color: #fa5000;
  font-size: 0;
  text-align: center;
}
/* line 16, ../sass/partials/_inputError.scss */
body.page-template-template-register .formDataContainer select + .inputError:before, body.page-template-template-register .termsAndConditions label + .inputError:before, body.page-template-template-register .educational_privacy_use_confirmation label + .inputError:before, body.page-template-template-register .inputIframe + .inputError:before, body.page-template-template-register .select2 + .inputError:before,
body.page-template-template-purchase-business .formDataContainer select + .inputError:before,
body.page-template-template-purchase-business .termsAndConditions label + .inputError:before,
body.page-template-template-purchase-business .educational_privacy_use_confirmation label + .inputError:before,
body.page-template-template-purchase-business .inputIframe + .inputError:before,
body.page-template-template-purchase-business .select2 + .inputError:before,
body.page-template-template-purchase-education .formDataContainer select + .inputError:before,
body.page-template-template-purchase-education .termsAndConditions label + .inputError:before,
body.page-template-template-purchase-education .educational_privacy_use_confirmation label + .inputError:before,
body.page-template-template-purchase-education .inputIframe + .inputError:before,
body.page-template-template-purchase-education .select2 + .inputError:before,
.modal-dialog .formDataContainer select + .inputError:before,
.modal-dialog .termsAndConditions label + .inputError:before,
.modal-dialog .educational_privacy_use_confirmation label + .inputError:before,
.modal-dialog .inputIframe + .inputError:before,
.modal-dialog .select2 + .inputError:before {
  font-size: 22px;
}
/* line 20, ../sass/partials/_inputError.scss */
body.page-template-template-register .formDataContainer select + .inputError:hover, body.page-template-template-register .termsAndConditions label + .inputError:hover, body.page-template-template-register .educational_privacy_use_confirmation label + .inputError:hover, body.page-template-template-register .inputIframe + .inputError:hover, body.page-template-template-register .select2 + .inputError:hover,
body.page-template-template-purchase-business .formDataContainer select + .inputError:hover,
body.page-template-template-purchase-business .termsAndConditions label + .inputError:hover,
body.page-template-template-purchase-business .educational_privacy_use_confirmation label + .inputError:hover,
body.page-template-template-purchase-business .inputIframe + .inputError:hover,
body.page-template-template-purchase-business .select2 + .inputError:hover,
body.page-template-template-purchase-education .formDataContainer select + .inputError:hover,
body.page-template-template-purchase-education .termsAndConditions label + .inputError:hover,
body.page-template-template-purchase-education .educational_privacy_use_confirmation label + .inputError:hover,
body.page-template-template-purchase-education .inputIframe + .inputError:hover,
body.page-template-template-purchase-education .select2 + .inputError:hover,
.modal-dialog .formDataContainer select + .inputError:hover,
.modal-dialog .termsAndConditions label + .inputError:hover,
.modal-dialog .educational_privacy_use_confirmation label + .inputError:hover,
.modal-dialog .inputIframe + .inputError:hover,
.modal-dialog .select2 + .inputError:hover {
  color: #4d4d4d;
}
/* line 23, ../sass/partials/_inputError.scss */
body.page-template-template-register .formDataContainer select + .inputError:hover:after, body.page-template-template-register .termsAndConditions label + .inputError:hover:after, body.page-template-template-register .educational_privacy_use_confirmation label + .inputError:hover:after, body.page-template-template-register .inputIframe + .inputError:hover:after, body.page-template-template-register .select2 + .inputError:hover:after,
body.page-template-template-purchase-business .formDataContainer select + .inputError:hover:after,
body.page-template-template-purchase-business .termsAndConditions label + .inputError:hover:after,
body.page-template-template-purchase-business .educational_privacy_use_confirmation label + .inputError:hover:after,
body.page-template-template-purchase-business .inputIframe + .inputError:hover:after,
body.page-template-template-purchase-business .select2 + .inputError:hover:after,
body.page-template-template-purchase-education .formDataContainer select + .inputError:hover:after,
body.page-template-template-purchase-education .termsAndConditions label + .inputError:hover:after,
body.page-template-template-purchase-education .educational_privacy_use_confirmation label + .inputError:hover:after,
body.page-template-template-purchase-education .inputIframe + .inputError:hover:after,
body.page-template-template-purchase-education .select2 + .inputError:hover:after,
.modal-dialog .formDataContainer select + .inputError:hover:after,
.modal-dialog .termsAndConditions label + .inputError:hover:after,
.modal-dialog .educational_privacy_use_confirmation label + .inputError:hover:after,
.modal-dialog .inputIframe + .inputError:hover:after,
.modal-dialog .select2 + .inputError:hover:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  border: 2px solid #4d4d4d;
}
/* line 38, ../sass/partials/_inputError.scss */
body.page-template-template-register .formDataContainer select.ng-invalid, body.page-template-template-register .formDataContainer select.invalid, body.page-template-template-register .formDataContainer select.error, body.page-template-template-register .termsAndConditions label.ng-invalid, body.page-template-template-register .termsAndConditions label.invalid, body.page-template-template-register .termsAndConditions label.error, body.page-template-template-register .educational_privacy_use_confirmation label.ng-invalid, body.page-template-template-register .educational_privacy_use_confirmation label.invalid, body.page-template-template-register .educational_privacy_use_confirmation label.error, body.page-template-template-register .inputIframe.ng-invalid, body.page-template-template-register .inputIframe.invalid, body.page-template-template-register .inputIframe.error, body.page-template-template-register .select2.ng-invalid, body.page-template-template-register .select2.invalid, body.page-template-template-register .select2.error,
body.page-template-template-purchase-business .formDataContainer select.ng-invalid,
body.page-template-template-purchase-business .formDataContainer select.invalid,
body.page-template-template-purchase-business .formDataContainer select.error,
body.page-template-template-purchase-business .termsAndConditions label.ng-invalid,
body.page-template-template-purchase-business .termsAndConditions label.invalid,
body.page-template-template-purchase-business .termsAndConditions label.error,
body.page-template-template-purchase-business .educational_privacy_use_confirmation label.ng-invalid,
body.page-template-template-purchase-business .educational_privacy_use_confirmation label.invalid,
body.page-template-template-purchase-business .educational_privacy_use_confirmation label.error,
body.page-template-template-purchase-business .inputIframe.ng-invalid,
body.page-template-template-purchase-business .inputIframe.invalid,
body.page-template-template-purchase-business .inputIframe.error,
body.page-template-template-purchase-business .select2.ng-invalid,
body.page-template-template-purchase-business .select2.invalid,
body.page-template-template-purchase-business .select2.error,
body.page-template-template-purchase-education .formDataContainer select.ng-invalid,
body.page-template-template-purchase-education .formDataContainer select.invalid,
body.page-template-template-purchase-education .formDataContainer select.error,
body.page-template-template-purchase-education .termsAndConditions label.ng-invalid,
body.page-template-template-purchase-education .termsAndConditions label.invalid,
body.page-template-template-purchase-education .termsAndConditions label.error,
body.page-template-template-purchase-education .educational_privacy_use_confirmation label.ng-invalid,
body.page-template-template-purchase-education .educational_privacy_use_confirmation label.invalid,
body.page-template-template-purchase-education .educational_privacy_use_confirmation label.error,
body.page-template-template-purchase-education .inputIframe.ng-invalid,
body.page-template-template-purchase-education .inputIframe.invalid,
body.page-template-template-purchase-education .inputIframe.error,
body.page-template-template-purchase-education .select2.ng-invalid,
body.page-template-template-purchase-education .select2.invalid,
body.page-template-template-purchase-education .select2.error,
.modal-dialog .formDataContainer select.ng-invalid,
.modal-dialog .formDataContainer select.invalid,
.modal-dialog .formDataContainer select.error,
.modal-dialog .termsAndConditions label.ng-invalid,
.modal-dialog .termsAndConditions label.invalid,
.modal-dialog .termsAndConditions label.error,
.modal-dialog .educational_privacy_use_confirmation label.ng-invalid,
.modal-dialog .educational_privacy_use_confirmation label.invalid,
.modal-dialog .educational_privacy_use_confirmation label.error,
.modal-dialog .inputIframe.ng-invalid,
.modal-dialog .inputIframe.invalid,
.modal-dialog .inputIframe.error,
.modal-dialog .select2.ng-invalid,
.modal-dialog .select2.invalid,
.modal-dialog .select2.error {
  border-color: #fa5000;
}
/* line 41, ../sass/partials/_inputError.scss */
body.page-template-template-register .formDataContainer select.ng-invalid + .inputError, body.page-template-template-register .formDataContainer select.invalid + .inputError, body.page-template-template-register .formDataContainer select.error + .inputError, body.page-template-template-register .termsAndConditions label.ng-invalid + .inputError, body.page-template-template-register .termsAndConditions label.invalid + .inputError, body.page-template-template-register .termsAndConditions label.error + .inputError, body.page-template-template-register .educational_privacy_use_confirmation label.ng-invalid + .inputError, body.page-template-template-register .educational_privacy_use_confirmation label.invalid + .inputError, body.page-template-template-register .educational_privacy_use_confirmation label.error + .inputError, body.page-template-template-register .inputIframe.ng-invalid + .inputError, body.page-template-template-register .inputIframe.invalid + .inputError, body.page-template-template-register .inputIframe.error + .inputError, body.page-template-template-register .select2.ng-invalid + .inputError, body.page-template-template-register .select2.invalid + .inputError, body.page-template-template-register .select2.error + .inputError,
body.page-template-template-purchase-business .formDataContainer select.ng-invalid + .inputError,
body.page-template-template-purchase-business .formDataContainer select.invalid + .inputError,
body.page-template-template-purchase-business .formDataContainer select.error + .inputError,
body.page-template-template-purchase-business .termsAndConditions label.ng-invalid + .inputError,
body.page-template-template-purchase-business .termsAndConditions label.invalid + .inputError,
body.page-template-template-purchase-business .termsAndConditions label.error + .inputError,
body.page-template-template-purchase-business .educational_privacy_use_confirmation label.ng-invalid + .inputError,
body.page-template-template-purchase-business .educational_privacy_use_confirmation label.invalid + .inputError,
body.page-template-template-purchase-business .educational_privacy_use_confirmation label.error + .inputError,
body.page-template-template-purchase-business .inputIframe.ng-invalid + .inputError,
body.page-template-template-purchase-business .inputIframe.invalid + .inputError,
body.page-template-template-purchase-business .inputIframe.error + .inputError,
body.page-template-template-purchase-business .select2.ng-invalid + .inputError,
body.page-template-template-purchase-business .select2.invalid + .inputError,
body.page-template-template-purchase-business .select2.error + .inputError,
body.page-template-template-purchase-education .formDataContainer select.ng-invalid + .inputError,
body.page-template-template-purchase-education .formDataContainer select.invalid + .inputError,
body.page-template-template-purchase-education .formDataContainer select.error + .inputError,
body.page-template-template-purchase-education .termsAndConditions label.ng-invalid + .inputError,
body.page-template-template-purchase-education .termsAndConditions label.invalid + .inputError,
body.page-template-template-purchase-education .termsAndConditions label.error + .inputError,
body.page-template-template-purchase-education .educational_privacy_use_confirmation label.ng-invalid + .inputError,
body.page-template-template-purchase-education .educational_privacy_use_confirmation label.invalid + .inputError,
body.page-template-template-purchase-education .educational_privacy_use_confirmation label.error + .inputError,
body.page-template-template-purchase-education .inputIframe.ng-invalid + .inputError,
body.page-template-template-purchase-education .inputIframe.invalid + .inputError,
body.page-template-template-purchase-education .inputIframe.error + .inputError,
body.page-template-template-purchase-education .select2.ng-invalid + .inputError,
body.page-template-template-purchase-education .select2.invalid + .inputError,
body.page-template-template-purchase-education .select2.error + .inputError,
.modal-dialog .formDataContainer select.ng-invalid + .inputError,
.modal-dialog .formDataContainer select.invalid + .inputError,
.modal-dialog .formDataContainer select.error + .inputError,
.modal-dialog .termsAndConditions label.ng-invalid + .inputError,
.modal-dialog .termsAndConditions label.invalid + .inputError,
.modal-dialog .termsAndConditions label.error + .inputError,
.modal-dialog .educational_privacy_use_confirmation label.ng-invalid + .inputError,
.modal-dialog .educational_privacy_use_confirmation label.invalid + .inputError,
.modal-dialog .educational_privacy_use_confirmation label.error + .inputError,
.modal-dialog .inputIframe.ng-invalid + .inputError,
.modal-dialog .inputIframe.invalid + .inputError,
.modal-dialog .inputIframe.error + .inputError,
.modal-dialog .select2.ng-invalid + .inputError,
.modal-dialog .select2.invalid + .inputError,
.modal-dialog .select2.error + .inputError {
  display: block;
}
/* line 58, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer select.error ~ .inputError,
body.page-template-template-purchase-business .formDataContainer select.error ~ .inputError,
body.page-template-template-purchase-education .formDataContainer select.error ~ .inputError,
.modal-dialog .formDataContainer select.error ~ .inputError {
  display: block;
}
/* line 67, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register input + .inputError, body.page-template-template-register .formDataContainer select + .inputError, body.page-template-template-register .termsAndConditions label + .inputError, body.page-template-template-register .inputIframe + .inputError, body.page-template-template-register .select2 + .inputError,
body.page-template-template-purchase-business input + .inputError,
body.page-template-template-purchase-business .formDataContainer select + .inputError,
body.page-template-template-purchase-business .termsAndConditions label + .inputError,
body.page-template-template-purchase-business .inputIframe + .inputError,
body.page-template-template-purchase-business .select2 + .inputError,
body.page-template-template-purchase-education input + .inputError,
body.page-template-template-purchase-education .formDataContainer select + .inputError,
body.page-template-template-purchase-education .termsAndConditions label + .inputError,
body.page-template-template-purchase-education .inputIframe + .inputError,
body.page-template-template-purchase-education .select2 + .inputError,
.modal-dialog input + .inputError,
.modal-dialog .formDataContainer select + .inputError,
.modal-dialog .termsAndConditions label + .inputError,
.modal-dialog .inputIframe + .inputError,
.modal-dialog .select2 + .inputError {
  right: -26px;
}
/* line 72, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register input.validationGroupError + .inputError, body.page-template-template-register .formDataContainer select.validationGroupError + .inputError, body.page-template-template-register .termsAndConditions label.validationGroupError + .inputError, body.page-template-template-register .inputIframe.validationGroupError + .inputError, body.page-template-template-register .select2.validationGroupError + .inputError,
body.page-template-template-purchase-business input.validationGroupError + .inputError,
body.page-template-template-purchase-business .formDataContainer select.validationGroupError + .inputError,
body.page-template-template-purchase-business .termsAndConditions label.validationGroupError + .inputError,
body.page-template-template-purchase-business .inputIframe.validationGroupError + .inputError,
body.page-template-template-purchase-business .select2.validationGroupError + .inputError,
body.page-template-template-purchase-education input.validationGroupError + .inputError,
body.page-template-template-purchase-education .formDataContainer select.validationGroupError + .inputError,
body.page-template-template-purchase-education .termsAndConditions label.validationGroupError + .inputError,
body.page-template-template-purchase-education .inputIframe.validationGroupError + .inputError,
body.page-template-template-purchase-education .select2.validationGroupError + .inputError,
.modal-dialog input.validationGroupError + .inputError,
.modal-dialog .formDataContainer select.validationGroupError + .inputError,
.modal-dialog .termsAndConditions label.validationGroupError + .inputError,
.modal-dialog .inputIframe.validationGroupError + .inputError,
.modal-dialog .select2.validationGroupError + .inputError {
  display: block;
}
/* line 77, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register input[class*="error-"], body.page-template-template-register .formDataContainer select[class*="error-"], body.page-template-template-register .termsAndConditions label[class*="error-"], body.page-template-template-register .inputIframe[class*="error-"], body.page-template-template-register .select2[class*="error-"],
body.page-template-template-purchase-business input[class*="error-"],
body.page-template-template-purchase-business .formDataContainer select[class*="error-"],
body.page-template-template-purchase-business .termsAndConditions label[class*="error-"],
body.page-template-template-purchase-business .inputIframe[class*="error-"],
body.page-template-template-purchase-business .select2[class*="error-"],
body.page-template-template-purchase-education input[class*="error-"],
body.page-template-template-purchase-education .formDataContainer select[class*="error-"],
body.page-template-template-purchase-education .termsAndConditions label[class*="error-"],
body.page-template-template-purchase-education .inputIframe[class*="error-"],
body.page-template-template-purchase-education .select2[class*="error-"],
.modal-dialog input[class*="error-"],
.modal-dialog .formDataContainer select[class*="error-"],
.modal-dialog .termsAndConditions label[class*="error-"],
.modal-dialog .inputIframe[class*="error-"],
.modal-dialog .select2[class*="error-"] {
  border-color: #fa5000;
}
/* line 80, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register input[class*="error-"] + .inputError, body.page-template-template-register .formDataContainer select[class*="error-"] + .inputError, body.page-template-template-register .termsAndConditions label[class*="error-"] + .inputError, body.page-template-template-register .inputIframe[class*="error-"] + .inputError, body.page-template-template-register .select2[class*="error-"] + .inputError,
body.page-template-template-purchase-business input[class*="error-"] + .inputError,
body.page-template-template-purchase-business .formDataContainer select[class*="error-"] + .inputError,
body.page-template-template-purchase-business .termsAndConditions label[class*="error-"] + .inputError,
body.page-template-template-purchase-business .inputIframe[class*="error-"] + .inputError,
body.page-template-template-purchase-business .select2[class*="error-"] + .inputError,
body.page-template-template-purchase-education input[class*="error-"] + .inputError,
body.page-template-template-purchase-education .formDataContainer select[class*="error-"] + .inputError,
body.page-template-template-purchase-education .termsAndConditions label[class*="error-"] + .inputError,
body.page-template-template-purchase-education .inputIframe[class*="error-"] + .inputError,
body.page-template-template-purchase-education .select2[class*="error-"] + .inputError,
.modal-dialog input[class*="error-"] + .inputError,
.modal-dialog .formDataContainer select[class*="error-"] + .inputError,
.modal-dialog .termsAndConditions label[class*="error-"] + .inputError,
.modal-dialog .inputIframe[class*="error-"] + .inputError,
.modal-dialog .select2[class*="error-"] + .inputError {
  display: block;
}
/* line 87, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .feedback.error > div,
body.page-template-template-purchase-business .feedback.error > div,
body.page-template-template-purchase-education .feedback.error > div,
.modal-dialog .feedback.error > div {
  display: none;
}
/* line 97, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register form .select2-container,
body.page-template-template-purchase-business form .select2-container,
body.page-template-template-purchase-education form .select2-container,
.modal-dialog form .select2-container {
  width: 100%;
  max-width: 100%;
}
/* line 103, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register form .select2-container .select2-selection,
body.page-template-template-purchase-business form .select2-container .select2-selection,
body.page-template-template-purchase-education form .select2-container .select2-selection,
.modal-dialog form .select2-container .select2-selection {
  height: 40px;
}
/* line 105, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register form .select2-container .select2-selection .select2-selection__rendered,
body.page-template-template-purchase-business form .select2-container .select2-selection .select2-selection__rendered,
body.page-template-template-purchase-education form .select2-container .select2-selection .select2-selection__rendered,
.modal-dialog form .select2-container .select2-selection .select2-selection__rendered {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 40px;
}
/* line 110, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register form .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder,
body.page-template-template-purchase-business form .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder,
body.page-template-template-purchase-education form .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder,
.modal-dialog form .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 114, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register form .select2-container .select2-selection .select2-selection__arrow,
body.page-template-template-purchase-business form .select2-container .select2-selection .select2-selection__arrow,
body.page-template-template-purchase-education form .select2-container .select2-selection .select2-selection__arrow,
.modal-dialog form .select2-container .select2-selection .select2-selection__arrow {
  font-size: 16px;
  color: #a5a5a5;
  height: 40px;
  width: 40px;
}
/* line 119, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register form .select2-container .select2-selection .select2-selection__arrow b,
body.page-template-template-purchase-business form .select2-container .select2-selection .select2-selection__arrow b,
body.page-template-template-purchase-education form .select2-container .select2-selection .select2-selection__arrow b,
.modal-dialog form .select2-container .select2-selection .select2-selection__arrow b {
  height: 40px;
  width: 40px;
}
/* line 127, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register form .select2-container .select2-results .select2-results__options,
body.page-template-template-purchase-business form .select2-container .select2-results .select2-results__options,
body.page-template-template-purchase-education form .select2-container .select2-results .select2-results__options,
.modal-dialog form .select2-container .select2-results .select2-results__options {
  max-width: none;
}
/* line 130, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register form .select2-container .select2-results .select2-results__option,
body.page-template-template-purchase-business form .select2-container .select2-results .select2-results__option,
body.page-template-template-purchase-education form .select2-container .select2-results .select2-results__option,
.modal-dialog form .select2-container .select2-results .select2-results__option {
  line-height: 28px;
}
/* line 139, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register form .select2-container .select2-dropdown .select2-search input,
body.page-template-template-purchase-business form .select2-container .select2-dropdown .select2-search input,
body.page-template-template-purchase-education form .select2-container .select2-dropdown .select2-search input,
.modal-dialog form .select2-container .select2-dropdown .select2-search input {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  height: 40px;
  max-width: none;
  padding: 8.4px 10.8px;
}
/* line 152, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register form .select2-container--open.select2-container--above .select2-selection .select2-selection__arrow,
body.page-template-template-purchase-business form .select2-container--open.select2-container--above .select2-selection .select2-selection__arrow,
body.page-template-template-purchase-education form .select2-container--open.select2-container--above .select2-selection .select2-selection__arrow,
.modal-dialog form .select2-container--open.select2-container--above .select2-selection .select2-selection__arrow {
  height: 40px;
  width: 40px;
}
/* line 156, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register form .select2-container--open.select2-container--above .select2-selection .select2-selection__arrow b:after,
body.page-template-template-purchase-business form .select2-container--open.select2-container--above .select2-selection .select2-selection__arrow b:after,
body.page-template-template-purchase-education form .select2-container--open.select2-container--above .select2-selection .select2-selection__arrow b:after,
.modal-dialog form .select2-container--open.select2-container--above .select2-selection .select2-selection__arrow b:after {
  margin-top: -8px;
  margin-left: -8px;
}
/* line 166, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register select.error + .select2 .select2-selection, body.page-template-template-register .select2.error .select2-selection,
body.page-template-template-purchase-business select.error + .select2 .select2-selection,
body.page-template-template-purchase-business .select2.error .select2-selection,
body.page-template-template-purchase-education select.error + .select2 .select2-selection,
body.page-template-template-purchase-education .select2.error .select2-selection,
.modal-dialog select.error + .select2 .select2-selection,
.modal-dialog .select2.error .select2-selection {
  border-color: #fa5000;
}
/* line 171, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register select.success + .select2 .select2-selection, body.page-template-template-register .select2.success .select2-selection,
body.page-template-template-purchase-business select.success + .select2 .select2-selection,
body.page-template-template-purchase-business .select2.success .select2-selection,
body.page-template-template-purchase-education select.success + .select2 .select2-selection,
body.page-template-template-purchase-education .select2.success .select2-selection,
.modal-dialog select.success + .select2 .select2-selection,
.modal-dialog .select2.success .select2-selection {
  border-color: #00c0cc;
}

/* line 179, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-purchase-business .content,
.modal-dialog .content {
  visibility: hidden;
}

/* line 189, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .content,
body.page-template-template-purchase-business .content,
body.page-template-template-purchase-education .content,
.modal-dialog .content {
  background-color: #fff;
}
/* line 198, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer input[type=text], body.page-template-template-register .formDataContainer input[type=password], body.page-template-template-register .formDataContainer form input[type=text], body.page-template-template-register .formDataContainer form input[type=password], body.page-template-template-register .signUpForm input[type=text], body.page-template-template-register .signUpForm input[type=password], body.page-template-template-register .signUpForm form input[type=text], body.page-template-template-register .signUpForm form input[type=password],
body.page-template-template-purchase-business .formDataContainer input[type=text],
body.page-template-template-purchase-business .formDataContainer input[type=password],
body.page-template-template-purchase-business .formDataContainer form input[type=text],
body.page-template-template-purchase-business .formDataContainer form input[type=password],
body.page-template-template-purchase-business .signUpForm input[type=text],
body.page-template-template-purchase-business .signUpForm input[type=password],
body.page-template-template-purchase-business .signUpForm form input[type=text],
body.page-template-template-purchase-business .signUpForm form input[type=password],
body.page-template-template-purchase-education .formDataContainer input[type=text],
body.page-template-template-purchase-education .formDataContainer input[type=password],
body.page-template-template-purchase-education .formDataContainer form input[type=text],
body.page-template-template-purchase-education .formDataContainer form input[type=password],
body.page-template-template-purchase-education .signUpForm input[type=text],
body.page-template-template-purchase-education .signUpForm input[type=password],
body.page-template-template-purchase-education .signUpForm form input[type=text],
body.page-template-template-purchase-education .signUpForm form input[type=password],
.modal-dialog .formDataContainer input[type=text],
.modal-dialog .formDataContainer input[type=password],
.modal-dialog .formDataContainer form input[type=text],
.modal-dialog .formDataContainer form input[type=password],
.modal-dialog .signUpForm input[type=text],
.modal-dialog .signUpForm input[type=password],
.modal-dialog .signUpForm form input[type=text],
.modal-dialog .signUpForm form input[type=password] {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 100%;
  height: 40px;
  font-size: 16px;
}
/* line 143, ../sass/partials/utilities/__utilities.scss */
body.page-template-template-register .formDataContainer input[type=text]::-webkit-input-placeholder, body.page-template-template-register .formDataContainer input[type=password]::-webkit-input-placeholder, body.page-template-template-register .formDataContainer form input[type=text]::-webkit-input-placeholder, body.page-template-template-register .formDataContainer form input[type=password]::-webkit-input-placeholder, body.page-template-template-register .signUpForm input[type=text]::-webkit-input-placeholder, body.page-template-template-register .signUpForm input[type=password]::-webkit-input-placeholder, body.page-template-template-register .signUpForm form input[type=text]::-webkit-input-placeholder, body.page-template-template-register .signUpForm form input[type=password]::-webkit-input-placeholder,
body.page-template-template-purchase-business .formDataContainer input[type=text]::-webkit-input-placeholder,
body.page-template-template-purchase-business .formDataContainer input[type=password]::-webkit-input-placeholder,
body.page-template-template-purchase-business .formDataContainer form input[type=text]::-webkit-input-placeholder,
body.page-template-template-purchase-business .formDataContainer form input[type=password]::-webkit-input-placeholder,
body.page-template-template-purchase-business .signUpForm input[type=text]::-webkit-input-placeholder,
body.page-template-template-purchase-business .signUpForm input[type=password]::-webkit-input-placeholder,
body.page-template-template-purchase-business .signUpForm form input[type=text]::-webkit-input-placeholder,
body.page-template-template-purchase-business .signUpForm form input[type=password]::-webkit-input-placeholder,
body.page-template-template-purchase-education .formDataContainer input[type=text]::-webkit-input-placeholder,
body.page-template-template-purchase-education .formDataContainer input[type=password]::-webkit-input-placeholder,
body.page-template-template-purchase-education .formDataContainer form input[type=text]::-webkit-input-placeholder,
body.page-template-template-purchase-education .formDataContainer form input[type=password]::-webkit-input-placeholder,
body.page-template-template-purchase-education .signUpForm input[type=text]::-webkit-input-placeholder,
body.page-template-template-purchase-education .signUpForm input[type=password]::-webkit-input-placeholder,
body.page-template-template-purchase-education .signUpForm form input[type=text]::-webkit-input-placeholder,
body.page-template-template-purchase-education .signUpForm form input[type=password]::-webkit-input-placeholder,
.modal-dialog .formDataContainer input[type=text]::-webkit-input-placeholder,
.modal-dialog .formDataContainer input[type=password]::-webkit-input-placeholder,
.modal-dialog .formDataContainer form input[type=text]::-webkit-input-placeholder,
.modal-dialog .formDataContainer form input[type=password]::-webkit-input-placeholder,
.modal-dialog .signUpForm input[type=text]::-webkit-input-placeholder,
.modal-dialog .signUpForm input[type=password]::-webkit-input-placeholder,
.modal-dialog .signUpForm form input[type=text]::-webkit-input-placeholder,
.modal-dialog .signUpForm form input[type=password]::-webkit-input-placeholder {
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 147, ../sass/partials/utilities/__utilities.scss */
body.page-template-template-register .formDataContainer input[type=text]:-moz-placeholder, body.page-template-template-register .formDataContainer input[type=password]:-moz-placeholder, body.page-template-template-register .formDataContainer form input[type=text]:-moz-placeholder, body.page-template-template-register .formDataContainer form input[type=password]:-moz-placeholder, body.page-template-template-register .signUpForm input[type=text]:-moz-placeholder, body.page-template-template-register .signUpForm input[type=password]:-moz-placeholder, body.page-template-template-register .signUpForm form input[type=text]:-moz-placeholder, body.page-template-template-register .signUpForm form input[type=password]:-moz-placeholder,
body.page-template-template-purchase-business .formDataContainer input[type=text]:-moz-placeholder,
body.page-template-template-purchase-business .formDataContainer input[type=password]:-moz-placeholder,
body.page-template-template-purchase-business .formDataContainer form input[type=text]:-moz-placeholder,
body.page-template-template-purchase-business .formDataContainer form input[type=password]:-moz-placeholder,
body.page-template-template-purchase-business .signUpForm input[type=text]:-moz-placeholder,
body.page-template-template-purchase-business .signUpForm input[type=password]:-moz-placeholder,
body.page-template-template-purchase-business .signUpForm form input[type=text]:-moz-placeholder,
body.page-template-template-purchase-business .signUpForm form input[type=password]:-moz-placeholder,
body.page-template-template-purchase-education .formDataContainer input[type=text]:-moz-placeholder,
body.page-template-template-purchase-education .formDataContainer input[type=password]:-moz-placeholder,
body.page-template-template-purchase-education .formDataContainer form input[type=text]:-moz-placeholder,
body.page-template-template-purchase-education .formDataContainer form input[type=password]:-moz-placeholder,
body.page-template-template-purchase-education .signUpForm input[type=text]:-moz-placeholder,
body.page-template-template-purchase-education .signUpForm input[type=password]:-moz-placeholder,
body.page-template-template-purchase-education .signUpForm form input[type=text]:-moz-placeholder,
body.page-template-template-purchase-education .signUpForm form input[type=password]:-moz-placeholder,
.modal-dialog .formDataContainer input[type=text]:-moz-placeholder,
.modal-dialog .formDataContainer input[type=password]:-moz-placeholder,
.modal-dialog .formDataContainer form input[type=text]:-moz-placeholder,
.modal-dialog .formDataContainer form input[type=password]:-moz-placeholder,
.modal-dialog .signUpForm input[type=text]:-moz-placeholder,
.modal-dialog .signUpForm input[type=password]:-moz-placeholder,
.modal-dialog .signUpForm form input[type=text]:-moz-placeholder,
.modal-dialog .signUpForm form input[type=password]:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 152, ../sass/partials/utilities/__utilities.scss */
body.page-template-template-register .formDataContainer input[type=text]::-moz-placeholder, body.page-template-template-register .formDataContainer input[type=password]::-moz-placeholder, body.page-template-template-register .formDataContainer form input[type=text]::-moz-placeholder, body.page-template-template-register .formDataContainer form input[type=password]::-moz-placeholder, body.page-template-template-register .signUpForm input[type=text]::-moz-placeholder, body.page-template-template-register .signUpForm input[type=password]::-moz-placeholder, body.page-template-template-register .signUpForm form input[type=text]::-moz-placeholder, body.page-template-template-register .signUpForm form input[type=password]::-moz-placeholder,
body.page-template-template-purchase-business .formDataContainer input[type=text]::-moz-placeholder,
body.page-template-template-purchase-business .formDataContainer input[type=password]::-moz-placeholder,
body.page-template-template-purchase-business .formDataContainer form input[type=text]::-moz-placeholder,
body.page-template-template-purchase-business .formDataContainer form input[type=password]::-moz-placeholder,
body.page-template-template-purchase-business .signUpForm input[type=text]::-moz-placeholder,
body.page-template-template-purchase-business .signUpForm input[type=password]::-moz-placeholder,
body.page-template-template-purchase-business .signUpForm form input[type=text]::-moz-placeholder,
body.page-template-template-purchase-business .signUpForm form input[type=password]::-moz-placeholder,
body.page-template-template-purchase-education .formDataContainer input[type=text]::-moz-placeholder,
body.page-template-template-purchase-education .formDataContainer input[type=password]::-moz-placeholder,
body.page-template-template-purchase-education .formDataContainer form input[type=text]::-moz-placeholder,
body.page-template-template-purchase-education .formDataContainer form input[type=password]::-moz-placeholder,
body.page-template-template-purchase-education .signUpForm input[type=text]::-moz-placeholder,
body.page-template-template-purchase-education .signUpForm input[type=password]::-moz-placeholder,
body.page-template-template-purchase-education .signUpForm form input[type=text]::-moz-placeholder,
body.page-template-template-purchase-education .signUpForm form input[type=password]::-moz-placeholder,
.modal-dialog .formDataContainer input[type=text]::-moz-placeholder,
.modal-dialog .formDataContainer input[type=password]::-moz-placeholder,
.modal-dialog .formDataContainer form input[type=text]::-moz-placeholder,
.modal-dialog .formDataContainer form input[type=password]::-moz-placeholder,
.modal-dialog .signUpForm input[type=text]::-moz-placeholder,
.modal-dialog .signUpForm input[type=password]::-moz-placeholder,
.modal-dialog .signUpForm form input[type=text]::-moz-placeholder,
.modal-dialog .signUpForm form input[type=password]::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 157, ../sass/partials/utilities/__utilities.scss */
body.page-template-template-register .formDataContainer input[type=text]:-ms-input-placeholder, body.page-template-template-register .formDataContainer input[type=password]:-ms-input-placeholder, body.page-template-template-register .formDataContainer form input[type=text]:-ms-input-placeholder, body.page-template-template-register .formDataContainer form input[type=password]:-ms-input-placeholder, body.page-template-template-register .signUpForm input[type=text]:-ms-input-placeholder, body.page-template-template-register .signUpForm input[type=password]:-ms-input-placeholder, body.page-template-template-register .signUpForm form input[type=text]:-ms-input-placeholder, body.page-template-template-register .signUpForm form input[type=password]:-ms-input-placeholder,
body.page-template-template-purchase-business .formDataContainer input[type=text]:-ms-input-placeholder,
body.page-template-template-purchase-business .formDataContainer input[type=password]:-ms-input-placeholder,
body.page-template-template-purchase-business .formDataContainer form input[type=text]:-ms-input-placeholder,
body.page-template-template-purchase-business .formDataContainer form input[type=password]:-ms-input-placeholder,
body.page-template-template-purchase-business .signUpForm input[type=text]:-ms-input-placeholder,
body.page-template-template-purchase-business .signUpForm input[type=password]:-ms-input-placeholder,
body.page-template-template-purchase-business .signUpForm form input[type=text]:-ms-input-placeholder,
body.page-template-template-purchase-business .signUpForm form input[type=password]:-ms-input-placeholder,
body.page-template-template-purchase-education .formDataContainer input[type=text]:-ms-input-placeholder,
body.page-template-template-purchase-education .formDataContainer input[type=password]:-ms-input-placeholder,
body.page-template-template-purchase-education .formDataContainer form input[type=text]:-ms-input-placeholder,
body.page-template-template-purchase-education .formDataContainer form input[type=password]:-ms-input-placeholder,
body.page-template-template-purchase-education .signUpForm input[type=text]:-ms-input-placeholder,
body.page-template-template-purchase-education .signUpForm input[type=password]:-ms-input-placeholder,
body.page-template-template-purchase-education .signUpForm form input[type=text]:-ms-input-placeholder,
body.page-template-template-purchase-education .signUpForm form input[type=password]:-ms-input-placeholder,
.modal-dialog .formDataContainer input[type=text]:-ms-input-placeholder,
.modal-dialog .formDataContainer input[type=password]:-ms-input-placeholder,
.modal-dialog .formDataContainer form input[type=text]:-ms-input-placeholder,
.modal-dialog .formDataContainer form input[type=password]:-ms-input-placeholder,
.modal-dialog .signUpForm input[type=text]:-ms-input-placeholder,
.modal-dialog .signUpForm input[type=password]:-ms-input-placeholder,
.modal-dialog .signUpForm form input[type=text]:-ms-input-placeholder,
.modal-dialog .signUpForm form input[type=password]:-ms-input-placeholder {
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 211, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer input[type=text].password:not(.error).error-differentPasswords, body.page-template-template-register .formDataContainer input[type=password].password:not(.error).error-differentPasswords, body.page-template-template-register .formDataContainer form input[type=text].password:not(.error).error-differentPasswords, body.page-template-template-register .formDataContainer form input[type=password].password:not(.error).error-differentPasswords, body.page-template-template-register .signUpForm input[type=text].password:not(.error).error-differentPasswords, body.page-template-template-register .signUpForm input[type=password].password:not(.error).error-differentPasswords, body.page-template-template-register .signUpForm form input[type=text].password:not(.error).error-differentPasswords, body.page-template-template-register .signUpForm form input[type=password].password:not(.error).error-differentPasswords,
body.page-template-template-purchase-business .formDataContainer input[type=text].password:not(.error).error-differentPasswords,
body.page-template-template-purchase-business .formDataContainer input[type=password].password:not(.error).error-differentPasswords,
body.page-template-template-purchase-business .formDataContainer form input[type=text].password:not(.error).error-differentPasswords,
body.page-template-template-purchase-business .formDataContainer form input[type=password].password:not(.error).error-differentPasswords,
body.page-template-template-purchase-business .signUpForm input[type=text].password:not(.error).error-differentPasswords,
body.page-template-template-purchase-business .signUpForm input[type=password].password:not(.error).error-differentPasswords,
body.page-template-template-purchase-business .signUpForm form input[type=text].password:not(.error).error-differentPasswords,
body.page-template-template-purchase-business .signUpForm form input[type=password].password:not(.error).error-differentPasswords,
body.page-template-template-purchase-education .formDataContainer input[type=text].password:not(.error).error-differentPasswords,
body.page-template-template-purchase-education .formDataContainer input[type=password].password:not(.error).error-differentPasswords,
body.page-template-template-purchase-education .formDataContainer form input[type=text].password:not(.error).error-differentPasswords,
body.page-template-template-purchase-education .formDataContainer form input[type=password].password:not(.error).error-differentPasswords,
body.page-template-template-purchase-education .signUpForm input[type=text].password:not(.error).error-differentPasswords,
body.page-template-template-purchase-education .signUpForm input[type=password].password:not(.error).error-differentPasswords,
body.page-template-template-purchase-education .signUpForm form input[type=text].password:not(.error).error-differentPasswords,
body.page-template-template-purchase-education .signUpForm form input[type=password].password:not(.error).error-differentPasswords,
.modal-dialog .formDataContainer input[type=text].password:not(.error).error-differentPasswords,
.modal-dialog .formDataContainer input[type=password].password:not(.error).error-differentPasswords,
.modal-dialog .formDataContainer form input[type=text].password:not(.error).error-differentPasswords,
.modal-dialog .formDataContainer form input[type=password].password:not(.error).error-differentPasswords,
.modal-dialog .signUpForm input[type=text].password:not(.error).error-differentPasswords,
.modal-dialog .signUpForm input[type=password].password:not(.error).error-differentPasswords,
.modal-dialog .signUpForm form input[type=text].password:not(.error).error-differentPasswords,
.modal-dialog .signUpForm form input[type=password].password:not(.error).error-differentPasswords {
  border-color: #ededed;
}
/* line 213, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer input[type=text].password:not(.error).error-differentPasswords + .inputError, body.page-template-template-register .formDataContainer input[type=password].password:not(.error).error-differentPasswords + .inputError, body.page-template-template-register .formDataContainer form input[type=text].password:not(.error).error-differentPasswords + .inputError, body.page-template-template-register .formDataContainer form input[type=password].password:not(.error).error-differentPasswords + .inputError, body.page-template-template-register .signUpForm input[type=text].password:not(.error).error-differentPasswords + .inputError, body.page-template-template-register .signUpForm input[type=password].password:not(.error).error-differentPasswords + .inputError, body.page-template-template-register .signUpForm form input[type=text].password:not(.error).error-differentPasswords + .inputError, body.page-template-template-register .signUpForm form input[type=password].password:not(.error).error-differentPasswords + .inputError,
body.page-template-template-purchase-business .formDataContainer input[type=text].password:not(.error).error-differentPasswords + .inputError,
body.page-template-template-purchase-business .formDataContainer input[type=password].password:not(.error).error-differentPasswords + .inputError,
body.page-template-template-purchase-business .formDataContainer form input[type=text].password:not(.error).error-differentPasswords + .inputError,
body.page-template-template-purchase-business .formDataContainer form input[type=password].password:not(.error).error-differentPasswords + .inputError,
body.page-template-template-purchase-business .signUpForm input[type=text].password:not(.error).error-differentPasswords + .inputError,
body.page-template-template-purchase-business .signUpForm input[type=password].password:not(.error).error-differentPasswords + .inputError,
body.page-template-template-purchase-business .signUpForm form input[type=text].password:not(.error).error-differentPasswords + .inputError,
body.page-template-template-purchase-business .signUpForm form input[type=password].password:not(.error).error-differentPasswords + .inputError,
body.page-template-template-purchase-education .formDataContainer input[type=text].password:not(.error).error-differentPasswords + .inputError,
body.page-template-template-purchase-education .formDataContainer input[type=password].password:not(.error).error-differentPasswords + .inputError,
body.page-template-template-purchase-education .formDataContainer form input[type=text].password:not(.error).error-differentPasswords + .inputError,
body.page-template-template-purchase-education .formDataContainer form input[type=password].password:not(.error).error-differentPasswords + .inputError,
body.page-template-template-purchase-education .signUpForm input[type=text].password:not(.error).error-differentPasswords + .inputError,
body.page-template-template-purchase-education .signUpForm input[type=password].password:not(.error).error-differentPasswords + .inputError,
body.page-template-template-purchase-education .signUpForm form input[type=text].password:not(.error).error-differentPasswords + .inputError,
body.page-template-template-purchase-education .signUpForm form input[type=password].password:not(.error).error-differentPasswords + .inputError,
.modal-dialog .formDataContainer input[type=text].password:not(.error).error-differentPasswords + .inputError,
.modal-dialog .formDataContainer input[type=password].password:not(.error).error-differentPasswords + .inputError,
.modal-dialog .formDataContainer form input[type=text].password:not(.error).error-differentPasswords + .inputError,
.modal-dialog .formDataContainer form input[type=password].password:not(.error).error-differentPasswords + .inputError,
.modal-dialog .signUpForm input[type=text].password:not(.error).error-differentPasswords + .inputError,
.modal-dialog .signUpForm input[type=password].password:not(.error).error-differentPasswords + .inputError,
.modal-dialog .signUpForm form input[type=text].password:not(.error).error-differentPasswords + .inputError,
.modal-dialog .signUpForm form input[type=password].password:not(.error).error-differentPasswords + .inputError {
  display: none;
}
/* line 219, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer input[disabled], body.page-template-template-register .formDataContainer form input[disabled], body.page-template-template-register .signUpForm input[disabled], body.page-template-template-register .signUpForm form input[disabled],
body.page-template-template-purchase-business .formDataContainer input[disabled],
body.page-template-template-purchase-business .formDataContainer form input[disabled],
body.page-template-template-purchase-business .signUpForm input[disabled],
body.page-template-template-purchase-business .signUpForm form input[disabled],
body.page-template-template-purchase-education .formDataContainer input[disabled],
body.page-template-template-purchase-education .formDataContainer form input[disabled],
body.page-template-template-purchase-education .signUpForm input[disabled],
body.page-template-template-purchase-education .signUpForm form input[disabled],
.modal-dialog .formDataContainer input[disabled],
.modal-dialog .formDataContainer form input[disabled],
.modal-dialog .signUpForm input[disabled],
.modal-dialog .signUpForm form input[disabled] {
  color: #a5a5a5;
  background-color: #f7f7f7;
  cursor: not-allowed;
}
/* line 227, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer input#billingAddress_street.validationGroupError, body.page-template-template-register .formDataContainer input#billingAddress_houseNumber.validationGroupError, body.page-template-template-register .formDataContainer form input#billingAddress_street.validationGroupError, body.page-template-template-register .formDataContainer form input#billingAddress_houseNumber.validationGroupError, body.page-template-template-register .signUpForm input#billingAddress_street.validationGroupError, body.page-template-template-register .signUpForm input#billingAddress_houseNumber.validationGroupError, body.page-template-template-register .signUpForm form input#billingAddress_street.validationGroupError, body.page-template-template-register .signUpForm form input#billingAddress_houseNumber.validationGroupError,
body.page-template-template-purchase-business .formDataContainer input#billingAddress_street.validationGroupError,
body.page-template-template-purchase-business .formDataContainer input#billingAddress_houseNumber.validationGroupError,
body.page-template-template-purchase-business .formDataContainer form input#billingAddress_street.validationGroupError,
body.page-template-template-purchase-business .formDataContainer form input#billingAddress_houseNumber.validationGroupError,
body.page-template-template-purchase-business .signUpForm input#billingAddress_street.validationGroupError,
body.page-template-template-purchase-business .signUpForm input#billingAddress_houseNumber.validationGroupError,
body.page-template-template-purchase-business .signUpForm form input#billingAddress_street.validationGroupError,
body.page-template-template-purchase-business .signUpForm form input#billingAddress_houseNumber.validationGroupError,
body.page-template-template-purchase-education .formDataContainer input#billingAddress_street.validationGroupError,
body.page-template-template-purchase-education .formDataContainer input#billingAddress_houseNumber.validationGroupError,
body.page-template-template-purchase-education .formDataContainer form input#billingAddress_street.validationGroupError,
body.page-template-template-purchase-education .formDataContainer form input#billingAddress_houseNumber.validationGroupError,
body.page-template-template-purchase-education .signUpForm input#billingAddress_street.validationGroupError,
body.page-template-template-purchase-education .signUpForm input#billingAddress_houseNumber.validationGroupError,
body.page-template-template-purchase-education .signUpForm form input#billingAddress_street.validationGroupError,
body.page-template-template-purchase-education .signUpForm form input#billingAddress_houseNumber.validationGroupError,
.modal-dialog .formDataContainer input#billingAddress_street.validationGroupError,
.modal-dialog .formDataContainer input#billingAddress_houseNumber.validationGroupError,
.modal-dialog .formDataContainer form input#billingAddress_street.validationGroupError,
.modal-dialog .formDataContainer form input#billingAddress_houseNumber.validationGroupError,
.modal-dialog .signUpForm input#billingAddress_street.validationGroupError,
.modal-dialog .signUpForm input#billingAddress_houseNumber.validationGroupError,
.modal-dialog .signUpForm form input#billingAddress_street.validationGroupError,
.modal-dialog .signUpForm form input#billingAddress_houseNumber.validationGroupError {
  border-color: #fa5000;
}
/* line 233, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer h3, body.page-template-template-register .signUpForm h3,
body.page-template-template-purchase-business .formDataContainer h3,
body.page-template-template-purchase-business .signUpForm h3,
body.page-template-template-purchase-education .formDataContainer h3,
body.page-template-template-purchase-education .signUpForm h3,
.modal-dialog .formDataContainer h3,
.modal-dialog .signUpForm h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 35px;
  height: auto;
}
/* line 242, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .input, body.page-template-template-register .signUpForm .input,
body.page-template-template-purchase-business .formDataContainer .input,
body.page-template-template-purchase-business .signUpForm .input,
body.page-template-template-purchase-education .formDataContainer .input,
body.page-template-template-purchase-education .signUpForm .input,
.modal-dialog .formDataContainer .input,
.modal-dialog .signUpForm .input {
  position: relative;
}
/* line 245, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .input + .input, body.page-template-template-register .signUpForm .input + .input,
body.page-template-template-purchase-business .formDataContainer .input + .input,
body.page-template-template-purchase-business .signUpForm .input + .input,
body.page-template-template-purchase-education .formDataContainer .input + .input,
body.page-template-template-purchase-education .signUpForm .input + .input,
.modal-dialog .formDataContainer .input + .input,
.modal-dialog .signUpForm .input + .input {
  margin-top: 10px;
}
/* line 249, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .input .info, body.page-template-template-register .signUpForm .input .info,
body.page-template-template-purchase-business .formDataContainer .input .info,
body.page-template-template-purchase-business .signUpForm .input .info,
body.page-template-template-purchase-education .formDataContainer .input .info,
body.page-template-template-purchase-education .signUpForm .input .info,
.modal-dialog .formDataContainer .input .info,
.modal-dialog .signUpForm .input .info {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 23px;
  color: #a5a5a5;
}
/* line 257, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .input.vat, body.page-template-template-register .signUpForm .input.vat,
body.page-template-template-purchase-business .formDataContainer .input.vat,
body.page-template-template-purchase-business .signUpForm .input.vat,
body.page-template-template-purchase-education .formDataContainer .input.vat,
body.page-template-template-purchase-education .signUpForm .input.vat,
.modal-dialog .formDataContainer .input.vat,
.modal-dialog .signUpForm .input.vat {
  padding-left: 50px;
}
/* line 260, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .input.vat #countryCode, body.page-template-template-register .signUpForm .input.vat #countryCode,
body.page-template-template-purchase-business .formDataContainer .input.vat #countryCode,
body.page-template-template-purchase-business .signUpForm .input.vat #countryCode,
body.page-template-template-purchase-education .formDataContainer .input.vat #countryCode,
body.page-template-template-purchase-education .signUpForm .input.vat #countryCode,
.modal-dialog .formDataContainer .input.vat #countryCode,
.modal-dialog .signUpForm .input.vat #countryCode {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  height: 40px;
  font-size: 16px;
  width: 50px;
  line-height: 40px;
  text-align: center;
}
/* line 273, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .input.vat.disabled, body.page-template-template-register .signUpForm .input.vat.disabled,
body.page-template-template-purchase-business .formDataContainer .input.vat.disabled,
body.page-template-template-purchase-business .signUpForm .input.vat.disabled,
body.page-template-template-purchase-education .formDataContainer .input.vat.disabled,
body.page-template-template-purchase-education .signUpForm .input.vat.disabled,
.modal-dialog .formDataContainer .input.vat.disabled,
.modal-dialog .signUpForm .input.vat.disabled {
  padding-left: 0;
}
/* line 276, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .input.vat.disabled #countryCode, body.page-template-template-register .signUpForm .input.vat.disabled #countryCode,
body.page-template-template-purchase-business .formDataContainer .input.vat.disabled #countryCode,
body.page-template-template-purchase-business .signUpForm .input.vat.disabled #countryCode,
body.page-template-template-purchase-education .formDataContainer .input.vat.disabled #countryCode,
body.page-template-template-purchase-education .signUpForm .input.vat.disabled #countryCode,
.modal-dialog .formDataContainer .input.vat.disabled #countryCode,
.modal-dialog .signUpForm .input.vat.disabled #countryCode {
  display: none;
}
/* line 284, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer fieldset, body.page-template-template-register .signUpForm fieldset,
body.page-template-template-purchase-business .formDataContainer fieldset,
body.page-template-template-purchase-business .signUpForm fieldset,
body.page-template-template-purchase-education .formDataContainer fieldset,
body.page-template-template-purchase-education .signUpForm fieldset,
.modal-dialog .formDataContainer fieldset,
.modal-dialog .signUpForm fieldset {
  margin: 20px 0;
  display: block;
}
/* line 289, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer fieldset + fieldset .input:first-child, body.page-template-template-register .signUpForm fieldset + fieldset .input:first-child,
body.page-template-template-purchase-business .formDataContainer fieldset + fieldset .input:first-child,
body.page-template-template-purchase-business .signUpForm fieldset + fieldset .input:first-child,
body.page-template-template-purchase-education .formDataContainer fieldset + fieldset .input:first-child,
body.page-template-template-purchase-education .signUpForm fieldset + fieldset .input:first-child,
.modal-dialog .formDataContainer fieldset + fieldset .input:first-child,
.modal-dialog .signUpForm fieldset + fieldset .input:first-child {
  margin-top: 10px;
}
/* line 295, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer hr, body.page-template-template-register .signUpForm hr,
body.page-template-template-purchase-business .formDataContainer hr,
body.page-template-template-purchase-business .signUpForm hr,
body.page-template-template-purchase-education .formDataContainer hr,
body.page-template-template-purchase-education .signUpForm hr,
.modal-dialog .formDataContainer hr,
.modal-dialog .signUpForm hr {
  border-top-width: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 300, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer hr + h3, body.page-template-template-register .signUpForm hr + h3,
body.page-template-template-purchase-business .formDataContainer hr + h3,
body.page-template-template-purchase-business .signUpForm hr + h3,
body.page-template-template-purchase-education .formDataContainer hr + h3,
body.page-template-template-purchase-education .signUpForm hr + h3,
.modal-dialog .formDataContainer hr + h3,
.modal-dialog .signUpForm hr + h3 {
  margin-top: -6px;
}
/* line 305, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .feedback, body.page-template-template-register .signUpForm .feedback,
body.page-template-template-purchase-business .formDataContainer .feedback,
body.page-template-template-purchase-business .signUpForm .feedback,
body.page-template-template-purchase-education .formDataContainer .feedback,
body.page-template-template-purchase-education .signUpForm .feedback,
.modal-dialog .formDataContainer .feedback,
.modal-dialog .signUpForm .feedback {
  text-align: center;
}
/* line 308, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .feedback > div, body.page-template-template-register .signUpForm .feedback > div,
body.page-template-template-purchase-business .formDataContainer .feedback > div,
body.page-template-template-purchase-business .signUpForm .feedback > div,
body.page-template-template-purchase-education .formDataContainer .feedback > div,
body.page-template-template-purchase-education .signUpForm .feedback > div,
.modal-dialog .formDataContainer .feedback > div,
.modal-dialog .signUpForm .feedback > div {
  display: none;
  margin: 10px 0;
}
/* line 314, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .step, body.page-template-template-register .signUpForm .step,
body.page-template-template-purchase-business .formDataContainer .step,
body.page-template-template-purchase-business .signUpForm .step,
body.page-template-template-purchase-education .formDataContainer .step,
body.page-template-template-purchase-education .signUpForm .step,
.modal-dialog .formDataContainer .step,
.modal-dialog .signUpForm .step {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  margin-top: 35px;
  font-size: 18px;
  color: #4d4d4d;
  text-align: center;
}
/* line 322, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .step .currentStep, body.page-template-template-register .signUpForm .step .currentStep,
body.page-template-template-purchase-business .formDataContainer .step .currentStep,
body.page-template-template-purchase-business .signUpForm .step .currentStep,
body.page-template-template-purchase-education .formDataContainer .step .currentStep,
body.page-template-template-purchase-education .signUpForm .step .currentStep,
.modal-dialog .formDataContainer .step .currentStep,
.modal-dialog .signUpForm .step .currentStep {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
}
/* line 326, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .step .stepTitle, body.page-template-template-register .signUpForm .step .stepTitle,
body.page-template-template-purchase-business .formDataContainer .step .stepTitle,
body.page-template-template-purchase-business .signUpForm .step .stepTitle,
body.page-template-template-purchase-education .formDataContainer .step .stepTitle,
body.page-template-template-purchase-education .signUpForm .step .stepTitle,
.modal-dialog .formDataContainer .step .stepTitle,
.modal-dialog .signUpForm .step .stepTitle {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  margin-top: 15px;
  font-size: 26px;
}
/* line 334, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .mandatoryHint, body.page-template-template-register .signUpForm .mandatoryHint,
body.page-template-template-purchase-business .formDataContainer .mandatoryHint,
body.page-template-template-purchase-business .signUpForm .mandatoryHint,
body.page-template-template-purchase-education .formDataContainer .mandatoryHint,
body.page-template-template-purchase-education .signUpForm .mandatoryHint,
.modal-dialog .formDataContainer .mandatoryHint,
.modal-dialog .signUpForm .mandatoryHint {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #a5a5a5;
  text-align: center;
  font-size: 14px;
}
/* line 342, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .termsAndConditions, body.page-template-template-register .formDataContainer .newsletterOptIn, body.page-template-template-register .signUpForm .termsAndConditions, body.page-template-template-register .signUpForm .newsletterOptIn,
body.page-template-template-purchase-business .formDataContainer .termsAndConditions,
body.page-template-template-purchase-business .formDataContainer .newsletterOptIn,
body.page-template-template-purchase-business .signUpForm .termsAndConditions,
body.page-template-template-purchase-business .signUpForm .newsletterOptIn,
body.page-template-template-purchase-education .formDataContainer .termsAndConditions,
body.page-template-template-purchase-education .formDataContainer .newsletterOptIn,
body.page-template-template-purchase-education .signUpForm .termsAndConditions,
body.page-template-template-purchase-education .signUpForm .newsletterOptIn,
.modal-dialog .formDataContainer .termsAndConditions,
.modal-dialog .formDataContainer .newsletterOptIn,
.modal-dialog .signUpForm .termsAndConditions,
.modal-dialog .signUpForm .newsletterOptIn {
  margin: 10px 0;
  text-align: center;
  position: relative;
}
/* line 348, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .termsAndConditions label, body.page-template-template-register .formDataContainer .newsletterOptIn label, body.page-template-template-register .signUpForm .termsAndConditions label, body.page-template-template-register .signUpForm .newsletterOptIn label,
body.page-template-template-purchase-business .formDataContainer .termsAndConditions label,
body.page-template-template-purchase-business .formDataContainer .newsletterOptIn label,
body.page-template-template-purchase-business .signUpForm .termsAndConditions label,
body.page-template-template-purchase-business .signUpForm .newsletterOptIn label,
body.page-template-template-purchase-education .formDataContainer .termsAndConditions label,
body.page-template-template-purchase-education .formDataContainer .newsletterOptIn label,
body.page-template-template-purchase-education .signUpForm .termsAndConditions label,
body.page-template-template-purchase-education .signUpForm .newsletterOptIn label,
.modal-dialog .formDataContainer .termsAndConditions label,
.modal-dialog .formDataContainer .newsletterOptIn label,
.modal-dialog .signUpForm .termsAndConditions label,
.modal-dialog .signUpForm .newsletterOptIn label {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
/* line 352, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .termsAndConditions label.error, body.page-template-template-register .formDataContainer .newsletterOptIn label.error, body.page-template-template-register .signUpForm .termsAndConditions label.error, body.page-template-template-register .signUpForm .newsletterOptIn label.error,
body.page-template-template-purchase-business .formDataContainer .termsAndConditions label.error,
body.page-template-template-purchase-business .formDataContainer .newsletterOptIn label.error,
body.page-template-template-purchase-business .signUpForm .termsAndConditions label.error,
body.page-template-template-purchase-business .signUpForm .newsletterOptIn label.error,
body.page-template-template-purchase-education .formDataContainer .termsAndConditions label.error,
body.page-template-template-purchase-education .formDataContainer .newsletterOptIn label.error,
body.page-template-template-purchase-education .signUpForm .termsAndConditions label.error,
body.page-template-template-purchase-education .signUpForm .newsletterOptIn label.error,
.modal-dialog .formDataContainer .termsAndConditions label.error,
.modal-dialog .formDataContainer .newsletterOptIn label.error,
.modal-dialog .signUpForm .termsAndConditions label.error,
.modal-dialog .signUpForm .newsletterOptIn label.error {
  color: #4d4d4d;
}
/* line 354, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .termsAndConditions label.error .switch-label, body.page-template-template-register .formDataContainer .newsletterOptIn label.error .switch-label, body.page-template-template-register .signUpForm .termsAndConditions label.error .switch-label, body.page-template-template-register .signUpForm .newsletterOptIn label.error .switch-label,
body.page-template-template-purchase-business .formDataContainer .termsAndConditions label.error .switch-label,
body.page-template-template-purchase-business .formDataContainer .newsletterOptIn label.error .switch-label,
body.page-template-template-purchase-business .signUpForm .termsAndConditions label.error .switch-label,
body.page-template-template-purchase-business .signUpForm .newsletterOptIn label.error .switch-label,
body.page-template-template-purchase-education .formDataContainer .termsAndConditions label.error .switch-label,
body.page-template-template-purchase-education .formDataContainer .newsletterOptIn label.error .switch-label,
body.page-template-template-purchase-education .signUpForm .termsAndConditions label.error .switch-label,
body.page-template-template-purchase-education .signUpForm .newsletterOptIn label.error .switch-label,
.modal-dialog .formDataContainer .termsAndConditions label.error .switch-label,
.modal-dialog .formDataContainer .newsletterOptIn label.error .switch-label,
.modal-dialog .signUpForm .termsAndConditions label.error .switch-label,
.modal-dialog .signUpForm .newsletterOptIn label.error .switch-label {
  border-color: #fa5000;
}
/* line 360, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .termsAndConditions label.checkbox-label, body.page-template-template-register .formDataContainer .newsletterOptIn label.checkbox-label, body.page-template-template-register .signUpForm .termsAndConditions label.checkbox-label, body.page-template-template-register .signUpForm .newsletterOptIn label.checkbox-label,
body.page-template-template-purchase-business .formDataContainer .termsAndConditions label.checkbox-label,
body.page-template-template-purchase-business .formDataContainer .newsletterOptIn label.checkbox-label,
body.page-template-template-purchase-business .signUpForm .termsAndConditions label.checkbox-label,
body.page-template-template-purchase-business .signUpForm .newsletterOptIn label.checkbox-label,
body.page-template-template-purchase-education .formDataContainer .termsAndConditions label.checkbox-label,
body.page-template-template-purchase-education .formDataContainer .newsletterOptIn label.checkbox-label,
body.page-template-template-purchase-education .signUpForm .termsAndConditions label.checkbox-label,
body.page-template-template-purchase-education .signUpForm .newsletterOptIn label.checkbox-label,
.modal-dialog .formDataContainer .termsAndConditions label.checkbox-label,
.modal-dialog .formDataContainer .newsletterOptIn label.checkbox-label,
.modal-dialog .signUpForm .termsAndConditions label.checkbox-label,
.modal-dialog .signUpForm .newsletterOptIn label.checkbox-label {
  width: auto;
}
/* line 365, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer .termsAndConditions, body.page-template-template-register .signUpForm .termsAndConditions,
body.page-template-template-purchase-business .formDataContainer .termsAndConditions,
body.page-template-template-purchase-business .signUpForm .termsAndConditions,
body.page-template-template-purchase-education .formDataContainer .termsAndConditions,
body.page-template-template-purchase-education .signUpForm .termsAndConditions,
.modal-dialog .formDataContainer .termsAndConditions,
.modal-dialog .signUpForm .termsAndConditions {
  margin-top: 20px;
}
/* line 373, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .sidebar.requestPayPalPaymentStatus, body.page-template-template-register .submitContainer.requestPayPalPaymentStatus, body.page-template-template-register .formDataContainer.requestPayPalPaymentStatus,
body.page-template-template-purchase-business .sidebar.requestPayPalPaymentStatus,
body.page-template-template-purchase-business .submitContainer.requestPayPalPaymentStatus,
body.page-template-template-purchase-business .formDataContainer.requestPayPalPaymentStatus,
body.page-template-template-purchase-education .sidebar.requestPayPalPaymentStatus,
body.page-template-template-purchase-education .submitContainer.requestPayPalPaymentStatus,
body.page-template-template-purchase-education .formDataContainer.requestPayPalPaymentStatus,
.modal-dialog .sidebar.requestPayPalPaymentStatus,
.modal-dialog .submitContainer.requestPayPalPaymentStatus,
.modal-dialog .formDataContainer.requestPayPalPaymentStatus {
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
}
/* line 380, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .disableHeader,
body.page-template-template-purchase-business .disableHeader,
body.page-template-template-purchase-education .disableHeader,
.modal-dialog .disableHeader {
  pointer-events: none;
}
/* line 383, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .disableHeader > *,
body.page-template-template-purchase-business .disableHeader > *,
body.page-template-template-purchase-education .disableHeader > *,
.modal-dialog .disableHeader > * {
  opacity: 0.3;
}
/* line 389, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payPalLoading,
body.page-template-template-purchase-business .payPalLoading,
body.page-template-template-purchase-education .payPalLoading,
.modal-dialog .payPalLoading {
  display: none;
}
/* line 41, ../sass/partials/_spinner.scss */
body.page-template-template-register .payPalLoading .spinner:before,
body.page-template-template-purchase-business .payPalLoading .spinner:before,
body.page-template-template-purchase-education .payPalLoading .spinner:before,
.modal-dialog .payPalLoading .spinner:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 71px;
  height: 71px;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../gif/spinner_1.gif");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}
/* line 397, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .requestPayPalPaymentStatus *,
body.page-template-template-purchase-business .requestPayPalPaymentStatus *,
body.page-template-template-purchase-education .requestPayPalPaymentStatus *,
.modal-dialog .requestPayPalPaymentStatus * {
  pointer-events: none;
}
/* line 401, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .requestPayPalPaymentStatus:before,
body.page-template-template-purchase-business .requestPayPalPaymentStatus:before,
body.page-template-template-purchase-education .requestPayPalPaymentStatus:before,
.modal-dialog .requestPayPalPaymentStatus:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #fff;
}
/* line 410, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .requestPayPalPaymentStatus .payPalLoading,
body.page-template-template-purchase-business .requestPayPalPaymentStatus .payPalLoading,
body.page-template-template-purchase-education .requestPayPalPaymentStatus .payPalLoading,
.modal-dialog .requestPayPalPaymentStatus .payPalLoading {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 240px;
  z-index: 11000;
  text-align: center;
  padding-top: 150px;
}
/* line 421, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .requestPayPalPaymentStatus .payPalLoading span,
body.page-template-template-purchase-business .requestPayPalPaymentStatus .payPalLoading span,
body.page-template-template-purchase-education .requestPayPalPaymentStatus .payPalLoading span,
.modal-dialog .requestPayPalPaymentStatus .payPalLoading span {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  color: #00c0cc;
  font-size: 20px;
}
/* line 429, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer,
body.page-template-template-purchase-business .formDataContainer,
body.page-template-template-purchase-education .formDataContainer,
.modal-dialog .formDataContainer {
  border-bottom: 2px solid #ededed;
}
/* line 432, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer fieldset,
body.page-template-template-purchase-business .formDataContainer fieldset,
body.page-template-template-purchase-education .formDataContainer fieldset,
.modal-dialog .formDataContainer fieldset {
  margin: 20px 0;
}
/* line 435, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .formDataContainer fieldset + fieldset .input:first-child,
body.page-template-template-purchase-business .formDataContainer fieldset + fieldset .input:first-child,
body.page-template-template-purchase-education .formDataContainer fieldset + fieldset .input:first-child,
.modal-dialog .formDataContainer fieldset + fieldset .input:first-child {
  margin-top: 10px;
}
/* line 444, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .signUpForm fieldset,
body.page-template-template-purchase-business .signUpForm fieldset,
body.page-template-template-purchase-education .signUpForm fieldset,
.modal-dialog .signUpForm fieldset {
  margin: 10px 0;
}
/* line 448, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .signUpForm .mandatoryHint,
body.page-template-template-purchase-business .signUpForm .mandatoryHint,
body.page-template-template-purchase-education .signUpForm .mandatoryHint,
.modal-dialog .signUpForm .mandatoryHint {
  margin-top: 10px;
}
/* line 452, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .signUpForm .mandatoryHint,
body.page-template-template-purchase-business .signUpForm .mandatoryHint,
body.page-template-template-purchase-education .signUpForm .mandatoryHint,
.modal-dialog .signUpForm .mandatoryHint {
  margin-top: 10px;
}
/* line 457, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .signUpForm .usageContext,
body.page-template-template-purchase-business .signUpForm .usageContext,
body.page-template-template-purchase-education .signUpForm .usageContext,
.modal-dialog .signUpForm .usageContext {
  position: relative;
  margin-top: 10px;
}
/* line 462, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .signUpForm .termsAndConditions, body.page-template-template-register .signUpForm .newsletterOptIn,
body.page-template-template-purchase-business .signUpForm .termsAndConditions,
body.page-template-template-purchase-business .signUpForm .newsletterOptIn,
body.page-template-template-purchase-education .signUpForm .termsAndConditions,
body.page-template-template-purchase-education .signUpForm .newsletterOptIn,
.modal-dialog .signUpForm .termsAndConditions,
.modal-dialog .signUpForm .newsletterOptIn {
  text-align: left;
}
/* line 466, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .signUpForm .termsAndConditions label.checkbox-label, body.page-template-template-register .signUpForm .newsletterOptIn label.checkbox-label,
body.page-template-template-purchase-business .signUpForm .termsAndConditions label.checkbox-label,
body.page-template-template-purchase-business .signUpForm .newsletterOptIn label.checkbox-label,
body.page-template-template-purchase-education .signUpForm .termsAndConditions label.checkbox-label,
body.page-template-template-purchase-education .signUpForm .newsletterOptIn label.checkbox-label,
.modal-dialog .signUpForm .termsAndConditions label.checkbox-label,
.modal-dialog .signUpForm .newsletterOptIn label.checkbox-label {
  width: auto;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  /* line 466, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .signUpForm .termsAndConditions label.checkbox-label, body.page-template-template-register .signUpForm .newsletterOptIn label.checkbox-label,
  body.page-template-template-purchase-business .signUpForm .termsAndConditions label.checkbox-label,
  body.page-template-template-purchase-business .signUpForm .newsletterOptIn label.checkbox-label,
  body.page-template-template-purchase-education .signUpForm .termsAndConditions label.checkbox-label,
  body.page-template-template-purchase-education .signUpForm .newsletterOptIn label.checkbox-label,
  .modal-dialog .signUpForm .termsAndConditions label.checkbox-label,
  .modal-dialog .signUpForm .newsletterOptIn label.checkbox-label {
    padding-left: 36px;
  }
}
/* line 479, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .row, body.page-template-template-register .payment .choices, body.page-template-template-register .purchase .row, body.page-template-template-register .purchase .choices,
body.page-template-template-purchase-business .payment .row,
body.page-template-template-purchase-business .payment .choices,
body.page-template-template-purchase-business .purchase .row,
body.page-template-template-purchase-business .purchase .choices,
body.page-template-template-purchase-education .payment .row,
body.page-template-template-purchase-education .payment .choices,
body.page-template-template-purchase-education .purchase .row,
body.page-template-template-purchase-education .purchase .choices,
.modal-dialog .payment .row,
.modal-dialog .payment .choices,
.modal-dialog .purchase .row,
.modal-dialog .purchase .choices {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 484, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment [class*="col"], body.page-template-template-register .purchase [class*="col"],
body.page-template-template-purchase-business .payment [class*="col"],
body.page-template-template-purchase-business .purchase [class*="col"],
body.page-template-template-purchase-education .payment [class*="col"],
body.page-template-template-purchase-education .purchase [class*="col"],
.modal-dialog .payment [class*="col"],
.modal-dialog .purchase [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 490, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment select.error, body.page-template-template-register .purchase select.error,
body.page-template-template-purchase-business .payment select.error,
body.page-template-template-purchase-business .purchase select.error,
body.page-template-template-purchase-education .payment select.error,
body.page-template-template-purchase-education .purchase select.error,
.modal-dialog .payment select.error,
.modal-dialog .purchase select.error {
  border-color: #fa5000;
}
/* line 495, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .pricing-settings, body.page-template-template-register .purchase .pricing-settings,
body.page-template-template-purchase-business .payment .pricing-settings,
body.page-template-template-purchase-business .purchase .pricing-settings,
body.page-template-template-purchase-education .payment .pricing-settings,
body.page-template-template-purchase-education .purchase .pricing-settings,
.modal-dialog .payment .pricing-settings,
.modal-dialog .purchase .pricing-settings {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ededed;
  text-align: center;
  display: none;
}
/* line 503, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .pricing-settings .toggleButtons, body.page-template-template-register .purchase .pricing-settings .toggleButtons,
body.page-template-template-purchase-business .payment .pricing-settings .toggleButtons,
body.page-template-template-purchase-business .purchase .pricing-settings .toggleButtons,
body.page-template-template-purchase-education .payment .pricing-settings .toggleButtons,
body.page-template-template-purchase-education .purchase .pricing-settings .toggleButtons,
.modal-dialog .payment .pricing-settings .toggleButtons,
.modal-dialog .purchase .pricing-settings .toggleButtons {
  max-width: 300px;
}
/* line 508, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .paymentType-settings, body.page-template-template-register .purchase .paymentType-settings,
body.page-template-template-purchase-business .payment .paymentType-settings,
body.page-template-template-purchase-business .purchase .paymentType-settings,
body.page-template-template-purchase-education .payment .paymentType-settings,
body.page-template-template-purchase-education .purchase .paymentType-settings,
.modal-dialog .payment .paymentType-settings,
.modal-dialog .purchase .paymentType-settings {
  margin-bottom: 20px;
  border-bottom: 2px solid #ededed;
}
/* line 513, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .paymentType-settings label.radio-label, body.page-template-template-register .purchase .paymentType-settings label.radio-label,
body.page-template-template-purchase-business .payment .paymentType-settings label.radio-label,
body.page-template-template-purchase-business .purchase .paymentType-settings label.radio-label,
body.page-template-template-purchase-education .payment .paymentType-settings label.radio-label,
body.page-template-template-purchase-education .purchase .paymentType-settings label.radio-label,
.modal-dialog .payment .paymentType-settings label.radio-label,
.modal-dialog .purchase .paymentType-settings label.radio-label {
  display: inline-block;
  margin-bottom: 15px;
}
/* line 520, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .creditCardData, body.page-template-template-register .payment .paymentSection, body.page-template-template-register .purchase .creditCardData, body.page-template-template-register .purchase .paymentSection,
body.page-template-template-purchase-business .payment .creditCardData,
body.page-template-template-purchase-business .payment .paymentSection,
body.page-template-template-purchase-business .purchase .creditCardData,
body.page-template-template-purchase-business .purchase .paymentSection,
body.page-template-template-purchase-education .payment .creditCardData,
body.page-template-template-purchase-education .payment .paymentSection,
body.page-template-template-purchase-education .purchase .creditCardData,
body.page-template-template-purchase-education .purchase .paymentSection,
.modal-dialog .payment .creditCardData,
.modal-dialog .payment .paymentSection,
.modal-dialog .purchase .creditCardData,
.modal-dialog .purchase .paymentSection {
  position: relative;
}
/* line 524, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .creditCardData h3:first-of-type, body.page-template-template-register .payment .paymentSection h3:first-of-type, body.page-template-template-register .purchase .creditCardData h3:first-of-type, body.page-template-template-register .purchase .paymentSection h3:first-of-type,
body.page-template-template-purchase-business .payment .creditCardData h3:first-of-type,
body.page-template-template-purchase-business .payment .paymentSection h3:first-of-type,
body.page-template-template-purchase-business .purchase .creditCardData h3:first-of-type,
body.page-template-template-purchase-business .purchase .paymentSection h3:first-of-type,
body.page-template-template-purchase-education .payment .creditCardData h3:first-of-type,
body.page-template-template-purchase-education .payment .paymentSection h3:first-of-type,
body.page-template-template-purchase-education .purchase .creditCardData h3:first-of-type,
body.page-template-template-purchase-education .purchase .paymentSection h3:first-of-type,
.modal-dialog .payment .creditCardData h3:first-of-type,
.modal-dialog .payment .paymentSection h3:first-of-type,
.modal-dialog .purchase .creditCardData h3:first-of-type,
.modal-dialog .purchase .paymentSection h3:first-of-type {
  margin-top: -6px;
}
/* line 531, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .billingData .spinner:before, body.page-template-template-register .purchase .billingData .spinner:before,
body.page-template-template-purchase-business .payment .billingData .spinner:before,
body.page-template-template-purchase-business .purchase .billingData .spinner:before,
body.page-template-template-purchase-education .payment .billingData .spinner:before,
body.page-template-template-purchase-education .purchase .billingData .spinner:before,
.modal-dialog .payment .billingData .spinner:before,
.modal-dialog .purchase .billingData .spinner:before {
  top: auto;
  bottom: 190px;
}
/* line 542, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .billingData .spinner, body.page-template-template-register .payment .paymentData .spinner, body.page-template-template-register .payment .educationalForm .spinner, body.page-template-template-register .purchase .billingData .spinner, body.page-template-template-register .purchase .paymentData .spinner, body.page-template-template-register .purchase .educationalForm .spinner,
body.page-template-template-purchase-business .payment .billingData .spinner,
body.page-template-template-purchase-business .payment .paymentData .spinner,
body.page-template-template-purchase-business .payment .educationalForm .spinner,
body.page-template-template-purchase-business .purchase .billingData .spinner,
body.page-template-template-purchase-business .purchase .paymentData .spinner,
body.page-template-template-purchase-business .purchase .educationalForm .spinner,
body.page-template-template-purchase-education .payment .billingData .spinner,
body.page-template-template-purchase-education .payment .paymentData .spinner,
body.page-template-template-purchase-education .payment .educationalForm .spinner,
body.page-template-template-purchase-education .purchase .billingData .spinner,
body.page-template-template-purchase-education .purchase .paymentData .spinner,
body.page-template-template-purchase-education .purchase .educationalForm .spinner,
.modal-dialog .payment .billingData .spinner,
.modal-dialog .payment .paymentData .spinner,
.modal-dialog .payment .educationalForm .spinner,
.modal-dialog .purchase .billingData .spinner,
.modal-dialog .purchase .paymentData .spinner,
.modal-dialog .purchase .educationalForm .spinner {
  display: none;
}
/* line 41, ../sass/partials/_spinner.scss */
body.page-template-template-register .payment .billingData .spinner:before, body.page-template-template-register .payment .paymentData .spinner:before, body.page-template-template-register .payment .educationalForm .spinner:before, body.page-template-template-register .purchase .billingData .spinner:before, body.page-template-template-register .purchase .paymentData .spinner:before, body.page-template-template-register .purchase .educationalForm .spinner:before,
body.page-template-template-purchase-business .payment .billingData .spinner:before,
body.page-template-template-purchase-business .payment .paymentData .spinner:before,
body.page-template-template-purchase-business .payment .educationalForm .spinner:before,
body.page-template-template-purchase-business .purchase .billingData .spinner:before,
body.page-template-template-purchase-business .purchase .paymentData .spinner:before,
body.page-template-template-purchase-business .purchase .educationalForm .spinner:before,
body.page-template-template-purchase-education .payment .billingData .spinner:before,
body.page-template-template-purchase-education .payment .paymentData .spinner:before,
body.page-template-template-purchase-education .payment .educationalForm .spinner:before,
body.page-template-template-purchase-education .purchase .billingData .spinner:before,
body.page-template-template-purchase-education .purchase .paymentData .spinner:before,
body.page-template-template-purchase-education .purchase .educationalForm .spinner:before,
.modal-dialog .payment .billingData .spinner:before,
.modal-dialog .payment .paymentData .spinner:before,
.modal-dialog .payment .educationalForm .spinner:before,
.modal-dialog .purchase .billingData .spinner:before,
.modal-dialog .purchase .paymentData .spinner:before,
.modal-dialog .purchase .educationalForm .spinner:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 71px;
  height: 71px;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../gif/spinner_1.gif");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}
/* line 548, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .billingData.requesting .input, body.page-template-template-register .payment .billingData.requesting .paymentType-settings, body.page-template-template-register .payment .billingData.requesting .paypalSelected, body.page-template-template-register .payment .paymentData.requesting .input, body.page-template-template-register .payment .paymentData.requesting .paymentType-settings, body.page-template-template-register .payment .paymentData.requesting .paypalSelected, body.page-template-template-register .payment .educationalForm.requesting .input, body.page-template-template-register .payment .educationalForm.requesting .paymentType-settings, body.page-template-template-register .payment .educationalForm.requesting .paypalSelected, body.page-template-template-register .purchase .billingData.requesting .input, body.page-template-template-register .purchase .billingData.requesting .paymentType-settings, body.page-template-template-register .purchase .billingData.requesting .paypalSelected, body.page-template-template-register .purchase .paymentData.requesting .input, body.page-template-template-register .purchase .paymentData.requesting .paymentType-settings, body.page-template-template-register .purchase .paymentData.requesting .paypalSelected, body.page-template-template-register .purchase .educationalForm.requesting .input, body.page-template-template-register .purchase .educationalForm.requesting .paymentType-settings, body.page-template-template-register .purchase .educationalForm.requesting .paypalSelected,
body.page-template-template-purchase-business .payment .billingData.requesting .input,
body.page-template-template-purchase-business .payment .billingData.requesting .paymentType-settings,
body.page-template-template-purchase-business .payment .billingData.requesting .paypalSelected,
body.page-template-template-purchase-business .payment .paymentData.requesting .input,
body.page-template-template-purchase-business .payment .paymentData.requesting .paymentType-settings,
body.page-template-template-purchase-business .payment .paymentData.requesting .paypalSelected,
body.page-template-template-purchase-business .payment .educationalForm.requesting .input,
body.page-template-template-purchase-business .payment .educationalForm.requesting .paymentType-settings,
body.page-template-template-purchase-business .payment .educationalForm.requesting .paypalSelected,
body.page-template-template-purchase-business .purchase .billingData.requesting .input,
body.page-template-template-purchase-business .purchase .billingData.requesting .paymentType-settings,
body.page-template-template-purchase-business .purchase .billingData.requesting .paypalSelected,
body.page-template-template-purchase-business .purchase .paymentData.requesting .input,
body.page-template-template-purchase-business .purchase .paymentData.requesting .paymentType-settings,
body.page-template-template-purchase-business .purchase .paymentData.requesting .paypalSelected,
body.page-template-template-purchase-business .purchase .educationalForm.requesting .input,
body.page-template-template-purchase-business .purchase .educationalForm.requesting .paymentType-settings,
body.page-template-template-purchase-business .purchase .educationalForm.requesting .paypalSelected,
body.page-template-template-purchase-education .payment .billingData.requesting .input,
body.page-template-template-purchase-education .payment .billingData.requesting .paymentType-settings,
body.page-template-template-purchase-education .payment .billingData.requesting .paypalSelected,
body.page-template-template-purchase-education .payment .paymentData.requesting .input,
body.page-template-template-purchase-education .payment .paymentData.requesting .paymentType-settings,
body.page-template-template-purchase-education .payment .paymentData.requesting .paypalSelected,
body.page-template-template-purchase-education .payment .educationalForm.requesting .input,
body.page-template-template-purchase-education .payment .educationalForm.requesting .paymentType-settings,
body.page-template-template-purchase-education .payment .educationalForm.requesting .paypalSelected,
body.page-template-template-purchase-education .purchase .billingData.requesting .input,
body.page-template-template-purchase-education .purchase .billingData.requesting .paymentType-settings,
body.page-template-template-purchase-education .purchase .billingData.requesting .paypalSelected,
body.page-template-template-purchase-education .purchase .paymentData.requesting .input,
body.page-template-template-purchase-education .purchase .paymentData.requesting .paymentType-settings,
body.page-template-template-purchase-education .purchase .paymentData.requesting .paypalSelected,
body.page-template-template-purchase-education .purchase .educationalForm.requesting .input,
body.page-template-template-purchase-education .purchase .educationalForm.requesting .paymentType-settings,
body.page-template-template-purchase-education .purchase .educationalForm.requesting .paypalSelected,
.modal-dialog .payment .billingData.requesting .input,
.modal-dialog .payment .billingData.requesting .paymentType-settings,
.modal-dialog .payment .billingData.requesting .paypalSelected,
.modal-dialog .payment .paymentData.requesting .input,
.modal-dialog .payment .paymentData.requesting .paymentType-settings,
.modal-dialog .payment .paymentData.requesting .paypalSelected,
.modal-dialog .payment .educationalForm.requesting .input,
.modal-dialog .payment .educationalForm.requesting .paymentType-settings,
.modal-dialog .payment .educationalForm.requesting .paypalSelected,
.modal-dialog .purchase .billingData.requesting .input,
.modal-dialog .purchase .billingData.requesting .paymentType-settings,
.modal-dialog .purchase .billingData.requesting .paypalSelected,
.modal-dialog .purchase .paymentData.requesting .input,
.modal-dialog .purchase .paymentData.requesting .paymentType-settings,
.modal-dialog .purchase .paymentData.requesting .paypalSelected,
.modal-dialog .purchase .educationalForm.requesting .input,
.modal-dialog .purchase .educationalForm.requesting .paymentType-settings,
.modal-dialog .purchase .educationalForm.requesting .paypalSelected {
  opacity: 0.7;
}
/* line 554, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .billingData.requesting .spinner, body.page-template-template-register .payment .paymentData.requesting .spinner, body.page-template-template-register .payment .educationalForm.requesting .spinner, body.page-template-template-register .purchase .billingData.requesting .spinner, body.page-template-template-register .purchase .paymentData.requesting .spinner, body.page-template-template-register .purchase .educationalForm.requesting .spinner,
body.page-template-template-purchase-business .payment .billingData.requesting .spinner,
body.page-template-template-purchase-business .payment .paymentData.requesting .spinner,
body.page-template-template-purchase-business .payment .educationalForm.requesting .spinner,
body.page-template-template-purchase-business .purchase .billingData.requesting .spinner,
body.page-template-template-purchase-business .purchase .paymentData.requesting .spinner,
body.page-template-template-purchase-business .purchase .educationalForm.requesting .spinner,
body.page-template-template-purchase-education .payment .billingData.requesting .spinner,
body.page-template-template-purchase-education .payment .paymentData.requesting .spinner,
body.page-template-template-purchase-education .payment .educationalForm.requesting .spinner,
body.page-template-template-purchase-education .purchase .billingData.requesting .spinner,
body.page-template-template-purchase-education .purchase .paymentData.requesting .spinner,
body.page-template-template-purchase-education .purchase .educationalForm.requesting .spinner,
.modal-dialog .payment .billingData.requesting .spinner,
.modal-dialog .payment .paymentData.requesting .spinner,
.modal-dialog .payment .educationalForm.requesting .spinner,
.modal-dialog .purchase .billingData.requesting .spinner,
.modal-dialog .purchase .paymentData.requesting .spinner,
.modal-dialog .purchase .educationalForm.requesting .spinner {
  display: block;
}
/* line 560, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment #currentPaymentData, body.page-template-template-register .purchase #currentPaymentData,
body.page-template-template-purchase-business .payment #currentPaymentData,
body.page-template-template-purchase-business .purchase #currentPaymentData,
body.page-template-template-purchase-education .payment #currentPaymentData,
body.page-template-template-purchase-education .purchase #currentPaymentData,
.modal-dialog .payment #currentPaymentData,
.modal-dialog .purchase #currentPaymentData {
  display: none;
}
/* line 563, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment #currentPaymentData.PAYPAL .creditCardData, body.page-template-template-register .purchase #currentPaymentData.PAYPAL .creditCardData,
body.page-template-template-purchase-business .payment #currentPaymentData.PAYPAL .creditCardData,
body.page-template-template-purchase-business .purchase #currentPaymentData.PAYPAL .creditCardData,
body.page-template-template-purchase-education .payment #currentPaymentData.PAYPAL .creditCardData,
body.page-template-template-purchase-education .purchase #currentPaymentData.PAYPAL .creditCardData,
.modal-dialog .payment #currentPaymentData.PAYPAL .creditCardData,
.modal-dialog .purchase #currentPaymentData.PAYPAL .creditCardData {
  display: none;
}
/* line 571, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .paymentData label, body.page-template-template-register .purchase .paymentData label,
body.page-template-template-purchase-business .payment .paymentData label,
body.page-template-template-purchase-business .purchase .paymentData label,
body.page-template-template-purchase-education .payment .paymentData label,
body.page-template-template-purchase-education .purchase .paymentData label,
.modal-dialog .payment .paymentData label,
.modal-dialog .purchase .paymentData label {
  display: none;
}
/* line 575, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .paymentData .inputIframe, body.page-template-template-register .purchase .paymentData .inputIframe,
body.page-template-template-purchase-business .payment .paymentData .inputIframe,
body.page-template-template-purchase-business .purchase .paymentData .inputIframe,
body.page-template-template-purchase-education .payment .paymentData .inputIframe,
body.page-template-template-purchase-education .purchase .paymentData .inputIframe,
.modal-dialog .payment .paymentData .inputIframe,
.modal-dialog .purchase .paymentData .inputIframe {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 44px;
  background-color: transparent;
  border: 2px solid #ededed;
}
/* line 582, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .paymentData .inputIframe.error, body.page-template-template-register .purchase .paymentData .inputIframe.error,
body.page-template-template-purchase-business .payment .paymentData .inputIframe.error,
body.page-template-template-purchase-business .purchase .paymentData .inputIframe.error,
body.page-template-template-purchase-education .payment .paymentData .inputIframe.error,
body.page-template-template-purchase-education .purchase .paymentData .inputIframe.error,
.modal-dialog .payment .paymentData .inputIframe.error,
.modal-dialog .purchase .paymentData .inputIframe.error {
  border-color: #fa5000;
}
/* line 588, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .paymentData.transactionFailed .feedback > div, body.page-template-template-register .purchase .paymentData.transactionFailed .feedback > div,
body.page-template-template-purchase-business .payment .paymentData.transactionFailed .feedback > div,
body.page-template-template-purchase-business .purchase .paymentData.transactionFailed .feedback > div,
body.page-template-template-purchase-education .payment .paymentData.transactionFailed .feedback > div,
body.page-template-template-purchase-education .purchase .paymentData.transactionFailed .feedback > div,
.modal-dialog .payment .paymentData.transactionFailed .feedback > div,
.modal-dialog .purchase .paymentData.transactionFailed .feedback > div {
  display: block;
}
/* line 592, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .paymentData.transactionFailed .inputIframe, body.page-template-template-register .payment .paymentData.transactionFailed .select, body.page-template-template-register .purchase .paymentData.transactionFailed .inputIframe, body.page-template-template-register .purchase .paymentData.transactionFailed .select,
body.page-template-template-purchase-business .payment .paymentData.transactionFailed .inputIframe,
body.page-template-template-purchase-business .payment .paymentData.transactionFailed .select,
body.page-template-template-purchase-business .purchase .paymentData.transactionFailed .inputIframe,
body.page-template-template-purchase-business .purchase .paymentData.transactionFailed .select,
body.page-template-template-purchase-education .payment .paymentData.transactionFailed .inputIframe,
body.page-template-template-purchase-education .payment .paymentData.transactionFailed .select,
body.page-template-template-purchase-education .purchase .paymentData.transactionFailed .inputIframe,
body.page-template-template-purchase-education .purchase .paymentData.transactionFailed .select,
.modal-dialog .payment .paymentData.transactionFailed .inputIframe,
.modal-dialog .payment .paymentData.transactionFailed .select,
.modal-dialog .purchase .paymentData.transactionFailed .inputIframe,
.modal-dialog .purchase .paymentData.transactionFailed .select {
  border-color: #fa5000;
}
/* line 598, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .paymentData .creditCardCheck, body.page-template-template-register .payment .paymentData .paypalSelected, body.page-template-template-register .purchase .paymentData .creditCardCheck, body.page-template-template-register .purchase .paymentData .paypalSelected,
body.page-template-template-purchase-business .payment .paymentData .creditCardCheck,
body.page-template-template-purchase-business .payment .paymentData .paypalSelected,
body.page-template-template-purchase-business .purchase .paymentData .creditCardCheck,
body.page-template-template-purchase-business .purchase .paymentData .paypalSelected,
body.page-template-template-purchase-education .payment .paymentData .creditCardCheck,
body.page-template-template-purchase-education .payment .paymentData .paypalSelected,
body.page-template-template-purchase-education .purchase .paymentData .creditCardCheck,
body.page-template-template-purchase-education .purchase .paymentData .paypalSelected,
.modal-dialog .payment .paymentData .creditCardCheck,
.modal-dialog .payment .paymentData .paypalSelected,
.modal-dialog .purchase .paymentData .creditCardCheck,
.modal-dialog .purchase .paymentData .paypalSelected {
  display: none;
}
/* line 603, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .paymentData .paypalSelected, body.page-template-template-register .purchase .paymentData .paypalSelected,
body.page-template-template-purchase-business .payment .paymentData .paypalSelected,
body.page-template-template-purchase-business .purchase .paymentData .paypalSelected,
body.page-template-template-purchase-education .payment .paymentData .paypalSelected,
body.page-template-template-purchase-education .purchase .paymentData .paypalSelected,
.modal-dialog .payment .paymentData .paypalSelected,
.modal-dialog .purchase .paymentData .paypalSelected {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-left: 12px;
  padding-bottom: 32px;
}
/* line 612, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .paymentData.CREDIT_CARD .creditCardCheck, body.page-template-template-register .purchase .paymentData.CREDIT_CARD .creditCardCheck,
body.page-template-template-purchase-business .payment .paymentData.CREDIT_CARD .creditCardCheck,
body.page-template-template-purchase-business .purchase .paymentData.CREDIT_CARD .creditCardCheck,
body.page-template-template-purchase-education .payment .paymentData.CREDIT_CARD .creditCardCheck,
body.page-template-template-purchase-education .purchase .paymentData.CREDIT_CARD .creditCardCheck,
.modal-dialog .payment .paymentData.CREDIT_CARD .creditCardCheck,
.modal-dialog .purchase .paymentData.CREDIT_CARD .creditCardCheck {
  display: block;
}
/* line 618, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .paymentData.PAYPAL .paypalSelected, body.page-template-template-register .purchase .paymentData.PAYPAL .paypalSelected,
body.page-template-template-purchase-business .payment .paymentData.PAYPAL .paypalSelected,
body.page-template-template-purchase-business .purchase .paymentData.PAYPAL .paypalSelected,
body.page-template-template-purchase-education .payment .paymentData.PAYPAL .paypalSelected,
body.page-template-template-purchase-education .purchase .paymentData.PAYPAL .paypalSelected,
.modal-dialog .payment .paymentData.PAYPAL .paypalSelected,
.modal-dialog .purchase .paymentData.PAYPAL .paypalSelected {
  display: block;
}
/* line 624, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .mandatoryHint, body.page-template-template-register .purchase .mandatoryHint,
body.page-template-template-purchase-business .payment .mandatoryHint,
body.page-template-template-purchase-business .purchase .mandatoryHint,
body.page-template-template-purchase-education .payment .mandatoryHint,
body.page-template-template-purchase-education .purchase .mandatoryHint,
.modal-dialog .payment .mandatoryHint,
.modal-dialog .purchase .mandatoryHint {
  margin-top: 30px;
  margin-bottom: 15px;
}
/* line 631, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .enableEdit, body.page-template-template-register .payment .cancelEdit, body.page-template-template-register .purchase .enableEdit, body.page-template-template-register .purchase .cancelEdit,
body.page-template-template-purchase-business .payment .enableEdit,
body.page-template-template-purchase-business .payment .cancelEdit,
body.page-template-template-purchase-business .purchase .enableEdit,
body.page-template-template-purchase-business .purchase .cancelEdit,
body.page-template-template-purchase-education .payment .enableEdit,
body.page-template-template-purchase-education .payment .cancelEdit,
body.page-template-template-purchase-education .purchase .enableEdit,
body.page-template-template-purchase-education .purchase .cancelEdit,
.modal-dialog .payment .enableEdit,
.modal-dialog .payment .cancelEdit,
.modal-dialog .purchase .enableEdit,
.modal-dialog .purchase .cancelEdit {
  position: absolute;
  top: 0;
  right: 10px;
}
/* line 644, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .cancelEdit, body.page-template-template-register .purchase .cancelEdit,
body.page-template-template-purchase-business .payment .cancelEdit,
body.page-template-template-purchase-business .purchase .cancelEdit,
body.page-template-template-purchase-education .payment .cancelEdit,
body.page-template-template-purchase-education .purchase .cancelEdit,
.modal-dialog .payment .cancelEdit,
.modal-dialog .purchase .cancelEdit {
  display: none;
}
/* line 649, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment input[disabled], body.page-template-template-register .purchase input[disabled],
body.page-template-template-purchase-business .payment input[disabled],
body.page-template-template-purchase-business .purchase input[disabled],
body.page-template-template-purchase-education .payment input[disabled],
body.page-template-template-purchase-education .purchase input[disabled],
.modal-dialog .payment input[disabled],
.modal-dialog .purchase input[disabled] {
  color: #a5a5a5;
}
/* line 653, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .payment .tooltip, body.page-template-template-register .purchase .tooltip,
body.page-template-template-purchase-business .payment .tooltip,
body.page-template-template-purchase-business .purchase .tooltip,
body.page-template-template-purchase-education .payment .tooltip,
body.page-template-template-purchase-education .purchase .tooltip,
.modal-dialog .payment .tooltip,
.modal-dialog .purchase .tooltip {
  z-index: 3100;
}
/* line 659, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .confirmData h3,
body.page-template-template-purchase-business .confirmData h3,
body.page-template-template-purchase-education .confirmData h3,
.modal-dialog .confirmData h3 {
  text-align: left;
  font-weight: 400;
}
/* line 663, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .confirmData h3.confirmHeader,
body.page-template-template-purchase-business .confirmData h3.confirmHeader,
body.page-template-template-purchase-education .confirmData h3.confirmHeader,
.modal-dialog .confirmData h3.confirmHeader {
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
}
/* line 668, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .confirmData h3.confirmHeader#confirmTeamName,
body.page-template-template-purchase-business .confirmData h3.confirmHeader#confirmTeamName,
body.page-template-template-purchase-education .confirmData h3.confirmHeader#confirmTeamName,
.modal-dialog .confirmData h3.confirmHeader#confirmTeamName {
  color: #00c0cc;
}
/* line 671, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .confirmData h3.confirmHeader#confirmTeamName + hr,
body.page-template-template-purchase-business .confirmData h3.confirmHeader#confirmTeamName + hr,
body.page-template-template-purchase-education .confirmData h3.confirmHeader#confirmTeamName + hr,
.modal-dialog .confirmData h3.confirmHeader#confirmTeamName + hr {
  margin-top: 35px;
}
/* line 678, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .confirmData hr + h3,
body.page-template-template-purchase-business .confirmData hr + h3,
body.page-template-template-purchase-education .confirmData hr + h3,
.modal-dialog .confirmData hr + h3 {
  margin-bottom: 28px;
}
/* line 683, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .confirmData .termsAndConditions label.checkbox-label,
body.page-template-template-purchase-business .confirmData .termsAndConditions label.checkbox-label,
body.page-template-template-purchase-education .confirmData .termsAndConditions label.checkbox-label,
.modal-dialog .confirmData .termsAndConditions label.checkbox-label {
  max-width: none;
}
/* line 688, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .confirmData .spinner,
body.page-template-template-purchase-business .confirmData .spinner,
body.page-template-template-purchase-education .confirmData .spinner,
.modal-dialog .confirmData .spinner {
  display: none;
}
/* line 41, ../sass/partials/_spinner.scss */
body.page-template-template-register .confirmData .spinner:before,
body.page-template-template-purchase-business .confirmData .spinner:before,
body.page-template-template-purchase-education .confirmData .spinner:before,
.modal-dialog .confirmData .spinner:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 71px;
  height: 71px;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../gif/spinner_1.gif");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}
/* line 695, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .confirmData.requestPending:after,
body.page-template-template-purchase-business .confirmData.requestPending:after,
body.page-template-template-purchase-education .confirmData.requestPending:after,
.modal-dialog .confirmData.requestPending:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
}
/* line 706, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .confirmData.requestPending .spinner,
body.page-template-template-purchase-business .confirmData.requestPending .spinner,
body.page-template-template-purchase-education .confirmData.requestPending .spinner,
.modal-dialog .confirmData.requestPending .spinner {
  display: block;
  z-index: 20;
  bottom: 150px;
}
/* line 720, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .confirmData dl, body.page-template-template-register .payment dl, body.page-template-template-register .purchase dl,
body.page-template-template-purchase-business .confirmData dl,
body.page-template-template-purchase-business .payment dl,
body.page-template-template-purchase-business .purchase dl,
body.page-template-template-purchase-education .confirmData dl,
body.page-template-template-purchase-education .payment dl,
body.page-template-template-purchase-education .purchase dl,
.modal-dialog .confirmData dl,
.modal-dialog .payment dl,
.modal-dialog .purchase dl {
  margin-bottom: 24px;
  overflow: auto;
  clear: both;
}
/* line 725, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .confirmData dl dt, body.page-template-template-register .confirmData dl dd, body.page-template-template-register .payment dl dt, body.page-template-template-register .payment dl dd, body.page-template-template-register .purchase dl dt, body.page-template-template-register .purchase dl dd,
body.page-template-template-purchase-business .confirmData dl dt,
body.page-template-template-purchase-business .confirmData dl dd,
body.page-template-template-purchase-business .payment dl dt,
body.page-template-template-purchase-business .payment dl dd,
body.page-template-template-purchase-business .purchase dl dt,
body.page-template-template-purchase-business .purchase dl dd,
body.page-template-template-purchase-education .confirmData dl dt,
body.page-template-template-purchase-education .confirmData dl dd,
body.page-template-template-purchase-education .payment dl dt,
body.page-template-template-purchase-education .payment dl dd,
body.page-template-template-purchase-education .purchase dl dt,
body.page-template-template-purchase-education .purchase dl dd,
.modal-dialog .confirmData dl dt,
.modal-dialog .confirmData dl dd,
.modal-dialog .payment dl dt,
.modal-dialog .payment dl dd,
.modal-dialog .purchase dl dt,
.modal-dialog .purchase dl dd {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 16px;
  line-height: 24px;
}
/* line 736, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .confirmData dl #confirmMail, body.page-template-template-register .payment dl #confirmMail, body.page-template-template-register .purchase dl #confirmMail,
body.page-template-template-purchase-business .confirmData dl #confirmMail,
body.page-template-template-purchase-business .payment dl #confirmMail,
body.page-template-template-purchase-business .purchase dl #confirmMail,
body.page-template-template-purchase-education .confirmData dl #confirmMail,
body.page-template-template-purchase-education .payment dl #confirmMail,
body.page-template-template-purchase-education .purchase dl #confirmMail,
.modal-dialog .confirmData dl #confirmMail,
.modal-dialog .payment dl #confirmMail,
.modal-dialog .purchase dl #confirmMail {
  line-height: 18px;
  padding: 3px 0;
  word-break: break-all;
}
/* line 742, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .confirmData dl dt, body.page-template-template-register .payment dl dt, body.page-template-template-register .purchase dl dt,
body.page-template-template-purchase-business .confirmData dl dt,
body.page-template-template-purchase-business .payment dl dt,
body.page-template-template-purchase-business .purchase dl dt,
body.page-template-template-purchase-education .confirmData dl dt,
body.page-template-template-purchase-education .payment dl dt,
body.page-template-template-purchase-education .purchase dl dt,
.modal-dialog .confirmData dl dt,
.modal-dialog .payment dl dt,
.modal-dialog .purchase dl dt {
  color: #a5a5a5;
  clear: left;
}
/* line 747, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .confirmData dl + hr, body.page-template-template-register .payment dl + hr, body.page-template-template-register .purchase dl + hr,
body.page-template-template-purchase-business .confirmData dl + hr,
body.page-template-template-purchase-business .payment dl + hr,
body.page-template-template-purchase-business .purchase dl + hr,
body.page-template-template-purchase-education .confirmData dl + hr,
body.page-template-template-purchase-education .payment dl + hr,
body.page-template-template-purchase-education .purchase dl + hr,
.modal-dialog .confirmData dl + hr,
.modal-dialog .payment dl + hr,
.modal-dialog .purchase dl + hr {
  margin-top: 34px;
}
/* line 1, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget {
  text-align: center;
  background: #fff;
  border-bottom-right-radius: 7px;
}
/* line 7, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget p,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget p,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget p,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
/* line 13, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget h4,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget h4,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget h4,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 18, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget h4 + p,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget h4 + p,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget h4 + p,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget h4 + p {
  margin-top: -2px;
}
/* line 23, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlan,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlan,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlan,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlan {
  border-bottom: 1px solid #4d4d4d;
}
/* line 25, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlan img,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlan img,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlan img,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlan img {
  display: inline-block;
}
/* line 29, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlan h3,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlan h3,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlan h3,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlan h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: -4px;
  margin-top: 4px;
}
/* line 37, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlan, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlan,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlan,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlan,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited {
  padding: 16px 0px 22px;
}
/* line 41, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlan img, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree img, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited img,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlan img,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree img,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited img,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlan img,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree img,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited img,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlan img,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree img,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited img {
  max-height: 70px;
  max-width: 100%;
}
/* line 47, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlan,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlan,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlan,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlan {
  padding-top: 0;
}
/* line 51, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited {
  display: none;
}
/* line 54, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree h3, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited h3,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree h3,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited h3,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree h3,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited h3,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree h3,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1.2;
}
/* line 61, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree .promo-text, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited .promo-text,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree .promo-text,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited .promo-text,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree .promo-text,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited .promo-text,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree .promo-text,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited .promo-text {
  max-width: 300px;
  margin: 0 auto 40px;
}
/* line 64, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree .promo-text p, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited .promo-text p,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree .promo-text p,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited .promo-text p,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree .promo-text p,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited .promo-text p,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree .promo-text p,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited .promo-text p {
  margin: 10px 0;
}
/* line 71, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .teamSize,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .teamSize,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .teamSize,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .teamSize {
  display: none;
  margin-bottom: -5px;
}
/* line 74, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .teamSize .value,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .teamSize .value,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .teamSize .value,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .teamSize .value {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
/* line 79, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .pricing-settings,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .pricing-settings,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .pricing-settings,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .pricing-settings {
  margin-top: 20px;
}
/* line 83, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .finalPrice,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .finalPrice,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .finalPrice,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .finalPrice {
  padding: 16px 0px 22px;
  border-bottom: 4px double #4d4d4d;
}
/* line 88, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .discountForm, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .paymentInfo,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .discountForm,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .paymentInfo,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .discountForm,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .paymentInfo,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .discountForm,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .paymentInfo {
  text-align: left;
  padding: 16px 0px 22px;
}
/* line 97, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .discountForm form .feedback p,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .discountForm form .feedback p,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .discountForm form .feedback p,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .discountForm form .feedback p {
  display: none;
  color: #fa5000;
  padding-bottom: 10px;
}
/* line 103, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .discountForm form .input,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .discountForm form .input,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .discountForm form .input,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .discountForm form .input {
  position: relative;
  float: left;
  width: 65%;
  padding-right: 5px;
}
/* line 108, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .discountForm form .input .inputError,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .discountForm form .input .inputError,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .discountForm form .input .inputError,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .discountForm form .input .inputError {
  right: 10px;
}
/* line 113, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .discountForm form .buttonWrapper,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .discountForm form .buttonWrapper,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .discountForm form .buttonWrapper,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .discountForm form .buttonWrapper {
  float: left;
  width: 35%;
  padding-left: 5px;
}
/* line 118, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .discountForm form .buttonWrapper button,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .discountForm form .buttonWrapper button,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .discountForm form .buttonWrapper button,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .discountForm form .buttonWrapper button {
  width: 100%;
  height: 40px;
  font-size: 20px;
  padding: 5px;
  margin-bottom: 0;
}
/* line 129, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .paymentInfo,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .paymentInfo,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .paymentInfo,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .paymentInfo {
  display: none;
}
/* line 133, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .discountInfo,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .discountInfo,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .discountInfo,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .discountInfo {
  display: none;
}
/* line 137, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .refundInfo, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .refundInfo,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .refundInfo,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .refundInfo,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo {
  display: none;
  margin-top: 3px;
}
/* line 143, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .priceNet, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .vat,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .priceNet,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .vat,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .priceNet,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .vat,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .priceNet,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .vat {
  display: none;
}
/* line 147, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .vat,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .vat,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .vat,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .vat {
  line-height: 16px;
}
/* line 149, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .vat .value,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .vat .value,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .vat .value,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .vat .value {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
/* line 160, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .vat .value:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .originalPrice:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .couponCodeValue:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .discountValue span:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .couponCodeValue span:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .refundValue:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .vat .value:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .originalPrice:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .couponCodeValue:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .discountValue span:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .couponCodeValue span:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .refundValue:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .vat .value:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .originalPrice:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .couponCodeValue:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .discountValue span:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .couponCodeValue span:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .refundValue:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .vat .value:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .originalPrice:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .couponCodeValue:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .discountValue span:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .couponCodeValue span:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .refundValue:before {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  margin-left: 1px;
  margin-right: 1px;
}
/* line 167, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .priceNet, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .priceGross, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .vat, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .discountValue,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .priceNet,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .priceGross,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .vat,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .discountValue,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .priceNet,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .priceGross,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .vat,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .discountValue,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .priceNet,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .priceGross,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .vat,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .discountValue {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 171, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .priceNet, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .priceGross,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .priceNet,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .priceGross,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .priceNet,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .priceGross,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .priceNet,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .priceGross {
  margin: 0;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
}
/* line 174, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .priceNet:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .priceGross:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .priceNet:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .priceGross:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .priceNet:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .priceGross:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .priceNet:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .priceGross:before {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  content: '';
  margin-right: 6px;
}
/* line 181, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .priceNet,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .priceNet,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .priceNet,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .priceNet {
  font-size: 36px;
  margin-bottom: 5px;
}
/* line 184, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .priceNet:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .priceNet:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .priceNet:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .priceNet:before {
  font-size: 26px;
}
/* line 189, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .priceGross,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .priceGross,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .priceGross,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .priceGross {
  font-size: 56px;
  line-height: 48px;
  margin-bottom: 8px;
  margin-top: 6px;
}
/* line 195, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .priceGross:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .priceGross:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .priceGross:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .priceGross:before {
  font-size: 38px;
}
/* line 199, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .priceGross.originalPrice,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .priceGross.originalPrice,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .priceGross.originalPrice,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .priceGross.originalPrice {
  font-size: 28px;
  line-height: normal;
  margin-top: 9px;
  margin-bottom: 4px;
}
/* line 205, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .priceGross.originalPrice:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .priceGross.originalPrice:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .priceGross.originalPrice:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .priceGross.originalPrice:before {
  font-size: 20px;
}
/* line 211, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .frequencySetting, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .vat-info,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .frequencySetting,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .vat-info,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .frequencySetting,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .vat-info,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .frequencySetting,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .vat-info {
  margin: 0;
}
/* line 216, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .frequencySetting,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .frequencySetting,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .frequencySetting,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .frequencySetting {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  display: none;
  margin-bottom: 5px;
}
/* line 223, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo .annual, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo .monthly,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo .annual,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo .monthly,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo .annual,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo .monthly,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo .annual,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo .monthly {
  display: none;
}
/* line 228, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo .originalPrice,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo .originalPrice,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo .originalPrice,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo .originalPrice {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
/* line 236, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .couponCodeValue span, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .refundInfo span, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo span,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .couponCodeValue span,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .refundInfo span,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo span,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .couponCodeValue span,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .refundInfo span,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo span,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .couponCodeValue span,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .refundInfo span,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo span {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
/* line 243, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .discountInfo .discountPercentage,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .discountInfo .discountPercentage,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .discountInfo .discountPercentage,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .discountInfo .discountPercentage {
  display: none;
}
/* line 245, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .discountInfo .discountPercentage span:after,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .discountInfo .discountPercentage span:after,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .discountInfo .discountPercentage span:after,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .discountInfo .discountPercentage span:after {
  content: "%";
}
/* line 252, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .discountInfo.PERCENTAGE .discountPercentage,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .discountInfo.PERCENTAGE .discountPercentage,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .discountInfo.PERCENTAGE .discountPercentage,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .discountInfo.PERCENTAGE .discountPercentage {
  display: inline;
}
/* line 257, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .discountInfo .discountValue,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .discountInfo .discountValue,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .discountInfo .discountValue,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .discountInfo .discountValue {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  margin-right: 5px;
  color: #fa5000;
}
/* line 265, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .discountInfo.PERCENTAGE:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .discountInfo.AMOUNT:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .discountInfo.PERCENTAGE:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .discountInfo.AMOUNT:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .discountInfo.PERCENTAGE:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .discountInfo.AMOUNT:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .discountInfo.PERCENTAGE:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .discountInfo.AMOUNT:before {
  content: "-";
  color: #fa5000;
  margin-right: 3px;
}
/* line 276, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo {
  color: #a5a5a5;
  margin-bottom: 10px;
}
/* line 279, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .originalPriceInfo:before {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
/* line 284, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo {
  display: none;
  position: relative;
  margin-bottom: -3px;
}
/* line 288, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove {
  position: absolute;
  top: 6px;
  right: 0;
  height: auto;
  padding: 0;
  color: white;
  font-size: 10px;
}
/* line 298, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo .remove:before {
  background-color: #a5a5a5;
  border-radius: 50%;
  padding: 2px;
}
/* line 307, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: -10px;
}
/* line 314, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl dt, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl dd,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl dt,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl dd,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl dt,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl dd,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl dt,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl dd {
  display: block;
  width: 50%;
  float: left;
  padding-bottom: 4px;
}
/* line 321, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl dd,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl dd,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl dd,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .couponCodeInfo dl dd {
  text-align: right;
}
/* line 333, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .priceNet:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .priceGross:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .vat .value:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .originalPrice:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .discountValue:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .priceNet:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .priceGross:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .vat .value:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .originalPrice:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .discountValue:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .priceNet:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .priceGross:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .vat .value:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .originalPrice:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .discountValue:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .priceNet:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .priceGross:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .vat .value:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .originalPrice:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.currency-EUR .discountValue:before {
  content: "\20AC";
  margin-right: 2px;
}
/* line 346, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.currency-USD .priceNet:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.currency-USD .priceGross:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.currency-USD .vat .value:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.currency-USD .originalPrice:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.currency-USD .discountValue:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.currency-USD .priceNet:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.currency-USD .priceGross:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.currency-USD .vat .value:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.currency-USD .originalPrice:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.currency-USD .discountValue:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.currency-USD .priceNet:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.currency-USD .priceGross:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.currency-USD .vat .value:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.currency-USD .originalPrice:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.currency-USD .discountValue:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.currency-USD .priceNet:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.currency-USD .priceGross:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.currency-USD .vat .value:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.currency-USD .originalPrice:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.currency-USD .discountValue:before {
  content: "\24";
  margin-right: 2px;
}
/* line 353, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .refundInfo, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .refundInfo,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .refundInfo,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .refundInfo,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo {
  padding: 16px 0px 22px;
}
/* line 357, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .refundInfo .refundValue, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo .refundValue,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .refundInfo .refundValue,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo .refundValue,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .refundInfo .refundValue,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo .refundValue,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .refundInfo .refundValue,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo .refundValue {
  color: #fa5000;
}
/* line 363, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .refundInfo.currency-USD .refundValue:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo.currency-USD .refundValue:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .refundInfo.currency-USD .refundValue:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo.currency-USD .refundValue:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .refundInfo.currency-USD .refundValue:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo.currency-USD .refundValue:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .refundInfo.currency-USD .refundValue:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo.currency-USD .refundValue:before {
  content: "\24";
  margin-right: 2px;
}
/* line 372, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .refundInfo.currency-EUR .refundValue:before, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo.currency-EUR .refundValue:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .refundInfo.currency-EUR .refundValue:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo.currency-EUR .refundValue:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .refundInfo.currency-EUR .refundValue:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo.currency-EUR .refundValue:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .refundInfo.currency-EUR .refundValue:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .downgradeInfo.currency-EUR .refundValue:before {
  content: "\20AC";
  margin-right: 2px;
}
/* line 381, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.frequency-MONTHLY .frequencySetting.monthly,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.frequency-MONTHLY .frequencySetting.monthly,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.frequency-MONTHLY .frequencySetting.monthly,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.frequency-MONTHLY .frequencySetting.monthly {
  display: block;
}
/* line 385, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.frequency-MONTHLY .originalPriceInfo .monthly,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.frequency-MONTHLY .originalPriceInfo .monthly,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.frequency-MONTHLY .originalPriceInfo .monthly,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.frequency-MONTHLY .originalPriceInfo .monthly {
  display: inline-block;
}
/* line 391, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.frequency-ANNUAL .frequencySetting.annual,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.frequency-ANNUAL .frequencySetting.annual,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.frequency-ANNUAL .frequencySetting.annual,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.frequency-ANNUAL .frequencySetting.annual {
  display: block;
}
/* line 395, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.frequency-ANNUAL .originalPriceInfo .annual,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.frequency-ANNUAL .originalPriceInfo .annual,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.frequency-ANNUAL .originalPriceInfo .annual,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.frequency-ANNUAL .originalPriceInfo .annual {
  display: inline-block;
}
/* line 401, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isMulti .teamSize,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isMulti .teamSize,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isMulti .teamSize,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isMulti .teamSize {
  display: block;
}
/* line 408, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isFree .selectedPlan, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isFree .finalPrice, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isFree .discountForm, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isFree .paymentInfo, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isInvited .selectedPlan, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isInvited .finalPrice, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isInvited .discountForm, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isInvited .paymentInfo,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isFree .selectedPlan,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isFree .finalPrice,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isFree .discountForm,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isFree .paymentInfo,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isInvited .selectedPlan,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isInvited .finalPrice,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isInvited .discountForm,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isInvited .paymentInfo,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isFree .selectedPlan,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isFree .finalPrice,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isFree .discountForm,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isFree .paymentInfo,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isInvited .selectedPlan,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isInvited .finalPrice,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isInvited .discountForm,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isInvited .paymentInfo,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isFree .selectedPlan,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isFree .finalPrice,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isFree .discountForm,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isFree .paymentInfo,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isInvited .selectedPlan,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isInvited .finalPrice,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isInvited .discountForm,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isInvited .paymentInfo {
  display: none;
}
/* line 417, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isFree .selectedPlanFree,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isFree .selectedPlanFree,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isFree .selectedPlanFree,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isFree .selectedPlanFree {
  display: block;
}
/* line 423, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isInvited .selectedPlanInvited,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isInvited .selectedPlanInvited,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isInvited .selectedPlanInvited,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isInvited .selectedPlanInvited {
  display: block;
}
/* line 432, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable.vatRatable .teamSize, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable.vatRatable .pricing-settings,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable.vatRatable .teamSize,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable.vatRatable .pricing-settings,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable.vatRatable .teamSize,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable.vatRatable .pricing-settings,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable.vatRatable .teamSize,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable.vatRatable .pricing-settings {
  margin-bottom: 3px;
}
/* line 436, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable.vatRatable .priceNet, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable.vatRatable .vat,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable.vatRatable .priceNet,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable.vatRatable .vat,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable.vatRatable .priceNet,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable.vatRatable .vat,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable.vatRatable .priceNet,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable.vatRatable .vat {
  display: block;
}
/* line 441, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable .frequencySetting,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable .frequencySetting,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable .frequencySetting,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable .frequencySetting {
  margin-bottom: 0;
}
/* line 445, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable .vat-info,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable .vat-info,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable .vat-info,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.vatInfoAvailable .vat-info {
  display: none;
}
/* line 450, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .originalPrice, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .reverseCharges,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .originalPrice,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .reverseCharges,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .originalPrice,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .reverseCharges,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .originalPrice,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget .reverseCharges {
  display: none;
}
/* line 456, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.showDiscount .discountInfo,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.showDiscount .discountInfo,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.showDiscount .discountInfo,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.showDiscount .discountInfo {
  display: block;
}
/* line 460, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.showDiscount .hideOnDiscount,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.showDiscount .hideOnDiscount,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.showDiscount .hideOnDiscount,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.showDiscount .hideOnDiscount {
  display: none;
}
/* line 465, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.showDiscount.vatInfoAvailable .originalPriceInfo,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.showDiscount.vatInfoAvailable .originalPriceInfo,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.showDiscount.vatInfoAvailable .originalPriceInfo,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.showDiscount.vatInfoAvailable .originalPriceInfo {
  margin-top: 6px;
  margin-bottom: -3px;
}
/* line 471, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.showDiscount .originalPrice,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.showDiscount .originalPrice,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.showDiscount .originalPrice,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.showDiscount .originalPrice {
  display: inline-block;
}
/* line 477, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.showReverseCharges .reverseCharges,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.showReverseCharges .reverseCharges,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.showReverseCharges .reverseCharges,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.showReverseCharges .reverseCharges {
  display: block;
}
/* line 483, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.showRefund .refundInfo,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.showRefund .refundInfo,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.showRefund .refundInfo,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.showRefund .refundInfo {
  display: block;
}
/* line 489, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.showDowngrade .downgradeInfo,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.showDowngrade .downgradeInfo,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.showDowngrade .downgradeInfo,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.showDowngrade .downgradeInfo {
  display: block;
}
/* line 41, ../sass/partials/_spinner.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isBlocked:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isBlocked:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isBlocked:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isBlocked:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 71px;
  height: 71px;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../gif/spinner_1.gif");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}
/* line 496, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isBlocked:before,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isBlocked:before,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isBlocked:before,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isBlocked:before {
  z-index: 20;
}
/* line 499, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isBlocked:after,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isBlocked:after,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isBlocked:after,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isBlocked:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
}
/* line 510, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isBlocked .priceNet, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isBlocked .priceGross, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isBlocked .vat, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isBlocked .discountValue,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isBlocked .priceNet,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isBlocked .priceGross,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isBlocked .vat,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isBlocked .discountValue,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isBlocked .priceNet,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isBlocked .priceGross,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isBlocked .vat,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isBlocked .discountValue,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isBlocked .priceNet,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isBlocked .priceGross,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isBlocked .vat,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isBlocked .discountValue {
  opacity: 0;
}
/* line 514, ../sass/wordpress/modules/_pricingWidget.scss */
body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isBlocked *,
body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isBlocked *,
body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isBlocked *,
.modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isBlocked * {
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  /* line 1, ../sass/wordpress/modules/_pricingWidget.scss */
  body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget,
  body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget,
  body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget,
  .modal-dialog .subscriptionPlanInfo .priceCalculationWidget {
    -moz-transition: margin 0.3s;
    -o-transition: margin 0.3s;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
    position: fixed;
    margin-top: 0;
    border-left: 2px solid #ededed;
  }
  /* line 525, ../sass/wordpress/modules/_pricingWidget.scss */
  body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .innerWrapper,
  body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .innerWrapper,
  body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .innerWrapper,
  .modal-dialog .subscriptionPlanInfo .priceCalculationWidget .innerWrapper {
    padding-left: 20px;
    padding-right: 10px;
  }
  /* line 535, ../sass/wordpress/modules/_pricingWidget.scss */
  body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlan img, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree img, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited img,
  body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlan img,
  body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree img,
  body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited img,
  body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlan img,
  body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree img,
  body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited img,
  .modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlan img,
  .modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlanFree img,
  .modal-dialog .subscriptionPlanInfo .priceCalculationWidget .selectedPlanInvited img {
    max-height: 77px;
    max-width: 100%;
  }
  /* line 542, ../sass/wordpress/modules/_pricingWidget.scss */
  body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .pricing-settings,
  body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .pricing-settings,
  body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .pricing-settings,
  .modal-dialog .subscriptionPlanInfo .priceCalculationWidget .pricing-settings {
    display: none;
  }
  /* line 547, ../sass/wordpress/modules/_pricingWidget.scss */
  body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .isFree, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .isInvited,
  body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .isFree,
  body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .isInvited,
  body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .isFree,
  body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .isInvited,
  .modal-dialog .subscriptionPlanInfo .priceCalculationWidget .isFree,
  .modal-dialog .subscriptionPlanInfo .priceCalculationWidget .isInvited {
    display: block;
  }
}
/* line 757, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .submitContainer,
body.page-template-template-purchase-business .submitContainer,
body.page-template-template-purchase-education .submitContainer,
.modal-dialog .submitContainer {
  text-align: center;
  padding: 30px 0 100px;
}
/* line 761, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .submitContainer p,
body.page-template-template-purchase-business .submitContainer p,
body.page-template-template-purchase-education .submitContainer p,
.modal-dialog .submitContainer p {
  padding: 0;
}
/* line 765, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .submitContainer label,
body.page-template-template-purchase-business .submitContainer label,
body.page-template-template-purchase-education .submitContainer label,
.modal-dialog .submitContainer label {
  display: none;
  line-height: 1.4em;
  width: auto;
}
/* line 90, ../sass/partials/_buttons.scss */
body.page-template-template-register .submitContainer label, body.page-template-template-register .submitContainer label:focus,
body.page-template-template-purchase-business .submitContainer label,
body.page-template-template-purchase-business .submitContainer label:focus,
body.page-template-template-purchase-education .submitContainer label,
body.page-template-template-purchase-education .submitContainer label:focus,
.modal-dialog .submitContainer label,
.modal-dialog .submitContainer label:focus {
  background-color: #ff9900;
  border-color: #ff9900;
  color: white;
}
/* line 97, ../sass/partials/_buttons.scss */
body.page-template-template-register .submitContainer label:hover, body.page-template-template-register .submitContainer label:active, body.page-template-template-register .submitContainer label:active:hover, body.page-template-template-register .submitContainer label:active:focus,
body.page-template-template-purchase-business .submitContainer label:hover,
body.page-template-template-purchase-business .submitContainer label:active,
body.page-template-template-purchase-business .submitContainer label:active:hover,
body.page-template-template-purchase-business .submitContainer label:active:focus,
body.page-template-template-purchase-education .submitContainer label:hover,
body.page-template-template-purchase-education .submitContainer label:active,
body.page-template-template-purchase-education .submitContainer label:active:hover,
body.page-template-template-purchase-education .submitContainer label:active:focus,
.modal-dialog .submitContainer label:hover,
.modal-dialog .submitContainer label:active,
.modal-dialog .submitContainer label:active:hover,
.modal-dialog .submitContainer label:active:focus {
  background-color: #ffba00;
  border-color: #ffba00;
  color: white;
}
/* line 774, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .submitContainer #backToPayment, body.page-template-template-register .submitContainer #backToPricing,
body.page-template-template-purchase-business .submitContainer #backToPayment,
body.page-template-template-purchase-business .submitContainer #backToPricing,
body.page-template-template-purchase-education .submitContainer #backToPayment,
body.page-template-template-purchase-education .submitContainer #backToPricing,
.modal-dialog .submitContainer #backToPayment,
.modal-dialog .submitContainer #backToPricing {
  background-color: transparent;
  color: #a5a5a5;
  display: none;
}
/* line 780, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .submitContainer #backToPayment:before, body.page-template-template-register .submitContainer #backToPricing:before,
body.page-template-template-purchase-business .submitContainer #backToPayment:before,
body.page-template-template-purchase-business .submitContainer #backToPricing:before,
body.page-template-template-purchase-education .submitContainer #backToPayment:before,
body.page-template-template-purchase-education .submitContainer #backToPricing:before,
.modal-dialog .submitContainer #backToPayment:before,
.modal-dialog .submitContainer #backToPricing:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  z-index: 0;
  color: #a5a5a5;
  font-size: 18px;
}
/* line 791, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .submitContainer #backToPayment[disabled], body.page-template-template-register .submitContainer #backToPricing[disabled],
body.page-template-template-purchase-business .submitContainer #backToPayment[disabled],
body.page-template-template-purchase-business .submitContainer #backToPricing[disabled],
body.page-template-template-purchase-education .submitContainer #backToPayment[disabled],
body.page-template-template-purchase-education .submitContainer #backToPricing[disabled],
.modal-dialog .submitContainer #backToPayment[disabled],
.modal-dialog .submitContainer #backToPricing[disabled] {
  background-color: transparent !important;
  color: #a5a5a5;
  opacity: 0.7;
  border-color: transparent !important;
}
/* line 800, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .toggleButtons,
body.page-template-template-purchase-business .toggleButtons,
body.page-template-template-purchase-education .toggleButtons,
.modal-dialog .toggleButtons {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 2px solid #ededed;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  background: #f7f7f7;
}
/* line 505, ../sass/partials/_buttons.scss */
body.page-template-template-register .toggleButtons:before,
body.page-template-template-purchase-business .toggleButtons:before,
body.page-template-template-purchase-education .toggleButtons:before,
.modal-dialog .toggleButtons:before {
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #fff;
}
/* line 516, ../sass/partials/_buttons.scss */
body.page-template-template-register .toggleButtons button, body.page-template-template-register .toggleButtons .switch-label > span,
body.page-template-template-purchase-business .toggleButtons button,
body.page-template-template-purchase-business .toggleButtons .switch-label > span,
body.page-template-template-purchase-education .toggleButtons button,
body.page-template-template-purchase-education .toggleButtons .switch-label > span,
.modal-dialog .toggleButtons button,
.modal-dialog .toggleButtons .switch-label > span {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  float: left;
  height: 100%;
  min-height: 40px;
  width: 50%;
  margin: 0;
  padding: 0;
  border: 2px solid #fff !important;
  border-width: 2px 0 2px 0 !important;
}
/* line 533, ../sass/partials/_buttons.scss */
body.page-template-template-register .toggleButtons button:focus, body.page-template-template-register .toggleButtons .switch-label > span:focus,
body.page-template-template-purchase-business .toggleButtons button:focus,
body.page-template-template-purchase-business .toggleButtons .switch-label > span:focus,
body.page-template-template-purchase-education .toggleButtons button:focus,
body.page-template-template-purchase-education .toggleButtons .switch-label > span:focus,
.modal-dialog .toggleButtons button:focus,
.modal-dialog .toggleButtons .switch-label > span:focus {
  color: #a5a5a5 !important;
}
/* line 537, ../sass/partials/_buttons.scss */
body.page-template-template-register .toggleButtons button:hover, body.page-template-template-register .toggleButtons div[choice-tile] .choiceTile button, div[choice-tile] .choiceTile body.page-template-template-register .toggleButtons button, body.page-template-template-register .toggleButtons button:active, body.page-template-template-register .toggleButtons .switch-label > span:hover, body.page-template-template-register .toggleButtons .switch-label > span:active,
body.page-template-template-purchase-business .toggleButtons button:hover,
body.page-template-template-purchase-business .toggleButtons div[choice-tile] .choiceTile button,
div[choice-tile] .choiceTile body.page-template-template-purchase-business .toggleButtons button,
body.page-template-template-purchase-business .toggleButtons button:active,
body.page-template-template-purchase-business .toggleButtons .switch-label > span:hover,
body.page-template-template-purchase-business .toggleButtons .switch-label > span:active,
body.page-template-template-purchase-education .toggleButtons button:hover,
body.page-template-template-purchase-education .toggleButtons div[choice-tile] .choiceTile button,
div[choice-tile] .choiceTile body.page-template-template-purchase-education .toggleButtons button,
body.page-template-template-purchase-education .toggleButtons button:active,
body.page-template-template-purchase-education .toggleButtons .switch-label > span:hover,
body.page-template-template-purchase-education .toggleButtons .switch-label > span:active,
.modal-dialog .toggleButtons button:hover,
.modal-dialog .toggleButtons div[choice-tile] .choiceTile button,
div[choice-tile] .choiceTile .modal-dialog .toggleButtons button,
.modal-dialog .toggleButtons button:active,
.modal-dialog .toggleButtons .switch-label > span:hover,
.modal-dialog .toggleButtons .switch-label > span:active {
  color: #4d4d4d !important;
}
/* line 542, ../sass/partials/_buttons.scss */
body.page-template-template-register .toggleButtons button:first-child, body.page-template-template-register .toggleButtons .switch-label > span:first-child,
body.page-template-template-purchase-business .toggleButtons button:first-child,
body.page-template-template-purchase-business .toggleButtons .switch-label > span:first-child,
body.page-template-template-purchase-education .toggleButtons button:first-child,
body.page-template-template-purchase-education .toggleButtons .switch-label > span:first-child,
.modal-dialog .toggleButtons button:first-child,
.modal-dialog .toggleButtons .switch-label > span:first-child {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
  border-left-width: 2px !important;
}
/* line 548, ../sass/partials/_buttons.scss */
body.page-template-template-register .toggleButtons button:last-child, body.page-template-template-register .toggleButtons .switch-label > span:last-child,
body.page-template-template-purchase-business .toggleButtons button:last-child,
body.page-template-template-purchase-business .toggleButtons .switch-label > span:last-child,
body.page-template-template-purchase-education .toggleButtons button:last-child,
body.page-template-template-purchase-education .toggleButtons .switch-label > span:last-child,
.modal-dialog .toggleButtons button:last-child,
.modal-dialog .toggleButtons .switch-label > span:last-child {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
  border-right-width: 2px !important;
}
/* line 559, ../sass/partials/_buttons.scss */
body.page-template-template-register .toggleButtons.on:before,
body.page-template-template-purchase-business .toggleButtons.on:before,
body.page-template-template-purchase-education .toggleButtons.on:before,
.modal-dialog .toggleButtons.on:before {
  left: 0%;
}
/* line 565, ../sass/partials/_buttons.scss */
body.page-template-template-register .toggleButtons.on button.on, body.page-template-template-register .toggleButtons.on button.on:before,
body.page-template-template-purchase-business .toggleButtons.on button.on,
body.page-template-template-purchase-business .toggleButtons.on button.on:before,
body.page-template-template-purchase-education .toggleButtons.on button.on,
body.page-template-template-purchase-education .toggleButtons.on button.on:before,
.modal-dialog .toggleButtons.on button.on,
.modal-dialog .toggleButtons.on button.on:before {
  color: #00c0cc !important;
  cursor: default;
}
/* line 559, ../sass/partials/_buttons.scss */
body.page-template-template-register .toggleButtons.off:before,
body.page-template-template-purchase-business .toggleButtons.off:before,
body.page-template-template-purchase-education .toggleButtons.off:before,
.modal-dialog .toggleButtons.off:before {
  left: 50%;
}
/* line 565, ../sass/partials/_buttons.scss */
body.page-template-template-register .toggleButtons.off button.off, body.page-template-template-register .toggleButtons.off button.off:before,
body.page-template-template-purchase-business .toggleButtons.off button.off,
body.page-template-template-purchase-business .toggleButtons.off button.off:before,
body.page-template-template-purchase-education .toggleButtons.off button.off,
body.page-template-template-purchase-education .toggleButtons.off button.off:before,
.modal-dialog .toggleButtons.off button.off,
.modal-dialog .toggleButtons.off button.off:before {
  color: #00c0cc !important;
  cursor: default;
}
/* line 808, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .toggleButtons button,
body.page-template-template-purchase-business .toggleButtons button,
body.page-template-template-purchase-education .toggleButtons button,
.modal-dialog .toggleButtons button {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  /* line 808, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .toggleButtons button,
  body.page-template-template-purchase-business .toggleButtons button,
  body.page-template-template-purchase-education .toggleButtons button,
  .modal-dialog .toggleButtons button {
    font-size: 16px;
  }
}
/* line 815, ../sass/wordpress/modules/_loginRegister.scss */
body.page-template-template-register .toggleButtons.on .on, body.page-template-template-register .toggleButtons.off .off,
body.page-template-template-purchase-business .toggleButtons.on .on,
body.page-template-template-purchase-business .toggleButtons.off .off,
body.page-template-template-purchase-education .toggleButtons.on .on,
body.page-template-template-purchase-education .toggleButtons.off .off,
.modal-dialog .toggleButtons.on .on,
.modal-dialog .toggleButtons.off .off {
  color: #00c0cc;
}
@media screen and (max-width: 991px) {
  /* line 822, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget,
  body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget,
  body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget,
  .modal-dialog .subscriptionPlanInfo .priceCalculationWidget {
    margin-top: 0 !important;
    width: 100% !important;
  }
  /* line 826, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .subscriptionPlanInfo .priceCalculationContainer,
  body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationContainer,
  body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationContainer,
  .modal-dialog .subscriptionPlanInfo .priceCalculationContainer {
    height: auto !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 838, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .subscriptionPlanInfo .discount form .input,
  body.page-template-template-purchase-business .subscriptionPlanInfo .discount form .input,
  body.page-template-template-purchase-education .subscriptionPlanInfo .discount form .input,
  .modal-dialog .subscriptionPlanInfo .discount form .input {
    width: 80%;
  }
  /* line 841, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .subscriptionPlanInfo .discount form .buttonWrapper,
  body.page-template-template-purchase-business .subscriptionPlanInfo .discount form .buttonWrapper,
  body.page-template-template-purchase-education .subscriptionPlanInfo .discount form .buttonWrapper,
  .modal-dialog .subscriptionPlanInfo .discount form .buttonWrapper {
    width: 20%;
  }
}
@media screen and (min-width: 992px) {
  /* line 850, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .formDataContainer,
  body.page-template-template-purchase-business .formDataContainer,
  body.page-template-template-purchase-education .formDataContainer,
  .modal-dialog .formDataContainer {
    padding-left: 10px;
    padding-bottom: 10px;
    border: 0;
  }
  /* line 855, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .formDataContainer .pricing-settings,
  body.page-template-template-purchase-business .formDataContainer .pricing-settings,
  body.page-template-template-purchase-education .formDataContainer .pricing-settings,
  .modal-dialog .formDataContainer .pricing-settings {
    display: block;
  }
  /* line 860, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .subscriptionPlanInfo,
  body.page-template-template-purchase-business .subscriptionPlanInfo,
  body.page-template-template-purchase-education .subscriptionPlanInfo,
  .modal-dialog .subscriptionPlanInfo {
    padding-left: 32px;
  }
  /* line 862, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .subscriptionPlanInfo .priceCalculationContainer,
  body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationContainer,
  body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationContainer,
  .modal-dialog .subscriptionPlanInfo .priceCalculationContainer {
    position: absolute;
    width: 100%;
    left: -2px;
    clip: rect(0, auto, auto, 0);
  }
  /* line 872, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .payment .mandatoryHint, body.page-template-template-register .purchase .mandatoryHint,
  body.page-template-template-purchase-business .payment .mandatoryHint,
  body.page-template-template-purchase-business .purchase .mandatoryHint,
  body.page-template-template-purchase-education .payment .mandatoryHint,
  body.page-template-template-purchase-education .purchase .mandatoryHint,
  .modal-dialog .payment .mandatoryHint,
  .modal-dialog .purchase .mandatoryHint {
    margin-left: 22px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 878, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .formDataContainer,
  body.page-template-template-purchase-business .formDataContainer,
  body.page-template-template-purchase-education .formDataContainer,
  .modal-dialog .formDataContainer {
    padding-right: 40px;
  }
  /* line 881, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .subscriptionPlanInfo,
  body.page-template-template-purchase-business .subscriptionPlanInfo,
  body.page-template-template-purchase-education .subscriptionPlanInfo,
  .modal-dialog .subscriptionPlanInfo {
    padding-left: 40px;
  }
  /* line 884, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .innerWrapper,
  body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .innerWrapper,
  body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .innerWrapper,
  .modal-dialog .subscriptionPlanInfo .priceCalculationWidget .innerWrapper {
    padding-left: 40px;
  }
  /* line 890, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isInvited .innerWrapper, body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget.isFree .innerWrapper,
  body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isInvited .innerWrapper,
  body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget.isFree .innerWrapper,
  body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isInvited .innerWrapper,
  body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget.isFree .innerWrapper,
  .modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isInvited .innerWrapper,
  .modal-dialog .subscriptionPlanInfo .priceCalculationWidget.isFree .innerWrapper {
    padding-left: 10px;
  }
  /* line 899, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .payment .mandatoryHint, body.page-template-template-register .purchase .mandatoryHint,
  body.page-template-template-purchase-business .payment .mandatoryHint,
  body.page-template-template-purchase-business .purchase .mandatoryHint,
  body.page-template-template-purchase-education .payment .mandatoryHint,
  body.page-template-template-purchase-education .purchase .mandatoryHint,
  .modal-dialog .payment .mandatoryHint,
  .modal-dialog .purchase .mandatoryHint {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 905, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .formDataContainer,
  body.page-template-template-purchase-business .formDataContainer,
  body.page-template-template-purchase-education .formDataContainer,
  .modal-dialog .formDataContainer {
    padding-right: 90px;
  }
  /* line 908, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .subscriptionPlanInfo,
  body.page-template-template-purchase-business .subscriptionPlanInfo,
  body.page-template-template-purchase-education .subscriptionPlanInfo,
  .modal-dialog .subscriptionPlanInfo {
    padding-left: 90px;
  }
  /* line 910, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .subscriptionPlanInfo .priceCalculationWidget .innerWrapper,
  body.page-template-template-purchase-business .subscriptionPlanInfo .priceCalculationWidget .innerWrapper,
  body.page-template-template-purchase-education .subscriptionPlanInfo .priceCalculationWidget .innerWrapper,
  .modal-dialog .subscriptionPlanInfo .priceCalculationWidget .innerWrapper {
    padding-left: 90px;
  }
  /* line 917, ../sass/wordpress/modules/_loginRegister.scss */
  body.page-template-template-register .payment .mandatoryHint, body.page-template-template-register .purchase .mandatoryHint,
  body.page-template-template-purchase-business .payment .mandatoryHint,
  body.page-template-template-purchase-business .purchase .mandatoryHint,
  body.page-template-template-purchase-education .payment .mandatoryHint,
  body.page-template-template-purchase-education .purchase .mandatoryHint,
  .modal-dialog .payment .mandatoryHint,
  .modal-dialog .purchase .mandatoryHint {
    margin-left: 80px;
  }
}

/* line 927, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .modal-body.myss-modal.slug-login, .modal-dialog .modal-body.myss-modal.slug-sign-up {
  padding: 40px 60px !important;
  text-align: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
/* line 935, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .modal-body.myss-modal.slug-login p, .modal-dialog .modal-body.myss-modal.slug-sign-up p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
/* line 938, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .modal-body.myss-modal.slug-login p.hr, .modal-dialog .modal-body.myss-modal.slug-sign-up p.hr {
  color: #a5a5a5;
  margin: 12px 0;
  padding: 0;
}
/* line 945, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .modal-body.myss-modal.slug-login h3, .modal-dialog .modal-body.myss-modal.slug-sign-up h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2;
  min-height: 0;
  padding: 0;
  border-bottom: 0;
  text-align: center;
}
/* line 956, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .modal-body.myss-modal.slug-login h3.paidSignUp, .modal-dialog .modal-body.myss-modal.slug-sign-up h3.paidSignUp {
  display: none;
}
/* line 962, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .modal-body.myss-modal.slug-login.isPaidSignup h3.freeSignUp, .modal-dialog .modal-body.myss-modal.slug-sign-up.isPaidSignup h3.freeSignUp {
  display: none;
}
/* line 966, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .modal-body.myss-modal.slug-login.isPaidSignup h3.paidSignUp, .modal-dialog .modal-body.myss-modal.slug-sign-up.isPaidSignup h3.paidSignUp {
  display: block;
}
/* line 973, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .modal-body.myss-modal.slug-login #googleSignInButton > div,
.modal-dialog .modal-body.myss-modal.slug-login #googleSignInButtonLogin > div, .modal-dialog .modal-body.myss-modal.slug-sign-up #googleSignInButton > div,
.modal-dialog .modal-body.myss-modal.slug-sign-up #googleSignInButtonLogin > div {
  border-radius: 5px;
  box-shadow: none !important;
}
@media screen and (max-width: 992px) {
  /* line 971, ../sass/wordpress/modules/_loginRegister.scss */
  .modal-dialog .modal-body.myss-modal.slug-login #googleSignInButton,
  .modal-dialog .modal-body.myss-modal.slug-login #googleSignInButtonLogin, .modal-dialog .modal-body.myss-modal.slug-sign-up #googleSignInButton,
  .modal-dialog .modal-body.myss-modal.slug-sign-up #googleSignInButtonLogin {
    width: 100% !important;
  }
}
/* line 982, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .modal-body.myss-modal.slug-login #googleSignInButton .abcRioButtonIcon,
.modal-dialog .modal-body.myss-modal.slug-login #googleSignInButtonLogin .abcRioButtonIcon, .modal-dialog .modal-body.myss-modal.slug-sign-up #googleSignInButton .abcRioButtonIcon,
.modal-dialog .modal-body.myss-modal.slug-sign-up #googleSignInButtonLogin .abcRioButtonIcon {
  border-radius: 2px !important;
}
/* line 986, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .modal-body.myss-modal.slug-login #googleSignInButton .abcRioButtonContents,
.modal-dialog .modal-body.myss-modal.slug-login #googleSignInButtonLogin .abcRioButtonContents, .modal-dialog .modal-body.myss-modal.slug-sign-up #googleSignInButton .abcRioButtonContents,
.modal-dialog .modal-body.myss-modal.slug-sign-up #googleSignInButtonLogin .abcRioButtonContents {
  color: #fff;
}
/* line 991, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .modal-body.myss-modal.slug-login #googleSignInButton.disabled > div,
.modal-dialog .modal-body.myss-modal.slug-login #googleSignInButtonLogin.disabled > div, .modal-dialog .modal-body.myss-modal.slug-sign-up #googleSignInButton.disabled > div,
.modal-dialog .modal-body.myss-modal.slug-sign-up #googleSignInButtonLogin.disabled > div {
  background-color: #a5a5a5;
}
/* line 997, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .modal-body.myss-modal.slug-login button, .modal-dialog .modal-body.myss-modal.slug-sign-up button {
  width: 100%;
}
/* line 999, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .modal-body.myss-modal.slug-login button.close, .modal-dialog .modal-body.myss-modal.slug-sign-up button.close {
  width: 40px;
}
/* line 1003, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .modal-body.myss-modal.slug-login button.submit, .modal-dialog .modal-body.myss-modal.slug-sign-up button.submit {
  margin-top: 20px;
  margin-bottom: 25px;
}
/* line 1011, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .btn-social {
  height: 40px;
  font-size: 18px;
  height: 40px;
  border: 0;
  color: #fff;
  width: 100%;
  text-align: left;
  padding-top: 10px;
  padding-left: 80px;
}
/* line 1027, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .btn-social:before {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-top: 4px;
  margin-left: -35px;
  line-height: 35px;
  vertical-align: -5px;
  cursor: pointer;
}
/* line 1040, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .btn-social:after {
  cursor: default;
}
/* line 1044, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .btn-social:active, .modal-dialog .btn-social:focus, .modal-dialog .btn-social:hover {
  color: #fff;
}
/* line 1050, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .btn-social.btn-facebook {
  background-color: #3b5999 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  font-weight: normal;
}
/* line 1057, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .btn-social.btn-facebook:hover {
  background-color: rgba(59, 89, 153, 0.9) !important;
}
/* line 1062, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .btn-social.btn-google {
  background-color: #4285F4 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 14px !important;
  font-weight: normal;
}
/* line 1068, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .btn-social.btn-google:hover {
  background-color: rgba(66, 133, 244, 0.9) !important;
}
/* line 1073, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .btn-social[disabled] {
  background-color: #a5a5a5 !important;
  pointer-events: none;
}
/* line 1080, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .resetPassword,
.modal-dialog .resetPasswordFeedback,
.modal-dialog .login {
  max-height: 0;
  overflow: hidden;
}
/* line 1087, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .resetPassword.active,
.modal-dialog .resetPasswordFeedback.active,
.modal-dialog .login.active {
  max-height: 100%;
  overflow: visible;
}
/* line 1092, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .resetPassword .input-wrapper,
.modal-dialog .resetPasswordFeedback .input-wrapper,
.modal-dialog .login .input-wrapper {
  height: auto;
  position: relative;
}
/* line 1097, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .resetPassword .checkbox-label.rememberMe,
.modal-dialog .resetPasswordFeedback .checkbox-label.rememberMe,
.modal-dialog .login .checkbox-label.rememberMe {
  margin-top: 10px;
  height: 30px;
  line-height: 1.5em;
  padding-left: 39px;
}
/* line 1103, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .resetPassword .checkbox-label.rememberMe .switch-label,
.modal-dialog .resetPasswordFeedback .checkbox-label.rememberMe .switch-label,
.modal-dialog .login .checkbox-label.rememberMe .switch-label {
  width: 30px;
  height: 30px;
}
/* line 1108, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .resetPassword .checkbox-label.rememberMe .switch-label span:before,
.modal-dialog .resetPasswordFeedback .checkbox-label.rememberMe .switch-label span:before,
.modal-dialog .login .checkbox-label.rememberMe .switch-label span:before {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  line-height: 1.5em;
}
/* line 1118, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .resetPassword .reset-content,
.modal-dialog .resetPasswordFeedback .reset-content,
.modal-dialog .login .reset-content {
  margin-bottom: 10px;
}
/* line 1122, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .resetPassword .feedback,
.modal-dialog .resetPasswordFeedback .feedback,
.modal-dialog .login .feedback {
  text-align: center;
}
/* line 1124, ../sass/wordpress/modules/_loginRegister.scss */
.modal-dialog .resetPassword .feedback > div,
.modal-dialog .resetPasswordFeedback .feedback > div,
.modal-dialog .login .feedback > div {
  margin: 10px 0;
}

/* line 1, ../sass/wordpress/modules/_footer.scss */
footer {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  height: auto;
  text-align: left;
  font-size: 18px;
  min-width: 0;
  padding-bottom: 50px;
  margin-top: 0;
}
/* line 11, ../sass/wordpress/modules/_footer.scss */
footer ul li {
  margin: 0;
}
/* line 17, ../sass/wordpress/modules/_footer.scss */
footer ul.menu {
  display: block;
}
/* line 19, ../sass/wordpress/modules/_footer.scss */
footer ul.menu li {
  display: block;
}
/* line 22, ../sass/wordpress/modules/_footer.scss */
footer ul.menu li.menu-item-type-taxonomy > a, footer ul.menu li.menu-item-object-category > a {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  pointer-events: none;
  color: #a5a5a5;
}
/* line 32, ../sass/wordpress/modules/_footer.scss */
footer .menu-footer ul.menu {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 35, ../sass/wordpress/modules/_footer.scss */
footer .menu-footer ul.menu > li {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  float: left;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}
/* line 44, ../sass/wordpress/modules/_footer.scss */
footer .menu-footer ul.menu > li ul.sub-menu {
  display: block;
}
/* line 46, ../sass/wordpress/modules/_footer.scss */
footer .menu-footer ul.menu > li ul.sub-menu li {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* line 57, ../sass/wordpress/modules/_footer.scss */
footer .menu-footer-legal {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 62, ../sass/wordpress/modules/_footer.scss */
footer .menu-footer-legal li {
  float: left;
  padding-right: 20px;
}
/* line 65, ../sass/wordpress/modules/_footer.scss */
footer .menu-footer-legal li:last-child {
  padding-right: 0;
}
/* line 71, ../sass/wordpress/modules/_footer.scss */
footer .textwidget {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
}
/* line 78, ../sass/wordpress/modules/_footer.scss */
footer .textwidget li {
  width: 22px;
  height: 22px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  margin-left: 5px;
  margin-right: 10px;
}
/* line 88, ../sass/wordpress/modules/_footer.scss */
footer .textwidget li:first-child {
  margin-left: 0;
}
/* line 91, ../sass/wordpress/modules/_footer.scss */
footer .textwidget li:last-child {
  margin-right: 0;
}
/* line 94, ../sass/wordpress/modules/_footer.scss */
footer .textwidget li a {
  color: #4d4d4d;
}
/* line 97, ../sass/wordpress/modules/_footer.scss */
footer .textwidget li i {
  vertical-align: 3px;
}
/* line 100, ../sass/wordpress/modules/_footer.scss */
footer .textwidget li .fa-facebook {
  margin-left: 2px;
  margin-top: 6px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  /* line 108, ../sass/wordpress/modules/_footer.scss */
  footer .textwidget li {
    width: 30px;
    height: 30px;
    line-height: 35px;
  }
}
@media screen and (min-width: 992px) {
  /* line 71, ../sass/wordpress/modules/_footer.scss */
  footer .textwidget {
    margin: 0;
    margin-top: 10px;
  }
  /* line 117, ../sass/wordpress/modules/_footer.scss */
  footer .textwidget ul {
    float: right;
  }
}
/* line 123, ../sass/wordpress/modules/_footer.scss */
footer .copyright {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 134, ../sass/wordpress/modules/_footer.scss */
footer .language-switcher li {
  padding: 0 10px;
  border-right: 2px solid #fff;
  line-height: 1;
}
/* line 141, ../sass/wordpress/modules/_footer.scss */
footer .language-switcher li a.isActive {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  pointer-events: none;
}
/* line 146, ../sass/wordpress/modules/_footer.scss */
footer .language-switcher li a.isMissing {
  pointer-events: none;
  color: #ededed;
}
/* line 152, ../sass/wordpress/modules/_footer.scss */
footer .language-switcher li:first-child {
  padding-left: 0;
}
/* line 156, ../sass/wordpress/modules/_footer.scss */
footer .language-switcher li:last-child {
  border-right: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  /* line 164, ../sass/wordpress/modules/_footer.scss */
  footer .menu-footer {
    width: 80%;
    margin-left: 15%;
  }
  /* line 168, ../sass/wordpress/modules/_footer.scss */
  footer .textwidget {
    text-align: center;
    clear: left;
  }
  /* line 172, ../sass/wordpress/modules/_footer.scss */
  footer .textwidget li i {
    vertical-align: -1px;
  }
  /* line 177, ../sass/wordpress/modules/_footer.scss */
  footer .bottom-row {
    text-align: center;
    margin-top: 0;
  }
  /* line 182, ../sass/wordpress/modules/_footer.scss */
  footer .menu-legal {
    margin-top: 10px;
    margin-bottom: -10px;
  }
  /* line 187, ../sass/wordpress/modules/_footer.scss */
  footer .menu-legal .menu-footer-legal {
    text-align: center;
  }
  /* line 189, ../sass/wordpress/modules/_footer.scss */
  footer .menu-legal .menu-footer-legal ul {
    display: inline-block;
  }
  /* line 195, ../sass/wordpress/modules/_footer.scss */
  footer .copyright {
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 500px) {
  /* line 202, ../sass/wordpress/modules/_footer.scss */
  footer .menu-footer {
    width: 100%;
    margin-left: 0;
    padding: 0 10px;
  }
  /* line 207, ../sass/wordpress/modules/_footer.scss */
  footer .copyright {
    border-left: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 1, ../sass/wordpress/modules/_footer.scss */
  footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  /* line 219, ../sass/wordpress/modules/_footer.scss */
  footer .menu-footer {
    width: 66.666%;
    float: left;
  }
  /* line 224, ../sass/wordpress/modules/_footer.scss */
  footer .menu-legal {
    position: relative;
    float: left;
    width: 25%;
    padding-top: 52px;
  }
  /* line 229, ../sass/wordpress/modules/_footer.scss */
  footer .menu-legal li {
    float: none;
  }
  /* line 231, ../sass/wordpress/modules/_footer.scss */
  footer .menu-legal li a {
    color: #fff;
  }
  /* line 233, ../sass/wordpress/modules/_footer.scss */
  footer .menu-legal li a:hover {
    color: #2fcbda;
  }
  /* line 239, ../sass/wordpress/modules/_footer.scss */
  footer .text-footer {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  /* line 245, ../sass/wordpress/modules/_footer.scss */
  footer .bottom-row {
    clear: left;
  }
}
@media screen and (min-width: 992px) {
  /* line 251, ../sass/wordpress/modules/_footer.scss */
  footer .menu-footer {
    width: 50%;
  }
  /* line 254, ../sass/wordpress/modules/_footer.scss */
  footer .text-footer {
    width: 25%;
    float: left;
    text-align: right;
    padding-top: 0;
  }
  /* line 260, ../sass/wordpress/modules/_footer.scss */
  footer .bottom-row {
    margin-top: 10px;
  }
}

/* line 1, ../sass/wordpress/modules/_stage.scss */
.stage {
  position: relative;
  z-index: 20;
}
/* line 5, ../sass/wordpress/modules/_stage.scss */
.stage .mr-player-container {
  position: relative;
  z-index: 2;
  margin-top: 12%;
  margin-right: -30%;
}
/* line 10, ../sass/wordpress/modules/_stage.scss */
.stage .mr-player-container img {
  max-width: 130%;
}
@media screen and (min-width: 1200px) {
  /* line 5, ../sass/wordpress/modules/_stage.scss */
  .stage .mr-player-container {
    margin-right: 0;
    margin-top: 10%;
  }
  /* line 17, ../sass/wordpress/modules/_stage.scss */
  .stage .mr-player-container img {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* line 24, ../sass/wordpress/modules/_stage.scss */
  .stage .hover-container {
    left: 0;
  }
  /* line 26, ../sass/wordpress/modules/_stage.scss */
  .stage .hover-container .image-wrapper {
    left: 10%;
  }
}
/* line 32, ../sass/wordpress/modules/_stage.scss */
.stage.visual {
  padding: 0;
  background-color: #fff;
  text-align: center;
}
/* line 37, ../sass/wordpress/modules/_stage.scss */
.stage.visual .stage-content {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 22px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 40px;
  color: #4d4d4d;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  /* line 37, ../sass/wordpress/modules/_stage.scss */
  .stage.visual .stage-content {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 480px) {
  /* line 37, ../sass/wordpress/modules/_stage.scss */
  .stage.visual .stage-content {
    max-width: none;
    font-size: 11px;
  }
}
/* line 60, ../sass/wordpress/modules/_stage.scss */
.stage.visual .imgStoerer {
  position: absolute;
  left: 0;
  top: -10%;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  /* line 60, ../sass/wordpress/modules/_stage.scss */
  .stage.visual .imgStoerer {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    position: absolute;
    left: -30px;
    top: -50px;
  }
}
@media screen and (max-width: 768px) {
  /* line 60, ../sass/wordpress/modules/_stage.scss */
  .stage.visual .imgStoerer {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: absolute;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  /* line 60, ../sass/wordpress/modules/_stage.scss */
  .stage.visual .imgStoerer {
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    position: absolute;
    width: auto;
    height: auto;
    left: -40px;
  }
}
/* line 92, ../sass/wordpress/modules/_stage.scss */
.stage.visual .wistia-tile .image-wrapper {
  background-color: transparent;
  border: 0;
  padding-bottom: 0;
  display: inline-block;
  float: right;
  width: auto;
  overflow: visible;
}
/* line 101, ../sass/wordpress/modules/_stage.scss */
.stage.visual .wistia-tile .image-wrapper:after, .stage.visual .wistia-tile .image-wrapper:before {
  display: none;
}
/* line 107, ../sass/wordpress/modules/_stage.scss */
.stage.visual .stage-footer {
  padding-top: 10px;
  padding-bottom: 60px;
}
/* line 114, ../sass/wordpress/modules/_stage.scss */
.stage.visual .stage-footer .row > div:first-child, .stage.visual .stage-footer .choices > div:first-child {
  text-align: right;
}
@media screen and (max-width: 767px) {
  /* line 113, ../sass/wordpress/modules/_stage.scss */
  .stage.visual .stage-footer .row > div, .stage.visual .stage-footer .choices > div {
    text-align: center;
  }
  /* line 119, ../sass/wordpress/modules/_stage.scss */
  .stage.visual .stage-footer .row > div:first-child, .stage.visual .stage-footer .choices > div:first-child {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 113, ../sass/wordpress/modules/_stage.scss */
  .stage.visual .stage-footer .row > div, .stage.visual .stage-footer .choices > div {
    float: none;
    width: 100%;
  }
}
/* line 131, ../sass/wordpress/modules/_stage.scss */
.stage.visual .stage-footer button {
  margin-bottom: 0;
  margin-right: 10px;
  position: relative;
}
/* line 135, ../sass/wordpress/modules/_stage.scss */
.stage.visual .stage-footer button.play {
  padding-left: 48px;
}
/* line 140, ../sass/wordpress/modules/_stage.scss */
.stage.visual .stage-footer.invert {
  background-color: #fff;
  color: #ff9900;
}
/* line 144, ../sass/wordpress/modules/_stage.scss */
.stage.visual .stage-footer:last-child {
  margin-right: 0;
}
/* line 149, ../sass/wordpress/modules/_stage.scss */
.stage.visual h1,
.stage.visual h2.mainhead {
  color: #00c0cc;
  margin-top: 22px;
}
@media screen and (min-width: 992px) {
  /* line 1, ../sass/wordpress/modules/_stage.scss */
  .stage {
    padding-top: 25px;
  }
}

/* line 1, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider {
  margin-top: 30px;
}
/* line 4, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .bubble-slide-spacer {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 26.4%;
  width: 1px;
  margin-left: -1px;
  height: 0;
}
/* line 15, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .bubble-slide {
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-top: 8.3333%;
  margin-bottom: 8.3333%;
}
/* line 19, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .bubble-slide > span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding-bottom: 80%;
  margin: 0 10%;
  background-color: #f7f7f7;
  border: 2px solid #ededed;
  display: block;
  position: relative;
}
/* line 28, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .bubble-slide > span > span {
  -moz-transition: font-size 0.5s 0.2s;
  -o-transition: font-size 0.5s 0.2s;
  -webkit-transition: font-size 0.5s;
  -webkit-transition-delay: 0.2s;
  transition: font-size 0.5s 0.2s;
  font-size: 18px;
}
/* line 34, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .bubble-slide.active {
  width: 33.3333%;
  margin-top: 0;
  margin-bottom: 0;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 39, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .bubble-slide.active > span {
  background-color: #00c0cc;
}
/* line 41, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .bubble-slide.active > span > span {
  color: #fff;
  font-size: 45px;
}
@media screen and (min-width: 481px) {
  /* line 48, ../sass/wordpress/modules/_zoomSlider.scss */
  .zoom-slider .bubble-slide > span > span {
    font-size: 30px;
  }
  /* line 52, ../sass/wordpress/modules/_zoomSlider.scss */
  .zoom-slider .bubble-slide.active > span > span {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) {
  /* line 59, ../sass/wordpress/modules/_zoomSlider.scss */
  .zoom-slider .bubble-slide > span > span {
    font-size: 50px;
  }
  /* line 63, ../sass/wordpress/modules/_zoomSlider.scss */
  .zoom-slider .bubble-slide.active > span > span {
    font-size: 90px;
  }
}
@media screen and (min-width: 992px) {
  /* line 69, ../sass/wordpress/modules/_zoomSlider.scss */
  .zoom-slider .bubble-slide > span > span {
    font-size: 60px;
  }
  /* line 73, ../sass/wordpress/modules/_zoomSlider.scss */
  .zoom-slider .bubble-slide.active > span > span {
    font-size: 120px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 79, ../sass/wordpress/modules/_zoomSlider.scss */
  .zoom-slider .bubble-slide > span > span {
    font-size: 80px;
  }
  /* line 83, ../sass/wordpress/modules/_zoomSlider.scss */
  .zoom-slider .bubble-slide.active > span > span {
    font-size: 150px;
  }
}
/* line 89, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .slider-text-container {
  clear: both;
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
}
/* line 95, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .slider-text-container, .zoom-slider .slider-text-container p {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
}
/* line 99, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .slider-text-container p {
  margin: 0;
}
/* line 102, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .slider-text-container .slide-text {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* line 107, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .slider-text-container .slide-text.active {
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  width: 100%;
  height: 45px;
  opacity: 1;
  margin-bottom: 30px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  /* line 107, ../sass/wordpress/modules/_zoomSlider.scss */
  .zoom-slider .slider-text-container .slide-text.active {
    height: 25px;
    margin-bottom: 20px;
  }
}
/* line 121, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .slider-indicator {
  display: block;
  margin: auto;
  text-align: center;
}
/* line 125, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .slider-indicator li {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 4px !important;
  padding: 0 !important;
  line-height: 1 !important;
}
/* line 134, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .slider-indicator li:before {
  display: none !important;
}
/* line 137, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .slider-indicator li button {
  position: absolute;
  border: 2px solid #4d4d4d !important;
  background-color: transparent;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  text-indent: 200%;
  color: transparent;
  padding: 0;
}
/* line 149, ../sass/wordpress/modules/_zoomSlider.scss */
.zoom-slider .slider-indicator li.active button {
  background-color: #4d4d4d;
}

/* line 1, ../sass/wordpress/modules/_videoPlayer.scss */
#prev-link,
#next-link {
  position: absolute;
  height: auto;
  width: auto;
  top: 50%;
  z-index: 100;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
/* line 11, ../sass/wordpress/modules/_videoPlayer.scss */
#prev-link .preview,
#next-link .preview {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  position: absolute;
  display: block;
  width: 200px;
  bottom: 40px;
  background-color: #4d4d4d;
  margin-bottom: 5px;
  opacity: 0;
}
/* line 24, ../sass/wordpress/modules/_videoPlayer.scss */
#prev-link .preview span,
#next-link .preview span {
  display: block;
}
/* line 26, ../sass/wordpress/modules/_videoPlayer.scss */
#prev-link .preview span.img,
#next-link .preview span.img {
  margin-left: 3px;
  margin-right: 3px;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 110px;
  line-height: 110px;
  position: relative;
}
/* line 35, ../sass/wordpress/modules/_videoPlayer.scss */
#prev-link .preview span.img img,
#next-link .preview span.img img {
  max-height: 100px;
  max-width: 196px;
}
/* line 41, ../sass/wordpress/modules/_videoPlayer.scss */
#prev-link .preview span.title,
#next-link .preview span.title {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  background-color: #ededed;
  color: #4d4d4d;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}
/* line 62, ../sass/wordpress/modules/_videoPlayer.scss */
#prev-link .preview:after,
#next-link .preview:after {
  content: "";
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #4d4d4d;
  width: 0;
  height: 0;
}
/* line 73, ../sass/wordpress/modules/_videoPlayer.scss */
#prev-link .nav-arrow,
#next-link .nav-arrow {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  color: #a5a5a5;
}
/* line 82, ../sass/wordpress/modules/_videoPlayer.scss */
#prev-link .nav-arrow:before,
#next-link .nav-arrow:before {
  color: #a5a5a5;
  position: absolute;
  margin-top: -2px;
}
/* line 93, ../sass/wordpress/modules/_videoPlayer.scss */
#prev-link:hover .preview,
#next-link:hover .preview {
  opacity: 1;
  bottom: 50px;
}

/* line 100, ../sass/wordpress/modules/_videoPlayer.scss */
#prev-link {
  left: 10px;
}
/* line 102, ../sass/wordpress/modules/_videoPlayer.scss */
#prev-link .preview {
  left: 275%;
  margin-left: -10px;
}
/* line 105, ../sass/wordpress/modules/_videoPlayer.scss */
#prev-link .preview:after {
  left: 0;
  margin-left: 20px;
}
/* line 111, ../sass/wordpress/modules/_videoPlayer.scss */
#prev-link .nav-arrow:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 0;
}

/* line 117, ../sass/wordpress/modules/_videoPlayer.scss */
#next-link {
  right: 10px;
}
/* line 119, ../sass/wordpress/modules/_videoPlayer.scss */
#next-link .preview {
  left: -175%;
  margin-left: 10px;
}
/* line 122, ../sass/wordpress/modules/_videoPlayer.scss */
#next-link .preview:after {
  left: 100%;
  margin-left: -20px;
}
/* line 128, ../sass/wordpress/modules/_videoPlayer.scss */
#next-link .nav-arrow:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 0;
}

/* line 135, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  width: 80%;
  max-width: 734px;
  margin: auto;
  background-color: #fff;
  border: 2px solid #ededed;
}
/* line 32, ../sass/partials/utilities/_aspectRatio.scss */
.videoPlayerContainer:before {
  padding-top: 56.25%;
}
/* line 145, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .wistia_embed, .videoPlayerContainer video, .videoPlayerContainer .video-js {
  width: 100%;
  height: 100%;
}
/* line 151, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .wistia_embed.wistia_async_undefined, .videoPlayerContainer video.wistia_async_undefined, .videoPlayerContainer .video-js.wistia_async_undefined {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  height: auto;
  bottom: auto;
  right: auto;
  background-color: #ededed;
  padding: 10px;
}
/* line 164, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .wistia_embed {
  z-index: 1;
}
/* line 168, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer video {
  background-color: #fff;
}
/* line 172, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js {
  position: absolute;
  background-color: #fff;
  overflow: hidden;
}
/* line 176, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-tech {
  top: 2px;
}
/* line 180, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-poster {
  background-color: #fff;
}
/* line 184, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-big-play-button {
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
  border-radius: 50%;
  background: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 70px;
  opacity: 0.7;
}
/* line 195, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-big-play-button:before {
  color: #00c0cc;
}
/* line 200, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-loading-spinner {
  border: 0;
}
/* line 41, ../sass/partials/_spinner.scss */
.videoPlayerContainer .video-js .vjs-loading-spinner:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../gif/spinner_1.gif");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}
/* line 203, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-loading-spinner:before {
  -moz-animation: unset;
  -webkit-animation: unset;
  animation: unset;
}
/* line 208, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-control-bar {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.7);
  color: #a5a5a5;
  bottom: -42px;
}
/* line 217, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-control-bar button:hover:before, .videoPlayerContainer .video-js .vjs-control-bar div[choice-tile] .choiceTile button:before, div[choice-tile] .choiceTile .videoPlayerContainer .video-js .vjs-control-bar button:before, .videoPlayerContainer .video-js .vjs-control-bar .vjs-button:hover:before {
  color: #00c0cc;
}
/* line 224, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-control-bar button.vjs-play-control:before, .videoPlayerContainer .video-js .vjs-control-bar .vjs-button.vjs-play-control:before {
  margin-top: -1px;
}
/* line 238, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-control-bar .vjs-current-time, .videoPlayerContainer .video-js .vjs-control-bar .vjs-remaining-time {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
/* line 248, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-control-bar .vjs-volume-menu-button .vjs-menu .vjs-slider {
  top: -1px;
}
/* line 252, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-control-bar .vjs-volume-menu-button .vjs-menu .vjs-volume-level {
  background-color: #00c0cc;
  height: 100%;
  border-radius: 2px;
}
/* line 256, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-control-bar .vjs-volume-menu-button .vjs-menu .vjs-volume-level:before {
  font-size: 14px;
}
/* line 263, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-control-bar .vjs-slider {
  background-color: #ededed;
  height: 5px;
  border-radius: 2px;
}
/* line 268, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-control-bar .vjs-slider .vjs-load-progress {
  background-color: #ededed;
  overflow: hidden;
  border-radius: 2px;
}
/* line 273, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-control-bar .vjs-slider .vjs-load-progress div {
  background-color: #a5a5a5;
  overflow: hidden;
  border-radius: 2px;
}
/* line 280, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-control-bar .vjs-slider .vjs-play-progress {
  background: #2fcbda;
  border-radius: 2px;
}
/* line 283, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-control-bar .vjs-slider .vjs-play-progress:before {
  color: #00c0cc;
  font-size: 15px;
}
/* line 287, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js .vjs-control-bar .vjs-slider .vjs-play-progress:after {
  display: none;
}
/* line 295, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js.vjs-paused .vjs-control-bar {
  bottom: -2px;
}
/* line 301, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js:hover .vjs-control-bar {
  bottom: -2px;
}
/* line 304, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js:hover .vjs-big-play-button {
  width: 98px;
  height: 98px;
  line-height: 98px;
  font-size: 80px;
  opacity: 1;
  background-color: #fff;
}
/* line 305, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer .video-js:hover .vjs-big-play-button:before {
  color: #00c0cc;
}
/* line 318, ../sass/wordpress/modules/_videoPlayer.scss */
.videoPlayerContainer + h3 {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  position: relative;
  max-width: 960px;
  text-align: center;
  margin: 20px auto 0;
  min-height: 50px;
}

@media screen and (max-width: 767px) {
  /* line 334, ../sass/wordpress/modules/_videoPlayer.scss */
  #prev-link .preview,
  #next-link .preview {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  /* line 340, ../sass/wordpress/modules/_videoPlayer.scss */
  #prev-link {
    left: 50%;
    margin-left: -485px;
  }

  /* line 344, ../sass/wordpress/modules/_videoPlayer.scss */
  #next-link {
    right: 50%;
    margin-right: -485px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 350, ../sass/wordpress/modules/_videoPlayer.scss */
  #prev-link {
    margin-left: -585px;
  }
  /* line 352, ../sass/wordpress/modules/_videoPlayer.scss */
  #prev-link .preview {
    left: 50%;
    margin-left: 0;
  }
  /* line 355, ../sass/wordpress/modules/_videoPlayer.scss */
  #prev-link .preview:after {
    left: 50%;
    margin-left: 0;
  }

  /* line 361, ../sass/wordpress/modules/_videoPlayer.scss */
  #next-link {
    margin-right: -585px;
  }
  /* line 363, ../sass/wordpress/modules/_videoPlayer.scss */
  #next-link .preview {
    left: 50%;
    margin-left: 0;
  }
  /* line 366, ../sass/wordpress/modules/_videoPlayer.scss */
  #next-link .preview:after {
    left: 50%;
    margin-left: 0;
  }
}
/* line 374, ../sass/wordpress/modules/_videoPlayer.scss */
.video-tile-wrapper {
  width: 100%;
}

/* line 164, ../sass/wordpress/modules/_wistaTile.scss */
.wistia-tile {
  cursor: pointer;
  border: none;
}
/* line 5, ../sass/wordpress/modules/_wistaTile.scss */
.wistia-tile .content-wrapper {
  position: relative;
  padding-bottom: 66.666%;
  padding-bottom: calc(56.33% + 62px);
}
/* line 10, ../sass/wordpress/modules/_wistaTile.scss */
.wistia-tile .content-wrapper .image-wrapper {
  position: absolute;
  opacity: 0.7;
}
/* line 13, ../sass/wordpress/modules/_wistaTile.scss */
.wistia-tile .content-wrapper .image-wrapper:before, .wistia-tile .content-wrapper .image-wrapper span:before, .wistia-tile .content-wrapper .image-wrapper {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  /* line 5, ../sass/wordpress/modules/_wistaTile.scss */
  .wistia-tile .content-wrapper {
    padding-bottom: 91.666%;
    padding-bottom: calc(56.33% + 40px);
  }
}
/* line 22, ../sass/wordpress/modules/_wistaTile.scss */
.wistia-tile .content-wrapper:hover .image-wrapper {
  opacity: 0.7;
}
/* line 24, ../sass/wordpress/modules/_wistaTile.scss */
.wistia-tile .content-wrapper:hover .image-wrapper:before, .wistia-tile .content-wrapper:hover .image-wrapper span:before, .wistia-tile .content-wrapper:hover .image-wrapper {
  opacity: 1;
}
/* line 31, ../sass/wordpress/modules/_wistaTile.scss */
.wistia-tile .image-wrapper {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 2px solid #ededed;
  background-color: #fff;
  padding-bottom: 56.25%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  opacity: 1;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 43, ../sass/wordpress/modules/_wistaTile.scss */
.wistia-tile .image-wrapper:before, .wistia-tile .image-wrapper span:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: opacity 0s 0.6;
  -o-transition: opacity 0s 0.6;
  -webkit-transition: opacity 0s 0.6;
  transition: opacity 0s 0.6;
  opacity: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  text-align: center;
  background-color: #fff;
  color: #2fcbda;
  border: 4px solid #2fcbda;
  z-index: 2;
  text-indent: 8px;
  box-sizing: content-box;
}
/* line 66, ../sass/wordpress/modules/_wistaTile.scss */
.wistia-tile .image-wrapper span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
/* line 75, ../sass/wordpress/modules/_wistaTile.scss */
.wistia-tile .image-wrapper span:before {
  content: "";
  border-width: 6px;
  border-color: #fff;
  z-index: 1;
}
/* line 82, ../sass/wordpress/modules/_wistaTile.scss */
.wistia-tile .image-wrapper img {
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  /* line 88, ../sass/wordpress/modules/_wistaTile.scss */
  .wistia-tile .image-wrapper:before, .wistia-tile .image-wrapper span:before {
    width: 50px;
    line-height: 50px;
    height: 50px;
    font-size: 30px;
    border-width: 3px;
    text-indent: 6px;
  }
  /* line 96, ../sass/wordpress/modules/_wistaTile.scss */
  .wistia-tile .image-wrapper span:before {
    border-width: 5px;
  }
}
@media screen and (max-width: 480px) {
  /* line 102, ../sass/wordpress/modules/_wistaTile.scss */
  .wistia-tile .image-wrapper:before, .wistia-tile .image-wrapper span:before {
    width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 20px;
    border-width: 2px;
    text-indent: 4px;
  }
  /* line 110, ../sass/wordpress/modules/_wistaTile.scss */
  .wistia-tile .image-wrapper span:before {
    border-width: 4px;
  }
}
/* line 116, ../sass/wordpress/modules/_wistaTile.scss */
.wistia-tile .title {
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 15px 20px;
  background-color: #ededed;
  text-align: center;
  line-height: 1.3;
  z-index: 10;
  min-height: 60px;
  margin: 0;
}
/* line 133, ../sass/wordpress/modules/_wistaTile.scss */
.wistia-tile .title span {
  max-height: 30px;
}
@media screen and (max-width: 767px) {
  /* line 116, ../sass/wordpress/modules/_wistaTile.scss */
  .wistia-tile .title {
    margin-top: 5px;
    min-height: 40px;
  }
  /* line 141, ../sass/wordpress/modules/_wistaTile.scss */
  .wistia-tile .title span {
    max-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 116, ../sass/wordpress/modules/_wistaTile.scss */
  .wistia-tile .title {
    padding: 10px;
  }
}
/* line 150, ../sass/wordpress/modules/_wistaTile.scss */
.wistia-tile:nth-child(2n + 1) {
  clear: left;
}
@media screen and (min-width: 992px) {
  /* line 155, ../sass/wordpress/modules/_wistaTile.scss */
  .wistia-tile:nth-child(2n + 1) {
    clear: none;
  }
  /* line 158, ../sass/wordpress/modules/_wistaTile.scss */
  .wistia-tile:nth-child(3n + 1) {
    clear: left;
  }
}
/* line 167, ../sass/wordpress/modules/_wistaTile.scss */
.wistia-tile .wistia_embed {
  display: none;
}

/* line 172, ../sass/wordpress/modules/_wistaTile.scss */
#overlay .wistia-embed-wrapper {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  position: relative;
  top: 50%;
  width: 80%;
  max-width: 960px;
  margin: auto;
  background-color: rgba(77, 77, 77, 0.7);
}
/* line 32, ../sass/partials/utilities/_aspectRatio.scss */
#overlay .wistia-embed-wrapper:before {
  padding-top: 56.25%;
}
/* line 182, ../sass/wordpress/modules/_wistaTile.scss */
#overlay .wistia-embed-wrapper .close {
  -moz-box-shadow: 1px 1px 1px 1px rgba(77, 77, 77, 0.4);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(77, 77, 77, 0.4);
  box-shadow: 1px 1px 1px 1px rgba(77, 77, 77, 0.4);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -16px;
  left: 100%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background-color: #fff;
  color: #a5a5a5;
  opacity: 1;
  z-index: 20;
}
/* line 200, ../sass/wordpress/modules/_wistaTile.scss */
#overlay .wistia-embed-wrapper .wistia_embed {
  width: 100%;
  height: 100%;
  z-index: 10;
}
/* line 204, ../sass/wordpress/modules/_wistaTile.scss */
#overlay .wistia-embed-wrapper .wistia_embed.wistia_async_undefined {
  width: auto;
  height: auto;
  bottom: auto;
  right: auto;
  background-color: #ededed;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 221, ../sass/wordpress/modules/_wistaTile.scss */
body.touch .wistia-tile .image-wrapper:before {
  opacity: 1;
}

/* line 229, ../sass/wordpress/modules/_wistaTile.scss */
.custom_wistia_embed .wistia_embed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 2, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-bubble-slider {
  overflow: hidden;
    /*@media screen and (max-width: 767px) {
      margin: $gutter-half;
      & .quote {
        & > div {
          &:before {
            @include transform(translateX(-50%) rotate(63deg));
            right: auto;
            left: 75%;
            top: auto;
            bottom: -20px;

            border-top: 70px solid $color-grey-light;
            border-right: 50px solid transparent;
            border-left: 50px solid $color-grey-light;
          }
        }
      }
      & .meta {
        margin-top: 0;
        & img {
          float: right;
          max-width: 45%;
        }
        & > h4 {
          margin-top: $gutter-half;
        }
        & > p {
          margin-top: 0;
        }
        & > h4, & > p {
          width: 50%;
          float: left;
          padding-left: $gutter-half;
        }
      }
    }*/
}
/* line 4, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-bubble-slider .quote {
  margin-top: 3%;
  margin-right: 10%;
  margin-bottom: 3%;
  margin-left: 0%;
  max-width: 450px;
}
/* line 13, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-bubble-slider .quote > div {
  padding-bottom: 100%;
  background-color: #ededed;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
/* line 19, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-bubble-slider .quote > div:before {
  content: "";
  width: 0;
  height: 0;
  right: -50px;
  margin-top: -50px;
  border-left: 70px solid #ededed;
  border-bottom: 50px solid transparent;
}
/* line 31, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-bubble-slider .quote > div > div {
  width: 80%;
}
/* line 38, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-bubble-slider .meta {
  margin-top: 10%;
  margin-bottom: 20px;
}
/* line 42, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-bubble-slider .meta img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 45, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-bubble-slider .meta h4 {
  margin-top: 10px;
}
/* line 48, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-bubble-slider .meta p {
  margin-top: 0;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 200;
}
@media screen and (min-width: 992px) {
  /* line 57, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-bubble-slider .quote-container {
    margin-left: 16.6666%;
  }
  /* line 60, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-bubble-slider .meta {
    margin-top: 7%;
  }
}
@media screen and (max-width: 767px) {
  /* line 65, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-bubble-slider .quote > div:before {
    margin-top: -10px;
    right: -30px;
  }
}
/* line 109, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-column-slider {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
/* line 114, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-column-slider .meta {
  text-align: center;
}
/* line 117, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-column-slider .meta img {
  max-height: 130px;
  width: auto;
  margin: 0 auto 25px;
}
/* line 123, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-column-slider .meta h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  /* line 123, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider .meta h4 {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 480px) {
  /* line 123, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider .meta h4 {
    font-size: 12.6px;
  }
}
/* line 128, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-column-slider .meta p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  color: #a5a5a5;
  margin-top: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  /* line 128, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider .meta p {
    font-size: 11.2px;
  }
}
/* line 138, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-column-slider .quote {
  padding: 40px 0;
  position: relative;
}
/* line 142, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-column-slider .quote:before, .testimonial-footer .testimonial-column-slider .quote:after {
  background-image: url("../png/quotes.png");
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-position: center;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 154, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-column-slider .quote:before {
  top: 10px;
}
/* line 158, ../sass/wordpress/modules/_testimonialSlider.scss */
.testimonial-footer .testimonial-column-slider .quote:after {
  bottom: 10px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 992px) {
  /* line 109, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider {
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 169, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider .testimonial-slide {
    float: left;
    width: 33.333%;
    padding: 0 10px;
  }
  /* line 175, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider .testimonial-slide .meta img {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 110px;
    margin-top: 50px;
  }
  /* line 181, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider .testimonial-slide .meta p {
    min-height: 38px;
  }
  /* line 189, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider .testimonial-slide.slick-current + .slick-active .meta img {
    max-height: 160px;
    margin-top: 0;
  }
  /* line 197, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider button.slick-prev {
    margin-left: -15px;
  }
  /* line 201, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider button.slick-next {
    margin-right: -15px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 109, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 209, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider .testimonial-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 214, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider button.slick-prev {
    margin-left: -25px;
  }
  /* line 218, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider button.slick-next {
    margin-right: -25px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 109, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider {
    margin-left: -30px;
    margin-right: -30px;
  }
  /* line 227, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider .testimonial-slide {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 232, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider button.slick-prev {
    margin-left: -80px;
  }
  /* line 236, ../sass/wordpress/modules/_testimonialSlider.scss */
  .testimonial-footer .testimonial-column-slider button.slick-next {
    margin-right: -80px;
  }
}

/* line 1, ../sass/wordpress/modules/_hoverBox.scss */
.hover-box-wrapper {
  margin-bottom: 20px;
}
/* line 3, ../sass/wordpress/modules/_hoverBox.scss */
.hover-box-wrapper:last-child {
  margin-bottom: 0;
}
/* line 6, ../sass/wordpress/modules/_hoverBox.scss */
.hover-box-wrapper .hover-box {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: border-color 0.6s;
  -o-transition: border-color 0.6s;
  -webkit-transition: border-color 0.6s;
  transition: border-color 0.6s;
  position: relative;
  border: 2px solid #ededed;
  background-color: #fff;
  padding-bottom: 56.91%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
/* line 17, ../sass/wordpress/modules/_hoverBox.scss */
.hover-box-wrapper .hover-box .layer {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 50px;
}
/* line 26, ../sass/wordpress/modules/_hoverBox.scss */
.hover-box-wrapper .hover-box .layer .input {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  position: relative;
  z-index: 4;
  margin-top: 20px;
  text-align: left;
  line-height: 1.3;
}
/* line 38, ../sass/wordpress/modules/_hoverBox.scss */
.hover-box-wrapper .hover-box .layer h4 {
  font-family: 'simpleshow', sans-serif;
  position: relative;
  text-transform: uppercase;
  z-index: 4;
  line-height: 1.2;
}
/* line 48, ../sass/wordpress/modules/_hoverBox.scss */
.hover-box-wrapper .hover-box .layer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 60, ../sass/wordpress/modules/_hoverBox.scss */
.hover-box-wrapper .hover-box img {
  max-height: 62%;
  top: 60%;
  z-index: 0;
  opacity: 0.7;
}
/* line 68, ../sass/wordpress/modules/_hoverBox.scss */
.hover-box-wrapper .hover-box:hover, .hover-box-wrapper .hover-box.hover {
  border-color: #00c0cc;
}
/* line 71, ../sass/wordpress/modules/_hoverBox.scss */
.hover-box-wrapper .hover-box:hover .layer h4, .hover-box-wrapper .hover-box.hover .layer h4 {
  color: #00c0cc;
}
/* line 74, ../sass/wordpress/modules/_hoverBox.scss */
.hover-box-wrapper .hover-box:hover .layer .input, .hover-box-wrapper .hover-box.hover .layer .input {
  opacity: 1;
  max-height: none;
}
/* line 79, ../sass/wordpress/modules/_hoverBox.scss */
.hover-box-wrapper .hover-box:hover .layer:before, .hover-box-wrapper .hover-box.hover .layer:before {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  /* line 1, ../sass/wordpress/modules/_hoverBox.scss */
  .hover-box-wrapper {
    width: 65%;
    min-width: 270px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 92, ../sass/wordpress/modules/_hoverBox.scss */
  .hover-box-wrapper .hover-box .layer {
    padding-left: 25px;
    padding-right: 25px;
    overflow: scroll;
  }
  /* line 98, ../sass/wordpress/modules/_hoverBox.scss */
  .hover-box-wrapper .hover-box .layer .input {
    margin-top: 10px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 106, ../sass/wordpress/modules/_hoverBox.scss */
  .hover-box-wrapper .hover-box {
    padding-bottom: 62.91%;
  }
  /* line 108, ../sass/wordpress/modules/_hoverBox.scss */
  .hover-box-wrapper .hover-box .layer {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 114, ../sass/wordpress/modules/_hoverBox.scss */
  .hover-box-wrapper .hover-box .layer .input {
    margin-top: 10px;
  }
}

/* line 1, ../sass/wordpress/modules/_hoverBubble.scss */
.hover-bubble-wrapper {
  perspective: 1000px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 1, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper {
    margin-bottom: 40px;
  }
}
/* line 8, ../sass/wordpress/modules/_hoverBubble.scss */
.hover-bubble-wrapper .hover-bubble {
  position: relative;
  margin: auto;
  transition: 0.6s;
  transform-style: preserve-3d;
}
/* line 22, ../sass/wordpress/modules/_hoverBubble.scss */
.hover-bubble-wrapper h4 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: 0.02em;
}
/* line 28, ../sass/wordpress/modules/_hoverBubble.scss */
.hover-bubble-wrapper .position {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 200;
  margin-top: 4px;
}
/* line 33, ../sass/wordpress/modules/_hoverBubble.scss */
.hover-bubble-wrapper.person .position {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 51, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper .hover-bubble {
    padding-top: 50px;
  }
  /* line 53, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper .hover-bubble .front {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 30%;
    height: 0;
    padding-bottom: 30%;
    overflow: hidden;
    position: relative;
    margin-top: -40px;
  }
  /* line 63, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper .hover-bubble .back {
    text-align: left;
    width: 70%;
    padding-left: 20px;
    float: left;
  }
  /* line 70, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper .hover-bubble:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 76, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper h4, .hover-bubble-wrapper .position {
    position: absolute;
    top: 0;
    text-align: left;
    margin-left: 30%;
    padding-left: 15px;
    margin-top: 0;
  }
  /* line 85, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper .position {
    margin-top: 20px;
  }
  /* line 90, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper.person .hover-bubble {
    padding-top: 30px;
  }
  /* line 92, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper.person .hover-bubble .front {
    margin-top: -15px;
  }
}
@media screen and (min-width: 768px) {
  /* line 99, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper .hover-bubble {
    padding-bottom: 100%;
  }
  /* line 102, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper .hover-bubble .front, .hover-bubble-wrapper .hover-bubble .back {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ededed;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  /* line 115, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper .hover-bubble .front {
    z-index: 2;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  /* line 118, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper .hover-bubble .front img {
    max-width: 80%;
    max-height: 80%;
  }
  /* line 124, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper .hover-bubble .back {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  /* line 126, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper .hover-bubble .back .text {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 200;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1.6;
    width: 80%;
  }
  /* line 140, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper.person .hover-bubble .front img {
    max-width: none;
    max-height: none;
  }
  /* line 145, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper.person .hover-bubble .back {
    background-color: #a5a5a5;
    color: #fff;
  }
  /* line 153, ../sass/wordpress/modules/_hoverBubble.scss */
  .hover-bubble-wrapper:hover .hover-bubble {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

/* line 1, ../sass/wordpress/modules/_expandBox.scss */
.expand-container {
  position: relative;
}
/* line 5, ../sass/wordpress/modules/_expandBox.scss */
.expand-container .expand-box {
  -moz-transition: -moz-transform 0.3s 0.3s;
  -o-transition: -o-transform 0.3s 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition-delay: 0.3s;
  transition: transform 0.3s 0.3s;
  position: relative;
  float: none;
  margin: 30px 0;
  padding-left: 70px;
}
/* line 13, ../sass/wordpress/modules/_expandBox.scss */
.expand-container .expand-box .icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 24px;
  top: 0;
  left: 15px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #ededed;
  color: #a5a5a5;
}
/* line 29, ../sass/wordpress/modules/_expandBox.scss */
.expand-container .expand-box .expand-content {
  overflow: visible;
  margin-bottom: 50px;
}
/* line 34, ../sass/wordpress/modules/_expandBox.scss */
.expand-container .expand-box h4 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #a5a5a5;
}
/* line 41, ../sass/wordpress/modules/_expandBox.scss */
.expand-container .expand-box .input {
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  color: #a5a5a5;
}
/* line 53, ../sass/wordpress/modules/_expandBox.scss */
.expand-container .expand-box.expanded .icon, body.touch .expand-container .expand-box .icon, .expand-container .expand-box:hover .icon {
  background-color: #2fcbda;
  color: #fff;
  border-color: #2fcbda;
}
/* line 58, ../sass/wordpress/modules/_expandBox.scss */
.expand-container .expand-box.expanded h4, body.touch .expand-container .expand-box h4, .expand-container .expand-box:hover h4 {
  color: #4d4d4d;
}
/* line 61, ../sass/wordpress/modules/_expandBox.scss */
.expand-container .expand-box.expanded .input, body.touch .expand-container .expand-box .input, .expand-container .expand-box:hover .input {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  max-height: 500px;
  color: #4d4d4d;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  /* line 71, ../sass/wordpress/modules/_expandBox.scss */
  .expand-container .expand-box {
    padding-left: 55px;
  }
  /* line 73, ../sass/wordpress/modules/_expandBox.scss */
  .expand-container .expand-box .icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 26px;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 84, ../sass/wordpress/modules/_expandBox.scss */
  .expand-container .line {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    width: 2px;
    left: 50%;
    top: 40px;
    height: 100%;
    background-color: #ededed;
    margin-left: -1px;
  }
  /* line 93, ../sass/wordpress/modules/_expandBox.scss */
  .expand-container .line:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #ededed;
    margin-left: -9px;
    margin-top: 5px;
  }
  /* line 110, ../sass/wordpress/modules/_expandBox.scss */
  .expand-container .expand-box {
    max-width: 400px;
    left: 50%;
    padding-left: 100px;
    margin: 20px 0;
  }
  /* line 116, ../sass/wordpress/modules/_expandBox.scss */
  .expand-container .expand-box .icon {
    width: 90px;
    height: 90px;
    line-height: 95px;
    font-size: 50px;
    left: -20px;
  }
  /* line 124, ../sass/wordpress/modules/_expandBox.scss */
  .expand-container .expand-box .input {
    position: absolute;
  }
  /* line 128, ../sass/wordpress/modules/_expandBox.scss */
  .expand-container .expand-box .expand-content {
    height: 100px;
    margin-bottom: 0;
  }
  /* line 133, ../sass/wordpress/modules/_expandBox.scss */
  .expand-container .expand-box:nth-child(even) {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  /* line 135, ../sass/wordpress/modules/_expandBox.scss */
  .expand-container .expand-box:nth-child(even), .expand-container .expand-box:nth-child(even) .input {
    padding-right: 100px;
    padding-left: 0;
  }
  /* line 139, ../sass/wordpress/modules/_expandBox.scss */
  .expand-container .expand-box:nth-child(even) .icon {
    right: -20px;
    left: auto;
  }
  /* line 143, ../sass/wordpress/modules/_expandBox.scss */
  .expand-container .expand-box:nth-child(even) .expand-content {
    text-align: right;
  }
  /* line 147, ../sass/wordpress/modules/_expandBox.scss */
  .expand-container .expand-box.expanded, body.touch .expand-container .expand-box, .expand-container .expand-box:hover {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  /* line 149, ../sass/wordpress/modules/_expandBox.scss */
  .expand-container .expand-box.expanded:nth-child(even), body.touch .expand-container .expand-box:nth-child(even), .expand-container .expand-box:hover:nth-child(even) {
    -moz-transform: translateY(-20px) translateX(-100%);
    -ms-transform: translateY(-20px) translateX(-100%);
    -webkit-transform: translateY(-20px) translateX(-100%);
    transform: translateY(-20px) translateX(-100%);
  }
}
@media screen and (min-width: 1200px) {
  /* line 1, ../sass/wordpress/modules/_expandBox.scss */
  .expand-container {
    margin: 40px 0;
  }
}

/* line 7, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .storyline-content,
.video-list .storyline-content,
.clips-myss .storyline-content {
  text-align: center;
}
/* line 12, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .controls,
.video-list .controls,
.clips-myss .controls {
  padding-bottom: 20px;
  text-align: center;
}
/* line 15, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .controls button,
.video-list .controls button,
.clips-myss .controls button {
  display: inline-block;
  height: auto;
  min-width: 110px;
  padding: 8px 15px;
  margin-right: 10px;
  background-color: rgba(165, 165, 165, 0.5);
  color: #4d4d4d;
}
/* line 24, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .controls button:hover, .myss-storylines .controls div[choice-tile] .choiceTile button, div[choice-tile] .choiceTile .myss-storylines .controls button,
.video-list .controls button:hover,
.video-list .controls div[choice-tile] .choiceTile button,
div[choice-tile] .choiceTile .video-list .controls button,
.clips-myss .controls button:hover,
.clips-myss .controls div[choice-tile] .choiceTile button,
div[choice-tile] .choiceTile .clips-myss .controls button {
  color: #fff;
  background-color: #2fcbda;
}
/* line 28, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .controls button.active,
.video-list .controls button.active,
.clips-myss .controls button.active {
  background-color: #00c0cc;
  color: #fff;
}
@media screen and (max-width: 480px) {
  /* line 33, ../sass/wordpress/modules/_storylines.scss */
  .myss-storylines .controls button:nth-child(even),
  .video-list .controls button:nth-child(even),
  .clips-myss .controls button:nth-child(even) {
    margin-right: 0;
  }
}
/* line 40, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .storyline-slides-wrapper, .myss-storylines .video-slides-wrapper,
.video-list .storyline-slides-wrapper,
.video-list .video-slides-wrapper,
.clips-myss .storyline-slides-wrapper,
.clips-myss .video-slides-wrapper {
  position: relative;
  width: 100%;
  min-height: 100px;
  padding: 10px 0;
}
/* line 47, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .storyline-slides-wrapper .loading, .myss-storylines .video-slides-wrapper .loading,
.video-list .storyline-slides-wrapper .loading,
.video-list .video-slides-wrapper .loading,
.clips-myss .storyline-slides-wrapper .loading,
.clips-myss .video-slides-wrapper .loading {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  height: 0%;
  width: 100%;
  background-color: rgba(247, 247, 247, 0.3);
  opacity: 0;
  z-index: 10;
}
/* line 56, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .storyline-slides-wrapper .loading .spinning-wrapper, .myss-storylines .video-slides-wrapper .loading .spinning-wrapper,
.video-list .storyline-slides-wrapper .loading .spinning-wrapper,
.video-list .video-slides-wrapper .loading .spinning-wrapper,
.clips-myss .storyline-slides-wrapper .loading .spinning-wrapper,
.clips-myss .video-slides-wrapper .loading .spinning-wrapper {
  width: 80px;
  height: 80px;
}
/* line 61, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .storyline-slides-wrapper .loading i, .myss-storylines .video-slides-wrapper .loading i,
.video-list .storyline-slides-wrapper .loading i,
.video-list .video-slides-wrapper .loading i,
.clips-myss .storyline-slides-wrapper .loading i,
.clips-myss .video-slides-wrapper .loading i {
  font-size: 50px;
}
/* line 66, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .storyline-slides-wrapper .storyline-slider, .myss-storylines .storyline-slides-wrapper .video-slider, .myss-storylines .video-slides-wrapper .storyline-slider, .myss-storylines .video-slides-wrapper .video-slider,
.video-list .storyline-slides-wrapper .storyline-slider,
.video-list .storyline-slides-wrapper .video-slider,
.video-list .video-slides-wrapper .storyline-slider,
.video-list .video-slides-wrapper .video-slider,
.clips-myss .storyline-slides-wrapper .storyline-slider,
.clips-myss .storyline-slides-wrapper .video-slider,
.clips-myss .video-slides-wrapper .storyline-slider,
.clips-myss .video-slides-wrapper .video-slider {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
/* line 73, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .storyline-slides-wrapper .storyline-slider.current, .myss-storylines .storyline-slides-wrapper .video-slider.current, .myss-storylines .video-slides-wrapper .storyline-slider.current, .myss-storylines .video-slides-wrapper .video-slider.current,
.video-list .storyline-slides-wrapper .storyline-slider.current,
.video-list .storyline-slides-wrapper .video-slider.current,
.video-list .video-slides-wrapper .storyline-slider.current,
.video-list .video-slides-wrapper .video-slider.current,
.clips-myss .storyline-slides-wrapper .storyline-slider.current,
.clips-myss .storyline-slides-wrapper .video-slider.current,
.clips-myss .video-slides-wrapper .storyline-slider.current,
.clips-myss .video-slides-wrapper .video-slider.current {
  -moz-transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.3s;
  transition: all 0.6s 0.3s;
  max-height: 1000px;
  opacity: 1;
}
/* line 78, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .storyline-slides-wrapper .storyline-slider .clip, .myss-storylines .storyline-slides-wrapper .video-slider .clip, .myss-storylines .video-slides-wrapper .storyline-slider .clip, .myss-storylines .video-slides-wrapper .video-slider .clip,
.video-list .storyline-slides-wrapper .storyline-slider .clip,
.video-list .storyline-slides-wrapper .video-slider .clip,
.video-list .video-slides-wrapper .storyline-slider .clip,
.video-list .video-slides-wrapper .video-slider .clip,
.clips-myss .storyline-slides-wrapper .storyline-slider .clip,
.clips-myss .storyline-slides-wrapper .video-slider .clip,
.clips-myss .video-slides-wrapper .storyline-slider .clip,
.clips-myss .video-slides-wrapper .video-slider .clip {
  margin-bottom: 10px;
}
/* line 82, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .storyline-slides-wrapper .storyline-slider .slick-slide img, .myss-storylines .storyline-slides-wrapper .video-slider .slick-slide img, .myss-storylines .video-slides-wrapper .storyline-slider .slick-slide img, .myss-storylines .video-slides-wrapper .video-slider .slick-slide img,
.video-list .storyline-slides-wrapper .storyline-slider .slick-slide img,
.video-list .storyline-slides-wrapper .video-slider .slick-slide img,
.video-list .video-slides-wrapper .storyline-slider .slick-slide img,
.video-list .video-slides-wrapper .video-slider .slick-slide img,
.clips-myss .storyline-slides-wrapper .storyline-slider .slick-slide img,
.clips-myss .storyline-slides-wrapper .video-slider .slick-slide img,
.clips-myss .video-slides-wrapper .storyline-slider .slick-slide img,
.clips-myss .video-slides-wrapper .video-slider .slick-slide img {
  margin: auto;
}
/* line 85, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .storyline-slides-wrapper .storyline-slider .slick-list, .myss-storylines .storyline-slides-wrapper .video-slider .slick-list, .myss-storylines .video-slides-wrapper .storyline-slider .slick-list, .myss-storylines .video-slides-wrapper .video-slider .slick-list,
.video-list .storyline-slides-wrapper .storyline-slider .slick-list,
.video-list .storyline-slides-wrapper .video-slider .slick-list,
.video-list .video-slides-wrapper .storyline-slider .slick-list,
.video-list .video-slides-wrapper .video-slider .slick-list,
.clips-myss .storyline-slides-wrapper .storyline-slider .slick-list,
.clips-myss .storyline-slides-wrapper .video-slider .slick-list,
.clips-myss .video-slides-wrapper .storyline-slider .slick-list,
.clips-myss .video-slides-wrapper .video-slider .slick-list {
  overflow: hidden;
}
/* line 88, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .storyline-slides-wrapper .storyline-slider button.slick-arrow, .myss-storylines .storyline-slides-wrapper .video-slider button.slick-arrow, .myss-storylines .video-slides-wrapper .storyline-slider button.slick-arrow, .myss-storylines .video-slides-wrapper .video-slider button.slick-arrow,
.video-list .storyline-slides-wrapper .storyline-slider button.slick-arrow,
.video-list .storyline-slides-wrapper .video-slider button.slick-arrow,
.video-list .video-slides-wrapper .storyline-slider button.slick-arrow,
.video-list .video-slides-wrapper .video-slider button.slick-arrow,
.clips-myss .storyline-slides-wrapper .storyline-slider button.slick-arrow,
.clips-myss .storyline-slides-wrapper .video-slider button.slick-arrow,
.clips-myss .video-slides-wrapper .storyline-slider button.slick-arrow,
.clips-myss .video-slides-wrapper .video-slider button.slick-arrow {
  background-color: transparent;
  width: 40px;
  height: 40px;
}
/* line 92, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .storyline-slides-wrapper .storyline-slider button.slick-arrow:before, .myss-storylines .storyline-slides-wrapper .video-slider button.slick-arrow:before, .myss-storylines .video-slides-wrapper .storyline-slider button.slick-arrow:before, .myss-storylines .video-slides-wrapper .video-slider button.slick-arrow:before,
.video-list .storyline-slides-wrapper .storyline-slider button.slick-arrow:before,
.video-list .storyline-slides-wrapper .video-slider button.slick-arrow:before,
.video-list .video-slides-wrapper .storyline-slider button.slick-arrow:before,
.video-list .video-slides-wrapper .video-slider button.slick-arrow:before,
.clips-myss .storyline-slides-wrapper .storyline-slider button.slick-arrow:before,
.clips-myss .storyline-slides-wrapper .video-slider button.slick-arrow:before,
.clips-myss .video-slides-wrapper .storyline-slider button.slick-arrow:before,
.clips-myss .video-slides-wrapper .video-slider button.slick-arrow:before {
  font-size: 45px;
}
/* line 95, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .storyline-slides-wrapper .storyline-slider button.slick-arrow.slick-next:before, .myss-storylines .storyline-slides-wrapper .video-slider button.slick-arrow.slick-next:before, .myss-storylines .video-slides-wrapper .storyline-slider button.slick-arrow.slick-next:before, .myss-storylines .video-slides-wrapper .video-slider button.slick-arrow.slick-next:before,
.video-list .storyline-slides-wrapper .storyline-slider button.slick-arrow.slick-next:before,
.video-list .storyline-slides-wrapper .video-slider button.slick-arrow.slick-next:before,
.video-list .video-slides-wrapper .storyline-slider button.slick-arrow.slick-next:before,
.video-list .video-slides-wrapper .video-slider button.slick-arrow.slick-next:before,
.clips-myss .storyline-slides-wrapper .storyline-slider button.slick-arrow.slick-next:before,
.clips-myss .storyline-slides-wrapper .video-slider button.slick-arrow.slick-next:before,
.clips-myss .video-slides-wrapper .storyline-slider button.slick-arrow.slick-next:before,
.clips-myss .video-slides-wrapper .video-slider button.slick-arrow.slick-next:before {
  text-indent: 4px;
}
/* line 98, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .storyline-slides-wrapper .storyline-slider button.slick-arrow.slick-prev:before, .myss-storylines .storyline-slides-wrapper .video-slider button.slick-arrow.slick-prev:before, .myss-storylines .video-slides-wrapper .storyline-slider button.slick-arrow.slick-prev:before, .myss-storylines .video-slides-wrapper .video-slider button.slick-arrow.slick-prev:before,
.video-list .storyline-slides-wrapper .storyline-slider button.slick-arrow.slick-prev:before,
.video-list .storyline-slides-wrapper .video-slider button.slick-arrow.slick-prev:before,
.video-list .video-slides-wrapper .storyline-slider button.slick-arrow.slick-prev:before,
.video-list .video-slides-wrapper .video-slider button.slick-arrow.slick-prev:before,
.clips-myss .storyline-slides-wrapper .storyline-slider button.slick-arrow.slick-prev:before,
.clips-myss .storyline-slides-wrapper .video-slider button.slick-arrow.slick-prev:before,
.clips-myss .video-slides-wrapper .storyline-slider button.slick-arrow.slick-prev:before,
.clips-myss .video-slides-wrapper .video-slider button.slick-arrow.slick-prev:before {
  text-indent: -4px;
}
/* line 103, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .storyline-slides-wrapper .storyline-slider ul.slick-dots, .myss-storylines .storyline-slides-wrapper .video-slider ul.slick-dots, .myss-storylines .video-slides-wrapper .storyline-slider ul.slick-dots, .myss-storylines .video-slides-wrapper .video-slider ul.slick-dots,
.video-list .storyline-slides-wrapper .storyline-slider ul.slick-dots,
.video-list .storyline-slides-wrapper .video-slider ul.slick-dots,
.video-list .video-slides-wrapper .storyline-slider ul.slick-dots,
.video-list .video-slides-wrapper .video-slider ul.slick-dots,
.clips-myss .storyline-slides-wrapper .storyline-slider ul.slick-dots,
.clips-myss .storyline-slides-wrapper .video-slider ul.slick-dots,
.clips-myss .video-slides-wrapper .storyline-slider ul.slick-dots,
.clips-myss .video-slides-wrapper .video-slider ul.slick-dots {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  /* line 66, ../sass/wordpress/modules/_storylines.scss */
  .myss-storylines .storyline-slides-wrapper .storyline-slider, .myss-storylines .storyline-slides-wrapper .video-slider, .myss-storylines .video-slides-wrapper .storyline-slider, .myss-storylines .video-slides-wrapper .video-slider,
  .video-list .storyline-slides-wrapper .storyline-slider,
  .video-list .storyline-slides-wrapper .video-slider,
  .video-list .video-slides-wrapper .storyline-slider,
  .video-list .video-slides-wrapper .video-slider,
  .clips-myss .storyline-slides-wrapper .storyline-slider,
  .clips-myss .storyline-slides-wrapper .video-slider,
  .clips-myss .video-slides-wrapper .storyline-slider,
  .clips-myss .video-slides-wrapper .video-slider {
    margin-left: -45px;
    margin-right: -45px;
    padding: 0 45px;
  }
  /* line 115, ../sass/wordpress/modules/_storylines.scss */
  .myss-storylines .storyline-slides-wrapper .storyline-slider .clip, .myss-storylines .storyline-slides-wrapper .video-slider .clip, .myss-storylines .video-slides-wrapper .storyline-slider .clip, .myss-storylines .video-slides-wrapper .video-slider .clip,
  .video-list .storyline-slides-wrapper .storyline-slider .clip,
  .video-list .storyline-slides-wrapper .video-slider .clip,
  .video-list .video-slides-wrapper .storyline-slider .clip,
  .video-list .video-slides-wrapper .video-slider .clip,
  .clips-myss .storyline-slides-wrapper .storyline-slider .clip,
  .clips-myss .storyline-slides-wrapper .video-slider .clip,
  .clips-myss .video-slides-wrapper .storyline-slider .clip,
  .clips-myss .video-slides-wrapper .video-slider .clip {
    margin-bottom: 40px;
  }
  /* line 118, ../sass/wordpress/modules/_storylines.scss */
  .myss-storylines .storyline-slides-wrapper .storyline-slider .slick-prev, .myss-storylines .storyline-slides-wrapper .video-slider .slick-prev, .myss-storylines .video-slides-wrapper .storyline-slider .slick-prev, .myss-storylines .video-slides-wrapper .video-slider .slick-prev,
  .video-list .storyline-slides-wrapper .storyline-slider .slick-prev,
  .video-list .storyline-slides-wrapper .video-slider .slick-prev,
  .video-list .video-slides-wrapper .storyline-slider .slick-prev,
  .video-list .video-slides-wrapper .video-slider .slick-prev,
  .clips-myss .storyline-slides-wrapper .storyline-slider .slick-prev,
  .clips-myss .storyline-slides-wrapper .video-slider .slick-prev,
  .clips-myss .video-slides-wrapper .storyline-slider .slick-prev,
  .clips-myss .video-slides-wrapper .video-slider .slick-prev {
    left: 3px;
  }
  /* line 121, ../sass/wordpress/modules/_storylines.scss */
  .myss-storylines .storyline-slides-wrapper .storyline-slider .slick-next, .myss-storylines .storyline-slides-wrapper .video-slider .slick-next, .myss-storylines .video-slides-wrapper .storyline-slider .slick-next, .myss-storylines .video-slides-wrapper .video-slider .slick-next,
  .video-list .storyline-slides-wrapper .storyline-slider .slick-next,
  .video-list .storyline-slides-wrapper .video-slider .slick-next,
  .video-list .video-slides-wrapper .storyline-slider .slick-next,
  .video-list .video-slides-wrapper .video-slider .slick-next,
  .clips-myss .storyline-slides-wrapper .storyline-slider .slick-next,
  .clips-myss .storyline-slides-wrapper .video-slider .slick-next,
  .clips-myss .video-slides-wrapper .storyline-slider .slick-next,
  .clips-myss .video-slides-wrapper .video-slider .slick-next {
    right: 3px;
  }
}
@media screen and (min-width: 768px) {
  /* line 126, ../sass/wordpress/modules/_storylines.scss */
  .myss-storylines .storyline-slides-wrapper .storyline-slider .clip, .myss-storylines .storyline-slides-wrapper .video-slider .clip, .myss-storylines .video-slides-wrapper .storyline-slider .clip, .myss-storylines .video-slides-wrapper .video-slider .clip,
  .video-list .storyline-slides-wrapper .storyline-slider .clip,
  .video-list .storyline-slides-wrapper .video-slider .clip,
  .video-list .video-slides-wrapper .storyline-slider .clip,
  .video-list .video-slides-wrapper .video-slider .clip,
  .clips-myss .storyline-slides-wrapper .storyline-slider .clip,
  .clips-myss .storyline-slides-wrapper .video-slider .clip,
  .clips-myss .video-slides-wrapper .storyline-slider .clip,
  .clips-myss .video-slides-wrapper .video-slider .clip {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  /* line 132, ../sass/wordpress/modules/_storylines.scss */
  .myss-storylines .storyline-slides-wrapper .storyline-slider .wistia-tile .title, .myss-storylines .storyline-slides-wrapper .video-slider .wistia-tile .title, .myss-storylines .video-slides-wrapper .storyline-slider .wistia-tile .title, .myss-storylines .video-slides-wrapper .video-slider .wistia-tile .title,
  .video-list .storyline-slides-wrapper .storyline-slider .wistia-tile .title,
  .video-list .storyline-slides-wrapper .video-slider .wistia-tile .title,
  .video-list .video-slides-wrapper .storyline-slider .wistia-tile .title,
  .video-list .video-slides-wrapper .video-slider .wistia-tile .title,
  .clips-myss .storyline-slides-wrapper .storyline-slider .wistia-tile .title,
  .clips-myss .storyline-slides-wrapper .video-slider .wistia-tile .title,
  .clips-myss .video-slides-wrapper .storyline-slider .wistia-tile .title,
  .clips-myss .video-slides-wrapper .video-slider .wistia-tile .title {
    margin-top: 5px;
  }
  /* line 136, ../sass/wordpress/modules/_storylines.scss */
  .myss-storylines .storyline-slides-wrapper .storyline-slider .wistia-tile:nth-child(even) .title, .myss-storylines .storyline-slides-wrapper .video-slider .wistia-tile:nth-child(even) .title, .myss-storylines .video-slides-wrapper .storyline-slider .wistia-tile:nth-child(even) .title, .myss-storylines .video-slides-wrapper .video-slider .wistia-tile:nth-child(even) .title,
  .video-list .storyline-slides-wrapper .storyline-slider .wistia-tile:nth-child(even) .title,
  .video-list .storyline-slides-wrapper .video-slider .wistia-tile:nth-child(even) .title,
  .video-list .video-slides-wrapper .storyline-slider .wistia-tile:nth-child(even) .title,
  .video-list .video-slides-wrapper .video-slider .wistia-tile:nth-child(even) .title,
  .clips-myss .storyline-slides-wrapper .storyline-slider .wistia-tile:nth-child(even) .title,
  .clips-myss .storyline-slides-wrapper .video-slider .wistia-tile:nth-child(even) .title,
  .clips-myss .video-slides-wrapper .storyline-slider .wistia-tile:nth-child(even) .title,
  .clips-myss .video-slides-wrapper .video-slider .wistia-tile:nth-child(even) .title {
    padding-right: 40px;
  }
  /* line 141, ../sass/wordpress/modules/_storylines.scss */
  .myss-storylines .storyline-slides-wrapper .storyline-slider .wistia-tile:nth-child(odd) .title, .myss-storylines .storyline-slides-wrapper .video-slider .wistia-tile:nth-child(odd) .title, .myss-storylines .video-slides-wrapper .storyline-slider .wistia-tile:nth-child(odd) .title, .myss-storylines .video-slides-wrapper .video-slider .wistia-tile:nth-child(odd) .title,
  .video-list .storyline-slides-wrapper .storyline-slider .wistia-tile:nth-child(odd) .title,
  .video-list .storyline-slides-wrapper .video-slider .wistia-tile:nth-child(odd) .title,
  .video-list .video-slides-wrapper .storyline-slider .wistia-tile:nth-child(odd) .title,
  .video-list .video-slides-wrapper .video-slider .wistia-tile:nth-child(odd) .title,
  .clips-myss .storyline-slides-wrapper .storyline-slider .wistia-tile:nth-child(odd) .title,
  .clips-myss .storyline-slides-wrapper .video-slider .wistia-tile:nth-child(odd) .title,
  .clips-myss .video-slides-wrapper .storyline-slider .wistia-tile:nth-child(odd) .title,
  .clips-myss .video-slides-wrapper .video-slider .wistia-tile:nth-child(odd) .title {
    padding-left: 40px;
  }
  /* line 147, ../sass/wordpress/modules/_storylines.scss */
  .myss-storylines .storyline-slides-wrapper .storyline-slider button.slick-arrow, .myss-storylines .storyline-slides-wrapper .video-slider button.slick-arrow, .myss-storylines .video-slides-wrapper .storyline-slider button.slick-arrow, .myss-storylines .video-slides-wrapper .video-slider button.slick-arrow,
  .video-list .storyline-slides-wrapper .storyline-slider button.slick-arrow,
  .video-list .storyline-slides-wrapper .video-slider button.slick-arrow,
  .video-list .video-slides-wrapper .storyline-slider button.slick-arrow,
  .video-list .video-slides-wrapper .video-slider button.slick-arrow,
  .clips-myss .storyline-slides-wrapper .storyline-slider button.slick-arrow,
  .clips-myss .storyline-slides-wrapper .video-slider button.slick-arrow,
  .clips-myss .video-slides-wrapper .storyline-slider button.slick-arrow,
  .clips-myss .video-slides-wrapper .video-slider button.slick-arrow {
    margin-top: -50px;
  }
  /* line 150, ../sass/wordpress/modules/_storylines.scss */
  .myss-storylines .storyline-slides-wrapper .storyline-slider button.slick-prev, .myss-storylines .storyline-slides-wrapper .video-slider button.slick-prev, .myss-storylines .video-slides-wrapper .storyline-slider button.slick-prev, .myss-storylines .video-slides-wrapper .video-slider button.slick-prev,
  .video-list .storyline-slides-wrapper .storyline-slider button.slick-prev,
  .video-list .storyline-slides-wrapper .video-slider button.slick-prev,
  .video-list .video-slides-wrapper .storyline-slider button.slick-prev,
  .video-list .video-slides-wrapper .video-slider button.slick-prev,
  .clips-myss .storyline-slides-wrapper .storyline-slider button.slick-prev,
  .clips-myss .storyline-slides-wrapper .video-slider button.slick-prev,
  .clips-myss .video-slides-wrapper .storyline-slider button.slick-prev,
  .clips-myss .video-slides-wrapper .video-slider button.slick-prev {
    left: 2px;
  }
  /* line 153, ../sass/wordpress/modules/_storylines.scss */
  .myss-storylines .storyline-slides-wrapper .storyline-slider button.slick-next, .myss-storylines .storyline-slides-wrapper .video-slider button.slick-next, .myss-storylines .video-slides-wrapper .storyline-slider button.slick-next, .myss-storylines .video-slides-wrapper .video-slider button.slick-next,
  .video-list .storyline-slides-wrapper .storyline-slider button.slick-next,
  .video-list .storyline-slides-wrapper .video-slider button.slick-next,
  .video-list .video-slides-wrapper .storyline-slider button.slick-next,
  .video-list .video-slides-wrapper .video-slider button.slick-next,
  .clips-myss .storyline-slides-wrapper .storyline-slider button.slick-next,
  .clips-myss .storyline-slides-wrapper .video-slider button.slick-next,
  .clips-myss .video-slides-wrapper .storyline-slider button.slick-next,
  .clips-myss .video-slides-wrapper .video-slider button.slick-next {
    right: 2px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 161, ../sass/wordpress/modules/_storylines.scss */
  .myss-storylines .storyline-slides-wrapper .storyline-slider button.slick-arrow, .myss-storylines .storyline-slides-wrapper .video-slider button.slick-arrow, .myss-storylines .video-slides-wrapper .storyline-slider button.slick-arrow, .myss-storylines .video-slides-wrapper .video-slider button.slick-arrow,
  .video-list .storyline-slides-wrapper .storyline-slider button.slick-arrow,
  .video-list .storyline-slides-wrapper .video-slider button.slick-arrow,
  .video-list .video-slides-wrapper .storyline-slider button.slick-arrow,
  .video-list .video-slides-wrapper .video-slider button.slick-arrow,
  .clips-myss .storyline-slides-wrapper .storyline-slider button.slick-arrow,
  .clips-myss .storyline-slides-wrapper .video-slider button.slick-arrow,
  .clips-myss .video-slides-wrapper .storyline-slider button.slick-arrow,
  .clips-myss .video-slides-wrapper .video-slider button.slick-arrow {
    margin-top: -40px;
  }
}
@media screen and (max-width: 480px) {
  /* line 169, ../sass/wordpress/modules/_storylines.scss */
  .myss-storylines .storyline-slides-wrapper .storyline-slider .wistia-tile:nth-child(even) .title, .myss-storylines .storyline-slides-wrapper .video-slider .wistia-tile:nth-child(even) .title, .myss-storylines .video-slides-wrapper .storyline-slider .wistia-tile:nth-child(even) .title, .myss-storylines .video-slides-wrapper .video-slider .wistia-tile:nth-child(even) .title,
  .video-list .storyline-slides-wrapper .storyline-slider .wistia-tile:nth-child(even) .title,
  .video-list .storyline-slides-wrapper .video-slider .wistia-tile:nth-child(even) .title,
  .video-list .video-slides-wrapper .storyline-slider .wistia-tile:nth-child(even) .title,
  .video-list .video-slides-wrapper .video-slider .wistia-tile:nth-child(even) .title,
  .clips-myss .storyline-slides-wrapper .storyline-slider .wistia-tile:nth-child(even) .title,
  .clips-myss .storyline-slides-wrapper .video-slider .wistia-tile:nth-child(even) .title,
  .clips-myss .video-slides-wrapper .storyline-slider .wistia-tile:nth-child(even) .title,
  .clips-myss .video-slides-wrapper .video-slider .wistia-tile:nth-child(even) .title {
    padding-right: 20px;
  }
  /* line 174, ../sass/wordpress/modules/_storylines.scss */
  .myss-storylines .storyline-slides-wrapper .storyline-slider .wistia-tile:nth-child(odd) .title, .myss-storylines .storyline-slides-wrapper .video-slider .wistia-tile:nth-child(odd) .title, .myss-storylines .video-slides-wrapper .storyline-slider .wistia-tile:nth-child(odd) .title, .myss-storylines .video-slides-wrapper .video-slider .wistia-tile:nth-child(odd) .title,
  .video-list .storyline-slides-wrapper .storyline-slider .wistia-tile:nth-child(odd) .title,
  .video-list .storyline-slides-wrapper .video-slider .wistia-tile:nth-child(odd) .title,
  .video-list .video-slides-wrapper .storyline-slider .wistia-tile:nth-child(odd) .title,
  .video-list .video-slides-wrapper .video-slider .wistia-tile:nth-child(odd) .title,
  .clips-myss .storyline-slides-wrapper .storyline-slider .wistia-tile:nth-child(odd) .title,
  .clips-myss .storyline-slides-wrapper .video-slider .wistia-tile:nth-child(odd) .title,
  .clips-myss .video-slides-wrapper .storyline-slider .wistia-tile:nth-child(odd) .title,
  .clips-myss .video-slides-wrapper .video-slider .wistia-tile:nth-child(odd) .title {
    padding-left: 20px;
  }
}
/* line 183, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines.loading .loading,
.video-list.loading .loading,
.clips-myss.loading .loading {
  height: 100%;
  opacity: 1;
}
/* line 189, ../sass/wordpress/modules/_storylines.scss */
.myss-storylines .section-footer,
.video-list .section-footer,
.clips-myss .section-footer {
  position: relative;
}

/* line 1, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 {
  position: relative;
}
/* line 127, ../sass/partials/utilities/__utilities.scss */
.wpcf7 :-moz-placeholder {
  /* Firefox 18- */
}
/* line 132, ../sass/partials/utilities/__utilities.scss */
.wpcf7 ::-moz-placeholder {
  /* Firefox 19+ */
}
/* line 6, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
}
/* line 9, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .wpcf7-form-control-wrap:before {
  position: absolute;
  right: 15px;
  margin-top: 8px !important;
  line-height: 1.2;
  z-index: 20;
  color: #3AB93C;
  visibility: hidden;
}
/* line 23, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .wpcf7-form-control-wrap.valid:before {
  visibility: visible;
}
/* line 33, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 input[type="tel"], .wpcf7 input[type="password"] {
  max-width: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
/* line 143, ../sass/partials/utilities/__utilities.scss */
.wpcf7 input[type="text"]::-webkit-input-placeholder, .wpcf7 input[type="email"]::-webkit-input-placeholder, .wpcf7 input[type="number"]::-webkit-input-placeholder, .wpcf7 input[type="tel"]::-webkit-input-placeholder, .wpcf7 input[type="password"]::-webkit-input-placeholder {
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 147, ../sass/partials/utilities/__utilities.scss */
.wpcf7 input[type="text"]:-moz-placeholder, .wpcf7 input[type="email"]:-moz-placeholder, .wpcf7 input[type="number"]:-moz-placeholder, .wpcf7 input[type="tel"]:-moz-placeholder, .wpcf7 input[type="password"]:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 152, ../sass/partials/utilities/__utilities.scss */
.wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="number"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 input[type="password"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 157, ../sass/partials/utilities/__utilities.scss */
.wpcf7 input[type="text"]:-ms-input-placeholder, .wpcf7 input[type="email"]:-ms-input-placeholder, .wpcf7 input[type="number"]:-ms-input-placeholder, .wpcf7 input[type="tel"]:-ms-input-placeholder, .wpcf7 input[type="password"]:-ms-input-placeholder {
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 47, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 input[type="text"][class*="wpcf7-validates-as-"], .wpcf7 input[type="email"][class*="wpcf7-validates-as-"], .wpcf7 input[type="number"][class*="wpcf7-validates-as-"], .wpcf7 input[type="tel"][class*="wpcf7-validates-as-"], .wpcf7 input[type="password"][class*="wpcf7-validates-as-"] {
  padding-right: 45px;
}
/* line 55, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 input[type="submit"] {
  display: block;
  width: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}
/* line 68, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .checkbox-label {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  max-width: none;
}
/* line 73, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .checkbox-label .switch-label {
  bottom: auto;
  top: 5px;
}
@media screen and (max-width: 767px) {
  /* line 68, ../sass/wordpress/modules/_contactForm.scss */
  .wpcf7 .checkbox-label {
    padding-left: 24px;
  }
  /* line 79, ../sass/wordpress/modules/_contactForm.scss */
  .wpcf7 .checkbox-label .switch-label {
    top: 3px;
  }
}
/* line 85, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 em {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  color: #a5a5a5;
}
/* line 95, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .message {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  border: 2px solid #ededed;
}
/* line 104, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .message textarea {
  background-image: -moz-repeating-linear-gradient(#fff, #fff 32px, transparent 32px, transparent 32px, #ededed 32px, #ededed 34px, transparent 34px);
  background-image: -webkit-repeating-linear-gradient(#fff, #fff 32px, transparent 32px, transparent 32px, #ededed 32px, #ededed 34px, transparent 34px);
  background-image: repeating-linear-gradient(#fff, #fff 32px, transparent 32px, transparent 32px, #ededed 32px, #ededed 34px, transparent 34px);
  background-repeat: repeat-y;
  background-attachment: local;
  background-position: 0 6px;
  position: relative;
  z-index: 5;
  line-height: 34px;
  border: 0;
  margin: 0 5% 25px;
  padding: 13px 0 30px;
  width: 90%;
  resize: none;
}
@media screen and (max-width: 767px) {
  /* line 104, ../sass/wordpress/modules/_contactForm.scss */
  .wpcf7 .message textarea {
    margin-left: 3%;
    margin-right: 3%;
    width: 94%;
  }
}
/* line 137, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .success-content {
  position: absolute;
  width: 100%;
  max-height: 0;
  opacity: 0;
  text-align: center;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 144, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .success-content h3 {
  font-size: 18px;
  line-height: 1.2;
}
/* line 150, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .form-content {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 154, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .wpcf7-form.sent .success-content {
  max-height: 400px;
  opacity: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 159, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .wpcf7-form.sent .form-content {
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 163, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .wpcf7-form.sent .wpcf7-mail-sent-ok {
  position: absolute;
  margin-top: -200px;
  width: 100%;
}
/* line 169, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .wpcf7-response-output {
  margin: -5px 0;
  border-width: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 173, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #00c0cc;
  background-color: #fff;
}
/* line 177, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #ffba00;
  background-color: rgba(255, 186, 0, 0.6);
}
/* line 182, ../sass/wordpress/modules/_contactForm.scss */
.wpcf7 .wpcf7-not-valid-tip {
  color: #fa5000;
  font-size: 14px;
}

/* line 188, ../sass/wordpress/modules/_contactForm.scss */
input,
.input-wrapper {
  height: 40px;
}

/* line 3, ../sass/wordpress/modules/_list.scss */
ul.list.list-underline li {
  border-bottom: 2px dotted #ededed;
  padding-bottom: 35px;
  line-height: 1;
}
/* line 7, ../sass/wordpress/modules/_list.scss */
ul.list.list-underline li h3 {
  font-size: 18px;
  margin-bottom: 0;
}
/* line 11, ../sass/wordpress/modules/_list.scss */
ul.list.list-underline li h3 + h4 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  margin-top: -10px;
  margin-bottom: 10px;
}

/* line 20, ../sass/wordpress/modules/_list.scss */
ol {
  list-style-type: decimal;
  list-style-position: inside;
}

/* line 1, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  clear: both;
  float: none;
  background-color: #f7f7f7;
  padding: 20px 50px !important;
  margin-top: 15px;
  margin-bottom: 50px;
}
/* line 13, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box .nl_title, .newsletter-box h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 22, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box .nl_msg_box {
  position: relative;
}
/* line 24, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box .nl_msg_box p {
  -moz-animation: disappear 5s forwards;
  -webkit-animation: disappear 5s forwards;
  animation: disappear 5s forwards;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 754px;
  overflow: hidden;
}
/* line 30, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box .nl_msg_box p:before {
  color: #00c0cc;
  margin-right: 5px;
}
/* line 39, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box .light {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 45, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box ul {
  margin-top: 10px;
}
/* line 47, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box ul li {
  float: left;
  margin-right: 20px;
}
/* line 50, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box ul li a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: #4d4d4d;
  width: 22px;
  height: 22px;
  font-size: 16px;
  line-height: 22px;
  color: #ededed;
  text-align: center;
}
/* line 60, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box ul li a:hover {
  color: #ededed;
  background-color: #00c0cc;
}
/* line 64, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box ul li a .fa-facebook {
  text-indent: 5px;
  vertical-align: -5px;
  font-size: 110%;
}
/* line 70, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 550px) {
  /* line 78, ../sass/wordpress/modules/_newsletterForm.scss */
  .newsletter-box .newsletter-box-form .input_row {
    width: 100%;
    padding-right: 0;
  }
  /* line 82, ../sass/wordpress/modules/_newsletterForm.scss */
  .newsletter-box .newsletter-box-form input[type="submit"], .newsletter-box .newsletter-box-form button[type="submit"] {
    margin-top: 10px;
    width: 100%;
    max-width: none;
  }
}

/* line 94, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box-form form .input_row, .epm-sign-up-form form .input_row {
  position: relative;
}
/* line 98, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box-form form .ajax-loader, .epm-sign-up-form form .ajax-loader {
  color: #4d4d4d;
  z-index: -1;
  margin-right: -40px;
  position: absolute;
  opacity: 1;
}
/* line 105, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box-form form .ajax-loader:before, .epm-sign-up-form form .ajax-loader:before {
  content: "\f110";
  position: absolute;
  display: inline-block;
  z-index: 3;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 0;
  line-height: 40px;
  width: 40px;
  text-align: center;
}
/* line 124, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box-form form input, .newsletter-box-form form button, .epm-sign-up-form form input, .epm-sign-up-form form button {
  opacity: 1;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 130, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box-form form.loading input, .newsletter-box-form form.loading button, .epm-sign-up-form form.loading input, .epm-sign-up-form form.loading button {
  opacity: 0.5;
}
/* line 134, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box-form form.loading .ajax-loader, .epm-sign-up-form form.loading .ajax-loader {
  opacity: 1;
  z-index: 10;
}
/* line 141, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box-form .input_row, .epm-sign-up-form .input_row {
  width: 75%;
  float: left;
  padding-right: 10px;
}
/* line 146, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box-form .input_row label, .epm-sign-up-form .input_row label {
  display: none;
}
/* line 150, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box-form .input_row input, .epm-sign-up-form .input_row input {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  max-width: 100%;
  height: 40px;
}
/* line 143, ../sass/partials/utilities/__utilities.scss */
.newsletter-box-form .input_row input::-webkit-input-placeholder, .epm-sign-up-form .input_row input::-webkit-input-placeholder {
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 147, ../sass/partials/utilities/__utilities.scss */
.newsletter-box-form .input_row input:-moz-placeholder, .epm-sign-up-form .input_row input:-moz-placeholder {
  /* Firefox 18- */
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 152, ../sass/partials/utilities/__utilities.scss */
.newsletter-box-form .input_row input::-moz-placeholder, .epm-sign-up-form .input_row input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 157, ../sass/partials/utilities/__utilities.scss */
.newsletter-box-form .input_row input:-ms-input-placeholder, .epm-sign-up-form .input_row input:-ms-input-placeholder {
  color: #a5a5a5;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}
/* line 161, ../sass/wordpress/modules/_newsletterForm.scss */
.newsletter-box-form input[type="submit"], .newsletter-box-form button[type="submit"], .epm-sign-up-form input[type="submit"], .epm-sign-up-form button[type="submit"] {
  height: 40px;
  font-size: 20px;
  line-height: 1;
  width: 25%;
}
@media screen and (min-width: 992px) {
  /* line 172, ../sass/wordpress/modules/_newsletterForm.scss */
  .newsletter-box-form .input_row, .epm-sign-up-form .input_row {
    width: 80%;
  }
  /* line 176, ../sass/wordpress/modules/_newsletterForm.scss */
  .newsletter-box-form input[type="submit"], .epm-sign-up-form input[type="submit"] {
    width: 20%;
  }
}

@keyframes disappear {
  0%, 100% {
    opacity: 0;
    max-height: 0;
  }
  10%, 90% {
    opacity: 1;
    max-height: 30px;
  }
}
/* line 4, ../sass/wordpress/modules/_infiniteScroll.scss */
#infscr-loading {
  text-align: center;
  padding: 10px;
  clear: both;
}
/* line 8, ../sass/wordpress/modules/_infiniteScroll.scss */
#infscr-loading img {
  display: none;
}
/* line 11, ../sass/wordpress/modules/_infiniteScroll.scss */
#infscr-loading:before {
  content: "\f110";
  animation: fa-spin 1s infinite steps(8);
  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;
}

/* line 2, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .collapse {
  -moz-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  display: block;
  max-height: 0;
  overflow: hidden;
}
/* line 7, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .collapse.in {
  max-height: 800px;
}
/* line 11, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .collapse.no-transition {
  -moz-transition: max-height 0s;
  -o-transition: max-height 0s;
  -webkit-transition: max-height 0s;
  transition: max-height 0s;
}
/* line 15, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  border-top: 2px solid #ededed;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  box-shadow: none;
}
/* line 25, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel:last-child {
  border-bottom: 2px solid #ededed;
}
/* line 28, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel + .panel {
  margin-top: 0;
}
/* line 32, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel .panel-heading {
  background-color: transparent;
  padding: 0;
}
/* line 36, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel .panel-heading h4 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
}
/* line 39, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel .panel-heading h4 a {
  display: block;
  color: #00c0cc;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 46, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel .panel-heading h4 a:hover {
  color: #2fcbda;
}
/* line 49, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel .panel-heading h4 a.active {
  color: #4d4d4d;
}
/* line 55, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel .panel-heading + .panel-collapse > .panel-body, .panel-group .panel .panel-heading + .panel-collapse > .list-group, .panel-group .panel .panel-heading + .panel-collapse > .panel-body, .panel-group .panel .panel-heading + .panel-collapse > .list-group {
  border-style: dashed;
}
/* line 62, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel .panel-group .panel {
  border-top: 2px dotted #ededed;
  border-bottom: 0;
}
/* line 65, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel .panel-group .panel:first-child {
  border-top: 0;
}
/* line 75, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel .panel-group .panel-heading + .content-collapse > .panel-body, .panel-group .panel .panel-group .panel-heading + .content-collapse > .list-group {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
/* line 83, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel .panel-group .panel-heading + .content-collapse > .panel-body > p:first-child, .panel-group .panel .panel-group .panel-heading + .content-collapse > .list-group > p:first-child {
  margin-top: 0;
}
/* line 91, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel .panel-group .collapse:not(.in) .panel-body:before {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
/* line 101, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel .collapse.in .panel-body:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 1;
}
/* line 110, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel:hover .panel-body:before {
  color: #4d4d4d;
}
/* line 117, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel-body {
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 0;
}
/* line 125, ../sass/wordpress/modules/_collapsibles.scss */
.panel-group .panel-body:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 20px;
  top: 15px;
  color: #a5a5a5;
}

/* line 3, ../sass/wordpress/modules/_cookieLaw.scss */
.cc_banner-wrapper .cc_container .cc_btn_accept_all {
  margin-bottom: 0;
  background-color: #00c0cc;
  line-height: 1.4;
}
/* line 9, ../sass/wordpress/modules/_cookieLaw.scss */
.cc_banner-wrapper .cc_container .cc_btn_accept_all:hover, .cc_banner-wrapper .cc_container .cc_btn_accept_all:active, .cc_banner-wrapper .cc_container .cc_btn_accept_all:focus {
  background-color: #2fcbda;
}
/* line 13, ../sass/wordpress/modules/_cookieLaw.scss */
.cc_banner-wrapper .cc_container .cc_message {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  margin-top: 12px;
}
/* line 18, ../sass/wordpress/modules/_cookieLaw.scss */
.cc_banner-wrapper .cc_container .cc_more_info {
  margin-left: 10px;
  color: #00c0cc;
}
/* line 21, ../sass/wordpress/modules/_cookieLaw.scss */
.cc_banner-wrapper .cc_container .cc_more_info:hover {
  color: #2fcbda;
}

/* line 1, ../sass/wordpress/modules/_select2.scss */
.select2-container {
  z-index: 3000;
  padding: 0;
}
/* line 6, ../sass/wordpress/modules/_select2.scss */
.select2-container.no-search .select2-search {
  display: none;
}
/* line 10, ../sass/wordpress/modules/_select2.scss */
.select2-container .select2-dropdown {
  border: 0;
  margin-top: 0;
}
/* line 16, ../sass/wordpress/modules/_select2.scss */
.select2-container .select2-selection .select2-selection__arrow b, .select2-container .select2-selection--single .select2-selection__arrow b, .select2-container .select2-dropdown .select2-selection__arrow b {
  display: block;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  height: 40px;
  width: 40px;
}
/* line 27, ../sass/wordpress/modules/_select2.scss */
.select2-container .select2-selection .select2-selection__rendered, .select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-dropdown .select2-selection__rendered {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
  text-align: left;
}
/* line 35, ../sass/wordpress/modules/_select2.scss */
.select2-container .select2-selection .select2-results__options, .select2-container .select2-selection--single .select2-results__options, .select2-container .select2-dropdown .select2-results__options {
  background-color: #fff;
  margin: 0;
  width: 100%;
  max-width: 100%;
  border: 2px solid #ededed;
  display: inline-block;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow-y: scroll;
}
/* line 46, ../sass/wordpress/modules/_select2.scss */
.select2-container .select2-selection .select2-results__options::-webkit-scrollbar, .select2-container .select2-selection--single .select2-results__options::-webkit-scrollbar, .select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* line 50, ../sass/wordpress/modules/_select2.scss */
.select2-container .select2-selection .select2-results__options::-webkit-scrollbar:vertical, .select2-container .select2-selection--single .select2-results__options::-webkit-scrollbar:vertical, .select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar:vertical {
  width: 10px;
}
/* line 54, ../sass/wordpress/modules/_select2.scss */
.select2-container .select2-selection .select2-results__options::-webkit-scrollbar:horizontal, .select2-container .select2-selection--single .select2-results__options::-webkit-scrollbar:horizontal, .select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar:horizontal {
  height: 11px;
  display: none;
}
/* line 59, ../sass/wordpress/modules/_select2.scss */
.select2-container .select2-selection .select2-results__options::-webkit-scrollbar-thumb, .select2-container .select2-selection--single .select2-results__options::-webkit-scrollbar-thumb, .select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #ededed;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 65, ../sass/wordpress/modules/_select2.scss */
.select2-container .select2-selection .select2-results__options::-webkit-scrollbar-track, .select2-container .select2-selection--single .select2-results__options::-webkit-scrollbar-track, .select2-container .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
  background-color: rgba(165, 165, 165, 0.2);
  border-radius: 8px;
}
/* line 70, ../sass/wordpress/modules/_select2.scss */
.select2-container .select2-selection .select2-results__.select2-dropdown option, .select2-container .select2-selection .select2-results__option, .select2-container .select2-selection--single .select2-results__.select2-dropdown option, .select2-container .select2-selection--single .select2-results__option, .select2-container .select2-dropdown .select2-results__.select2-dropdown option, .select2-container .select2-dropdown .select2-results__option {
  line-height: 32px;
}
/* line 73, ../sass/wordpress/modules/_select2.scss */
.select2-container .select2-selection .select2-results__.select2-dropdown option:first-child, .select2-container .select2-selection .select2-results__option:first-child, .select2-container .select2-selection--single .select2-results__.select2-dropdown option:first-child, .select2-container .select2-selection--single .select2-results__option:first-child, .select2-container .select2-dropdown .select2-results__.select2-dropdown option:first-child, .select2-container .select2-dropdown .select2-results__option:first-child {
  padding-top: 0;
}
/* line 76, ../sass/wordpress/modules/_select2.scss */
.select2-container .select2-selection .select2-results__.select2-dropdown option:after, .select2-container .select2-selection .select2-results__option:after, .select2-container .select2-selection--single .select2-results__.select2-dropdown option:after, .select2-container .select2-selection--single .select2-results__option:after, .select2-container .select2-dropdown .select2-results__.select2-dropdown option:after, .select2-container .select2-dropdown .select2-results__option:after {
  display: none;
}
/* line 81, ../sass/wordpress/modules/_select2.scss */
.select2-container .select2-selection .select2-highlighted, .select2-container .select2-selection .select2-results__option--highlighted[aria-selected], .select2-container .select2-selection--single .select2-highlighted, .select2-container .select2-selection--single .select2-results__option--highlighted[aria-selected], .select2-container .select2-dropdown .select2-highlighted, .select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #00c0cc;
  color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 14, ../sass/wordpress/modules/_select2.scss */
  .select2-container .select2-selection, .select2-container .select2-selection--single, .select2-container .select2-dropdown {
    height: 28px;
  }
  /* line 88, ../sass/wordpress/modules/_select2.scss */
  .select2-container .select2-selection .select2-selection__arrow, .select2-container .select2-selection--single .select2-selection__arrow, .select2-container .select2-dropdown .select2-selection__arrow {
    width: 28px;
    height: 28px;
  }
  /* line 91, ../sass/wordpress/modules/_select2.scss */
  .select2-container .select2-selection .select2-selection__arrow b, .select2-container .select2-selection--single .select2-selection__arrow b, .select2-container .select2-dropdown .select2-selection__arrow b {
    height: 28px;
    width: 28px;
  }
  /* line 96, ../sass/wordpress/modules/_select2.scss */
  .select2-container .select2-selection .select2-selection__rendered, .select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-dropdown .select2-selection__rendered {
    line-height: 28px;
  }
}

/* line 102, ../sass/wordpress/modules/_select2.scss */
select, .select2-results__options, .select2-container {
  width: 100% !important;
}

/* line 4, ../sass/wordpress/modules/_paymentTypeSettings.scss */
.paymentType-settings label.radio-label {
  vertical-align: middle;
}
/* line 8, ../sass/wordpress/modules/_paymentTypeSettings.scss */
.paymentType-settings label.radio-label .cardContainer, .paymentType-settings label.radio-label .logoContainer {
  position: relative;
  display: table-cell;
  height: 20px;
  text-align: center;
  vertical-align: 4px;
  line-height: 0;
  opacity: 0.5;
}
/* line 18, ../sass/wordpress/modules/_paymentTypeSettings.scss */
.paymentType-settings label.radio-label .cardContainer:after, .paymentType-settings label.radio-label .logoContainer:after {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  content: "";
  border: 2px solid #ededed;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 6px;
  right: -2px;
}
/* line 30, ../sass/wordpress/modules/_paymentTypeSettings.scss */
.CREDIT_CARD .paymentType-settings label.radio-label .cardContainer.creditCard, .CREDIT_CARD .paymentType-settings label.radio-label .logoContainer.creditCard {
  opacity: 1;
}
/* line 35, ../sass/wordpress/modules/_paymentTypeSettings.scss */
.paymentType-settings label.radio-label .cardContainer.type-V, .paymentType-settings label.radio-label .logoContainer.type-V {
  max-width: 44px;
  padding: 4px;
}
/* line 39, ../sass/wordpress/modules/_paymentTypeSettings.scss */
.paymentType-settings label.radio-label .cardContainer.type-V:after, .paymentType-settings label.radio-label .logoContainer.type-V:after {
  left: -2px;
}
/* line 44, ../sass/wordpress/modules/_paymentTypeSettings.scss */
.paymentType-settings label.radio-label .cardContainer.type-paypal, .paymentType-settings label.radio-label .logoContainer.type-paypal {
  max-width: 70px;
}
/* line 46, ../sass/wordpress/modules/_paymentTypeSettings.scss */
.paymentType-settings label.radio-label .cardContainer.type-paypal:after, .paymentType-settings label.radio-label .logoContainer.type-paypal:after {
  display: none;
}
/* line 50, ../sass/wordpress/modules/_paymentTypeSettings.scss */
.PAYPAL .paymentType-settings label.radio-label .cardContainer.type-paypal, .PAYPAL .paymentType-settings label.radio-label .logoContainer.type-paypal {
  opacity: 1;
}
/* line 55, ../sass/wordpress/modules/_paymentTypeSettings.scss */
.paymentType-settings label.radio-label .cardContainer + .cardContainer, .paymentType-settings label.radio-label .cardContainer + .logoContainer, .paymentType-settings label.radio-label .logoContainer + .cardContainer, .paymentType-settings label.radio-label .logoContainer + .logoContainer {
  padding-left: 8px;
}
/* line 61, ../sass/wordpress/modules/_paymentTypeSettings.scss */
.paymentType-settings label.radio-label img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 28px;
  vertical-align: middle;
}
/* line 69, ../sass/wordpress/modules/_paymentTypeSettings.scss */
.paymentType-settings label.radio-label .switch-label {
  width: 25px;
  height: 25px;
}
/* line 74, ../sass/wordpress/modules/_paymentTypeSettings.scss */
.paymentType-settings label.radio-label .paypal-payment {
  pointer-events: auto;
}

/* line 1, ../sass/wordpress/modules/_confirm.scss */
.confirm-buttons {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
/* line 8, ../sass/wordpress/modules/_confirm.scss */
.confirm-buttons button {
  margin-right: 20px;
  width: 150px;
}
/* line 16, ../sass/wordpress/modules/_confirm.scss */
.confirm-buttons button:last-child {
  margin-right: 0;
}

/* line 2, ../sass/wordpress/modules/_modal.scss */
.modal-body.myss-modal {
  padding: 0 !important;
  text-align: left;
}
/* line 6, ../sass/wordpress/modules/_modal.scss */
.modal-body.myss-modal .confirm-buttons {
  margin-bottom: 0;
  padding-bottom: 40px;
}
/* line 13, ../sass/wordpress/modules/_modal.scss */
.modal-body.myss-modal h3, .modal-body.myss-modal h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  min-height: 78px;
  margin: 0 30px;
  padding: 30px 0 20px;
  border-bottom: 2px solid #ededed;
  line-height: 1.4;
  font-size: 24px;
}
/* line 26, ../sass/wordpress/modules/_modal.scss */
.modal-body.myss-modal p, .modal-body.myss-modal .contentWrapper {
  padding: 10px 40px 20px;
  margin-bottom: 0;
}
/* line 30, ../sass/wordpress/modules/_modal.scss */
.modal-body.myss-modal p p, .modal-body.myss-modal .contentWrapper p {
  padding-left: 0;
  padding-right: 0;
}
/* line 37, ../sass/wordpress/modules/_modal.scss */
.modal-body.myss-modal p + .confirm-buttons, .modal-body.myss-modal .contentWrapper + .confirm-buttons {
  margin-top: 0;
}
/* line 42, ../sass/wordpress/modules/_modal.scss */
.modal-body.myss-modal ul.grey {
  background-color: #f7f7f7;
  border-bottom: 2px solid #ededed;
  height: 160px;
  padding: 10px 40px 20px;
  overflow: auto;
}
/* line 49, ../sass/wordpress/modules/_modal.scss */
.modal-body.myss-modal ul.grey li {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #ededed;
  padding: 5px 0;
  font-size: 16px;
}
/* line 55, ../sass/wordpress/modules/_modal.scss */
.modal-body.myss-modal ul.grey li a {
  color: #4d4d4d;
}
/* line 57, ../sass/wordpress/modules/_modal.scss */
.modal-body.myss-modal ul.grey li a.active {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #00c0cc;
}
/* line 62, ../sass/wordpress/modules/_modal.scss */
.modal-body.myss-modal ul.grey li a:hover, .modal-body.myss-modal ul.grey li a:focus, .modal-body.myss-modal ul.grey li a:active {
  color: #2fcbda;
}
/* line 72, ../sass/wordpress/modules/_modal.scss */
.modal-body .close {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  position: absolute;
  top: 6px;
  right: 6px;
  opacity: 1;
  background: none;
  font-size: 20px;
  width: 40px;
  height: 40px;
  color: #a5a5a5;
}
/* line 84, ../sass/wordpress/modules/_modal.scss */
.modal-body .close:focus {
  padding: 0;
  text-decoration: none;
}
/* line 89, ../sass/wordpress/modules/_modal.scss */
.modal-body .close:hover {
  color: #4d4d4d;
}
/* line 103, ../sass/wordpress/modules/_modal.scss */
.modal-body[data-slug="#downgrade-to-free"] h2, .modal-body[data-slug="#individual-downgrade"] h2 {
  padding: 10px 40px;
  min-height: 60px;
}
/* line 108, ../sass/wordpress/modules/_modal.scss */
.modal-body[data-slug="#downgrade-to-free"] p, .modal-body[data-slug="#individual-downgrade"] p {
  text-align: center;
}

/* line 115, ../sass/wordpress/modules/_modal.scss */
html.showOverlay {
  overflow: hidden;
}
/* line 118, ../sass/wordpress/modules/_modal.scss */
html.showOverlay.touch body {
  position: absolute;
  height: 100%;
  overflow: hidden;
}
/* line 123, ../sass/wordpress/modules/_modal.scss */
html.showOverlay.touch body .modal-dialog {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1, ../sass/wordpress/modules/_wpml.scss */
.wpml-ls-statics-post_translations {
  position: absolute;
  top: -10px;
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  /* line 3, ../sass/wordpress/modules/_featuredContent.scss */
  .featuredContentSlider button.slick-prev {
    margin-left: -40px;
  }
  /* line 7, ../sass/wordpress/modules/_featuredContent.scss */
  .featuredContentSlider button.slick-next {
    margin-right: -40px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 13, ../sass/wordpress/modules/_featuredContent.scss */
  .featuredContentSlider button.slick-prev {
    margin-left: -45px;
  }
  /* line 17, ../sass/wordpress/modules/_featuredContent.scss */
  .featuredContentSlider button.slick-next {
    margin-right: -45px;
  }
}
@media screen and (min-width: 1400px) {
  /* line 23, ../sass/wordpress/modules/_featuredContent.scss */
  .featuredContentSlider button.slick-prev {
    margin-left: -110px;
  }
  /* line 27, ../sass/wordpress/modules/_featuredContent.scss */
  .featuredContentSlider button.slick-next {
    margin-right: -110px;
  }
}

/* line 33, ../sass/wordpress/modules/_featuredContent.scss */
.featuredContentBlock {
  text-align: center;
  padding: 0 10px;
}
/* line 37, ../sass/wordpress/modules/_featuredContent.scss */
.featuredContentBlock .img-container {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 2px solid #ededed;
  margin: 0 auto 20px;
  max-width: 368px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
/* line 48, ../sass/wordpress/modules/_featuredContent.scss */
.featuredContentBlock .img-container img {
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
}
/* line 59, ../sass/wordpress/modules/_featuredContent.scss */
.featuredContentBlock .img-container .img-link {
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
/* line 65, ../sass/wordpress/modules/_featuredContent.scss */
.featuredContentBlock .img-container .img-link:hover img {
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.03);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.03);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.03);
  transform: translateX(-50%) translateY(-50%) scale(1.03);
}
/* line 72, ../sass/wordpress/modules/_featuredContent.scss */
.featuredContentBlock h4 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  /* line 72, ../sass/wordpress/modules/_featuredContent.scss */
  .featuredContentBlock h4 {
    font-size: 20.8px;
  }
}
/* line 79, ../sass/wordpress/modules/_featuredContent.scss */
.featuredContentBlock p {
  font-size: 18px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  /* line 79, ../sass/wordpress/modules/_featuredContent.scss */
  .featuredContentBlock p {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 480px) {
  /* line 79, ../sass/wordpress/modules/_featuredContent.scss */
  .featuredContentBlock p {
    font-size: 12.6px;
  }
}
/* line 85, ../sass/wordpress/modules/_featuredContent.scss */
.featuredContentBlock a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  /* line 85, ../sass/wordpress/modules/_featuredContent.scss */
  .featuredContentBlock a {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 480px) {
  /* line 85, ../sass/wordpress/modules/_featuredContent.scss */
  .featuredContentBlock a {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 91, ../sass/wordpress/modules/_featuredContent.scss */
  .featuredContentBlock .img-container, .featuredContentBlock h4, .featuredContentBlock p {
    max-width: 468px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 1, ../sass/wordpress/modules/_tab.scss */
.tab-menu {
  text-align: center;
}
/* line 5, ../sass/wordpress/modules/_tab.scss */
.tab-menu button {
  margin-right: 10px;
}
/* line 90, ../sass/partials/_buttons.scss */
.tab-menu button.active, .tab-menu button.active:focus {
  background-color: #ff9900;
  border-color: #ff9900;
  color: white;
}
/* line 97, ../sass/partials/_buttons.scss */
.tab-menu button.active:hover, .tab-menu div[choice-tile] .choiceTile button.active, div[choice-tile] .choiceTile .tab-menu button.active, .tab-menu button.active:active, .tab-menu button.active:active:hover, .tab-menu div[choice-tile] .choiceTile button.active:active, div[choice-tile] .choiceTile .tab-menu button.active:active, .tab-menu button.active:active:focus {
  background-color: #ffba00;
  border-color: #ffba00;
  color: white;
}
/* line 12, ../sass/wordpress/modules/_tab.scss */
.tab-menu .tab {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  transform-origin: top center;
  max-height: 0;
  overflow: hidden;
}
/* line 19, ../sass/wordpress/modules/_tab.scss */
.tab-menu .tab.active {
  max-height: none;
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* line 2, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 20px;
  border: 2px solid #ededed;
  border-radius: 5px;
  background-color: #fff;
  text-align: left;
}
/* line 14, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step strong, .flowChartList .step .number {
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 14, ../sass/wordpress/modules/_flowChartList.scss */
  .flowChartList .step strong, .flowChartList .step .number {
    font-size: 15.4px;
  }
}
/* line 20, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step strong {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  display: block;
}
/* line 25, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step .number {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  display: inline-block;
  border-radius: 50%;
  background: #00c0cc;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #fff;
  vertical-align: top;
  margin-left: -8px;
}
/* line 37, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step .number:first-child {
  margin-left: -15px;
}
/* line 42, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step .image-wrapper {
  min-height: 30px;
  text-align: center;
}
/* line 47, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step .arrow, .flowChartList .step .arrow-border {
  content: '';
  position: absolute;
  z-index: 1;
  height: 0;
  width: 0;
  right: 50%;
  border-radius: 2px;
}
/* line 58, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step .arrow-border {
  bottom: -33px;
}
/* line 62, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step .arrow {
  bottom: -30px;
}
/* line 68, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step:nth-last-child(1) {
  z-index: 1;
}
/* line 68, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step:nth-last-child(2) {
  z-index: 2;
}
/* line 68, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step:nth-last-child(3) {
  z-index: 3;
}
/* line 68, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step:nth-last-child(4) {
  z-index: 4;
}
/* line 68, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step:nth-last-child(5) {
  z-index: 5;
}
/* line 68, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step:nth-last-child(6) {
  z-index: 6;
}
/* line 68, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step:nth-last-child(7) {
  z-index: 7;
}
/* line 68, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step:nth-last-child(8) {
  z-index: 8;
}
/* line 68, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step:nth-last-child(9) {
  z-index: 9;
}
/* line 68, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step:nth-last-child(10) {
  z-index: 10;
}
/* line 73, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step:last-child {
  margin-bottom: 0;
}
/* line 75, ../sass/wordpress/modules/_flowChartList.scss */
.flowChartList .step:last-child .arrow-border, .flowChartList .step:last-child .arrow {
  display: none;
}
@media screen and (max-width: 991px) {
  /* line 83, ../sass/wordpress/modules/_flowChartList.scss */
  .flowChartList .arrow-border {
    border-left: 61px solid transparent !important;
    border-right: 61px solid transparent !important;
    border-top: 32px solid #ededed !important;
    margin-right: -61px;
  }
  /* line 90, ../sass/wordpress/modules/_flowChartList.scss */
  .flowChartList .arrow {
    border-left: 60px solid transparent !important;
    border-right: 60px solid transparent !important;
    border-top: 30px solid #fff !important;
    margin-right: -60px;
  }
}
@media screen and (min-width: 992px) {
  /* line 1, ../sass/wordpress/modules/_flowChartList.scss */
  .flowChartList {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 103, ../sass/wordpress/modules/_flowChartList.scss */
  .flowChartList .step {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px;
    line-height: 1.45;
    max-width: 100%;
  }
  /* line 114, ../sass/wordpress/modules/_flowChartList.scss */
  .flowChartList .step .image-wrapper {
    position: relative;
    float: left;
    padding-top: 25px;
    min-width: 30px;
  }
  /* line 120, ../sass/wordpress/modules/_flowChartList.scss */
  .flowChartList .step .image-wrapper img {
    max-width: 80px;
  }
  /* line 124, ../sass/wordpress/modules/_flowChartList.scss */
  .flowChartList .step .image-wrapper + div {
    margin-left: 40px;
  }
  /* line 128, ../sass/wordpress/modules/_flowChartList.scss */
  .flowChartList .step .image-wrapper.withImage + div {
    margin-left: 90px;
  }
  /* line 132, ../sass/wordpress/modules/_flowChartList.scss */
  .flowChartList .step .image-wrapper .number {
    position: absolute;
    right: 0;
    top: 20px;
  }
  /* line 139, ../sass/wordpress/modules/_flowChartList.scss */
  .flowChartList .step strong {
    text-align: left;
  }
  /* line 143, ../sass/wordpress/modules/_flowChartList.scss */
  .flowChartList .step .arrow-border, .flowChartList .step .arrow {
    bottom: auto;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: none;
    margin: 0;
  }
  /* line 152, ../sass/wordpress/modules/_flowChartList.scss */
  .flowChartList .step .arrow-border {
    border-top-width: 52px;
    border-bottom-width: 52px;
    border-left: 32px solid #ededed !important;
    top: -2px;
    right: -32px;
  }
  /* line 160, ../sass/wordpress/modules/_flowChartList.scss */
  .flowChartList .step .arrow {
    border-left: 30px solid #fff !important;
    right: -30px;
    top: 0;
  }
}

/* line 3, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
.modal-body.myss-modal.slug-switch-account h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 32px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  min-height: 0;
  line-height: 1.4;
  border-bottom: 2px solid #ededed;
}
/* line 20, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
.modal-body.myss-modal.slug-switch-account ul {
  padding: 0 40px;
  margin: 20px 0 25px;
  display: inline-block;
  width: 100%;
  background-color: transparent;
}
/* line 27, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
.modal-body.myss-modal.slug-switch-account ul li {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  padding: 10px 20px;
  border: 2px solid #ededed;
  vertical-align: middle;
  border-radius: 5px;
  font-size: 24px;
  cursor: pointer;
}
/* line 41, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
.modal-body.myss-modal.slug-switch-account ul li button {
  background-color: transparent;
  color: #4d4d4d;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
}
/* line 53, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
.modal-body.myss-modal.slug-switch-account ul li:before, .modal-body.myss-modal.slug-switch-account ul li:after, .modal-body.myss-modal.slug-switch-account ul li .name {
  vertical-align: middle;
}
/* line 59, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
.modal-body.myss-modal.slug-switch-account ul li:before {
  font-family: 'myss_iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  display: inline-block;
  color: #a5a5a5;
  width: 28px;
  vertical-align: -3px;
  font-size: 24px;
}
/* line 71, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
.modal-body.myss-modal.slug-switch-account ul li.multi:before {
  text-indent: -2px;
}
/* line 77, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
.modal-body.myss-modal.slug-switch-account ul li:active, .modal-body.myss-modal.slug-switch-account ul li:hover, .modal-body.myss-modal.slug-switch-account ul li:focus {
  border-color: #00c0cc;
}
/* line 81, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
.modal-body.myss-modal.slug-switch-account ul li:active:before, .modal-body.myss-modal.slug-switch-account ul li:hover:before, .modal-body.myss-modal.slug-switch-account ul li:focus:before {
  color: #00c0cc;
}
/* line 86, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
.modal-body.myss-modal.slug-switch-account ul li.disabled {
  background-color: #f7f7f7;
  color: #4d4d4d;
  cursor: not-allowed;
  padding-right: 40px;
}
/* line 91, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
.modal-body.myss-modal.slug-switch-account ul li.disabled button {
  cursor: not-allowed;
  background-color: transparent !important;
}
/* line 96, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
.modal-body.myss-modal.slug-switch-account ul li.disabled:after {
  font-family: 'myss_iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 22px;
  right: 20px;
  color: #a5a5a5;
  font-size: 24px;
}
/* line 105, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
.modal-body.myss-modal.slug-switch-account ul li.disabled:active, .modal-body.myss-modal.slug-switch-account ul li.disabled:hover, .modal-body.myss-modal.slug-switch-account ul li.disabled:focus {
  border-color: #ededed;
}
/* line 109, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
.modal-body.myss-modal.slug-switch-account ul li.disabled:active:before, .modal-body.myss-modal.slug-switch-account ul li.disabled:hover:before, .modal-body.myss-modal.slug-switch-account ul li.disabled:focus:before {
  color: #a5a5a5;
}
/* line 115, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
.modal-body.myss-modal.slug-switch-account ul li .name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 80%;
  display: inline-block;
  vertical-align: middle;
}
/* line 122, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
.modal-body.myss-modal.slug-switch-account ul li .subscriptionPlan {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: block;
  margin-left: 40px;
  vertical-align: bottom;
  font-size: 16px;
  color: #a5a5a5;
}
@media (min-width: 768px) {
  /* line 20, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
  .modal-body.myss-modal.slug-switch-account ul {
    max-height: 370px;
    overflow: auto;
  }
  /* line 138, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
  .modal-body.myss-modal.slug-switch-account ul li {
    padding: 15px 20px 17px;
  }
  /* line 141, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
  .modal-body.myss-modal.slug-switch-account ul li .name {
    max-width: 390px;
  }
  /* line 145, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
  .modal-body.myss-modal.slug-switch-account ul li .subscriptionPlan {
    display: inline-block;
    margin-left: 20px;
    line-height: 32px;
    color: transparent;
  }
  /* line 155, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
  .modal-body.myss-modal.slug-switch-account ul li:active .subscriptionPlan, .modal-body.myss-modal.slug-switch-account ul li:hover .subscriptionPlan, .modal-body.myss-modal.slug-switch-account ul li:focus .subscriptionPlan {
    color: #a5a5a5;
  }
}
@media (min-width: 768px) {
  /* line 1, ../sass/wordpress/modules/popups/_accountSwitcherPopup.scss */
  .modal-body.myss-modal.slug-switch-account {
    width: 682px;
  }
}

/* line 1, ../sass/wordpress/modules/popups/_cookieConsent.scss */
.modal-body.myss-modal.slug-cookie-consent {
  max-width: 682px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, ../sass/wordpress/modules/popups/_cookieConsent.scss */
.modal-body.myss-modal.slug-cookie-consent .close {
  display: none;
}
/* line 13, ../sass/wordpress/modules/popups/_cookieConsent.scss */
.modal-body.myss-modal.slug-cookie-consent .toggleButtons {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 2px solid #ededed;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  max-width: 100px;
  float: right;
  margin-top: -10px;
}
/* line 505, ../sass/partials/_buttons.scss */
.modal-body.myss-modal.slug-cookie-consent .toggleButtons:before {
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #fff;
}
/* line 516, ../sass/partials/_buttons.scss */
.modal-body.myss-modal.slug-cookie-consent .toggleButtons button, .modal-body.myss-modal.slug-cookie-consent .toggleButtons .switch-label > span {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  float: left;
  height: 100%;
  min-height: 40px;
  width: 50%;
  margin: 0;
  padding: 0;
  border: 2px solid #fff !important;
  border-width: 2px 0 2px 0 !important;
}
/* line 533, ../sass/partials/_buttons.scss */
.modal-body.myss-modal.slug-cookie-consent .toggleButtons button:focus, .modal-body.myss-modal.slug-cookie-consent .toggleButtons .switch-label > span:focus {
  color: #a5a5a5 !important;
}
/* line 537, ../sass/partials/_buttons.scss */
.modal-body.myss-modal.slug-cookie-consent .toggleButtons button:hover, .modal-body.myss-modal.slug-cookie-consent .toggleButtons div[choice-tile] .choiceTile button, div[choice-tile] .choiceTile .modal-body.myss-modal.slug-cookie-consent .toggleButtons button, .modal-body.myss-modal.slug-cookie-consent .toggleButtons button:active, .modal-body.myss-modal.slug-cookie-consent .toggleButtons .switch-label > span:hover, .modal-body.myss-modal.slug-cookie-consent .toggleButtons .switch-label > span:active {
  color: #4d4d4d !important;
}
/* line 542, ../sass/partials/_buttons.scss */
.modal-body.myss-modal.slug-cookie-consent .toggleButtons button:first-child, .modal-body.myss-modal.slug-cookie-consent .toggleButtons .switch-label > span:first-child {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
  border-left-width: 2px !important;
}
/* line 548, ../sass/partials/_buttons.scss */
.modal-body.myss-modal.slug-cookie-consent .toggleButtons button:last-child, .modal-body.myss-modal.slug-cookie-consent .toggleButtons .switch-label > span:last-child {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
  border-right-width: 2px !important;
}
/* line 559, ../sass/partials/_buttons.scss */
.modal-body.myss-modal.slug-cookie-consent .toggleButtons.on:before {
  left: 0%;
}
/* line 565, ../sass/partials/_buttons.scss */
.modal-body.myss-modal.slug-cookie-consent .toggleButtons.on button.on, .modal-body.myss-modal.slug-cookie-consent .toggleButtons.on button.on:before {
  color: #00c0cc !important;
  cursor: default;
}
/* line 559, ../sass/partials/_buttons.scss */
.modal-body.myss-modal.slug-cookie-consent .toggleButtons.off:before {
  left: 50%;
}
/* line 565, ../sass/partials/_buttons.scss */
.modal-body.myss-modal.slug-cookie-consent .toggleButtons.off button.off, .modal-body.myss-modal.slug-cookie-consent .toggleButtons.off button.off:before {
  color: #00c0cc !important;
  cursor: default;
}
/* line 22, ../sass/wordpress/modules/popups/_cookieConsent.scss */
.modal-body.myss-modal.slug-cookie-consent .toggleButtons, .modal-body.myss-modal.slug-cookie-consent .toggleButtons button {
  min-height: 35px;
}
/* line 26, ../sass/wordpress/modules/popups/_cookieConsent.scss */
.modal-body.myss-modal.slug-cookie-consent .toggleButtons.disabled {
  pointer-events: initial;
  cursor: not-allowed;
  opacity: 0.6;
}
/* line 31, ../sass/wordpress/modules/popups/_cookieConsent.scss */
.modal-body.myss-modal.slug-cookie-consent .toggleButtons.disabled button {
  pointer-events: none;
}
/* line 34, ../sass/wordpress/modules/popups/_cookieConsent.scss */
.modal-body.myss-modal.slug-cookie-consent .toggleButtons.disabled button.on, .modal-body.myss-modal.slug-cookie-consent .toggleButtons.disabled button.off {
  color: #a5a5a5 !important;
}
@media (min-width: 768px) {
  /* line 13, ../sass/wordpress/modules/popups/_cookieConsent.scss */
  .modal-body.myss-modal.slug-cookie-consent .toggleButtons {
    max-width: 150px;
  }
  /* line 43, ../sass/wordpress/modules/popups/_cookieConsent.scss */
  .modal-body.myss-modal.slug-cookie-consent .toggleButtons, .modal-body.myss-modal.slug-cookie-consent .toggleButtons button {
    min-height: 40px;
  }
}
/* line 50, ../sass/wordpress/modules/popups/_cookieConsent.scss */
.modal-body.myss-modal.slug-cookie-consent .cookieConsentType strong, .modal-body.myss-modal.slug-cookie-consent .cookieConsentType p {
  color: #a5a5a5;
}
/* line 55, ../sass/wordpress/modules/popups/_cookieConsent.scss */
.modal-body.myss-modal.slug-cookie-consent .cookieConsentType.on strong {
  color: #00c0cc;
}
/* line 59, ../sass/wordpress/modules/popups/_cookieConsent.scss */
.modal-body.myss-modal.slug-cookie-consent .cookieConsentType.on p {
  color: #4d4d4d;
}
/* line 66, ../sass/wordpress/modules/popups/_cookieConsent.scss */
.modal-body.myss-modal.slug-cookie-consent .confirm-buttons button {
  width: auto;
}

/* line 50, ../sass/wordpress/pages/__pages.scss */
body.page-template-template-home .intro-container, body.page-template-template-examples .content > section.slider-stage, body.page-template-template-contact .stage, body.page-template-template-about .content > section:first-of-type {
  background-color: #f7f7f7;
  padding-bottom: 15%;
  position: relative;
}
/* line 6, ../sass/wordpress/pages/__pages.scss */
body.page-template-template-home .intro-container > .container, body.page-template-template-examples .content > section.slider-stage > .container, body.page-template-template-contact .stage > .container, body.page-template-template-about .content > section:first-of-type > .container {
  position: relative;
  z-index: 10;
}
/* line 11, ../sass/wordpress/pages/__pages.scss */
body.page-template-template-home .intro-container + section > .container, body.page-template-template-examples .content > section.slider-stage + section > .container, body.page-template-template-contact .stage + section > .container, body.page-template-template-about .content > section:first-of-type + section > .container {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  /* line 17, ../sass/wordpress/pages/__pages.scss */
  body.page-template-template-home .intro-container:before, body.page-template-template-examples .content > section.slider-stage:before, body.page-template-template-contact .stage:before, body.page-template-template-about .content > section:first-of-type:before, body.page-template-template-home .intro-container:after, body.page-template-template-examples .content > section.slider-stage:after, body.page-template-template-contact .stage:after, body.page-template-template-about .content > section:first-of-type:after {
    -moz-transform: skewY(-12deg);
    -ms-transform: skewY(-12deg);
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    padding-bottom: 50%;
  }
  /* line 25, ../sass/wordpress/pages/__pages.scss */
  body.page-template-template-home .intro-container:before, body.page-template-template-examples .content > section.slider-stage:before, body.page-template-template-contact .stage:before, body.page-template-template-about .content > section:first-of-type:before {
    background-color: #f7f7f7;
    bottom: 5%;
    z-index: 10;
  }
  /* line 30, ../sass/wordpress/pages/__pages.scss */
  body.page-template-template-home .intro-container:after, body.page-template-template-examples .content > section.slider-stage:after, body.page-template-template-contact .stage:after, body.page-template-template-about .content > section:first-of-type:after {
    background-color: #fff;
    bottom: -50%;
  }
}
@media screen and (min-width: 992px) {
  /* line 36, ../sass/wordpress/pages/__pages.scss */
  body.page-template-template-home .intro-container:after, body.page-template-template-examples .content > section.slider-stage:after, body.page-template-template-contact .stage:after, body.page-template-template-about .content > section:first-of-type:after {
    bottom: -60%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 41, ../sass/wordpress/pages/__pages.scss */
  body.page-template-template-home .intro-container:before, body.page-template-template-examples .content > section.slider-stage:before, body.page-template-template-contact .stage:before, body.page-template-template-about .content > section:first-of-type:before {
    bottom: 8%;
  }
  /* line 44, ../sass/wordpress/pages/__pages.scss */
  body.page-template-template-home .intro-container:after, body.page-template-template-examples .content > section.slider-stage:after, body.page-template-template-contact .stage:after, body.page-template-template-about .content > section:first-of-type:after {
    bottom: -75%;
  }
}

/* line 3, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .stage .hover-container {
  left: 10%;
}
/* line 6, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .stage .mr-player-container {
  left: -12.5%;
}
/* line 11, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .teaserContent {
  background-color: #ededed;
  padding: 15px 0;
  z-index: 20;
  position: relative;
}
/* line 16, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .teaserContent a {
  color: #ff9900;
}
/* line 18, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .teaserContent a:hover, body.page-template-template-home .teaserContent a:focus, body.page-template-template-home .teaserContent a:active {
  color: #ffba00;
}
/* line 23, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .teaserContent img {
  vertical-align: -9px;
}
@media screen and (min-width: 768px) {
  /* line 28, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .teaserContent [class*="col-"] {
    padding: 0 4%;
  }
}
/* line 34, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .intro-container {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  /* line 38, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .intro-container:before {
    bottom: 15%;
  }
  /* line 41, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .intro-container:after {
    bottom: -35%;
  }
}
@media screen and (min-width: 992px) {
  /* line 46, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .intro-container:after {
    bottom: -40%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 51, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .intro-container:before {
    bottom: 17%;
  }
  /* line 54, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .intro-container:after {
    bottom: -45%;
  }
}
/* line 60, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .jumbotron.bubble {
  border: 0;
  background-color: transparent;
}
/* line 63, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .jumbotron.bubble p {
  margin: auto;
}
@media screen and (min-width: 991px) {
  /* line 60, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .jumbotron.bubble {
    padding-bottom: 60px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 71, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .jumbotron.bubble p {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  /* line 60, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .jumbotron.bubble {
    margin-bottom: 20px;
  }
  /* line 77, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .jumbotron.bubble h2 {
    margin-bottom: 10px;
  }
}
/* line 83, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .bubble-slider-container {
  margin-top: -30px;
  position: relative;
  z-index: 10;
}
/* line 87, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .bubble-slider-container .slider {
  margin-top: -30px;
}
/* line 90, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .bubble-slider-container .slider .usp-wrapper .img-container {
  width: 130%;
  left: -15%;
}
/* line 97, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .bubble-slider-container .slider .slick-slider .slick-arrow.slick-next {
  right: 50%;
  margin-right: -110px;
}
/* line 101, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .bubble-slider-container .slider .slick-slider .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -110px;
}
@media screen and (min-width: 768px) {
  /* line 109, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .bubble-slider-container .slider {
    margin-top: -85px;
  }
  /* line 111, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .bubble-slider-container .slider .bubble-container {
    left: -1%;
  }
  /* line 115, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .bubble-slider-container .slider .usp-wrapper .img-container {
    width: 145%;
    left: -25%;
  }
}
@media screen and (min-width: 991px) {
  /* line 123, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .bubble-slider-container .slider {
    margin-top: -105px;
  }
  /* line 125, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .bubble-slider-container .slider .bubble-container {
    left: -3%;
  }
  /* line 129, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .bubble-slider-container .slider .usp-wrapper .img-container {
    width: 125%;
    left: -6%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 139, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .bubble-slider-container .slider .usp-wrapper .img-container {
    width: 100%;
    left: 0;
  }
}
/* line 147, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .bubble-slider-container ul.slick-dots {
  bottom: -130px;
  position: absolute;
  left: 0;
  right: 0;
}
/* line 152, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .bubble-slider-container ul.slick-dots li.slick-active button {
  background-color: #a5a5a5;
}
/* line 155, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .bubble-slider-container ul.slick-dots button {
  border-color: #a5a5a5 !important;
}
@media screen and (max-width: 991px) {
  /* line 161, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .bubble-slider-container ul.slick-dots, body.page-template-template-home .bubble-slider-container .slick-slider .slick-arrow {
    bottom: -115px;
  }
  /* line 164, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .bubble-slider-container .slick-slider .slick-arrow {
    bottom: -105px;
  }
}
@media screen and (max-width: 767px) {
  /* line 169, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .bubble-slider-container ul.slick-dots {
    bottom: -101px;
  }
}
@media screen and (max-width: 480px) {
  /* line 174, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .bubble-slider-container ul.slick-dots {
    bottom: -70px;
  }
  /* line 177, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .bubble-slider-container .slick-slider .slick-arrow {
    bottom: -80px;
  }
}
/* line 183, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .simply4u {
  position: relative;
  background-color: #fff;
}
/* line 187, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .simply4u .container {
  position: relative;
  z-index: 20;
}
/* line 192, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .simply4u .column {
  padding: 0 4%;
}
/* line 194, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .simply4u .column img {
  margin-bottom: 20px;
}
/* line 197, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .simply4u .column h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  /* line 192, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .simply4u .column {
    border-bottom: 2px solid #ededed;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  /* line 205, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .simply4u .column:nth-child(even) img {
    float: right;
  }
  /* line 208, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .simply4u .column:nth-child(even) h3, body.page-template-template-home .simply4u .column:nth-child(even) > div {
    float: left;
  }
  /* line 212, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .simply4u .column img {
    margin-bottom: 10px;
    max-width: 30%;
    margin-left: 3.333%;
    float: left;
  }
  /* line 218, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .simply4u .column h3, body.page-template-template-home .simply4u .column > div {
    float: right;
    width: 66.6666%;
    padding: 0 20px;
  }
  /* line 223, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .simply4u .column h3 {
    margin-top: -16px;
  }
  /* line 226, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .simply4u .column:last-child {
    border-bottom: 0;
  }
  /* line 229, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .simply4u .column:after {
    content: "";
    display: table;
    clear: both;
  }
}
/* line 238, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .customerLogoSlider {
  margin-top: 20px;
  background: #fff;
  padding: 32px;
}
/* line 244, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .customerLogoSlider .sliderCol .imageWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 10px;
}
/* line 251, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .customerLogoSlider .sliderCol .imageWrapper img {
  max-height: 100%;
}
/* line 255, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .customerLogoSlider .sliderCol .imageWrapper + .imageWrapper {
  margin-top: 40px;
}
/* line 262, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .why-myss {
  background-color: #f7f7f7;
  padding-bottom: 80px;
}
/* line 265, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .why-myss .col-sm-6 {
  padding-left: 4%;
}
/* line 267, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .why-myss .col-sm-6 + body.page-template-template-home .why-myss .col-sm-6 .col-sm-6 {
  padding-left: 0;
  padding-right: 4%;
}
/* line 272, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .why-myss .input-content {
  padding-left: 4%;
}
/* line 275, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .why-myss .circle-slider {
  margin-bottom: 50px;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  /* line 275, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .why-myss .circle-slider {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  /* line 275, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .why-myss .circle-slider {
    margin-top: 40px;
  }
}
/* line 288, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .clips-myss {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-top: 30px;
}
/* line 293, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .clips-myss:before, body.page-template-template-home .clips-myss:after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 25%;
  z-index: -1;
  top: -3%;
}
/* line 302, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .clips-myss:after {
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
}
/* line 305, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .clips-myss:before {
  -moz-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  -webkit-transform: skewY(6deg);
  transform: skewY(6deg);
}
/* line 309, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .clips-myss .container {
  position: relative;
  z-index: 10;
}
/* line 313, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .clips-myss .wistia-tile {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  /* line 313, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .clips-myss .wistia-tile {
    margin-bottom: 10px;
  }
}
/* line 321, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .caseStudies {
  z-index: 1;
  padding-bottom: 50px;
}
/* line 325, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .caseStudies .slick-dots {
  margin-top: 30px;
}
/* line 329, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .caseStudies .slick-slider button.slick-next, body.page-template-template-home .caseStudies .slick-slider button.slick-prev {
  top: 25%;
}
/* line 334, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .testimonial-footer {
  position: relative;
  z-index: 10;
}
/* line 337, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .testimonial-footer:before {
  content: "";
  -moz-transform: skewY(-17deg);
  -ms-transform: skewY(-17deg);
  -webkit-transform: skewY(-17deg);
  transform: skewY(-17deg);
  position: absolute;
  width: 100%;
  top: 30%;
  bottom: -100%;
  left: 0;
  background-color: #fff;
}
/* line 348, ../sass/wordpress/pages/_home.scss */
body.page-template-template-home .testimonial-footer:after {
  content: "";
  width: 80%;
  margin: auto;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: 0;
  background-color: #ededed;
}
@media screen and (min-width: 992px) {
  /* line 360, ../sass/wordpress/pages/_home.scss */
  body.page-template-template-home .testimonial-footer:after {
    display: none;
  }
}

/* line 3, ../sass/wordpress/pages/_professional.scss */
body.page-template-template-customers.professional .stage .mr-player-container {
  left: -11%;
  margin-top: 10%;
}
@media screen and (min-width: 991px) {
  /* line 8, ../sass/wordpress/pages/_professional.scss */
  body.page-template-template-customers.professional .stage .mr-player-container {
    left: -6%;
    margin-top: 13%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 14, ../sass/wordpress/pages/_professional.scss */
  body.page-template-template-customers.professional .stage .mr-player-container {
    left: -10.5%;
    margin-top: 11.5%;
  }
}

/* line 3, ../sass/wordpress/pages/_educational.scss */
body.page-template-template-customers.educational .stage .mr-player-container {
  left: -17.5%;
  margin-top: 7%;
}
@media screen and (min-width: 1200px) {
  /* line 3, ../sass/wordpress/pages/_educational.scss */
  body.page-template-template-customers.educational .stage .mr-player-container {
    left: -9%;
  }
}

/* line 3, ../sass/wordpress/pages/_personal.scss */
body.page-template-template-customers.personal .stage .mr-player-container {
  left: -13%;
}
@media screen and (min-width: 991px) {
  /* line 3, ../sass/wordpress/pages/_personal.scss */
  body.page-template-template-customers.personal .stage .mr-player-container {
    margin-top: 14%;
    left: -10%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 3, ../sass/wordpress/pages/_personal.scss */
  body.page-template-template-customers.personal .stage .mr-player-container {
    margin-top: 12%;
    left: -13%;
  }
}

/* line 3, ../sass/wordpress/pages/_templateCustomers.scss */
body.page-template-template-customers .stage .hover-container {
  left: 15%;
}
@media screen and (max-width: 480px) {
  /* line 7, ../sass/wordpress/pages/_templateCustomers.scss */
  body.page-template-template-customers .stage .hover-container {
    left: 11%;
  }
}
@media screen and (max-width: 767px) {
  /* line 12, ../sass/wordpress/pages/_templateCustomers.scss */
  body.page-template-template-customers .stage .stopper {
    left: -5px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 17, ../sass/wordpress/pages/_templateCustomers.scss */
  body.page-template-template-customers .stage .hover-container {
    left: 10%;
  }
}
/* line 24, ../sass/wordpress/pages/_templateCustomers.scss */
body.page-template-template-customers .customers-content .text {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  /* line 24, ../sass/wordpress/pages/_templateCustomers.scss */
  body.page-template-template-customers .customers-content .text {
    padding-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 24, ../sass/wordpress/pages/_templateCustomers.scss */
  body.page-template-template-customers .customers-content .text {
    float: none;
    width: 100%;
  }
}
/* line 34, ../sass/wordpress/pages/_templateCustomers.scss */
body.page-template-template-customers .customers-content .img {
  text-align: center;
}
/* line 41, ../sass/wordpress/pages/_templateCustomers.scss */
body.page-template-template-customers .content > section:nth-child(even):not(.stage) {
  padding-bottom: 80px;
}
/* line 44, ../sass/wordpress/pages/_templateCustomers.scss */
body.page-template-template-customers .content > section:nth-child(odd):not(.stage) {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
/* line 48, ../sass/wordpress/pages/_templateCustomers.scss */
body.page-template-template-customers .content > section:nth-child(odd):not(.stage):before, body.page-template-template-customers .content > section:nth-child(odd):not(.stage):after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 25%;
  z-index: -1;
  top: 0;
}
/* line 57, ../sass/wordpress/pages/_templateCustomers.scss */
body.page-template-template-customers .content > section:nth-child(odd):not(.stage):after {
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
}
/* line 60, ../sass/wordpress/pages/_templateCustomers.scss */
body.page-template-template-customers .content > section:nth-child(odd):not(.stage):before {
  -moz-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  -webkit-transform: skewY(6deg);
  transform: skewY(6deg);
}
/* line 63, ../sass/wordpress/pages/_templateCustomers.scss */
body.page-template-template-customers .content > section:nth-child(odd):not(.stage).customers-usp {
  background-color: #ededed;
}
/* line 65, ../sass/wordpress/pages/_templateCustomers.scss */
body.page-template-template-customers .content > section:nth-child(odd):not(.stage).customers-usp:before, body.page-template-template-customers .content > section:nth-child(odd):not(.stage).customers-usp:after {
  background-color: #ededed;
}
/* line 71, ../sass/wordpress/pages/_templateCustomers.scss */
body.page-template-template-customers .content > section.customers-usp {
  background-color: #ededed;
}
@media screen and (min-width: 992px) {
  /* line 74, ../sass/wordpress/pages/_templateCustomers.scss */
  body.page-template-template-customers .content > section.customers-usp .section-footer {
    padding-top: 30px;
  }
}
/* line 79, ../sass/wordpress/pages/_templateCustomers.scss */
body.page-template-template-customers .content > section.customers-clips {
  background-color: transparent;
}
@media screen and (max-width: 992px) {
  /* line 83, ../sass/wordpress/pages/_templateCustomers.scss */
  body.page-template-template-customers .content > section:nth-child(even) {
    padding-bottom: 100px;
  }
}
/* line 89, ../sass/wordpress/pages/_templateCustomers.scss */
body.page-template-template-customers .customers-clips .wistia-tile {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  /* line 89, ../sass/wordpress/pages/_templateCustomers.scss */
  body.page-template-template-customers .customers-clips .wistia-tile {
    margin-bottom: 10px;
  }
}
/* line 96, ../sass/wordpress/pages/_templateCustomers.scss */
body.page-template-template-customers section.myss-storylines {
  background-color: #fff;
}

/* line 3, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features .stage.visual .jumbotron.bubble {
  margin-top: 15px;
}
/* line 5, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features .stage.visual .jumbotron.bubble h1 {
  margin-top: 0;
  color: #00c0cc;
}
/* line 9, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features .stage.visual .jumbotron.bubble .bubble-content {
  color: #4d4d4d;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  /* line 9, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features .stage.visual .jumbotron.bubble .bubble-content {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 767px) {
  /* line 3, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features .stage.visual .jumbotron.bubble {
    margin-top: 20px;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 100px;
  }
  /* line 23, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features .stage.visual .jumbotron.bubble:after {
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: auto;
    left: 33.3333%;
  }
}
/* line 31, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features .stage.visual .hover-container {
  left: 16%;
}
/* line 34, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features .stage.visual .mr-player-container {
  left: -7%;
  margin-top: -4%;
}
@media screen and (min-width: 991px) {
  /* line 39, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features .stage.visual .mr-player-container {
    margin-top: 1%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 44, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features .stage.visual .hover-container {
    left: 14%;
  }
  /* line 47, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features .stage.visual .mr-player-container {
    left: -11.5%;
    margin-top: 0.5%;
  }
}
/* line 54, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-steps {
  background-color: #ededed;
}
/* line 58, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-steps .steps-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: -35px;
}
/* line 69, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-steps .steps-slider {
  background-image: url("../png/steps-tracks.png");
  background-repeat: no-repeat;
  background-position: 38% 165px;
  background-size: 68%;
  overflow: hidden;
}
/* line 79, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-steps .step .illustration, body.page-template-template-features section.myss-steps .step .step-content {
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 85, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-steps .step:first-child .illustration, body.page-template-template-features section.myss-steps .step:first-child .step-content {
  opacity: 1;
}
/* line 90, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-steps .step .illustration {
  position: relative;
  z-index: 2;
}
/* line 93, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-steps .step .illustration img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 170px;
  max-width: 180%;
}
/* line 100, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-steps .step h4 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 104, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-steps .step h4 span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: -10px;
  margin-right: 15px;
  color: #fff;
  background-color: #00c0cc;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 122, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .steps-content {
    max-width: 66.666%;
  }
  /* line 126, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step {
    margin-bottom: 40px;
  }
  /* line 130, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step:nth-child(2) .illustration img {
    margin-left: -25px;
  }
  /* line 136, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step h4 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 143, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step .step-content {
    padding-left: 40px;
  }
  /* line 147, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step .illustration img {
    max-height: 200px;
  }
}
@media screen and (max-width: 991px) {
  /* line 154, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .steps-slider {
    background-position: 38% 135px;
  }
  /* line 158, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step .step-content {
    padding-left: 40px;
  }
  /* line 162, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step .illustration, body.page-template-template-features section.myss-steps .step .step-content {
    opacity: 1;
  }
  /* line 166, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step .mr-player-container {
    margin: 0 auto -10px;
    display: block;
    text-align: center;
  }
  /* line 173, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step:nth-child(3):after {
    content: "";
    position: absolute;
    width: 100%;
    left: 38%;
    height: 50px;
    top: 135px;
    background-image: url("../png/steps-tracks.png");
    background-repeat: no-repeat;
    background-size: 150%;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 189, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .steps-slider {
    background-image: none;
  }
  /* line 192, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .steps-content {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 197, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step {
    position: relative;
  }
  /* line 200, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step h4 {
    margin-top: 10px;
  }
  /* line 204, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step .step-content {
    padding-left: 0;
  }
  /* line 208, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step .illustration, body.page-template-template-features section.myss-steps .step h4, body.page-template-template-features section.myss-steps .step.step-content {
    position: relative;
  }
  /* line 213, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step .illustration img {
    max-height: 160px;
    margin-top: 20px;
  }
  /* line 219, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step:nth-child(3):after {
    display: none;
  }
  /* line 223, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step .text-wrapper {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    width: 70%;
    padding-top: 18px;
    padding-right: 20px;
    padding-bottom: 23px;
    padding-left: 30px;
    margin-left: 15%;
    background-color: #fff;
    border: 2px solid #ededed;
  }
  /* line 237, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step .text-wrapper h4 {
    margin-top: 0;
    line-height: 1;
    margin-bottom: 10px;
  }
  /* line 241, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step .text-wrapper h4 span {
    position: absolute;
    top: -30px;
    left: -40px;
    line-height: 40px;
    color: #fff;
  }
  /* line 250, ../sass/wordpress/pages/_templateFeatures.scss */
  body.page-template-template-features section.myss-steps .step .text-wrapper p:last-child {
    margin: 0;
  }
}
/* line 258, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-features, body.page-template-template-features section.myss-storylines {
  position: relative;
  z-index: 2;
  background-color: #f7f7f7;
}
/* line 262, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-features:before, body.page-template-template-features section.myss-features:after, body.page-template-template-features section.myss-storylines:before, body.page-template-template-features section.myss-storylines:after {
  content: "";
  background-color: #f7f7f7;
  position: absolute;
  width: 100%;
  height: 25%;
  z-index: -1;
  top: 0;
}
/* line 271, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-features:after, body.page-template-template-features section.myss-storylines:after {
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
}
/* line 274, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-features:before, body.page-template-template-features section.myss-storylines:before {
  -moz-transform: skewY(6deg);
  -ms-transform: skewY(6deg);
  -webkit-transform: skewY(6deg);
  transform: skewY(6deg);
}
/* line 280, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-features .expand-container .expand-box .icon {
  background-color: #f7f7f7;
}
/* line 284, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-features .expand-container .expand-box:hover .icon, body.page-template-template-features section.myss-features .expand-container .expand-box.hover .icon {
  background-color: #2fcbda;
}
/* line 291, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features.touch section.myss-features .expand-container .expand-box .icon {
  background-color: #2fcbda;
}
/* line 294, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-storylines {
  background-color: #fff;
}
/* line 296, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-storylines:before, body.page-template-template-features section.myss-storylines:after {
  background-color: #fff;
}
/* line 300, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features section.myss-storylines .section-footer a.btn-invert {
  display: none;
}
/* line 309, ../sass/wordpress/pages/_templateFeatures.scss */
body.page-template-template-features.touch section.myss-steps .step .illustration, body.page-template-template-features.touch section.myss-steps .step .step-content {
  opacity: 1;
}

/* line 3, ../sass/wordpress/pages/_examples.scss */
body.page-template-template-examples .content > section.slider-stage {
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 20px;
}
/* line 8, ../sass/wordpress/pages/_examples.scss */
body.page-template-template-examples .content > section.slider-stage:before {
  background-color: #fff;
}
/* line 11, ../sass/wordpress/pages/_examples.scss */
body.page-template-template-examples .content > section.slider-stage:after {
  background-color: #f7f7f7;
}
/* line 14, ../sass/wordpress/pages/_examples.scss */
body.page-template-template-examples .content > section.slider-stage > * {
  z-index: 20;
}
/* line 18, ../sass/wordpress/pages/_examples.scss */
body.page-template-template-examples .content > section.slider-stage h3 {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  position: relative;
  max-width: 960px;
  text-align: center;
  margin: 20px auto 0;
  min-height: 50px;
}
@media screen and (min-width: 768px) {
  /* line 3, ../sass/wordpress/pages/_examples.scss */
  body.page-template-template-examples .content > section.slider-stage {
    padding-bottom: 30px;
  }
  /* line 30, ../sass/wordpress/pages/_examples.scss */
  body.page-template-template-examples .content > section.slider-stage:before {
    bottom: 55%;
  }
  /* line 34, ../sass/wordpress/pages/_examples.scss */
  body.page-template-template-examples .content > section.slider-stage:after {
    bottom: -15%;
  }
}
@media screen and (min-width: 991px) {
  /* line 3, ../sass/wordpress/pages/_examples.scss */
  body.page-template-template-examples .content > section.slider-stage {
    padding-bottom: 30px;
  }
  /* line 40, ../sass/wordpress/pages/_examples.scss */
  body.page-template-template-examples .content > section.slider-stage:before {
    bottom: 55%;
  }
  /* line 43, ../sass/wordpress/pages/_examples.scss */
  body.page-template-template-examples .content > section.slider-stage:after {
    bottom: -25%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 48, ../sass/wordpress/pages/_examples.scss */
  body.page-template-template-examples .content > section.slider-stage:before {
    bottom: 50%;
  }
  /* line 51, ../sass/wordpress/pages/_examples.scss */
  body.page-template-template-examples .content > section.slider-stage:after {
    bottom: -25%;
  }
}
/* line 56, ../sass/wordpress/pages/_examples.scss */
body.page-template-template-examples .content > section.myss-storylines {
  background-color: #f7f7f7;
  padding-top: 0;
}
/* line 59, ../sass/wordpress/pages/_examples.scss */
body.page-template-template-examples .content > section.myss-storylines .storyline-slides-wrapper {
  padding-bottom: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 62, ../sass/wordpress/pages/_examples.scss */
body.page-template-template-examples .content > section.myss-storylines .storyline-slides-wrapper .loading {
  z-index: 400;
}
/* line 64, ../sass/wordpress/pages/_examples.scss */
body.page-template-template-examples .content > section.myss-storylines .storyline-slides-wrapper .loading .spinning-wrapper {
  bottom: -55px;
  top: auto;
}
/* line 70, ../sass/wordpress/pages/_examples.scss */
body.page-template-template-examples .content > section.myss-storylines .storyline-slides-wrapper .storyline-slider.current {
  max-height: none;
}
/* line 76, ../sass/wordpress/pages/_examples.scss */
body.page-template-template-examples .content > section.myss-storylines.loading .storyline-slides-wrapper {
  padding-bottom: 80px;
}

/* line 2, ../sass/wordpress/pages/_contact.scss */
body.page-template-template-contact .stage {
  padding-bottom: 0;
  background-color: #fff;
}
/* line 7, ../sass/wordpress/pages/_contact.scss */
body.page-template-template-contact .stage:before {
  background-color: #fff;
}
/* line 10, ../sass/wordpress/pages/_contact.scss */
body.page-template-template-contact .stage:after {
  background-color: #f7f7f7;
}
/* line 13, ../sass/wordpress/pages/_contact.scss */
body.page-template-template-contact .stage .mr-player-container {
  margin-top: 0;
  margin-bottom: -7%;
  margin-right: 0;
}
/* line 17, ../sass/wordpress/pages/_contact.scss */
body.page-template-template-contact .stage .mr-player-container img {
  max-width: 70%;
}
@media screen and (max-width: 767px) {
  /* line 13, ../sass/wordpress/pages/_contact.scss */
  body.page-template-template-contact .stage .mr-player-container {
    margin-bottom: 20px;
    margin-top: -20px;
  }
  /* line 23, ../sass/wordpress/pages/_contact.scss */
  body.page-template-template-contact .stage .mr-player-container img {
    max-height: 150px;
  }
}
/* line 30, ../sass/wordpress/pages/_contact.scss */
body.page-template-template-contact section.contact-content {
  padding-top: 10%;
}
/* line 34, ../sass/wordpress/pages/_contact.scss */
body.page-template-template-contact:not(.touch) a.tel {
  pointer-events: none;
}

/* line 3, ../sass/wordpress/pages/_about.scss */
body.page-template-template-about .content > section:first-of-type {
  padding-top: 20px;
  background-color: #fff;
}
/* line 7, ../sass/wordpress/pages/_about.scss */
body.page-template-template-about .content > section:first-of-type:before {
  background-color: #fff;
}
/* line 10, ../sass/wordpress/pages/_about.scss */
body.page-template-template-about .content > section:first-of-type:after {
  background-color: #f7f7f7;
}

/* line 2, ../sass/wordpress/pages/_error404.scss */
body.error404 section {
  background-color: #fff;
  text-align: center;
}
/* line 5, ../sass/wordpress/pages/_error404.scss */
body.error404 section img {
  max-width: 50%;
}
/* line 8, ../sass/wordpress/pages/_error404.scss */
body.error404 section h1 {
  margin-top: 40px;
  margin-bottom: 100px;
}

/* line 3, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press, body.page-template-template-press > .content {
  background-color: #fff;
}
/* line 6, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press h1 {
  margin-bottom: 30px;
}
/* line 10, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press h2 {
  text-align: left;
}
/* line 14, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  /* line 14, ../sass/wordpress/pages/_templatePress.scss */
  body.page-template-template-press h2 {
    font-size: 25.2px;
    margin-bottom: 20px;
  }
}
/* line 24, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press h2.press-releases-head:before, body.page-template-template-press h2.external-news-head:before {
  margin-right: 10px;
  vertical-align: -3px;
}
/* line 44, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press h3.subline, body.page-template-template-press .myss-storylines .storyline-content, .myss-storylines body.page-template-template-press .storyline-content,
body.page-template-template-press .video-list .storyline-content,
.video-list body.page-template-template-press .storyline-content,
body.page-template-template-press .clips-myss .storyline-content,
.clips-myss body.page-template-template-press .storyline-content, body.page-template-template-press body.page-template-template-features section.myss-steps .steps-content, body.page-template-template-features section.myss-steps body.page-template-template-press .steps-content, body.page-template-template-press body.page-template-template-faq .faq-content, body.page-template-template-faq body.page-template-template-press .faq-content, body.page-template-template-press body.single-press_release .content header h2:first-of-type, body.single-press_release .content header body.page-template-template-press h2:first-of-type, body.page-template-template-press body.single-press_release .content header h3:first-of-type, body.single-press_release .content header body.page-template-template-press h3:first-of-type {
  text-align: center;
}
/* line 49, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press ul.external-news, body.page-template-template-press ul.press-releases {
  margin-bottom: 70px;
}
/* line 51, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press ul.external-news li, body.page-template-template-press ul.press-releases li {
  padding: 10px 0;
  border-bottom: 2px solid #ededed;
}
/* line 54, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press ul.external-news li h4, body.page-template-template-press ul.press-releases li h4 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
}
/* line 58, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press ul.external-news li p, body.page-template-template-press ul.press-releases li p {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
}
/* line 63, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press ul.external-news li a:hover, body.page-template-template-press ul.external-news li a:focus, body.page-template-template-press ul.external-news li a:active, body.page-template-template-press ul.press-releases li a:hover, body.page-template-template-press ul.press-releases li a:focus, body.page-template-template-press ul.press-releases li a:active {
  color: #00c0cc;
}
@media screen and (max-width: 767px) {
  /* line 49, ../sass/wordpress/pages/_templatePress.scss */
  body.page-template-template-press ul.external-news, body.page-template-template-press ul.press-releases {
    margin-bottom: 60px;
  }
}
/* line 74, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press .press-content {
  margin-top: 90px;
  margin-bottom: 60px;
}
/* line 81, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press .fixed-sidebar {
  max-width: 400px;
  margin: auto;
  padding-top: 15px;
}
/* line 85, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press .fixed-sidebar .sticky-box {
  padding: 10px 25px;
  background-color: #f7f7f7;
  margin-bottom: 2px;
}
/* line 90, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press .fixed-sidebar .sticky-box h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
}
/* line 95, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press .fixed-sidebar .sticky-box .name, body.page-template-template-press .fixed-sidebar .sticky-box .mail {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
/* line 99, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press .fixed-sidebar .sticky-box .name:before, body.page-template-template-press .fixed-sidebar .sticky-box .mail:before {
  margin-right: 10px;
}
/* line 111, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press .fixed-sidebar .sticky-box .mail {
  margin-top: 5px;
}
/* line 114, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press .fixed-sidebar .sticky-box .mail a {
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  color: #4d4d4d;
  border-bottom: 2px solid transparent;
}
/* line 118, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press .fixed-sidebar .sticky-box .mail a:hover, body.page-template-template-press .fixed-sidebar .sticky-box .mail a:active, body.page-template-template-press .fixed-sidebar .sticky-box .mail a:focus {
  border-bottom: 2px solid #4d4d4d;
}
/* line 123, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press .fixed-sidebar .sticky-box .mail:before {
  vertical-align: -3px;
}
/* line 129, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press .fixed-sidebar .sticky-box .download {
  width: 100%;
  margin: 15px 0;
}
/* line 132, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press .fixed-sidebar .sticky-box .download:before {
  margin-right: 10px;
}
/* line 139, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press .fixed-sidebar .sticky-box:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 142, ../sass/wordpress/pages/_templatePress.scss */
body.page-template-template-press .fixed-sidebar .sticky-box:last-child {
  margin-bottom: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 151, ../sass/wordpress/pages/_templatePress.scss */
  body.page-template-template-press .newsletter-box .newsletter-box-form .input_row {
    width: 75%;
  }
  /* line 154, ../sass/wordpress/pages/_templatePress.scss */
  body.page-template-template-press .newsletter-box .newsletter-box-form input[type="submit"] {
    width: 25%;
  }
  /* line 157, ../sass/wordpress/pages/_templatePress.scss */
  body.page-template-template-press .newsletter-box .light {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  /* line 164, ../sass/wordpress/pages/_templatePress.scss */
  body.page-template-template-press .sidebar {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    padding: 40px 20px;
  }
  /* line 171, ../sass/wordpress/pages/_templatePress.scss */
  body.page-template-template-press .sidebar .fixed-sidebar {
    width: auto !important;
  }
  /* line 173, ../sass/wordpress/pages/_templatePress.scss */
  body.page-template-template-press .sidebar .fixed-sidebar.fade {
    opacity: 1;
  }
  /* line 178, ../sass/wordpress/pages/_templatePress.scss */
  body.page-template-template-press .sidebar .fixed-sidebar .sticky-box:last-child, body.page-template-template-press .sidebar .fixed-sidebar .sticky-box h3, body.page-template-template-press .sidebar .fixed-sidebar .sticky-box .mail, body.page-template-template-press .sidebar .fixed-sidebar .sticky-box .name {
    text-align: center;
  }
  /* line 182, ../sass/wordpress/pages/_templatePress.scss */
  body.page-template-template-press .sidebar .fixed-sidebar .download {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 192, ../sass/wordpress/pages/_templatePress.scss */
  body.page-template-template-press .sidebar .fixed-sidebar .sticky-box .mail, body.page-template-template-press .sidebar .fixed-sidebar .sticky-box .name {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  /* line 200, ../sass/wordpress/pages/_templatePress.scss */
  body.page-template-template-press .sidebar {
    float: right;
  }
  /* line 202, ../sass/wordpress/pages/_templatePress.scss */
  body.page-template-template-press .sidebar .fixed-sidebar {
    position: fixed;
  }
}

/* line 2, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .content {
  background-color: #fff;
}
/* line 7, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-banner .banner-container {
  border-radius: 5px;
  border: 2px solid #ededed;
  text-align: center;
  padding: 0;
}
/* line 13, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-banner .banner-container a {
  display: block;
  font-size: 0;
}
@media screen and (max-width: 480px) {
  /* line 6, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-banner {
    display: none;
  }
}
/* line 24, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-intro {
  text-align: center;
  padding-top: 20px;
}
/* line 28, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-intro h1 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #00c0cc;
}
/* line 36, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-intro .blog-content {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin-top: -10px;
  margin-bottom: 40px;
  margin-top: 5px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  /* line 36, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-intro .blog-content {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 480px) {
  /* line 36, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-intro .blog-content {
    font-size: 11px;
  }
}
/* line 45, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab {
  background: #fff;
}
/* line 49, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab-menu {
  position: relative;
}
/* line 52, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab-menu:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  border-bottom: 2px solid #ededed;
}
/* line 61, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab-nav {
  padding-bottom: 10px;
  margin: 0 -10px;
}
/* line 65, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab-nav .wrapper {
  display: table;
  border-spacing: 10px 0;
  margin: auto;
  width: 100%;
}
/* line 72, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab-nav a {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
}
/* line 77, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab-nav a.active {
  background-color: #a5a5a5 !important;
}
/* line 79, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab-nav a.active:hover {
  background-color: #b2b2b2 !important;
}
/* line 86, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab-nav a.search:before, body.page-template-template-blog .blog-navigation .tab-nav a.newsletter:before {
  display: none;
  min-width: 24px;
  margin-right: 4px;
  vertical-align: -2px;
}
/* line 90, ../sass/partials/_buttons.scss */
body.page-template-template-blog .blog-navigation .tab-nav a.newsletter, body.page-template-template-blog .blog-navigation .tab-nav a.newsletter:focus {
  background-color: #ff9900;
  border-color: #ff9900;
  color: white;
}
/* line 97, ../sass/partials/_buttons.scss */
body.page-template-template-blog .blog-navigation .tab-nav a.newsletter:hover, body.page-template-template-blog .blog-navigation .tab-nav a.newsletter:active, body.page-template-template-blog .blog-navigation .tab-nav a.newsletter:active:hover, body.page-template-template-blog .blog-navigation .tab-nav a.newsletter:active:focus {
  background-color: #ffba00;
  border-color: #ffba00;
  color: white;
}
@media screen and (max-width: 767px) {
  /* line 72, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation .tab-nav a {
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  /* line 72, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation .tab-nav a {
    padding: 5px;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  /* line 114, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation .tab-nav a.search:before, body.page-template-template-blog .blog-navigation .tab-nav a.newsletter:before {
    display: inline-block;
  }
}
/* line 122, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.active {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #ededed;
}
/* line 130, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.featured-articles.active {
  padding-top: 33px;
  padding-bottom: 27px;
}
@media screen and (min-width: 992px) {
  /* line 138, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation .tab.featured-articles.active .container-featured-articles:nth-child(2) .featured-articles-row {
    border-top: 0;
    margin-top: 0;
    padding-top: 0px;
  }
}
/* line 148, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.featured-articles.active .container-featured-articles:first-child .featured-articles-row {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
/* line 155, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.featured-articles.active .featured-articles-row {
  padding-top: 20px;
  border-top: 2px solid #ededed;
  margin-top: 20px;
}
/* line 162, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.featured-articles.active .container-preview {
  float: left;
}
/* line 166, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.featured-articles.active .container-preview .preview {
  max-width: 129px;
  width: 129px;
  height: 77px;
  max-height: 77px;
  border: 2px solid #ededed;
  text-align: center;
}
/* line 176, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.featured-articles.active .container-preview .preview img {
  max-width: 100%;
  max-height: 100%;
}
/* line 182, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.featured-articles.active .container-details {
  margin-left: 150px;
}
/* line 186, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.featured-articles.active .container-details .featured-article-title {
  text-align: left;
  margin-top: -5px;
}
/* line 191, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.featured-articles.active .container-details .featured-article-title a {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  /* line 191, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation .tab.featured-articles.active .container-details .featured-article-title a {
    font-size: 12.8px;
  }
}
/* line 197, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.featured-articles.active .container-details .featured-article-title a:hover,
body.page-template-template-blog .blog-navigation .tab.featured-articles.active .container-details .featured-article-title a:active {
  color: #2fcbda;
}
/* line 202, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.featured-articles.active .container-details .featured-article-date {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #a5a5a5;
  text-align: left;
}
/* line 210, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.featured-articles.active .featured_posts {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
/* line 218, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.categories ul {
  text-align: left;
  margin-top: -10px;
  margin-right: -10px;
  margin-bottom: 0;
  margin-left: -10px;
}
/* line 226, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.categories ul li {
  margin-bottom: 2px;
}
@media screen and (min-width: 1200px) {
  /* line 226, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation .tab.categories ul li {
    width: 20%;
  }
}
/* line 237, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.search .searchbutton {
  height: 50px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  /* line 237, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation .tab.search .searchbutton {
    height: 30px;
  }
}
@media screen and (max-width: 384px) {
  /* line 237, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation .tab.search .searchbutton {
    font-size: 14px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 237, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation .tab.search .searchbutton {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  /* line 237, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation .tab.search .searchbutton {
    margin-left: 5px;
  }
}
/* line 260, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.search .searchinput {
  height: 50px;
  width: 104%;
  max-width: 104%;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  /* line 260, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation .tab.search .searchinput {
    height: 30px;
  }
}
/* line 278, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.newsletter .newsletter-box-form {
  margin-bottom: 5px;
}
/* line 282, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab.newsletter em.light {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 12px;
}
/* line 288, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .blog-navigation .tab h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin-top: -10px;
  margin-bottom: 40px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  /* line 288, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation .tab h3 {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 480px) {
  /* line 288, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation .tab h3 {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  /* line 297, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation .tab-menu {
    margin-top: -15px;
  }
  /* line 301, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation .tab-nav {
    padding-bottom: 40px;
  }
  /* line 305, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation .tab.active {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 316, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-intro {
    margin-top: 80px;
  }
  /* line 319, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog .blog-navigation {
    position: fixed;
    width: 100%;
    top: 63px;
    padding-top: 10px;
    background-color: #fff;
    z-index: 200;
  }
}
/* line 329, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 338, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ededed;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1px;
}
/* line 349, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article:first-child {
  padding-top: 0;
}
/* line 353, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article:last-child:after {
  /*display: none;*/
}
/* line 359, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .tags span {
  color: #00c0cc;
}
/* line 361, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .tags span:last-child {
  display: none;
}
/* line 366, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
/* line 371, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .date {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 200;
  margin-bottom: 15px;
}
/* line 376, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .excerpt {
  line-height: 1.6;
  text-align: justify;
}
/* line 381, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article figure {
  text-align: center;
  margin-bottom: 20px;
}
/* line 384, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article figure img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
/* line 389, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .read-more {
  display: block;
  text-align: right;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
/* line 393, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .read-more:after {
  margin-left: 8px;
  font-weight: 600;
  vertical-align: -2px;
}
/* line 402, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .search-article-container {
  margin-bottom: -10px;
}
/* line 407, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .search-article {
  margin-top: -17px;
}
/* line 412, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .search-tags span {
  color: #00c0cc;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
/* line 416, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .search-tags span:last-child {
  display: none;
}
/* line 422, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .search-title a {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  color: #4d4d4d;
}
/* line 428, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .search-title a:hover,
body.page-template-template-blog article .search-title a:active {
  color: #2fcbda;
}
/* line 433, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .search-date {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #a5a5a5;
  text-align: left;
}
/* line 441, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .search-container-preview {
  text-align: center;
  margin-bottom: -10px;
}
@media screen and (max-width: 992px) {
  /* line 441, ../sass/wordpress/pages/_templateBlog.scss */
  body.page-template-template-blog article .search-container-preview {
    margin-bottom: 30px;
  }
}
/* line 449, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .search-container-preview .search-preview {
  max-width: 295px;
  max-height: 175px;
}
/* line 454, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .search-container-preview .search-preview img {
  max-width: 100%;
  max-height: 100%;
}
/* line 460, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .no-results {
  text-align: center;
  margin-bottom: 50px;
}
/* line 465, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog article .title-no-results {
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #a5a5a5;
}
/* line 472, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .paging {
  padding-top: 40px;
  text-align: center;
}
/* line 475, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .paging a {
  border-color: #ff9900 !important;
  color: #ff9900;
}
/* line 481, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .paging a:hover {
  border-color: #ffba00 !important;
  color: #ffba00;
}
/* line 488, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .highlight {
  font-weight: bold;
}
/* line 492, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .box--responsive {
  width: 30%;
}
/* line 496, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .ellip {
  display: block;
  height: 100%;
}
/* line 501, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
/* line 508, ../sass/wordpress/pages/_templateBlog.scss */
body.page-template-template-blog .ellip,
body.page-template-template-blog .ellip-line {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

/* line 1, ../sass/wordpress/pages/_templateFaq.scss */
body.page-template-template-faq {
  background-color: #fff;
}
/* line 3, ../sass/wordpress/pages/_templateFaq.scss */
body.page-template-template-faq h1 {
  color: #00c0cc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
/* line 9, ../sass/wordpress/pages/_templateFaq.scss */
body.page-template-template-faq .faq-content {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 50px;
}
/* line 15, ../sass/wordpress/pages/_templateFaq.scss */
body.page-template-template-faq .content {
  background-color: #fff;
}
/* line 17, ../sass/wordpress/pages/_templateFaq.scss */
body.page-template-template-faq .content > section {
  padding: 30px 0;
}
/* line 21, ../sass/wordpress/pages/_templateFaq.scss */
body.page-template-template-faq .search-box {
  text-align: center;
}
/* line 23, ../sass/wordpress/pages/_templateFaq.scss */
body.page-template-template-faq .search-box form {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 45px;
  margin: auto;
  width: 90%;
  max-width: 700px;
}
/* line 36, ../sass/wordpress/pages/_templateFaq.scss */
body.page-template-template-faq .search-box form:before {
  left: 20px;
  width: 45px;
  color: #a5a5a5;
  text-align: center;
}
/* line 46, ../sass/wordpress/pages/_templateFaq.scss */
body.page-template-template-faq .search-box form input {
  max-width: 500px;
  width: 70%;
  margin-right: 20px;
  vertical-align: top;
}
/* line 51, ../sass/wordpress/pages/_templateFaq.scss */
body.page-template-template-faq .search-box form input:first-child {
  margin-top: 0;
}
/* line 55, ../sass/wordpress/pages/_templateFaq.scss */
body.page-template-template-faq .search-box form button[type="submit"] {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  /* line 23, ../sass/wordpress/pages/_templateFaq.scss */
  body.page-template-template-faq .search-box form {
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 25.2px;
    width: 100%;
  }
  /* line 67, ../sass/wordpress/pages/_templateFaq.scss */
  body.page-template-template-faq .search-box form:before {
    width: 31.5px;
    left: 15px;
  }
}
@media screen and (max-width: 480px) {
  /* line 23, ../sass/wordpress/pages/_templateFaq.scss */
  body.page-template-template-faq .search-box form {
    padding-left: 18px;
  }
  /* line 74, ../sass/wordpress/pages/_templateFaq.scss */
  body.page-template-template-faq .search-box form input {
    width: 55%;
    margin-left: 5px;
  }
  /* line 78, ../sass/wordpress/pages/_templateFaq.scss */
  body.page-template-template-faq .search-box form:before {
    left: 7px;
  }
}
/* line 84, ../sass/wordpress/pages/_templateFaq.scss */
body.page-template-template-faq .search-box form.loading button[type="submit"]:after {
  content: "\f110";
  position: absolute;
  display: inline-block;
  margin-left: 35px;
  animation: fa-spin 1s infinite steps(8);
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a5a5a5;
}
/* line 101, ../sass/wordpress/pages/_templateFaq.scss */
body.page-template-template-faq #faq-accordion {
  padding-bottom: 30px;
}
/* line 103, ../sass/wordpress/pages/_templateFaq.scss */
body.page-template-template-faq #faq-accordion .panel-group .collapse.in {
  max-height: 1200px;
}
/* line 107, ../sass/wordpress/pages/_templateFaq.scss */
body.page-template-template-faq #empty-results {
  display: none;
}
/* line 110, ../sass/wordpress/pages/_templateFaq.scss */
body.page-template-template-faq .highlight {
  background-color: #00c0cc;
  color: #fff;
  padding: 1px;
}

/* line 1, ../sass/wordpress/pages/_templateLegalInfo.scss */
body.page-template-template-legal-info {
  background-color: #fff;
}
/* line 3, ../sass/wordpress/pages/_templateLegalInfo.scss */
body.page-template-template-legal-info h1 {
  margin-top: 50px;
  margin-bottom: 30px;
}
/* line 7, ../sass/wordpress/pages/_templateLegalInfo.scss */
body.page-template-template-legal-info h2 {
  margin-top: 60px;
}
/* line 10, ../sass/wordpress/pages/_templateLegalInfo.scss */
body.page-template-template-legal-info h2 + h3 {
  margin-top: 30px;
}
/* line 14, ../sass/wordpress/pages/_templateLegalInfo.scss */
body.page-template-template-legal-info h3 {
  margin-top: 40px;
}
/* line 18, ../sass/wordpress/pages/_templateLegalInfo.scss */
body.page-template-template-legal-info .content {
  padding-bottom: 60px;
}

/* line 3, ../sass/wordpress/pages/_templateConfirmPurchase.scss */
body.page-template-template-confirm-purchase .content {
  padding-bottom: 90px;
}
/* line 5, ../sass/wordpress/pages/_templateConfirmPurchase.scss */
body.page-template-template-confirm-purchase .content .container {
  max-width: 730px;
}
/* line 9, ../sass/wordpress/pages/_templateConfirmPurchase.scss */
body.page-template-template-confirm-purchase .content h1 {
  margin-top: 60px;
  margin-bottom: 20px;
}
/* line 16, ../sass/wordpress/pages/_templateConfirmPurchase.scss */
body.page-template-template-confirm-purchase .content h1 + p {
  text-align: center;
  margin-bottom: 30px;
}
/* line 21, ../sass/wordpress/pages/_templateConfirmPurchase.scss */
body.page-template-template-confirm-purchase .content img, body.page-template-template-confirm-purchase .content img.aligncenter {
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
/* line 30, ../sass/wordpress/pages/_templateConfirmPurchase.scss */
body.page-template-template-confirm-purchase .content .create-simpleshow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
/* line 42, ../sass/wordpress/pages/_templateConfirmPurchase.scss */
body.page-template-template-confirm-purchase .content p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin-top: -10px;
  margin-bottom: 40px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  /* line 42, ../sass/wordpress/pages/_templateConfirmPurchase.scss */
  body.page-template-template-confirm-purchase .content p {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 480px) {
  /* line 42, ../sass/wordpress/pages/_templateConfirmPurchase.scss */
  body.page-template-template-confirm-purchase .content p {
    font-size: 11px;
  }
}
/* line 47, ../sass/wordpress/pages/_templateConfirmPurchase.scss */
body.page-template-template-confirm-purchase .content em {
  font-size: 14px;
  color: #a5a5a5;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  /* line 47, ../sass/wordpress/pages/_templateConfirmPurchase.scss */
  body.page-template-template-confirm-purchase .content em {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 991px) {
  /* line 54, ../sass/wordpress/pages/_templateConfirmPurchase.scss */
  body.page-template-template-confirm-purchase .content h1 + p {
    margin-bottom: 50px;
  }
  /* line 58, ../sass/wordpress/pages/_templateConfirmPurchase.scss */
  body.page-template-template-confirm-purchase .content img, body.page-template-template-confirm-purchase .content img.aligncenter {
    margin-top: 50px;
  }
  /* line 62, ../sass/wordpress/pages/_templateConfirmPurchase.scss */
  body.page-template-template-confirm-purchase .content .create-simpleshow {
    margin-top: 40px;
    margin-left: 0;
    margin-bottom: 60px;
  }
}

/* line 2, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .content {
  background-color: #f7f7f7;
}
/* line 6, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education form {
  max-width: 600px;
  margin: auto;
}
/* line 10, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education form button[type="submit"] {
  display: block;
  margin: auto;
}
/* line 17, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educationalForm .spinner {
  display: none;
}
/* line 41, ../sass/partials/_spinner.scss */
body.page-template-template-purchase-education .educationalForm .spinner:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 71px;
  height: 71px;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../gif/spinner_1.gif");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}
/* line 24, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educationalForm.requesting.requesting .educational_usage_hint_frame, body.page-template-template-purchase-education .educationalForm.requesting.requesting .educational_personal_container {
  opacity: 0.7;
}
/* line 29, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educationalForm.requesting.requesting .spinner {
  display: block;
}
/* line 31, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educationalForm.requesting.requesting .spinner:before {
  top: auto;
  bottom: 250px;
}
/* line 37, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educationalForm.requesting .submitContainer button {
  background: #a5a5a5 !important;
  cursor: not-allowed;
}
/* line 44, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educationalForm .feedback > div {
  margin-bottom: 30px;
}
/* line 50, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .error_message {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 24px;
  color: red;
}
/* line 56, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_title {
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 2px solid #ededed;
}
/* line 63, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container {
  background-image: url("../png/education-background-image.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center 100px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  /* line 63, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
  body.page-template-template-purchase-education .educational_question_content_container {
    background-image: none;
  }
}
/* line 75, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  min-width: 300px;
  max-width: 550px;
  margin: 30px 0 40px;
  padding: 30px;
  background-color: #fff;
  text-align: center;
  border: 2px solid #ededed;
}
/* line 86, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .checkbox-label {
  max-width: 100%;
  line-height: 25px;
}
/* line 90, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .checkbox-label .switch-label {
  top: 5px;
  bottom: auto;
}
/* line 96, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_usage_hint_frame {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #ff9900;
  padding: 0 20px 10px;
}
/* line 102, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_usage_hint_frame .usage_hint_paragraph {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: -18px;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  background-color: #ff9900;
}
/* line 114, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_usage_hint_frame .usage_hint_paragraph .paragraph {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
/* line 122, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_usage_hint_frame h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-top: -10px;
  margin-bottom: 2px;
  color: #ff9900;
}
@media screen and (max-width: 767px) {
  /* line 122, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
  body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_usage_hint_frame h3 {
    font-size: 15.4px;
  }
}
/* line 130, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_usage_hint_frame h3 + p {
  margin-top: 0;
}
/* line 135, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_usage_hint_frame p {
  text-align: left;
  font-weight: bold;
}
/* line 138, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_usage_hint_frame p:last-of-type {
  margin-bottom: 15px;
}
/* line 144, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_personal_container {
  margin-top: 20px;
}
/* line 147, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_personal_container fieldset {
  margin-bottom: 25px;
}
/* line 151, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_personal_container .row, body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_personal_container .choices {
  margin-right: -5px;
  margin-left: -5px;
}
/* line 156, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_personal_container *[class*="col"] {
  padding-right: 5px;
  padding-left: 5px;
}
/* line 161, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_personal_container h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #4d4d4d;
  text-align: left;
  margin-bottom: 15px;
}
/* line 168, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_personal_container .input {
  position: relative;
  margin-top: 10px;
}
/* line 173, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_personal_container .mandatoryFieldsHint {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  margin-top: 30px;
  color: #a5a5a5;
}
/* line 179, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_personal_container .submitContainer {
  padding-bottom: 0;
}
/* line 182, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_personal_container .submitContainer #educationDataButton {
  display: inline-block;
  background-color: #ff9900;
}
/* line 187, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_personal_container .submitContainer button, body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_personal_container .submitContainer a {
  height: 40px;
  font-size: 18px;
}
/* line 192, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_personal_container .submitContainer #backToPricing {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  display: inline-block;
  margin-right: 20px;
}
/* line 196, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_personal_container .submitContainer #backToPricing:before {
  vertical-align: -2px;
}
/* line 204, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_privacy_use_confirmation, body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .termsAndConditions {
  position: relative;
}
/* line 207, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_privacy_use_confirmation .inputError, body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .termsAndConditions .inputError {
  top: 2px;
}
/* line 211, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_privacy_use_confirmation .inputError.privacyUse, body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .termsAndConditions .inputError.privacyUse {
  top: 2px;
  right: -55px;
}
@media screen and (max-width: 900px) {
  /* line 211, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
  body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_privacy_use_confirmation .inputError.privacyUse, body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .termsAndConditions .inputError.privacyUse {
    right: -50px;
  }
}
@media screen and (min-width: 900px) {
  /* line 222, ../sass/wordpress/pages/_templatePurchaseEducation.scss */
  body.page-template-template-purchase-education .educational_question_content_container .educational_form_container .educational_usage_hint_frame {
    padding: 0 30px 20px;
  }
}

/* line 3, ../sass/wordpress/pages/_single.scss */
body.single, body.single > .content {
  background-color: #fff;
}
/* line 7, ../sass/wordpress/pages/_single.scss */
body.single section:first-child {
  padding-top: 15px;
}
/* line 11, ../sass/wordpress/pages/_single.scss */
body.single h1 {
  margin-bottom: 10px;
}
/* line 14, ../sass/wordpress/pages/_single.scss */
body.single .date {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 200;
  margin-bottom: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  /* line 14, ../sass/wordpress/pages/_single.scss */
  body.single .date {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/* line 24, ../sass/wordpress/pages/_single.scss */
body.single .single-content {
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  /* line 24, ../sass/wordpress/pages/_single.scss */
  body.single .single-content {
    max-width: 85%;
    margin: auto;
  }
}
/* line 32, ../sass/wordpress/pages/_single.scss */
body.single .tags {
  margin-bottom: 10px;
}
/* line 34, ../sass/wordpress/pages/_single.scss */
body.single .tags span {
  color: #00c0cc;
}
/* line 37, ../sass/wordpress/pages/_single.scss */
body.single .tags span:last-child {
  display: none;
}
/* line 42, ../sass/wordpress/pages/_single.scss */
body.single figure {
  margin-bottom: 30px;
  text-align: center;
}
/* line 45, ../sass/wordpress/pages/_single.scss */
body.single figure img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
/* line 49, ../sass/wordpress/pages/_single.scss */
body.single figure:empty {
  display: none;
}
/* line 54, ../sass/wordpress/pages/_single.scss */
body.single .nav-links {
  margin-bottom: 20px;
  border-top: 2px dotted #ededed;
  border-bottom: 2px dotted #ededed;
  padding: 10px 0;
}
/* line 62, ../sass/wordpress/pages/_single.scss */
body.single .single-content {
  margin-bottom: 50px;
}
/* line 66, ../sass/wordpress/pages/_single.scss */
body.single .prev-link, body.single .next-link {
  position: relative;
  width: 50%;
}
/* line 69, ../sass/wordpress/pages/_single.scss */
body.single .prev-link .title, body.single .next-link .title {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  background-color: rgba(77, 77, 77, 0.7);
  color: #fff;
  padding: 10px;
  display: none;
  line-height: 1.2;
  text-align: center;
}
/* line 81, ../sass/wordpress/pages/_single.scss */
body.single .prev-link .title .desc, body.single .next-link .title .desc {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
/* line 87, ../sass/wordpress/pages/_single.scss */
body.single .prev-link .title:after, body.single .next-link .title:after {
  content: "";
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(77, 77, 77, 0.7);
  width: 0;
  height: 0;
}
/* line 99, ../sass/wordpress/pages/_single.scss */
body.single .prev-link .nav-arrow, body.single .next-link .nav-arrow {
  position: relative;
  display: block;
  color: #a5a5a5;
}
/* line 106, ../sass/wordpress/pages/_single.scss */
body.single .prev-link .nav-arrow:before, body.single .next-link .nav-arrow:before {
  color: #a5a5a5;
  position: absolute;
  margin-top: -2px;
}
/* line 117, ../sass/wordpress/pages/_single.scss */
body.single .prev-link a:hover .nav-arrow, body.single .prev-link a:hover .nav-arrow:before, body.single .next-link a:hover .nav-arrow, body.single .next-link a:hover .nav-arrow:before {
  color: #2fcbda;
}
/* line 123, ../sass/wordpress/pages/_single.scss */
body.single .prev-link {
  float: left;
}
/* line 126, ../sass/wordpress/pages/_single.scss */
body.single .prev-link .nav-arrow {
  padding-left: 30px;
  padding-right: 10px;
}
/* line 129, ../sass/wordpress/pages/_single.scss */
body.single .prev-link .nav-arrow:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 0;
}
/* line 135, ../sass/wordpress/pages/_single.scss */
body.single .next-link {
  float: right;
  text-align: right;
}
/* line 138, ../sass/wordpress/pages/_single.scss */
body.single .next-link .nav-arrow {
  padding-right: 30px;
  padding-left: 10px;
}
/* line 141, ../sass/wordpress/pages/_single.scss */
body.single .next-link .nav-arrow:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 0;
}
/* line 148, ../sass/wordpress/pages/_single.scss */
body.single .fb-comments {
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 156, ../sass/wordpress/pages/_single.scss */
body.single .fb-comments h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  /* line 156, ../sass/wordpress/pages/_single.scss */
  body.single .fb-comments h3 {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 768px) {
  /* line 163, ../sass/wordpress/pages/_single.scss */
  body.single .nav-links {
    margin-bottom: -50px;
    padding: 0;
    border: 0;
  }
  /* line 169, ../sass/wordpress/pages/_single.scss */
  body.single .prev-link, body.single .next-link {
    width: auto;
  }
  /* line 171, ../sass/wordpress/pages/_single.scss */
  body.single .prev-link .title, body.single .next-link .title {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    opacity: 0;
    bottom: 40px;
    width: 200px;
  }
  /* line 180, ../sass/wordpress/pages/_single.scss */
  body.single .prev-link .nav-arrow, body.single .next-link .nav-arrow {
    text-indent: -200%;
    width: 40px;
    height: 40px;
    padding: 0;
    color: transparent;
  }
  /* line 186, ../sass/wordpress/pages/_single.scss */
  body.single .prev-link .nav-arrow:before, body.single .next-link .nav-arrow:before {
    text-indent: 0;
    top: 0;
    margin-top: 0;
  }
  /* line 194, ../sass/wordpress/pages/_single.scss */
  body.single .prev-link a:hover .title, body.single .next-link a:hover .title {
    bottom: 50px;
    opacity: 1;
  }
  /* line 198, ../sass/wordpress/pages/_single.scss */
  body.single .prev-link a:hover .nav-arrow, body.single .next-link a:hover .nav-arrow {
    color: transparent;
  }
  /* line 204, ../sass/wordpress/pages/_single.scss */
  body.single .prev-link {
    margin-left: -50px;
  }
  /* line 206, ../sass/wordpress/pages/_single.scss */
  body.single .prev-link .title {
    left: 175%;
  }
  /* line 208, ../sass/wordpress/pages/_single.scss */
  body.single .prev-link .title:after {
    left: 25%;
  }
  /* line 213, ../sass/wordpress/pages/_single.scss */
  body.single .next-link {
    margin-right: -50px;
  }
  /* line 215, ../sass/wordpress/pages/_single.scss */
  body.single .next-link .title {
    left: -75%;
  }
  /* line 217, ../sass/wordpress/pages/_single.scss */
  body.single .next-link .title:after {
    left: 75%;
  }
}
@media screen and (min-width: 992px) {
  /* line 224, ../sass/wordpress/pages/_single.scss */
  body.single .prev-link {
    margin-left: -100px;
  }
  /* line 226, ../sass/wordpress/pages/_single.scss */
  body.single .prev-link .title {
    left: 50%;
  }
  /* line 228, ../sass/wordpress/pages/_single.scss */
  body.single .prev-link .title:after {
    left: 50%;
  }
  /* line 233, ../sass/wordpress/pages/_single.scss */
  body.single .next-link {
    margin-right: -100px;
  }
  /* line 235, ../sass/wordpress/pages/_single.scss */
  body.single .next-link .title {
    left: 50%;
  }
  /* line 237, ../sass/wordpress/pages/_single.scss */
  body.single .next-link .title:after {
    left: 50%;
  }
}
/* line 244, ../sass/wordpress/pages/_single.scss */
body.single hr {
  margin-bottom: 0px;
}
/* line 247, ../sass/wordpress/pages/_single.scss */
body.single .additional-posts {
  padding-top: 33px;
  padding-bottom: 27px;
}
/* line 3, ../sass/partials/_postPreviews.scss */
body.single .additional-posts h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 10px;
  margin-bottom: 30px;
}
/* line 15, ../sass/partials/_postPreviews.scss */
body.single .additional-posts .container-post-previews:first-of-type .post-previews-row {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
/* line 22, ../sass/partials/_postPreviews.scss */
body.single .additional-posts .container-post-previews:last-child {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ededed;
}
/* line 28, ../sass/partials/_postPreviews.scss */
body.single .additional-posts .post-previews-row {
  padding-top: 20px;
  border-top: 2px solid #ededed;
  margin-top: 20px;
}
/* line 35, ../sass/partials/_postPreviews.scss */
body.single .additional-posts .container-preview {
  float: left;
}
/* line 39, ../sass/partials/_postPreviews.scss */
body.single .additional-posts .container-preview .preview {
  text-align: center;
  max-width: 129px;
  width: 129px;
  height: 77px;
  max-height: 77px;
  border: 2px solid #ededed;
}
/* line 49, ../sass/partials/_postPreviews.scss */
body.single .additional-posts .container-preview .preview img {
  max-width: 100%;
  max-height: 100%;
}
/* line 55, ../sass/partials/_postPreviews.scss */
body.single .additional-posts .container-details {
  margin-left: 150px;
}
/* line 59, ../sass/partials/_postPreviews.scss */
body.single .additional-posts .container-details .post-preview-title {
  text-align: left;
  margin-top: -5px;
}
/* line 64, ../sass/partials/_postPreviews.scss */
body.single .additional-posts .container-details .post-preview-title a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #4d4d4d;
}
/* line 70, ../sass/partials/_postPreviews.scss */
body.single .additional-posts .container-details .post-preview-title a:hover,
body.single .additional-posts .container-details .post-preview-title a:active {
  color: #2fcbda;
}
/* line 75, ../sass/partials/_postPreviews.scss */
body.single .additional-posts .container-details .post-preview-date {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #a5a5a5;
  text-align: left;
}

/* line 3, ../sass/wordpress/pages/_singlePressRelease.scss */
body.single-press_release .date {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 13, ../sass/wordpress/pages/_singlePressRelease.scss */
body.single-press_release .content header h1 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 19, ../sass/wordpress/pages/_singlePressRelease.scss */
body.single-press_release .content header h2:first-of-type, body.single-press_release .content header h3:first-of-type {
  text-align: left;
}
/* line 26, ../sass/wordpress/pages/_singlePressRelease.scss */
body.single-press_release .content p.pdf-download {
  text-align: right;
  margin-top: 40px;
}
/* line 29, ../sass/wordpress/pages/_singlePressRelease.scss */
body.single-press_release .content p.pdf-download a {
  padding-bottom: 5px;
  padding-right: 2px;
}
/* line 35, ../sass/wordpress/pages/_singlePressRelease.scss */
body.single-press_release .content p.pdf-download a:before {
  font-size: 32px;
  vertical-align: -5px;
}

/* line 3, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTemplate {
  color: #666;
}

/* line 8, ../sass/wordpress/pages/_subscriptionPlans.scss */
body:lang(en) .webinar {
  display: none;
}

/* line 13, ../sass/wordpress/pages/_subscriptionPlans.scss */
table {
  position: relative;
  border-collapse: collapse;
}

/* line 18, ../sass/wordpress/pages/_subscriptionPlans.scss */
thead.sticky th {
  -webkit-box-shadow: 0px 4px 4px -3px #f0f0f0;
  -moz-box-shadow: 0px 4px 4px -3px #f0f0f0;
  box-shadow: 0px 4px 4px -3px #f0f0f0;
  position: sticky !important;
  top: 60px !important;
}

/* line 26, ../sass/wordpress/pages/_subscriptionPlans.scss */
#subscriptionPlansComparison > div > div > table > tbody > tr > td:nth-child(2) {
  width: 25%;
}

/* line 30, ../sass/wordpress/pages/_subscriptionPlans.scss */
#subscriptionPlansComparison > div > div > table > tbody > tr > td:nth-child(3) {
  width: 25%;
}

/* line 43, ../sass/wordpress/pages/_subscriptionPlans.scss */
#link {
  height: 0px;
}

@media screen and (max-width: 480px) {
  /* line 50, ../sass/wordpress/pages/_subscriptionPlans.scss */
  #faq h2 {
    padding-bottom: unset !important;
  }
  /* line 54, ../sass/wordpress/pages/_subscriptionPlans.scss */
  #faq .container {
    min-width: 100% !important;
  }
  /* line 57, ../sass/wordpress/pages/_subscriptionPlans.scss */
  #faq .container .faqimage {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  /* line 68, ../sass/wordpress/pages/_subscriptionPlans.scss */
  #faq h2 {
    padding-bottom: unset !important;
  }
  /* line 72, ../sass/wordpress/pages/_subscriptionPlans.scss */
  #faq .container {
    min-width: 100% !important;
  }
  /* line 75, ../sass/wordpress/pages/_subscriptionPlans.scss */
  #faq .container .faqimage {
    display: none;
  }
}
/* line 82, ../sass/wordpress/pages/_subscriptionPlans.scss */
#faq {
  padding-top: 80px;
  background-color: #F7F7F7;
}
/* line 85, ../sass/wordpress/pages/_subscriptionPlans.scss */
#faq h2 {
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
}
/* line 93, ../sass/wordpress/pages/_subscriptionPlans.scss */
#faq .container {
  max-width: 80% !important;
}
/* line 96, ../sass/wordpress/pages/_subscriptionPlans.scss */
#faq .container .faqimage {
  width: 120px;
  float: right;
  z-index: 10;
  margin-top: -60px;
}
/* line 103, ../sass/wordpress/pages/_subscriptionPlans.scss */
#faq .container .accordion {
  padding-top: 30px;
  box-shadow: -1px 23px 26px -26px rgba(87, 87, 87, 0.37);
}
/* line 107, ../sass/wordpress/pages/_subscriptionPlans.scss */
#faq .container .accordion input[name='panel'] {
  display: none;
}
/* line 111, ../sass/wordpress/pages/_subscriptionPlans.scss */
#faq .container .accordion label {
  margin-top: 3px;
  position: relative;
  display: block;
  padding: 15px 25px;
  background-color: #fff;
  color: #6B6A6B;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}
/* line 112, ../sass/wordpress/pages/_subscriptionPlans.scss */
#faq .container .accordion label h4 {
  font-size: 20px;
}
/* line 125, ../sass/wordpress/pages/_subscriptionPlans.scss */
#faq .container .accordion label:after {
  font-size: 24px;
  position: absolute;
  right: 1em;
  color: #6B6A6B;
  margin-top: -25px;
}
/* line 135, ../sass/wordpress/pages/_subscriptionPlans.scss */
#faq .container .accordion label:hover {
  color: #00c0cc;
  z-index: 10;
  box-shadow: -1px 23px 26px -20px rgba(87, 87, 87, 0.37);
}
/* line 144, ../sass/wordpress/pages/_subscriptionPlans.scss */
#faq .container .accordion input:checked + label h4 {
  color: #00c0cc;
}
/* line 149, ../sass/wordpress/pages/_subscriptionPlans.scss */
#faq .container .accordion input:checked + label:after {
  line-height: .8em;
  transform: rotate(180deg);
}
/* line 156, ../sass/wordpress/pages/_subscriptionPlans.scss */
#faq .container .accordion input:checked + label:hover {
  color: #6B6A6B;
  box-shadow: unset;
}
/* line 163, ../sass/wordpress/pages/_subscriptionPlans.scss */
#faq .container .accordion .accordion__content {
  overflow: hidden;
  height: 0px;
  padding: 0 1.5em;
  background: #fff;
  color: #6B6A6B;
  transition: height 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}
/* line 171, ../sass/wordpress/pages/_subscriptionPlans.scss */
#faq .container .accordion .accordion__content .accordion__body {
  font-size: 16px;
  font-weight: 400;
}
/* line 179, ../sass/wordpress/pages/_subscriptionPlans.scss */
#faq input[name='panel']:checked ~ .accordion__content.accordion__content--small {
  height: 100%;
}

@media screen and (max-width: 480px) {
  /* line 211, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .customerSlider {
    display: none;
  }

  /* line 214, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .customerSliderMobile {
    display: block;
  }
}
@media screen and (min-width: 481px) {
  /* line 220, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .customerSlider {
    display: block;
  }

  /* line 223, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .customerSliderMobile {
    display: none;
  }
}
/* line 229, ../sass/wordpress/pages/_subscriptionPlans.scss */
.faq_link {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px !important;
}
/* line 235, ../sass/wordpress/pages/_subscriptionPlans.scss */
.faq_link:before {
  color: #00C0CC;
  border-radius: 10px;
  border: solid 2px #00C0CC;
}

@media screen and (min-width: 900px) {
  /* line 246, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .faq_link {
    margin: unset;
    text-align: unset;
    float: right;
  }
}
/* line 254, ../sass/wordpress/pages/_subscriptionPlans.scss */
.webinar {
  padding: 30px 0px;
  background-color: #00c0cc;
  color: white;
}
/* line 259, ../sass/wordpress/pages/_subscriptionPlans.scss */
.webinar .webimage {
  position: relative;
  width: 45%;
}
/* line 263, ../sass/wordpress/pages/_subscriptionPlans.scss */
.webinar .webimage img {
  position: absolute;
  height: auto;
  width: 90%;
}
/* line 270, ../sass/wordpress/pages/_subscriptionPlans.scss */
.webinar .webinar_content {
  margin: 20px 0px;
  float: right;
  width: 50%;
}
/* line 273, ../sass/wordpress/pages/_subscriptionPlans.scss */
.webinar .webinar_content h2 {
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  /* line 283, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .webinar {
    text-align: center;
  }
  /* line 286, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .webinar .webimage {
    width: 100%;
  }
  /* line 289, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .webinar .webimage img {
    position: unset;
    width: 70%;
  }
  /* line 295, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .webinar .webinar_content {
    margin: unset;
    width: 100%;
    padding: 0px 40px;
    float: unset;
  }
}
/* line 306, ../sass/wordpress/pages/_subscriptionPlans.scss */
.slick-slider button {
  font-size: 0;
}
/* line 311, ../sass/wordpress/pages/_subscriptionPlans.scss */
.slick-slider button.slick-next, .slick-slider button.slick-prev {
  background-color: #666666 !important;
  position: absolute;
  z-index: 20;
  width: 40px;
  height: 40px;
  margin-top: -15px;
}
/* line 321, ../sass/wordpress/pages/_subscriptionPlans.scss */
.slick-slider button.slick-next:before, .slick-slider button.slick-prev:before {
  color: #fff !important;
  font-size: 35px;
}
/* line 326, ../sass/wordpress/pages/_subscriptionPlans.scss */
.slick-slider button.slick-next.slick-disabled, .slick-slider button.slick-prev.slick-disabled {
  visibility: hidden;
}
/* line 331, ../sass/wordpress/pages/_subscriptionPlans.scss */
.slick-slider button.slick-next {
  margin-left: 6px;
}
/* line 335, ../sass/wordpress/pages/_subscriptionPlans.scss */
.slick-slider button.slick-next:before {
  margin-left: 1px;
  margin-top: -2px;
}
/* line 341, ../sass/wordpress/pages/_subscriptionPlans.scss */
.slick-slider button.slick-prev {
  margin-right: 6px;
}
/* line 345, ../sass/wordpress/pages/_subscriptionPlans.scss */
.slick-slider button.slick-prev:before {
  margin-left: -1px;
  margin-top: -2px;
}

/* line 354, ../sass/wordpress/pages/_subscriptionPlans.scss */
button.slick-next:hover, div[choice-tile] .choiceTile button.slick-next, div[choice-tile] .choiceTile.active:hover button.slick-next, div[choice-tile] .choiceTile.active:focus button.slick-next, button.slick-prev:hover, div[choice-tile] .choiceTile button.slick-prev, div[choice-tile] .choiceTile.active:hover button.slick-prev, div[choice-tile] .choiceTile.active:focus button.slick-prev {
  border: none !important;
  -webkit-box-shadow: 0px 5px 16px -4px #575757 !important;
  -moz-box-shadow: 0px 5px 16px -4px #575757 !important;
  box-shadow: 0px 5px 16px -4px #575757 !important;
}

@media screen and (max-width: 480px) {
  /* line 362, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .customerImages .customerSlider .imageWrapper {
    padding: 0px !important;
  }
}
/* line 371, ../sass/wordpress/pages/_subscriptionPlans.scss */
.customerImages container {
  max-width: 80% !important;
}
/* line 376, ../sass/wordpress/pages/_subscriptionPlans.scss */
.customerImages .customerSliderMobile .imageWrapper {
  vertical-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 30px 30px 30px;
}
/* line 384, ../sass/wordpress/pages/_subscriptionPlans.scss */
.customerImages .customerSliderMobile .imageWrapper img {
  width: 100%;
}
/* line 390, ../sass/wordpress/pages/_subscriptionPlans.scss */
.customerImages .customerSlider {
  background-color: #fff;
}
/* line 393, ../sass/wordpress/pages/_subscriptionPlans.scss */
.customerImages .customerSlider .imageWrapper {
  vertical-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px 30px 0px 30px;
}
/* line 401, ../sass/wordpress/pages/_subscriptionPlans.scss */
.customerImages .customerSlider .imageWrapper img {
  max-width: 100%;
}

/* line 408, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonContainer {
  padding: 30px 50px;
  background-color: white;
}

@media screen and (max-width: 480px) {
  /* line 414, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansComparisonContainer {
    padding: 0 10px 10px 10px !important;
    background-color: white;
  }
}
/* line 421, ../sass/wordpress/pages/_subscriptionPlans.scss */
.page-template-template-subscription-plan .content {
  overflow: unset;
  background-color: #fff !important;
}
/* line 425, ../sass/wordpress/pages/_subscriptionPlans.scss */
.page-template-template-subscription-plan .content .container {
  max-width: 660px;
}
@media screen and (min-width: 900px) {
  /* line 429, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .page-template-template-subscription-plan .content .container {
    max-width: 840px;
  }
  /* line 433, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .page-template-template-subscription-plan .content .subscriptionPlansComparison .container {
    max-width: 80%;
  }
  /* line 436, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .page-template-template-subscription-plan .content .businessGroup .container {
    max-width: 912px;
  }
  /* line 438, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .page-template-template-subscription-plan .content .businessGroup .container .subscriptionGroupToggle {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 447, ../sass/wordpress/pages/_subscriptionPlans.scss */
.page-template-template-subscription-plan .page-content {
  background-color: #F7F7F7;
}
/* line 449, ../sass/wordpress/pages/_subscriptionPlans.scss */
.page-template-template-subscription-plan .page-content h1 {
  font-weight: 500;
  margin-top: 22px;
  margin-bottom: 22px;
  color: #666;
}
/* line 456, ../sass/wordpress/pages/_subscriptionPlans.scss */
.page-template-template-subscription-plan .page-content h3.subline, .page-template-template-subscription-plan .page-content .myss-storylines .storyline-content, .myss-storylines .page-template-template-subscription-plan .page-content .storyline-content,
.page-template-template-subscription-plan .page-content .video-list .storyline-content,
.video-list .page-template-template-subscription-plan .page-content .storyline-content,
.page-template-template-subscription-plan .page-content .clips-myss .storyline-content,
.clips-myss .page-template-template-subscription-plan .page-content .storyline-content, .page-template-template-subscription-plan .page-content body.page-template-template-features section.myss-steps .steps-content, body.page-template-template-features section.myss-steps .page-template-template-subscription-plan .page-content .steps-content, .page-template-template-subscription-plan .page-content body.page-template-template-faq .faq-content, body.page-template-template-faq .page-template-template-subscription-plan .page-content .faq-content, .page-template-template-subscription-plan .page-content body.single-press_release .content header h2:first-of-type, body.single-press_release .content header .page-template-template-subscription-plan .page-content h2:first-of-type, .page-template-template-subscription-plan .page-content body.single-press_release .content header h3:first-of-type, body.single-press_release .content header .page-template-template-subscription-plan .page-content h3:first-of-type {
  text-align: center;
}

/* line 463, ../sass/wordpress/pages/_subscriptionPlans.scss */
.happyCostumers h2 {
  text-align: center;
  font-weight: 500;
}

/* line 473, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansContainer .pricing-settings {
  text-align: center;
  line-height: 0.8;
}
/* line 476, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansContainer .pricing-settings .toggleButtons {
  border: none !important;
  display: inline-block;
  margin-right: 20px;
  background: #f7f7f7;
  margin-bottom: 10px;
}
/* line 477, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansContainer .pricing-settings .toggleButtons button, .subscriptionPlansContainer .pricing-settings .toggleButtons .switch-label > span {
  position: relative;
  float: left;
  height: 100%;
  min-height: 30px;
  margin: 0;
  padding: 0;
}
/* line 487, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansContainer .pricing-settings .toggleButtons button:hover, .subscriptionPlansContainer .pricing-settings .toggleButtons div[choice-tile] .choiceTile button, div[choice-tile] .choiceTile .subscriptionPlansContainer .pricing-settings .toggleButtons button, .subscriptionPlansContainer .pricing-settings .toggleButtons .switch-label > span:hover {
  opacity: 0.9;
}
/* line 491, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansContainer .pricing-settings .toggleButtons button:active, .subscriptionPlansContainer .pricing-settings .toggleButtons .switch-label > span:active {
  color: white !important;
  background-color: #00c0cc;
}
/* line 501, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansContainer .pricing-settings .toggleButtons button {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  background-color: #E0E0E0;
  color: #6B6A6B;
  max-height: 30px;
  letter-spacing: 0.04em;
  font-size: 16px;
  padding: 0 10px;
  white-space: nowrap;
  min-width: 60px;
  width: auto;
  border-radius: 0px;
}
/* line 515, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansContainer .pricing-settings .toggleButtons.on .on, .subscriptionPlansContainer .pricing-settings .toggleButtons.off .off {
  color: white;
  background-color: #00c0cc;
}
/* line 527, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansContainer.frequency-ANNUAL .pricingBox .promotion-subText.monthly, .subscriptionPlansContainer.frequency-ANNUAL .pricingBox .pricingSubText.monthly {
  display: none;
}
/* line 531, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansContainer.frequency-ANNUAL .pricingBox .promotion-subText.annual, .subscriptionPlansContainer.frequency-ANNUAL .pricingBox .pricingSubText.annual {
  display: block !important;
}
/* line 543, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansContainer.frequency-MONTHLY .pricingBox .promotion-subText.monthly, .subscriptionPlansContainer.frequency-MONTHLY .pricingBox .pricingSubText.monthly {
  display: block !important;
}
/* line 547, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansContainer.frequency-MONTHLY .pricingBox .promotion-subText.annual, .subscriptionPlansContainer.frequency-MONTHLY .pricingBox .pricingSubText.annual {
  display: none;
}
/* line 559, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansContainer.currency-EUR .subscriptionPlansTable .pricingBox .price:after, .subscriptionPlansContainer.currency-EUR .subscriptionPlansTable .pricingBox .promotion-subText.annual em:after, .subscriptionPlansContainer.currency-EUR .subscriptionPlansTable .pricingBox .promotion-subText.individual.monthly em:after {
  font-weight: 300;
  content: "€";
}
/* line 573, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansContainer.currency-USD .subscriptionPlansTable .pricingBox .price:before, .subscriptionPlansContainer.currency-USD .subscriptionPlansTable .pricingBox .promotion-subText.annual em:before, .subscriptionPlansContainer.currency-USD .subscriptionPlansTable .pricingBox .promotion-subText.individual.monthly em:before {
  content: "US $";
}
/* line 585, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansContainer.hasMostPopular .subscriptionPlan.mostPopular .pricingBox img {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  right: -15px;
  top: 5px;
  left: auto;
}
@media screen and (max-width: 700px) {
  /* line 598, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
}
/* line 606, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable {
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 611, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .subscriptionPlan {
  width: 100%;
  display: none;
}
/* line 615, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .subscriptionPlan .subscriptionPlanInformation {
  background-color: #fff;
  margin-top: 20px;
  padding: 0 20px 20px 20px;
}
/* line 621, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .subscriptionPlan.individual {
  display: none;
}
/* line 626, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .imgpricing {
  text-align: center;
}
/* line 628, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .imgpricing img {
  width: 100px;
}
/* line 633, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox, .subscriptionPlansTable .individualBox {
  position: relative;
  text-align: center;
  padding: 30px 10px 20px 10px;
}
/* line 639, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox h2, .subscriptionPlansTable .individualBox h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 4px;
}
/* line 646, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox img, .subscriptionPlansTable .individualBox img {
  position: absolute;
  height: 63px;
  width: auto;
}
/* line 652, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox img.price-image, .subscriptionPlansTable .individualBox img.price-image {
  top: 45px;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
/* line 661, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox img.priceimg, .subscriptionPlansTable .individualBox img.priceimg {
  margin-top: 20px;
}
/* line 666, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox .price, .subscriptionPlansTable .individualBox .price {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  position: relative;
  width: 100%;
  font-size: 50px;
  min-height: 50px;
  line-height: 56px;
  display: block;
  color: #ff9900;
}
/* line 676, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox .price:before, .subscriptionPlansTable .individualBox .price:before {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  content: "";
  display: inline-block;
  font-size: 36px;
  padding-right: 8px;
}
/* line 41, ../sass/partials/_spinner.scss */
.subscriptionPlansTable .pricingBox .price.loading:before, .subscriptionPlansTable .individualBox .price.loading:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 71px;
  height: 71px;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../gif/spinner_1.gif");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}
/* line 687, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox .price.loading:before, .subscriptionPlansTable .individualBox .price.loading:before {
  background-color: transparent;
  width: 50px;
  height: 50px;
}
/* line 693, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox .price.loading:after, .subscriptionPlansTable .individualBox .price.loading:after {
  opacity: 0;
}
/* line 698, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox .pricing-subText, .subscriptionPlansTable .pricingBox .individual-subText, .subscriptionPlansTable .individualBox .pricing-subText, .subscriptionPlansTable .individualBox .individual-subText {
  margin-bottom: 20px;
}
/* line 702, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox .pricing-subText, .subscriptionPlansTable .pricingBox .pricing-subText p, .subscriptionPlansTable .pricingBox .individual-subText, .subscriptionPlansTable .pricingBox .individual-subText p, .subscriptionPlansTable .individualBox .pricing-subText, .subscriptionPlansTable .individualBox .pricing-subText p, .subscriptionPlansTable .individualBox .individual-subText, .subscriptionPlansTable .individualBox .individual-subText p {
  font-size: 15px;
}
/* line 707, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox .pricing-subText, .subscriptionPlansTable .individualBox .pricing-subText {
  margin-top: 5px;
}
/* line 710, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox .pricing-subText p, .subscriptionPlansTable .individualBox .pricing-subText p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 2px;
  line-height: 18px;
}
/* line 717, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox .pricing-subText b, .subscriptionPlansTable .individualBox .pricing-subText b {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
/* line 721, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox .pricing-subText .promotion-subText, .subscriptionPlansTable .pricingBox .pricing-subText .pricingSubText, .subscriptionPlansTable .individualBox .pricing-subText .promotion-subText, .subscriptionPlansTable .individualBox .pricing-subText .pricingSubText {
  font-size: 13px;
  height: 14px;
}
/* line 725, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox .pricing-subText .promotion-subText em, .subscriptionPlansTable .pricingBox .pricing-subText .pricingSubText em, .subscriptionPlansTable .individualBox .pricing-subText .promotion-subText em, .subscriptionPlansTable .individualBox .pricing-subText .pricingSubText em {
  color: #ff9900;
}
/* line 729, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox .pricing-subText .promotion-subText.annual, .subscriptionPlansTable .pricingBox .pricing-subText .pricingSubText.annual, .subscriptionPlansTable .individualBox .pricing-subText .promotion-subText.annual, .subscriptionPlansTable .individualBox .pricing-subText .pricingSubText.annual {
  display: none;
}
/* line 731, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox .pricing-subText .promotion-subText.annual em:before, .subscriptionPlansTable .pricingBox .pricing-subText .pricingSubText.annual em:before, .subscriptionPlansTable .individualBox .pricing-subText .promotion-subText.annual em:before, .subscriptionPlansTable .individualBox .pricing-subText .pricingSubText.annual em:before {
  padding-right: 4px;
}
/* line 738, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox .individual-subText, .subscriptionPlansTable .individualBox .individual-subText {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  margin-top: 15px;
  line-height: 22px;
}
/* line 745, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox a.btn, .subscriptionPlansTable .individualBox a.btn {
  line-height: 1.6;
}
/* line 749, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox button, .subscriptionPlansTable .pricingBox a.btn, .subscriptionPlansTable .individualBox button, .subscriptionPlansTable .individualBox a.btn {
  position: relative;
  margin-bottom: 0;
  min-width: 136px;
}
/* line 188, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox button.currentSubscription:after, .subscriptionPlansTable .pricingBox a.btn.currentSubscription:after, .subscriptionPlansTable .individualBox button.currentSubscription:after, .subscriptionPlansTable .individualBox a.btn.currentSubscription:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -5px;
  margin-top: 5px;
  padding: 3px;
  border: 2px solid #fff;
  background: #00c0cc;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}
/* line 755, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox button.contact, .subscriptionPlansTable .pricingBox a.btn.contact, .subscriptionPlansTable .individualBox button.contact, .subscriptionPlansTable .individualBox a.btn.contact {
  display: none;
}
/* line 760, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox .range-keys, .subscriptionPlansTable .individualBox .range-keys {
  display: none;
}
/* line 766, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.individual .price, .subscriptionPlansTable .pricingBox.individual .pricing-subText.annual, .subscriptionPlansTable .pricingBox.individual .pricing-subText.monthly,
.subscriptionPlansTable .pricingBox.individual button, .hasMostPopular .subscriptionPlansTable .pricingBox.individual .price, .hasMostPopular .subscriptionPlansTable .pricingBox.individual .pricing-subText.annual, .hasMostPopular .subscriptionPlansTable .pricingBox.individual .pricing-subText.monthly,
.hasMostPopular .subscriptionPlansTable .pricingBox.individual button, .subscriptionPlansTable .individualBox.individual .price, .subscriptionPlansTable .individualBox.individual .pricing-subText.annual, .subscriptionPlansTable .individualBox.individual .pricing-subText.monthly,
.subscriptionPlansTable .individualBox.individual button, .hasMostPopular .subscriptionPlansTable .individualBox.individual .price, .hasMostPopular .subscriptionPlansTable .individualBox.individual .pricing-subText.annual, .hasMostPopular .subscriptionPlansTable .individualBox.individual .pricing-subText.monthly,
.hasMostPopular .subscriptionPlansTable .individualBox.individual button {
  display: none;
}
/* line 772, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.individual .price.individual, .subscriptionPlansTable .pricingBox.individual .pricing-subText.annual.individual, .subscriptionPlansTable .pricingBox.individual .pricing-subText.monthly.individual,
.subscriptionPlansTable .pricingBox.individual button.individual, .hasMostPopular .subscriptionPlansTable .pricingBox.individual .price.individual, .hasMostPopular .subscriptionPlansTable .pricingBox.individual .pricing-subText.annual.individual, .hasMostPopular .subscriptionPlansTable .pricingBox.individual .pricing-subText.monthly.individual,
.hasMostPopular .subscriptionPlansTable .pricingBox.individual button.individual, .subscriptionPlansTable .individualBox.individual .price.individual, .subscriptionPlansTable .individualBox.individual .pricing-subText.annual.individual, .subscriptionPlansTable .individualBox.individual .pricing-subText.monthly.individual,
.subscriptionPlansTable .individualBox.individual button.individual, .hasMostPopular .subscriptionPlansTable .individualBox.individual .price.individual, .hasMostPopular .subscriptionPlansTable .individualBox.individual .pricing-subText.annual.individual, .hasMostPopular .subscriptionPlansTable .individualBox.individual .pricing-subText.monthly.individual,
.hasMostPopular .subscriptionPlansTable .individualBox.individual button.individual {
  display: block;
}
/* line 777, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.individual h2, .hasMostPopular .subscriptionPlansTable .pricingBox.individual h2, .subscriptionPlansTable .individualBox.individual h2, .hasMostPopular .subscriptionPlansTable .individualBox.individual h2 {
  color: #4d4d4d !important;
}
/* line 783, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.individual .individual.price, .hasMostPopular .subscriptionPlansTable .pricingBox.individual .individual.price, .subscriptionPlansTable .individualBox.individual .individual.price, .hasMostPopular .subscriptionPlansTable .individualBox.individual .individual.price {
  font-size: 38px;
  margin-top: 20px;
  min-height: 52px;
  color: #4d4d4d;
  line-height: 1;
}
/* line 790, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.individual .individual.price:before, .hasMostPopular .subscriptionPlansTable .pricingBox.individual .individual.price:before, .subscriptionPlansTable .individualBox.individual .individual.price:before, .hasMostPopular .subscriptionPlansTable .individualBox.individual .individual.price:before {
  display: none;
}
/* line 795, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.individual .individual.pricing-subText, .hasMostPopular .subscriptionPlansTable .pricingBox.individual .individual.pricing-subText, .subscriptionPlansTable .individualBox.individual .individual.pricing-subText, .hasMostPopular .subscriptionPlansTable .individualBox.individual .individual.pricing-subText {
  margin-top: 0;
  margin-bottom: 70px;
}
/* line 803, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.individual.hasRangeSlider .pricing-subText.individual, .hasMostPopular .subscriptionPlansTable .pricingBox.individual.hasRangeSlider .pricing-subText.individual, .subscriptionPlansTable .individualBox.individual.hasRangeSlider .pricing-subText.individual, .hasMostPopular .subscriptionPlansTable .individualBox.individual.hasRangeSlider .pricing-subText.individual {
  margin-bottom: 44px;
}
/* line 812, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .pricing-subText, .subscriptionPlansTable .individualBox.hasRangeSlider .pricing-subText {
  margin-bottom: 14px;
}
/* line 814, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .pricing-subText .promotion-subText, .subscriptionPlansTable .individualBox.hasRangeSlider .pricing-subText .promotion-subText {
  display: none !important;
}
/* line 819, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .slider-container, .subscriptionPlansTable .individualBox.hasRangeSlider .slider-container {
  width: 100%;
  max-width: 300px;
  margin-top: -10px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
}
/* line 831, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .slider-container .back-bar, .subscriptionPlansTable .individualBox.hasRangeSlider .slider-container .back-bar {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 8px;
  background-color: #ededed;
  position: relative;
}
/* line 838, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .slider-container .back-bar .selected-bar, .subscriptionPlansTable .individualBox.hasRangeSlider .slider-container .back-bar .selected-bar {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  height: 100%;
  background-color: #00c0cc;
}
/* line 845, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .slider-container .back-bar .pointer, .subscriptionPlansTable .individualBox.hasRangeSlider .slider-container .back-bar .pointer {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  z-index: 2;
  opacity: 1;
  background-color: #4d4d4d;
  cursor: pointer;
  border: 2px solid #fff;
}
/* line 859, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .slider-container .back-bar .focused, .subscriptionPlansTable .individualBox.hasRangeSlider .slider-container .back-bar .focused {
  z-index: 10;
}
/* line 864, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .slider-container .clickable-dummy, .subscriptionPlansTable .individualBox.hasRangeSlider .slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 872, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .slider-container .scale, .subscriptionPlansTable .individualBox.hasRangeSlider .slider-container .scale {
  top: 0;
  position: relative;
}
/* line 876, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .slider-container .scale span, .subscriptionPlansTable .individualBox.hasRangeSlider .slider-container .scale span {
  position: absolute;
  height: 8px;
  top: -8px;
  border-left: 2px solid #fff;
  font-size: 0;
}
/* line 883, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .slider-container .scale span:first-child, .subscriptionPlansTable .pricingBox.hasRangeSlider .slider-container .scale span:last-child, .subscriptionPlansTable .individualBox.hasRangeSlider .slider-container .scale span:first-child, .subscriptionPlansTable .individualBox.hasRangeSlider .slider-container .scale span:last-child {
  display: none;
}
/* line 889, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .slider-container .scale ins, .subscriptionPlansTable .individualBox.hasRangeSlider .slider-container .scale ins {
  display: none;
}
/* line 895, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .range-keys, .subscriptionPlansTable .individualBox.hasRangeSlider .range-keys {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
}
/* line 908, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .range-keys dl dt, .subscriptionPlansTable .pricingBox.hasRangeSlider .range-keys dl dd, .subscriptionPlansTable .individualBox.hasRangeSlider .range-keys dl dt, .subscriptionPlansTable .individualBox.hasRangeSlider .range-keys dl dd {
  float: left;
  text-align: left;
  line-height: 1;
}
/* line 913, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .range-keys dl dt.individualTeamSize, .subscriptionPlansTable .pricingBox.hasRangeSlider .range-keys dl dd.individualTeamSize, .subscriptionPlansTable .individualBox.hasRangeSlider .range-keys dl dt.individualTeamSize, .subscriptionPlansTable .individualBox.hasRangeSlider .range-keys dl dd.individualTeamSize {
  display: none;
}
/* line 917, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .range-keys dl dt, .subscriptionPlansTable .individualBox.hasRangeSlider .range-keys dl dt {
  width: 50%;
  white-space: nowrap;
}
/* line 921, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .range-keys dl dd, .subscriptionPlansTable .individualBox.hasRangeSlider .range-keys dl dd {
  width: 50%;
  text-align: right;
}
/* line 924, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider .range-keys dl dd span, .subscriptionPlansTable .individualBox.hasRangeSlider .range-keys dl dd span {
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  /* line 929, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable .pricingBox.hasRangeSlider .range-keys dl dt, .subscriptionPlansTable .individualBox.hasRangeSlider .range-keys dl dt {
    width: 65%;
  }
  /* line 933, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable .pricingBox.hasRangeSlider .range-keys dl dd, .subscriptionPlansTable .individualBox.hasRangeSlider .range-keys dl dd {
    width: 35%;
  }
}
/* line 943, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider.individualTeamSize .range-keys dl dt, .subscriptionPlansTable .pricingBox.hasRangeSlider.individualTeamSize .range-keys dl dd, .subscriptionPlansTable .individualBox.hasRangeSlider.individualTeamSize .range-keys dl dt, .subscriptionPlansTable .individualBox.hasRangeSlider.individualTeamSize .range-keys dl dd {
  display: none;
}
/* line 946, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .pricingBox.hasRangeSlider.individualTeamSize .range-keys dl dt.individualTeamSize, .subscriptionPlansTable .pricingBox.hasRangeSlider.individualTeamSize .range-keys dl dd.individualTeamSize, .subscriptionPlansTable .individualBox.hasRangeSlider.individualTeamSize .range-keys dl dt.individualTeamSize, .subscriptionPlansTable .individualBox.hasRangeSlider.individualTeamSize .range-keys dl dd.individualTeamSize {
  display: block;
}
/* line 957, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansTable .individualBox img {
  display: none;
  max-height: 90px;
}
/* line 965, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .freeSubscriptionPlan .selectSubscriptionPlan {
  margin-top: 126px;
}
/* line 968, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .freeSubscriptionPlan .btn-invert {
  color: #ff9900;
  border: 2px solid #ff9900 !important;
  background-color: transparent;
}
/* line 973, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .freeSubscriptionPlan .btn-invert:hover {
  color: #ffba00;
  border-color: #ffba00 !important;
}
/* line 980, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .freeSubscriptionPlan .btn-invert[disabled], .subscriptionPlans .freeSubscriptionPlan .btn-invert[disabled]:hover {
  color: #a5a5a5 !important;
  border-color: #a5a5a5 !important;
  background: none !important;
}
/* line 991, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .eduSubscriptionPlan .showFeatureComparison {
  display: none;
}
/* line 998, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .individualSubscriptionPlan .pricingBox img.price-image {
  display: none;
}
/* line 1004, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
/* line 1014, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans ul.feature-list li {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  position: relative;
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 8px;
  padding-left: 24px;
  font-size: 16px;
  color: #a5a5a5;
  line-height: 1.3;
}
/* line 1028, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans ul.feature-list li:before {
  position: absolute;
  color: #4d4d4d;
  left: 0;
  top: 9px;
}
/* line 1038, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans ul.feature-list li:last-child {
  border-bottom: 0;
}
/* line 1042, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans ul.feature-list li.check {
  color: #4d4d4d;
}
/* line 1044, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans ul.feature-list li.check:before {
  color: #00c0cc;
}
/* line 1053, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans ul.feature-list.slim li {
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 24px;
  border-bottom: none;
}
/* line 1062, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans ul.feature-list.slim li:before {
  top: 5px;
}
/* line 1069, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .toggleFeatureContent, .subscriptionPlans .showFeatureComparison {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #00c0cc;
  display: block;
  margin: 0 auto 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  text-align: center;
}
/* line 1083, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .toggleFeatureContent:hover, .subscriptionPlans .toggleFeatureContent:hover:after, .subscriptionPlans .toggleFeatureContent:focus, .subscriptionPlans .toggleFeatureContent:focus:after, .subscriptionPlans .toggleFeatureContent:active, .subscriptionPlans .toggleFeatureContent:active:after, .subscriptionPlans .showFeatureComparison:hover, .subscriptionPlans .showFeatureComparison:hover:after, .subscriptionPlans .showFeatureComparison:focus, .subscriptionPlans .showFeatureComparison:focus:after, .subscriptionPlans .showFeatureComparison:active, .subscriptionPlans .showFeatureComparison:active:after {
  color: #2fcbda;
}
/* line 1089, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .toggleFeatureContent {
  padding-top: 0;
  padding-bottom: 0;
  height: 32px;
}
/* line 1094, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .toggleFeatureContent:before {
  content: "+";
  width: 15px;
  display: inline-block;
  color: #00c0cc;
}
/* line 1104, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .toggleFeatureContent:hover:before, .subscriptionPlans .toggleFeatureContent:focus:before, .subscriptionPlans .toggleFeatureContent:active:before {
  color: #2fcbda;
}
/* line 1110, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .toggleFeatureContent.showFeatures:before {
  content: "-";
}
/* line 1116, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .showFeatureComparison {
  height: 55px;
  line-height: 55px;
}
/* line 1122, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .featureContent .feature-list {
  display: none;
}
/* line 1126, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparison {
  padding-top: 40px;
  text-align: center;
  background-color: #F7F7F7;
}
/* line 1131, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparison h2 {
  font-weight: 500;
}
/* line 1137, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparison-subText, .subscriptionPlansComparison h3.subline, .subscriptionPlansComparison .myss-storylines .storyline-content, .myss-storylines .subscriptionPlansComparison .storyline-content,
.subscriptionPlansComparison .video-list .storyline-content,
.video-list .subscriptionPlansComparison .storyline-content,
.subscriptionPlansComparison .clips-myss .storyline-content,
.clips-myss .subscriptionPlansComparison .storyline-content, .subscriptionPlansComparison body.page-template-template-features section.myss-steps .steps-content, body.page-template-template-features section.myss-steps .subscriptionPlansComparison .steps-content, .subscriptionPlansComparison body.page-template-template-faq .faq-content, body.page-template-template-faq .subscriptionPlansComparison .faq-content, .subscriptionPlansComparison body.single-press_release .content header h2:first-of-type, body.single-press_release .content header .subscriptionPlansComparison h2:first-of-type, .subscriptionPlansComparison body.single-press_release .content header h3:first-of-type, body.single-press_release .content header .subscriptionPlansComparison h3:first-of-type {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 30px;
}
/* line 1143, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparison button {
  position: relative;
}
/* line 188, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparison button.currentSubscription:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -5px;
  margin-top: 5px;
  padding: 3px;
  border: 2px solid #fff;
  background: #00c0cc;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}
/* line 1148, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable {
  background-color: white;
  text-align: right;
  margin-bottom: 0;
}
/* line 1154, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable tbody tr {
  padding: 0 40px;
}
/* line 1161, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable tr h4 {
  font-size: 20px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 1166, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable tr.feature-headline {
  background-color: #F0F0F0;
}
/* line 1170, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable th, .subscriptionPlansComparisonTable td {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 16.666%;
  border-top: 0 !important;
  font-size: 15px;
  padding-top: 5px !important;
}
/* line 1178, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable th[class*="funGroup"], .subscriptionPlansComparisonTable td[class*="funGroup"] {
  width: 25%;
}
/* line 1182, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable th[style*="table-cell"], .subscriptionPlansComparisonTable td[style*="table-cell"] {
  display: inline-block !important;
}
/* line 1187, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable th h2, .subscriptionPlansComparisonTable td h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
/* line 1193, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable th.feature-label, .subscriptionPlansComparisonTable td.feature-label {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  width: 50%;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-top: 10px;
  border-top: 1px solid #ededed;
}
/* line 1208, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable th .plan-feature-cell:before, .subscriptionPlansComparisonTable td .plan-feature-cell:before {
  color: transparent;
}
/* line 1216, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable th .plan-feature-cell.check:before, .subscriptionPlansComparisonTable td .plan-feature-cell.check:before {
  font-size: 24px;
  color: #00c0cc;
}
/* line 1224, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable th i, .subscriptionPlansComparisonTable td i {
  color: #a5a5a5;
  vertical-align: -2px;
  padding: 2px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
}
/* line 1234, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable th i:hover, .subscriptionPlansComparisonTable td i:hover {
  border-color: #4d4d4d;
  color: #4d4d4d;
}
/* line 1241, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable th {
  text-align: center;
  background: white;
  border-bottom: 0 !important;
  padding: 10px;
}
/* line 1247, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable th button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 1259, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable th:hover h2 {
  color: #2fcbda;
}
/* line 1264, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable th.feature-label {
  height: 39px;
  padding: 0;
}
/* line 1270, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlansComparisonTable td {
  border: none;
  padding: 5px;
}
@media screen and (min-width: 900px) {
  /* line 1278, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .toggleFeatureContent {
    display: none;
  }
  /* line 1283, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .featureContent .feature-list {
    display: block !important;
  }
  /* line 1287, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .featureContent a {
    margin-left: 18px;
    text-align: left;
  }
  /* line 1295, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansContainer .pricing-settings {
    display: inline-block;
    float: left;
    padding-bottom: 55px;
  }
  /* line 1305, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansContainer.hasMostPopular .subscriptionPlan.mostPopular .pricingBox img {
    top: -30px;
  }
  /* line 1314, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable {
    margin-top: 0;
    margin-bottom: 20px;
  }
  /* line 1318, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable .fullWidth {
    width: 100% !important;
    text-align: left !important;
  }
  /* line 1323, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable .subscriptionPlan {
    width: 50%;
    padding: 0 10px;
    float: left;
  }
  /* line 1328, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable .subscriptionPlan .subscriptionPlanInformation {
    padding: 20px 60px;
  }
  /* line 1332, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable .subscriptionPlan .subscriptionPlanInformation:hover {
    -webkit-box-shadow: 0px 38px 69px -51px #616161;
    -moz-box-shadow: 0px 38px 69px -51px #616161;
    box-shadow: 0px 38px 69px -51px #616161;
  }
  /* line 1338, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable .subscriptionPlan:after {
    display: none;
  }
  /* line 1343, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable .subscriptionPlan .pricingBox .priceimg {
    margin-top: 20px;
    height: 67px;
  }
  /* line 1348, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable .subscriptionPlan .pricingBox img {
    display: block;
  }
  /* line 1351, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable .subscriptionPlan .pricingBox img.price-image {
    top: 67px;
  }
  /* line 1359, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable .subscriptionPlan .pricingBox .pricing-subText, .subscriptionPlansTable .subscriptionPlan .pricingBox .individual-subText, .subscriptionPlansTable .subscriptionPlan .individualBox .pricing-subText, .subscriptionPlansTable .subscriptionPlan .individualBox .individual-subText {
    margin-bottom: 24px;
  }
  /* line 1364, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable .subscriptionPlan .pricingBox .pricing-subText, .subscriptionPlansTable .subscriptionPlan .individualBox .pricing-subText {
    margin-top: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 1372, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable .subscriptionPlan .pricingBox .individual-subText, .subscriptionPlansTable .subscriptionPlan .individualBox .individual-subText {
    margin-top: 24px;
  }
  /* line 1377, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable .subscriptionPlan .pricingBox.hasRangeSlider .slider-container, .subscriptionPlansTable .subscriptionPlan .individualBox.hasRangeSlider .slider-container {
    margin-top: -18px;
  }
  /* line 1386, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .fullWidth .fullWidthBox {
    width: 100%;
    display: inline-block;
  }
  /* line 1389, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .fullWidth .fullWidthBox .imgpricing {
    margin-top: 10%;
    float: left;
    margin-right: 20px;
    width: 15%;
  }
  /* line 1394, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .fullWidth .fullWidthBox .imgpricing img {
    width: 100%;
    height: auto;
  }
  /* line 1399, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .fullWidth .fullWidthBox .pricingBox {
    width: 40%;
    max-width: 45%;
    float: left;
    text-align: center;
  }
  /* line 1405, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .fullWidth .fullWidthBox .fullWidthList {
    max-width: 45%;
    padding-left: 40px;
    padding-top: 20px;
    float: left;
  }
  /* line 1410, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .fullWidth .fullWidthBox .fullWidthList .featureContent a {
    margin-left: 18px;
    text-align: left;
  }
  /* line 1420, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .individualSubscriptionPlan .pricingBox img.price-image {
    position: relative;
    display: block;
    top: 0;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 1433, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .eduSubscriptionPlan {
    margin-left: 25%;
  }
  /* line 1439, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansComparison-subText, .subscriptionPlansComparison h3.subline, .subscriptionPlansComparison .myss-storylines .storyline-content, .myss-storylines .subscriptionPlansComparison .storyline-content,
  .subscriptionPlansComparison .video-list .storyline-content,
  .video-list .subscriptionPlansComparison .storyline-content,
  .subscriptionPlansComparison .clips-myss .storyline-content,
  .clips-myss .subscriptionPlansComparison .storyline-content, .subscriptionPlansComparison body.page-template-template-features section.myss-steps .steps-content, body.page-template-template-features section.myss-steps .subscriptionPlansComparison .steps-content, .subscriptionPlansComparison body.page-template-template-faq .faq-content, body.page-template-template-faq .subscriptionPlansComparison .faq-content, .subscriptionPlansComparison body.single-press_release .content header h2:first-of-type, body.single-press_release .content header .subscriptionPlansComparison h2:first-of-type, .subscriptionPlansComparison body.single-press_release .content header h3:first-of-type, body.single-press_release .content header .subscriptionPlansComparison h3:first-of-type {
    font-size: 22px;
    margin-bottom: 50px;
  }
  /* line 1444, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansComparisonTable {
    table-layout: fixed;
  }
  /* line 1448, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansComparisonTable th.feature-label {
    display: table-cell !important;
    width: 240px;
  }
  /* line 1453, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansComparisonTable th h2 {
    font-size: 24px;
  }
  /* line 1459, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansComparisonTable td {
    border-top: 1px solid #ededed !important;
  }
  /* line 1461, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansComparisonTable td.feature-label {
    line-height: 28px;
    padding-bottom: 5px;
  }
  /* line 1467, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansComparisonTable th, .subscriptionPlansComparisonTable td {
    display: table-cell;
    padding: 12px 10px;
  }
  /* line 1471, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansComparisonTable th[style*="table-cell"], .subscriptionPlansComparisonTable th[style*="inline-block"], .subscriptionPlansComparisonTable td[style*="table-cell"], .subscriptionPlansComparisonTable td[style*="inline-block"] {
    display: table-cell !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1488, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansContainer.hasMostPopular .subscriptionPlan.mostPopular .pricingBox img {
    top: 8px;
    right: -25px;
  }
  /* line 1501, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable .subscriptionPlan .subscriptionPlanInformation {
    padding: 20px 50px 20px 50px;
  }
  /* line 1506, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansTable .subscriptionPlan .individualBox .individual-subText {
    height: 86px;
  }
  /* line 1516, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansComparisonTable th h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 1522, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansComparisonTable th:hover h2 {
    color: #4d4d4d;
  }
  /* line 1527, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansComparisonTable th button {
    position: relative;
    height: auto;
    margin-bottom: 15px;
    opacity: 1;
  }
  /* line 1534, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansComparisonTable th.feature-label {
    width: 50%;
  }
  /* line 1539, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansComparisonTable th, .subscriptionPlansComparisonTable td {
    width: auto;
  }
}
/* line 1550, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans.businessGroup .subscriptionPlansTable > .businessSubscriptionPlan {
  display: block;
}
/* line 1556, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans.eduGroup .subscriptionPlansTable > .eduSubscriptionPlan {
  display: block;
}
/* line 1560, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans.eduGroup .pricing-settings .toggleButtons {
  pointer-events: none;
}
/* line 1562, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans.eduGroup .pricing-settings .toggleButtons.on .on, .subscriptionPlans.eduGroup .pricing-settings .toggleButtons.off .off, .subscriptionPlans.eduGroup .pricing-settings .toggleButtons.on .off, .subscriptionPlans.eduGroup .pricing-settings .toggleButtons.off .on {
  color: #ededed !important;
}
/* line 1567, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans.eduGroup .eduPrice {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  font-size: 50px;
  min-height: 50px;
  line-height: 56px;
  display: block;
  margin-bottom: 10px;
}
/* line 1578, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans.businessGroup .showEduGroup, .subscriptionPlans.eduGroup .showBusinessGroup {
  border-bottom: 4px solid #F7F7F7;
  cursor: pointer;
}
/* line 1582, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans.businessGroup .showEduGroup span, .subscriptionPlans.eduGroup .showBusinessGroup span {
  color: #a5a5a5;
}
/* line 1585, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans.businessGroup .showEduGroup img, .subscriptionPlans.eduGroup .showBusinessGroup img {
  filter: gray;
  /* IE */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
}
/* line 1594, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .subscriptionGroupToggle div {
  border-bottom: 4px solid #00c0cc;
  cursor: auto;
  height: 100px;
}
/* line 1599, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .subscriptionGroupToggle div span {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #00c0cc;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
/* line 1607, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .subscriptionGroupToggle div img {
  display: block;
  margin: auto;
  position: absolute;
  padding-top: 35px;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
}
@media screen and (min-width: 900px) {
  /* line 1618, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .subscriptionGroupToggle div span {
    font-size: 24px;
  }
  /* line 1622, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .subscriptionGroupToggle div img {
    padding-top: 25px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1634, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .subscriptionGroupToggle divComparisonTable th.feature-label {
    display: table-cell !important;
    width: auto;
  }
  /* line 1645, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .subscriptionGroupToggle divComparison th, .subscriptionPlans .subscriptionGroupToggle divComparison td {
    display: table-cell;
    padding: 12px 10px;
  }
  /* line 1649, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .subscriptionGroupToggle divComparison th[style*="table-cell"], .subscriptionPlans .subscriptionGroupToggle divComparison th[style*="inline-block"], .subscriptionPlans .subscriptionGroupToggle divComparison td[style*="table-cell"], .subscriptionPlans .subscriptionGroupToggle divComparison td[style*="inline-block"] {
    display: table-cell !important;
  }
  /* line 1656, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .subscriptionGroupToggle div span {
    font-size: 14px;
  }
  /* line 1660, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .subscriptionGroupToggle div img {
    padding-top: 30px;
  }
}
/* line 1667, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .backgroundContainer {
  position: relative;
  border-top: transparent;
  border-bottom: 2px solid #ededed;
  background-color: #f7f7f7;
  background-size: 0;
}
/* line 1678, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .backgroundContainer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: auto;
  background-image: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
/* line 1696, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .backgroundContainer .container {
  position: relative;
  z-index: 2;
}
/* line 1704, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans.funGroup .funSubscriptionPlan, .subscriptionPlans.businessGroup .businessSubscriptionPlan, .subscriptionPlans.eduGroup .eduSubscriptionPlan {
  display: block;
}
/* line 1711, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans.eduGroup .pricing-settings .toggleButtons {
  pointer-events: none;
  opacity: 0;
}
/* line 1714, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans.eduGroup .pricing-settings .toggleButtons.on .on, .subscriptionPlans.eduGroup .pricing-settings .toggleButtons.off .off, .subscriptionPlans.eduGroup .pricing-settings .toggleButtons.on .off, .subscriptionPlans.eduGroup .pricing-settings .toggleButtons.off .on {
  color: #ededed !important;
}
/* line 1719, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans.eduGroup .eduPrice {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  font-size: 50px;
  min-height: 50px;
  line-height: 56px;
  display: block;
  margin-bottom: 10px;
}
/* line 1732, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .subscriptionGroupToggle div {
  border-bottom: 4px solid #F7F7F7;
  cursor: pointer;
  height: 100px;
}
/* line 1737, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .subscriptionGroupToggle div span {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  font-size: 20px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: #a5a5a5;
}
/* line 1745, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .subscriptionGroupToggle div img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
  margin: auto;
  position: absolute;
  padding-top: 35px;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
}
@media screen and (min-width: 900px) {
  /* line 1757, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .subscriptionGroupToggle div span {
    font-size: 24px;
  }
  /* line 1761, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .subscriptionGroupToggle div img {
    padding-top: 25px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1766, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .subscriptionGroupToggle div span {
    font-size: 14px;
  }
  /* line 1770, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlans .subscriptionGroupToggle div img {
    padding-top: 30px;
  }
}
/* line 1779, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans.funGroup .showFunGroup, .subscriptionPlans.businessGroup .showBusinessGroup, .subscriptionPlans.eduGroup .showEduGroup {
  border-bottom-color: #00c0cc;
  cursor: default;
}
/* line 1784, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans.funGroup .showFunGroup span, .subscriptionPlans.businessGroup .showBusinessGroup span, .subscriptionPlans.eduGroup .showEduGroup span {
  color: #00c0cc;
}
/* line 1787, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans.funGroup .showFunGroup img, .subscriptionPlans.businessGroup .showBusinessGroup img, .subscriptionPlans.eduGroup .showEduGroup img {
  -webkit-filter: none;
  filter: none;
}
/* line 1792, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .backgroundContainer {
  position: relative;
  border-top: transparent;
  border-bottom: 2px solid #ededed;
  background-color: #f7f7f7;
  background-size: 0;
  background-repeat: no-repeat;
}
/* line 1804, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .backgroundContainer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: auto;
  background-image: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
/* line 1822, ../sass/wordpress/pages/_subscriptionPlans.scss */
.subscriptionPlans .backgroundContainer .container {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1400px) {
  /* line 1830, ../sass/wordpress/pages/_subscriptionPlans.scss */
  .subscriptionPlansContainer.row, .subscriptionPlansContainer.choices {
    margin-right: -40px;
    margin-left: -40px;
  }
}

/* line 2, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing #postHelper {
  display: none;
}
/* line 6, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .row.contact, body.page-template-template-individual-pricing .contact.choices {
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}
/* line 11, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .row.contact.sent-ok, body.page-template-template-individual-pricing .contact.sent-ok.choices {
  opacity: 0.5;
}
/* line 16, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing form h1 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  color: #4d4d4d;
  margin: 40px 0;
}
/* line 27, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing form p.info {
  color: #a5a5a5;
  text-align: center;
  margin-top: 20px;
}
/* line 34, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing form .wpcf7-mail-sent-ok {
  display: none !important;
  margin-top: -160px;
}
/* line 39, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing form.wpcf7-form input[type="submit"] {
  margin-top: 40px;
}
/* line 44, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .sidebar {
  text-align: center;
  padding-top: 40px;
}
/* line 48, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .sidebar h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  font-size: 36px;
  margin-top: -45px;
  margin-bottom: 5px;
  margin-left: 33.33%;
}
/* line 58, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .sidebar h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
}
/* line 63, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .sidebar em {
  color: #00c0cc;
  font-weight: 600;
}
/* line 68, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .sidebar .enterpriseInfo {
  display: none;
}
/* line 72, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .sidebar .educationInfo {
  display: block;
}
/* line 77, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .sidebar.showEnterpriseInfo .enterpriseInfo {
  display: block;
}
/* line 81, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .sidebar.showEnterpriseInfo .educationInfo {
  display: none;
}
/* line 88, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .sent-success h1 {
  margin-top: 50px;
  margin-bottom: 30px;
}
/* line 95, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .sent-success h3.subline, body.page-template-template-individual-pricing .sent-success .myss-storylines .storyline-content, .myss-storylines body.page-template-template-individual-pricing .sent-success .storyline-content,
body.page-template-template-individual-pricing .sent-success .video-list .storyline-content,
.video-list body.page-template-template-individual-pricing .sent-success .storyline-content,
body.page-template-template-individual-pricing .sent-success .clips-myss .storyline-content,
.clips-myss body.page-template-template-individual-pricing .sent-success .storyline-content, body.page-template-template-individual-pricing .sent-success body.page-template-template-features section.myss-steps .steps-content, body.page-template-template-features section.myss-steps body.page-template-template-individual-pricing .sent-success .steps-content, body.page-template-template-individual-pricing .sent-success body.page-template-template-faq .faq-content, body.page-template-template-faq body.page-template-template-individual-pricing .sent-success .faq-content, body.page-template-template-individual-pricing .sent-success body.single-press_release .content header h2:first-of-type, body.single-press_release .content header body.page-template-template-individual-pricing .sent-success h2:first-of-type, body.page-template-template-individual-pricing .sent-success body.single-press_release .content header h3:first-of-type, body.single-press_release .content header body.page-template-template-individual-pricing .sent-success h3:first-of-type {
  text-align: center;
  margin-bottom: 36px;
}
/* line 100, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .sent-success .clips-myss {
  margin-top: 36px;
}
/* line 103, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .sent-success .clips-myss .wistia-wrapper {
  position: relative;
  min-height: 80px;
}
/* line 41, ../sass/partials/_spinner.scss */
body.page-template-template-individual-pricing .sent-success .clips-myss .wistia-wrapper.loading:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 71px;
  height: 71px;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../gif/spinner_1.gif");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}
/* line 110, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .sent-success .clips-myss .wistia-wrapper .wistia-tile {
  margin-bottom: 30px;
}
/* line 116, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .sent-success .section-footer {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
/* line 123, ../sass/wordpress/pages/_individualPrice.scss */
body.page-template-template-individual-pricing .sent-success .section-footer button, body.page-template-template-individual-pricing .sent-success .section-footer a {
  margin-right: 15px;
  margin-bottom: 0;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  /* line 132, ../sass/wordpress/pages/_individualPrice.scss */
  body.page-template-template-individual-pricing .contactForm {
    padding-right: 40px;
  }
  /* line 135, ../sass/wordpress/pages/_individualPrice.scss */
  body.page-template-template-individual-pricing .sidebar {
    padding-left: 40px;
  }
  /* line 137, ../sass/wordpress/pages/_individualPrice.scss */
  body.page-template-template-individual-pricing .sidebar:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    border-left: 2px solid #ededed;
  }
  /* line 147, ../sass/wordpress/pages/_individualPrice.scss */
  body.page-template-template-individual-pricing .sent-success .section-footer {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}

/* line 2, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
body.page-template-template-togo-landingpage .content {
  background-color: #fff;
}
/* line 7, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
body.page-template-template-togo-landingpage .stage {
  background-color: #f7f7f7;
  text-align: center;
  padding-bottom: 50px;
  overflow: hidden;
}
/* line 13, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
body.page-template-template-togo-landingpage .stage .container {
  max-width: 80%;
}
/* line 17, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
body.page-template-template-togo-landingpage .stage h3.subline, body.page-template-template-togo-landingpage .stage .myss-storylines .storyline-content, .myss-storylines body.page-template-template-togo-landingpage .stage .storyline-content,
body.page-template-template-togo-landingpage .stage .video-list .storyline-content,
.video-list body.page-template-template-togo-landingpage .stage .storyline-content,
body.page-template-template-togo-landingpage .stage .clips-myss .storyline-content,
.clips-myss body.page-template-template-togo-landingpage .stage .storyline-content, body.page-template-template-togo-landingpage .stage body.page-template-template-features section.myss-steps .steps-content, body.page-template-template-features section.myss-steps body.page-template-template-togo-landingpage .stage .steps-content, body.page-template-template-togo-landingpage .stage body.page-template-template-faq .faq-content, body.page-template-template-faq body.page-template-template-togo-landingpage .stage .faq-content, body.page-template-template-togo-landingpage .stage body.single-press_release .content header h2:first-of-type, body.single-press_release .content header body.page-template-template-togo-landingpage .stage h2:first-of-type, body.page-template-template-togo-landingpage .stage body.single-press_release .content header h3:first-of-type, body.single-press_release .content header body.page-template-template-togo-landingpage .stage h3:first-of-type {
  margin-top: 40px;
}
/* line 21, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
body.page-template-template-togo-landingpage .stage h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  /* line 21, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
  body.page-template-template-togo-landingpage .stage h4 {
    font-size: 15.4px;
  }
}
/* line 30, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
body.page-template-template-togo-landingpage .stage:before, body.page-template-template-togo-landingpage .stage:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-bottom: 50%;
  background-color: #fff;
  transform-origin: 50% 0;
  z-index: -1;
}
/* line 42, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
body.page-template-template-togo-landingpage .stage:before {
  -moz-transform: skewY(-12deg);
  -ms-transform: skewY(-12deg);
  -webkit-transform: skewY(-12deg);
  transform: skewY(-12deg);
}
/* line 46, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
body.page-template-template-togo-landingpage .stage:after {
  -moz-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  -webkit-transform: skewY(12deg);
  transform: skewY(12deg);
}
/* line 51, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
body.page-template-template-togo-landingpage h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  text-align: center;
}
/* line 57, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
body.page-template-template-togo-landingpage .number {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  margin: 5px 0;
  border-radius: 50%;
  background-color: #00c0cc;
  color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 57, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
  body.page-template-template-togo-landingpage .number {
    font-size: 15.4px;
  }
}
/* line 72, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
body.page-template-template-togo-landingpage .slider-stage {
  position: relative;
}
/* line 76, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
body.page-template-template-togo-landingpage .create-simpleshow-template {
  margin: 0 auto;
  display: block;
}
/* line 84, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
body.page-template-template-togo-landingpage .storyline-content {
  text-align: center;
  margin-bottom: 20px;
}
/* line 89, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
body.page-template-template-togo-landingpage .no-posts {
  border-radius: 5px;
  padding: 10px 15px;
  display: block;
  background-color: #ededed;
}
/* line 97, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
body.page-template-template-togo-landingpage .video-list h4 {
  font-size: 22px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #a5a5a5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  /* line 97, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
  body.page-template-template-togo-landingpage .video-list h4 {
    font-size: 15.4px;
  }
}
/* line 105, ../sass/wordpress/pages/_templateTogoLandingpage.scss */
body.page-template-template-togo-landingpage .video-list .video-tile {
  cursor: pointer;
  border: none;
}
/* line 5, ../sass/wordpress/modules/_wistaTile.scss */
body.page-template-template-togo-landingpage .video-list .video-tile .content-wrapper {
  position: relative;
  padding-bottom: 66.666%;
  padding-bottom: calc(56.33% + 62px);
}
/* line 10, ../sass/wordpress/modules/_wistaTile.scss */
body.page-template-template-togo-landingpage .video-list .video-tile .content-wrapper .image-wrapper {
  position: absolute;
  opacity: 0.7;
}
/* line 13, ../sass/wordpress/modules/_wistaTile.scss */
body.page-template-template-togo-landingpage .video-list .video-tile .content-wrapper .image-wrapper:before, body.page-template-template-togo-landingpage .video-list .video-tile .content-wrapper .image-wrapper span:before, body.page-template-template-togo-landingpage .video-list .video-tile .content-wrapper .image-wrapper {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  /* line 5, ../sass/wordpress/modules/_wistaTile.scss */
  body.page-template-template-togo-landingpage .video-list .video-tile .content-wrapper {
    padding-bottom: 91.666%;
    padding-bottom: calc(56.33% + 40px);
  }
}
/* line 22, ../sass/wordpress/modules/_wistaTile.scss */
body.page-template-template-togo-landingpage .video-list .video-tile .content-wrapper:hover .image-wrapper {
  opacity: 0.7;
}
/* line 24, ../sass/wordpress/modules/_wistaTile.scss */
body.page-template-template-togo-landingpage .video-list .video-tile .content-wrapper:hover .image-wrapper:before, body.page-template-template-togo-landingpage .video-list .video-tile .content-wrapper:hover .image-wrapper span:before, body.page-template-template-togo-landingpage .video-list .video-tile .content-wrapper:hover .image-wrapper {
  opacity: 1;
}
/* line 31, ../sass/wordpress/modules/_wistaTile.scss */
body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 2px solid #ededed;
  background-color: #fff;
  padding-bottom: 56.25%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  opacity: 1;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 43, ../sass/wordpress/modules/_wistaTile.scss */
body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper:before, body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper span:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: opacity 0s 0.6;
  -o-transition: opacity 0s 0.6;
  -webkit-transition: opacity 0s 0.6;
  transition: opacity 0s 0.6;
  opacity: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  text-align: center;
  background-color: #fff;
  color: #2fcbda;
  border: 4px solid #2fcbda;
  z-index: 2;
  text-indent: 8px;
  box-sizing: content-box;
}
/* line 66, ../sass/wordpress/modules/_wistaTile.scss */
body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
/* line 75, ../sass/wordpress/modules/_wistaTile.scss */
body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper span:before {
  content: "";
  border-width: 6px;
  border-color: #fff;
  z-index: 1;
}
/* line 82, ../sass/wordpress/modules/_wistaTile.scss */
body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper img {
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  /* line 88, ../sass/wordpress/modules/_wistaTile.scss */
  body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper:before, body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper span:before {
    width: 50px;
    line-height: 50px;
    height: 50px;
    font-size: 30px;
    border-width: 3px;
    text-indent: 6px;
  }
  /* line 96, ../sass/wordpress/modules/_wistaTile.scss */
  body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper span:before {
    border-width: 5px;
  }
}
@media screen and (max-width: 480px) {
  /* line 102, ../sass/wordpress/modules/_wistaTile.scss */
  body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper:before, body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper span:before {
    width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 20px;
    border-width: 2px;
    text-indent: 4px;
  }
  /* line 110, ../sass/wordpress/modules/_wistaTile.scss */
  body.page-template-template-togo-landingpage .video-list .video-tile .image-wrapper span:before {
    border-width: 4px;
  }
}
/* line 116, ../sass/wordpress/modules/_wistaTile.scss */
body.page-template-template-togo-landingpage .video-list .video-tile .title {
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 15px 20px;
  background-color: #ededed;
  text-align: center;
  line-height: 1.3;
  z-index: 10;
  min-height: 60px;
  margin: 0;
}
/* line 133, ../sass/wordpress/modules/_wistaTile.scss */
body.page-template-template-togo-landingpage .video-list .video-tile .title span {
  max-height: 30px;
}
@media screen and (max-width: 767px) {
  /* line 116, ../sass/wordpress/modules/_wistaTile.scss */
  body.page-template-template-togo-landingpage .video-list .video-tile .title {
    margin-top: 5px;
    min-height: 40px;
  }
  /* line 141, ../sass/wordpress/modules/_wistaTile.scss */
  body.page-template-template-togo-landingpage .video-list .video-tile .title span {
    max-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 116, ../sass/wordpress/modules/_wistaTile.scss */
  body.page-template-template-togo-landingpage .video-list .video-tile .title {
    padding: 10px;
  }
}
/* line 150, ../sass/wordpress/modules/_wistaTile.scss */
body.page-template-template-togo-landingpage .video-list .video-tile:nth-child(2n + 1) {
  clear: left;
}
@media screen and (min-width: 992px) {
  /* line 155, ../sass/wordpress/modules/_wistaTile.scss */
  body.page-template-template-togo-landingpage .video-list .video-tile:nth-child(2n + 1) {
    clear: none;
  }
  /* line 158, ../sass/wordpress/modules/_wistaTile.scss */
  body.page-template-template-togo-landingpage .video-list .video-tile:nth-child(3n + 1) {
    clear: left;
  }
}

/* line 76, ../sass/wordpress/pages/__pages.scss */
body > .content {
  margin-top: 93px;
  overflow: hidden;
}
/* line 80, ../sass/wordpress/pages/__pages.scss */
body > .content h1 img {
  max-height: 52px;
  vertical-align: -6px;
}
@media screen and (max-width: 767px) {
  /* line 80, ../sass/wordpress/pages/__pages.scss */
  body > .content h1 img {
    max-height: 36.4px;
    vertical-align: -5px;
  }
}
@media screen and (max-width: 480px) {
  /* line 80, ../sass/wordpress/pages/__pages.scss */
  body > .content h1 img {
    max-height: 26px;
    vertical-align: -4px;
  }
}
/* line 98, ../sass/wordpress/pages/__pages.scss */
body > .content > section {
  padding: 50px 0;
  /*&.testimonial-footer, &:nth-of-type(even) {
    background-color: $color-background;
  }*/
}
/* line 100, ../sass/wordpress/pages/__pages.scss */
body > .content > section h2.section-head {
  text-align: center;
  color: #00c0cc;
  margin-bottom: 50px;
}
/* line 80, ../sass/wordpress/pages/__pages.scss */
body > .content > section h2.section-head img {
  max-height: 52px;
  vertical-align: -6px;
}
@media screen and (max-width: 767px) {
  /* line 80, ../sass/wordpress/pages/__pages.scss */
  body > .content > section h2.section-head img {
    max-height: 36.4px;
    vertical-align: -5px;
  }
}
@media screen and (max-width: 480px) {
  /* line 80, ../sass/wordpress/pages/__pages.scss */
  body > .content > section h2.section-head img {
    max-height: 26px;
    vertical-align: -4px;
  }
}
/* line 107, ../sass/wordpress/pages/__pages.scss */
body > .content > section h2.section-head:empty {
  display: none;
}
/* line 114, ../sass/wordpress/pages/__pages.scss */
body > .content > section .section-footer {
  padding-top: 30px;
  text-align: center;
}
/* line 117, ../sass/wordpress/pages/__pages.scss */
body > .content > section .section-footer button, body > .content > section .section-footer a.btn {
  margin-right: 10px;
  vertical-align: top;
}
/* line 120, ../sass/wordpress/pages/__pages.scss */
body > .content > section .section-footer button:last-child, body > .content > section .section-footer a.btn:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  /* line 114, ../sass/wordpress/pages/__pages.scss */
  body > .content > section .section-footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  /* line 129, ../sass/wordpress/pages/__pages.scss */
  body > .content > section .section-footer button, body > .content > section .section-footer a.btn {
    display: block;
    width: 80%;
    margin: auto;
  }
  /* line 133, ../sass/wordpress/pages/__pages.scss */
  body > .content > section .section-footer button:last-child, body > .content > section .section-footer a.btn:last-child {
    margin-right: auto;
  }
  /* line 136, ../sass/wordpress/pages/__pages.scss */
  body > .content > section .section-footer button + button, body > .content > section .section-footer button + a.btn, body > .content > section .section-footer a.btn + button, body > .content > section .section-footer a.btn + a.btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 98, ../sass/wordpress/pages/__pages.scss */
  body > .content > section {
    padding: 25px 0;
  }
  /* line 145, ../sass/wordpress/pages/__pages.scss */
  body > .content > section h2.section-head {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  /* line 76, ../sass/wordpress/pages/__pages.scss */
  body > .content {
    margin-top: 63px;
  }
}
@media screen and (min-width: 768px) {
  /* line 76, ../sass/wordpress/pages/__pages.scss */
  body > .content {
    width: 100%;
    z-index: 100;
    position: relative;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.35);
    background: #f7f7f7;
  }
}

@media screen and (min-width: 992px) {
  /* line 163, ../sass/wordpress/pages/__pages.scss */
  .content {
    -moz-transition: margin-top 0.3s;
    -o-transition: margin-top 0.3s;
    -webkit-transition: margin-top 0.3s;
    transition: margin-top 0.3s;
  }

  /* line 167, ../sass/wordpress/pages/__pages.scss */
  body.scrolled-header .content {
    margin-top: 63px;
  }

  /* line 172, ../sass/wordpress/pages/__pages.scss */
  .fixed-sidebar {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 367px;
  }
  /* line 175, ../sass/wordpress/pages/__pages.scss */
  .fixed-sidebar.fixed {
    position: fixed;
    width: 20%;
    top: 93px;
    overflow: scroll;
    opacity: 1;
  }
  /* line 182, ../sass/wordpress/pages/__pages.scss */
  .fixed-sidebar.fixed.fade {
    opacity: 0;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
/* line 1, ../sass/wordpress/_override.scss */
section {
  min-width: 1px;
}
/* line 3, ../sass/wordpress/_override.scss */
section + section > .container {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 9, ../sass/wordpress/_override.scss */
.container {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 14, ../sass/wordpress/_override.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3,
div[choice-tile],
.singleChoice div[choice-tile],
.multipleChoice div[choice-tile], .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4,
.video-tile-wrapper,
.singleChoice.contains-3 div[choice-tile],
.multipleChoice.contains-3 div[choice-tile], .col-sm-4, .modal-header .actions, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6,
.singleChoice.contains-2 div[choice-tile],
.multipleChoice.contains-2 div[choice-tile], .col-sm-6, .col-md-6, .modal-dialog, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .modal-header h2, .modal-dialog, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12,
.singleChoice.contains-1 div[choice-tile],
.multipleChoice.contains-1 div[choice-tile], .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 30, ../sass/wordpress/_override.scss */
.row, .choices {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 36, ../sass/wordpress/_override.scss */
body.wordpress .modal-dialog {
  background-color: transparent;
  padding: 0;
  max-height: 90%;
  width: 100%;
}
/* line 42, ../sass/wordpress/_override.scss */
body.wordpress .modal-dialog .modal-body {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  margin-bottom: 10%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 49, ../sass/wordpress/_override.scss */
body.wordpress .modal-dialog .modal-body h3.modal-heading {
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: left;
  max-width: 406px;
}
/* line 64, ../sass/wordpress/_override.scss */
body.wordpress .modal-dialog .modal-body h3.modal-heading:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: 70px;
  background-color: #ededed;
}

@media screen and (max-width: 767px) {
  /* line 80, ../sass/wordpress/_override.scss */
  input,
  .input-wrapper {
    height: 36px;
  }

  /* line 84, ../sass/wordpress/_override.scss */
  label.checkbox-label {
    padding-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  /* line 90, ../sass/wordpress/_override.scss */
  body.wordpress .modal-dialog {
    width: auto;
    min-width: 538px;
    max-width: 682px;
  }
}
/* line 8, ../sass/wordpress/_wordpress.scss */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  height: auto;
}
@media screen and (min-width: 767px) {
  /* line 8, ../sass/wordpress/_wordpress.scss */
  body {
    padding-bottom: 1px;
  }
}

/* line 17, ../sass/wordpress/_wordpress.scss */
p.highlighted {
  color: #ff9900;
}

/* line 21, ../sass/wordpress/_wordpress.scss */
img.aligncenter:only-child {
  margin: auto;
  display: block;
}

/* line 26, ../sass/wordpress/_wordpress.scss */
blockquote {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  text-align: center;
}
/* line 30, ../sass/wordpress/_wordpress.scss */
blockquote cite {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  margin-top: 10px;
}

/* line 38, ../sass/wordpress/_wordpress.scss */
.alert.alert-info {
  padding: 10px;
  background-color: #fff;
  border: 2px solid #ededed;
  color: #a5a5a5;
}

/* line 46, ../sass/wordpress/_wordpress.scss */
p:empty {
  display: none;
}

/* line 51, ../sass/wordpress/_wordpress.scss */
p a:hover, p a:active, p a:focus {
  border-bottom-width: 2px;
}

/* line 56, ../sass/wordpress/_wordpress.scss */
strong, b {
  font-weight: 600;
  font-family: inherit;
}

/* line 61, ../sass/wordpress/_wordpress.scss */
#overlay #tutorial {
  position: relative;
  width: 900px;
  margin: auto;
}
/* line 32, ../sass/partials/utilities/_aspectRatio.scss */
#overlay #tutorial:before {
  padding-top: 70%;
}
/* line 66, ../sass/wordpress/_wordpress.scss */
#overlay #tutorial iframe {
  width: 100%;
  height: 100%;
}
