@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before, .formStandard button[type=submit] i:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(thirdparty/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000;
}
.sweet-alert {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 25px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert button {
  background-color: #AEDEF4;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
}
.sweet-alert button:hover {
  background-color: rgb(160.5293478261, 216.5119565217, 242.1706521739);
}
.sweet-alert button:active {
  background-color: rgb(129.097826087, 203.7065217391, 237.902173913);
}
.sweet-alert button.cancel {
  background-color: #D0D0D0;
}
.sweet-alert button.cancel:hover {
  background-color: rgb(200.35, 200.35, 200.35);
}
.sweet-alert button.cancel:active {
  background-color: rgb(182.5, 182.5, 182.5);
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .icon.error {
  border-color: #F27474;
}
.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block;
}
.sweet-alert .icon.error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .icon.error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .icon.error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .icon.warning {
  border-color: #F8BB86;
}
.sweet-alert .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .icon.info {
  border-color: #C9DAE1;
}
.sweet-alert .icon.info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .icon.info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
.sweet-alert .icon.success {
  border-color: #A5DC86;
}
.sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .icon.success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.success .line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .icon.success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-moz-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  -moz-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  -moz-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-moz-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-moz-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@-moz-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  -moz-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  -moz-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  -moz-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  -moz-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@-moz-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  -moz-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@-moz-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  -moz-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@-moz-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  -moz-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
@font-face {
  font-family: "akkurat";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/akkurat/TelstraAkkuratWeb-Regular.eot");
  src: url("../fonts/akkurat/TelstraAkkuratWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/akkurat/TelstraAkkuratWeb-Regular.svg#akkurat") format("svg"), url("../fonts/akkurat/TelstraAkkuratWeb-Regular.woff") format("woff"), url("../fonts/akkurat/TelstraAkkuratWeb-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "akkurat-bold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/akkuratbold/TelstraAkkuratWeb-Bold.eot");
  src: url("../fonts/akkuratbold/TelstraAkkuratWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/akkuratbold/TelstraAkkuratWeb-Bold.svg#akkurat-bold") format("svg"), url("../fonts/akkuratbold/TelstraAkkuratWeb-Bold.woff") format("woff"), url("../fonts/akkuratbold/TelstraAkkuratWeb-Bold.ttf") format("truetype");
}
html {
  height: 100%;
  font: 16px/1.5em "akkurat", Arial, Helvetica, sans-serif;
}
body {
  margin: 0;
  position: relative;
  min-height: 100%;
}
header > div:after,
footer > div:after,
main:after {
  content: "";
  display: table;
  clear: both;
}
header > div,
footer > div,
main {
  max-width: 1066px;
  margin-left: auto;
  margin-right: auto;
}
main {
  display: block;
  padding-top: 30px;
  padding-bottom: 96px;
}
main h1 {
  color: #0D54FF;
}
/**
	!IMPORTANT
	The Telstra button must match this HTML structure

	<button class="telstraButton telstraButton-coloured">
		<span class="telstraButton_text">
			Next
		</span>
		<span class="telstraButton_icon">
			<i></i>
		</span>
	</button>
*/
header:after {
  content: "";
  display: table;
  clear: both;
}
header {
  overflow: hidden;
  background-color: #FEF9EF;
  box-shadow: rgba(101, 101, 101, 0.25) 0px 3px 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .headerSpectrum {
  position: absolute;
  top: 73px;
  left: 10px;
}
header > div {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
header > div.spectrumContainer {
  padding-top: 27px;
}
header > div > * {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
@media screen and (max-width: 767px) {
  header > div h1 {
    line-height: 1.1em;
  }
  header > div.spectrumContainer {
    padding-bottom: 25px;
  }
  header > div .headerSpectrum {
    width: 150%;
  }
}
@media screen and (min-width: 768px) {
  header > div.spectrumContainer {
    padding-bottom: 23px;
  }
}
header .logoHeader {
  padding-right: 17px;
}
header h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: #0D54FF;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  display: inline;
  float: left;
}
@media screen and (max-width: 767px) {
  header h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  header h1 {
    font-size: 33px;
  }
}
header .logoHeader {
  border: none;
}
@media screen and (max-width: 767px) {
  header .logoHeader {
    margin-top: 9px;
    max-width: 50%;
  }
  header .logoHeader .desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header .logoHeader .mobile {
    display: none;
  }
}
.linearGradient {
  height: 3px;
  width: 100%;
}
.linearGradient.blue {
  background-color: #5BC0F2;
  background-image: -webkit-linear-gradient(-360deg, #5BC0F2 0%, #C69DC9 35%, #8779B7 70%);
  background-image: linear-gradient(90deg,#5BC0F2 0%, #C69DC9 35%, #8779B7 70%);
}
.linearGradient.green {
  background-color: #008A00;
  background-image: -webkit-linear-gradient(-360deg, #008A00 0%, #7DE0A1 30%, #008381 100%);
  background-image: linear-gradient(90deg,#008A00 0%, #7DE0A1 30%, #008381 100%);
}
.linearGradient.magenta {
  background-color: #C24279;
  background-image: -webkit-linear-gradient(-360deg, #C24279 0%, #EA5153 35%, #F7AB59 70%);
  background-image: linear-gradient(90deg,#C24279 0%, #EA5153 35%, #F7AB59 70%);
}
.linearGradient.orange {
  background-color: #F7AB59;
  background-image: -webkit-linear-gradient(-360deg, #F7AB59 0%, #EA5153 35%, #C24279 70%);
  background-image: linear-gradient(90deg,#F7AB59 0%, #EA5153 35%, #C24279 70%);
}
.linearGradient.purple {
  background-color: #8779B7;
  background-image: -webkit-linear-gradient(-360deg, #8779B7 0%, #C69DC9 35%, #5BC0f2 70%);
  background-image: linear-gradient(90deg,#8779B7 0%, #C69DC9 35%, #5BC0f2 70%);
}
.linearGradient.turquoise {
  background-color: #009792;
  background-image: -webkit-linear-gradient(-360deg, #009792 0%, #23B8D6 35%, #C6D86b 70%);
  background-image: linear-gradient(90deg,#009792 0%, #23B8D6 35%, #C6D86b 70%);
}
.iconCircle {
  border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 20px;
}
.carouselHorizontal {
  overflow-x: auto;
}
.carouselHorizontal > * {
  padding-left: 10px;
  padding-right: 10px;
}
.radioButtonTransparent {
  position: relative;
  z-index: 5;
}
.radioButtonTransparent input {
  display: none;
}
.radioButtonTransparent > label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.sceneBackground {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #c8c8c8;
}
.viewer .sceneCompilation,
.viewer > img:not(.telstraLogo) {
  width: 100%;
}
.buttonCircleIconFace {
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #0D54FF;
  padding: 2px;
  width: 24px;
  height: 24px;
  font-size: 15px;
  line-height: 1.2em;
}
.buttonTextFace {
  text-decoration: underline;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.radioButtonTransparent {
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
}
.radioButtonTransparent:hover, .radioButtonTransparent.selected, .radioButtonTransparent.selected:hover {
  border: 4px solid #6CCBFE;
}
.decorationActive {
  position: absolute;
  z-index: 7;
}
.dropzone {
  position: relative;
  overflow: hidden;
}
.csvField {
  border: 1px solid #7f7f7f;
  padding: 2px 7px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.csvField > span {
  position: relative;
  z-index: 5;
  font-size: 14px;
  color: #aeadad;
  cursor: pointer;
}
.csvField > input {
  position: absolute;
  z-index: 7;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 0.1875rem;
}
.buttonCsv:after {
  content: "";
  display: table;
  clear: both;
}
.buttonCsv {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  background-color: #0D54FF;
  padding: 6px 20px;
  border: none;
  border-radius: 26px;
  line-height: 1.3em;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.buttonCsv:hover {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #1A2E61;
}
.buttonCsv {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .buttonCsv {
    max-width: 36%;
  }
}
.buttonCsv > span {
  position: relative;
  z-index: 5;
  font-size: 14px;
  cursor: pointer;
}
.buttonCsv > input {
  position: absolute;
  z-index: 7;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.formDivider {
  border-top: 1px solid #7f7f7f;
  text-align: center;
  margin-top: 40px;
}
.formDivider > * {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background-color: #FFF;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 5px;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #7f7f7f;
}
.buttonCircleIconClose {
  background: transparent;
  margin: 0;
  border: none;
  padding: 0;
  color: #0D54FF;
  line-height: 1.2em;
}
.buttonCircleIconClose:hover {
  color: #6CCBFE;
  cursor: pointer;
}
.buttonCircleIconClose:hover > span {
  border-color: #6CCBFE;
}
.buttonCircleIconClose > span {
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #0D54FF;
  padding: 2px;
  width: 24px;
  height: 24px;
  font-size: 15px;
}
.loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.loader > * {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
  padding: 30px 20px;
  width: 280px;
  background-color: #FFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #6CCBFE;
}
.loader > * > * {
  display: inline-block;
}
.loader > * > span {
  width: 100%;
  margin-bottom: 10px;
}
.linkButtonTelstra {
  display: inline-block;
  text-decoration: none;
}
.headingSmall {
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.isTouch .noTouch {
  display: none;
}
.telstraButton {
  width: 224px;
  text-align: left;
  border: none;
  border-radius: 26px;
  cursor: pointer;
  padding: 0 16px;
}
.telstraButton:after {
  content: "";
  display: table;
  clear: both;
}
.telstraButton-coloured {
  background-color: #0D54FF;
  color: #FFF;
}
.telstraButton-coloured:hover {
  background-color: #0D54FF;
}
.telstraButton-coloured .telstraButton_icon i {
  display: block;
  background-image: url("../images/xmasButtonSprite.png");
  background-repeat: no-repeat;
  background-size: 17.6px;
  background-position: -8.2823529412px 0.5176470588px;
  width: 8.8px;
  height: 17.6px;
}
.telstraButton-white {
  background-color: #FFF;
  color: #0D54FF;
}
.telstraButton-white:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.telstraButton-white .telstraButton_icon i {
  display: block;
  background-image: url("../images/xmasButtonSprite.png");
  background-repeat: no-repeat;
  background-size: 17.6px;
  background-position: --0.5176470588px 0.5176470588px;
  width: 8.8px;
  height: 17.6px;
}
.telstraButton_text {
  font-size: 16px;
  font-family: "akkurat-bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1;
  float: left;
  padding-top: 16px;
  padding-bottom: 16px;
}
.telstraButton_icon {
  float: right;
  padding-top: 15.2px;
  padding-bottom: 15.2px;
}
.navigation:after {
  content: "";
  display: table;
  clear: both;
}
.navigation {
  max-width: 1066px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.navigation h2 {
  color: #2AA4A2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
}
.navigation nav {
  padding-left: 10px;
  padding-right: 10px;
}
.navigation nav > ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1065px) {
  .navigation nav > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .navigation nav > ul {
    padding-left: 0;
  }
  .navigation nav > ul > li {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 17.7259315437%;
  }
  .navigation nav > ul > li:last-child {
    margin-right: 0;
  }
  .navigation nav > ul > li {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navigation nav > ul > li .navLinkText {
    display: none;
  }
}
@media screen and (min-width: 1066px) {
  .navigation nav > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .navigation nav > ul {
    list-style-type: none;
    padding-left: 0;
  }
  .navigation nav > ul > li {
    display: inline;
    float: left;
    margin-left: 24px;
  }
  .navigation nav > ul > li:first-child {
    margin-left: 0;
  }
}
.navLink a {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  color: #787878;
  text-decoration: none;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  pointer-events: none;
}
.navLink a.selected, .navLink a:hover {
  color: #1A2E61;
  pointer-events: auto;
}
.navLink a.selected .iconCircle, .navLink a:hover .iconCircle {
  border-color: #0D54FF;
  background-color: #0D54FF;
  color: #FFF;
}
.navLink a.completed {
  color: #0D54FF;
  pointer-events: auto;
}
.navLink a.completed .iconCircle {
  border-color: #0D54FF;
}
.navLink a.completed:hover .iconCircle {
  border-color: #1A2E61;
  background-color: #1A2E61;
  color: #FFF;
}
.navLink a .iconCircle {
  border: 2px solid #787878;
}
.wrapperContent h1, .wrapperContent h2, .wrapperContent h3, .wrapperContent h4, .wrapperContent h5, .wrapperContent h6 {
  margin-top: 0;
}
.wrapperContent h1, .wrapperContent h2 {
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.wrapperContent h1 {
  font-size: 33px;
}
.wrapperContent h2 {
  font-size: 26px;
}
.wrapperContent h3 {
  font-weight: normal;
  font-size: 24px;
}
.wrapperContent h4 {
  font-size: 16px;
}
.wrapperContent h5 {
  font-size: 15px;
}
.wrapperContent h6 {
  font-size: 14px;
}
.wrapperContent p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .wrapperContent p {
    margin-bottom: 1.875em;
  }
}
@media screen and (min-width: 768px) {
  .wrapperContent p {
    margin-bottom: 1.5em;
  }
}
.wrapperContent li:not([css-component]) {
  margin-bottom: 10px;
}
.wrapperContent label,
.wrapperContent p,
.wrapperContent td,
.wrapperContent th,
.wrapperContent li {
  color: #414141;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
}
.wrapperContent label,
.wrapperContent p,
.wrapperContent td,
.wrapperContent li {
  font-size: 14px;
  line-height: 18px;
}
.wrapperContent .headingTheme {
  color: #0D54FF;
}
.wrapperContent {
  padding-left: 10px;
  padding-right: 10px;
}
.wrapperContent .highlight, .wrapperContent .ngWysiwyg a, .ngWysiwyg .wrapperContent a {
  color: #414141;
}
.wrapperContentCentered h1, .wrapperContentCentered h2, .wrapperContentCentered h3, .wrapperContentCentered h4, .wrapperContentCentered h5, .wrapperContentCentered h6 {
  margin-top: 0;
}
.wrapperContentCentered h1, .wrapperContentCentered h2 {
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.wrapperContentCentered h1 {
  font-size: 33px;
}
.wrapperContentCentered h2 {
  font-size: 26px;
}
.wrapperContentCentered h3 {
  font-weight: normal;
  font-size: 24px;
}
.wrapperContentCentered h4 {
  font-size: 16px;
}
.wrapperContentCentered h5 {
  font-size: 15px;
}
.wrapperContentCentered h6 {
  font-size: 14px;
}
.wrapperContentCentered p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .wrapperContentCentered p {
    margin-bottom: 1.875em;
  }
}
@media screen and (min-width: 768px) {
  .wrapperContentCentered p {
    margin-bottom: 1.5em;
  }
}
.wrapperContentCentered li:not([css-component]) {
  margin-bottom: 10px;
}
.wrapperContentCentered label,
.wrapperContentCentered p,
.wrapperContentCentered td,
.wrapperContentCentered th,
.wrapperContentCentered li {
  color: #414141;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
}
.wrapperContentCentered label,
.wrapperContentCentered p,
.wrapperContentCentered td,
.wrapperContentCentered li {
  font-size: 14px;
  line-height: 18px;
}
.wrapperContentCentered .headingTheme {
  color: #0D54FF;
}
.wrapperContentCentered {
  padding-left: 10px;
  padding-right: 10px;
  width: 350px;
  max-width: 90%;
  margin: 30px auto;
  padding: 20px;
  background: #F7F7F7;
  border: 2px solid #DDD;
}
.wrapperContentCentered .highlight, .wrapperContentCentered .ngWysiwyg a, .ngWysiwyg .wrapperContentCentered a {
  color: #414141;
}
.layoutStandard:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .layoutStandard > *:first-child {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .layoutStandard > *:first-child:last-child {
    margin-right: 0;
  }
  .layoutStandard > *:last-child {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .layoutStandard > *:last-child:last-child {
    margin-right: 0;
  }
}
.layoutStandard > *:last-child img {
  display: block;
}
.layoutStandard figure {
  border: 1px solid #868686;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .layoutStandard figure {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
.listBackgrounds:after {
  content: "";
  display: table;
  clear: both;
}
.listBackgrounds > li {
  display: inline;
  float: left;
}
.listBackgrounds {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.listBackgrounds > * {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .listBackgrounds > * {
    width: calc(25% - 7.9px);
    margin-left: 10px;
  }
  .listBackgrounds > *.firstChild {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .listBackgrounds > * {
    width: calc(33% - 7.5px);
  }
  .listBackgrounds > *.odd {
    margin-right: 10px;
  }
}
.listBackgrounds .radioButtonTransparent {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .listBackgrounds .radioButtonTransparent {
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    max-width: 123px;
    height: 82px;
  }
}
.listBackgrounds img {
  position: relative;
  z-index: 5;
  display: block;
}
.listRecipients {
  color: #414141;
  margin-bottom: 20px;
}
.listRecipients > strong {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.listRecipients > ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  max-height: 130px;
  overflow: auto;
  border: 2px solid #DDD;
  padding: 10px;
}
.listRecipients > ul > li {
  margin-bottom: 10px;
}
.listRecipients .buttonCircleIconClose {
  margin-right: 5px;
}
footer {
  background-color: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66px;
}
footer > .wrapperContent {
  text-align: center;
  font-size: 0.875rem;
}
footer > .wrapperContent a {
  color: #414141;
  text-decoration: none;
}
footer > .wrapperContent a:hover {
  text-decoration: underline;
}
.formStandard fieldset {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
.formStandard button[type=submit]:after {
  content: "";
  display: table;
  clear: both;
}
.formStandard button[type=submit] {
  background: transparent;
  margin: 0;
  border: none;
  padding: 0;
  color: #FFF;
  cursor: pointer;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
}
.formStandard button[type=submit]:hover > * {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #1A2E61;
}
.formStandard button[type=submit] > * {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  float: left;
  display: inline-block;
  background-color: #0D54FF;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 14px;
}
.formStandard button[type=submit] i {
  padding-left: 14px;
  padding-right: 14px;
}
.formStandard button[type=submit] .buttonLabel {
  margin-right: 1px;
  padding-left: 18px;
  padding-right: 18px;
}
.formStandard button[disabled=disabled] {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.3;
}
.formImportCSV p,
.formImportCSV h4,
.formSelectCharacter p,
.formSelectCharacter h4 {
  margin-bottom: 4px;
}
.formImportCSV a,
.formSelectCharacter a {
  color: #414141;
}
.formImportCSV a:hover,
.formSelectCharacter a:hover {
  color: #868686;
}
.formMessage fieldset {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .formMessage fieldset {
    max-width: 369px;
  }
}
.formMessage h4 {
  margin-bottom: 4px;
  font-family: "akkurat-bold", Arial, Helvetica, sans-serif;
}
.formMessage label {
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
}
.formMessage textarea {
  height: 160px;
  display: block;
  border: 1px solid #7f7f7f;
  padding: 7px;
  resize: none;
  width: 100%;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.formMessage input[type=email], .formMessage input[type=number], .formMessage input[type=password], .formMessage input[type=search], .formMessage input[type=tel], .formMessage input[type=text], .formMessage input[type=url], .formMessage input[type=color], .formMessage input[type=date], .formMessage input[type=datetime], .formMessage input[type=datetime-local], .formMessage input[type=month], .formMessage input[type=time], .formMessage input[type=week] {
  border: 1px solid #7f7f7f;
  padding: 7px;
  resize: none;
  width: 100%;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  border-radius: 0.1875rem;
}
.formMessage input[type=email], .formMessage input[type=number], .formMessage input[type=password], .formMessage input[type=search], .formMessage input[type=tel], .formMessage input[type=text], .formMessage input[type=url], .formMessage input[type=color], .formMessage input[type=date], .formMessage input[type=datetime], .formMessage input[type=datetime-local], .formMessage input[type=month], .formMessage input[type=time], .formMessage input[type=week] {
  margin-bottom: 10px;
}
.formMessage .error {
  background-color: rgb(255, 229.5, 229.5);
}
.formMessage .messageCharacterCounter {
  font-size: 12px;
  margin-bottom: 10px;
}
.formRowSingleHorizontal:after {
  content: "";
  display: table;
  clear: both;
}
.formRowSingleHorizontal {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .formRowSingleHorizontal label {
    display: block;
  }
  .formRowSingleHorizontal select {
    min-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .formRowSingleHorizontal label {
    width: 30%;
  }
  .formRowSingleHorizontal select {
    width: 50%;
  }
  .formRowSingleHorizontal > * {
    display: inline;
    float: left;
  }
  .formRowSingleHorizontal > *:first-child {
    padding-right: 10px;
  }
  .formRowSingleHorizontal .dropdownSmall {
    max-width: 79px;
  }
  .formRowSingleHorizontal .dropdownMedium {
    max-width: 178px;
  }
}
.formRowSingleHorizontal select {
  padding: 5px;
  color: #414141;
}
.formRowSingleHorizontal label {
  font-weight: bold;
}
.formSingleLine:after {
  content: "";
  display: table;
  clear: both;
}
.formSingleLine {
  padding: 0;
  border: none;
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
.formSingleLine input[type=email], .formSingleLine input[type=number], .formSingleLine input[type=password], .formSingleLine input[type=search], .formSingleLine input[type=tel], .formSingleLine input[type=text], .formSingleLine input[type=url], .formSingleLine input[type=color], .formSingleLine input[type=date], .formSingleLine input[type=datetime], .formSingleLine input[type=datetime-local], .formSingleLine input[type=month], .formSingleLine input[type=time], .formSingleLine input[type=week] {
  border: 1px solid #7f7f7f;
  padding: 7px;
  resize: none;
  width: 100%;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  border-radius: 0.1875rem;
}
.formSingleLine > * {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: left;
}
@media screen and (max-width: 767px) {
  .formSingleLine > *:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .formSingleLine > *:first-child {
    width: 59%;
    margin-right: 5%;
  }
}
.formSingleLine [type=button]:after {
  content: "";
  display: table;
  clear: both;
}
.formSingleLine [type=button] {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  background-color: #0D54FF;
  padding: 6px 20px;
  border: none;
  border-radius: 26px;
  line-height: 1.3em;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.formSingleLine [type=button]:hover {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #1A2E61;
}
.containerFace {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  background-color: #414141;
  width: 70px;
  max-width: 100%;
  height: 87px;
  overflow: hidden;
}
.containerFace .maskFace {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 7;
  background-image: url("../images/maskFace.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.containerFace .face {
  position: relative;
  z-index: 5;
  min-width: 74px;
  max-width: 74px;
  height: 96px;
}
.characterHolderImage {
  background-repeat: no-repeat;
}
.characterHolderImage .face {
  overflow: hidden;
  border-top-left-radius: 69% 57%;
  border-top-right-radius: 68% 57%;
  border-bottom-left-radius: 75% 93%;
  border-bottom-right-radius: 75% 93%;
  width: 53px;
  height: 66px;
  top: 22px;
  left: 14px;
}
.containerFaceTransparent {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  width: 70px;
  max-width: 100%;
  height: 87px;
  overflow: hidden;
}
.containerFaceTransparent .face {
  position: relative;
  z-index: 5;
}
.containerCropbox {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  width: 142px;
  height: 175px;
  overflow: hidden;
}
.containerCropbox .maskFace {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 7;
  background-image: url("../images/maskFace.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.containerCropbox .face {
  position: relative;
  z-index: 5;
}
.listCharacters:after {
  content: "";
  display: table;
  clear: both;
}
.listCharacters {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .listCharacters {
    min-height: 117px;
  }
}
.listCharacters .listCharacterItem {
  position: relative;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .listCharacters .listCharacterItem {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .listCharacters .listCharacterItem:last-child {
    margin-right: 0;
  }
  .listCharacters .listCharacterItem {
    overflow: hidden;
    height: 118px;
  }
}
@media screen and (min-width: 768px) {
  .listCharacters .listCharacterItem {
    display: inline-block;
    float: left;
    width: 80px;
    height: 118px;
  }
}
.listCharacters .characterHolderImage {
  position: relative;
  margin-right: 15px;
  width: 80px;
  display: inline-block;
  float: left;
  height: 118px;
}
@media screen and (max-width: 767px) {
  .listCharacters .characterHolderImage {
    overflow: hidden;
  }
}
.listCharacters .buttonHolder:after {
  content: "";
  display: table;
  clear: both;
}
.listCharacters .buttonHolder {
  cursor: pointer;
  overflow: hidden;
  min-height: 25px;
}
.listCharacters .buttonHolder > input {
  opacity: 0;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  right: 0;
  width: 100%;
  height: 100%;
}
.listCharacters .buttonHolder:hover {
  cursor: pointer;
}
.listCharacters .buttonHolder:hover > * {
  cursor: pointer;
  color: #6CCBFE;
}
.listCharacters .buttonHolder:hover > * .buttonCircleIconFace {
  border-color: #6CCBFE;
}
.dialogFaceUpload {
  z-index: 9;
  border-width: 1px;
  border: 1px solid #000;
  padding: 15px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .dialogFaceUpload {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .dialogFaceUpload {
    position: absolute;
    top: 0;
    left: 0;
    width: 403px;
  }
}
.viewer {
  position: relative;
  overflow: hidden;
}
.viewer .sceneCompilation {
  position: relative;
  z-index: 7;
}
.viewer .backgroundFace {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: absolute;
  z-index: 5;
  background-color: #414042;
  width: 11.66%;
  height: 21.96%;
  overflow: hidden;
}
.viewer .telstraLogo {
  position: absolute;
  bottom: 1.52%;
  right: 2.33%;
  z-index: 9;
  height: 8.55%;
}
.viewer .decorationCentered:not(.dragging) {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .viewer img.dragging {
    -webkit-transform: translate(-30px, -30px);
    -moz-transform: translate(-30px, -30px);
    -ms-transform: translate(-30px, -30px);
    -o-transform: translate(-30px, -30px);
    transform: translate(-30px, -30px);
    max-width: 72px;
  }
}
.wrapperCropbox .containerCropbox:after {
  content: "";
  display: table;
  clear: both;
}
.wrapperCropbox .containerCropbox {
  width: 100%;
}
.wrapperCropbox .containerCropbox .imageWrapper {
  overflow: hidden;
  border-top-left-radius: 69% 57%;
  border-top-right-radius: 68% 57%;
  border-bottom-left-radius: 75% 93%;
  border-bottom-right-radius: 75% 93%;
  width: 133px;
  height: 164px;
  display: inline;
  float: left;
}
.wrapperCropbox .containerCropbox .buttonHolder {
  position: absolute;
  left: 158px;
}
.wrapperCropbox .cropFrame {
  width: 100% !important;
}
.wrapperCropbox .noResize .cropControls {
  opacity: 0;
}
.wrapperCropbox .cropControls {
  display: inline;
  float: left;
  padding-left: 25px;
}
.wrapperCropbox .cropControls > span {
  display: none;
}
.wrapperCropbox .cropControls > button:after {
  content: "";
  display: table;
  clear: both;
}
.wrapperCropbox .cropControls > button {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  background-color: #0D54FF;
  padding: 11px;
  border: none;
  border-radius: 26px;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
}
.wrapperCropbox .cropControls > button:hover {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #1A2E61;
}
.wrapperCropbox .cropControls > button {
  height: 40px;
  font-size: 23px;
  width: 33px;
  margin-top: 40px;
  line-height: 0.2em;
}
.wrapperCropbox .cropControls .cropZoomIn {
  margin-right: 7px;
}
.wrapperCropbox .cropControls .cropZoomIn:before {
  content: "+";
}
.wrapperCropbox .cropControls .cropZoomOut:before {
  content: "-";
}
.wrapperCropbox .buttonDone {
  position: absolute;
  bottom: 3px;
  left: 158px;
}
.wrapperCropbox .buttonDone > button:after {
  content: "";
  display: table;
  clear: both;
}
.wrapperCropbox .buttonDone > button {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  background-color: #0D54FF;
  padding: 11px;
  border: none;
  border-radius: 26px;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
}
.wrapperCropbox .buttonDone > button:hover {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #1A2E61;
}
.wrapperCropbox .buttonDone > button {
  height: 40px;
  font-size: 16px;
  line-height: 16px;
  width: 72px;
}
@media screen and (max-width: 767px) {
  .carouselDecorations {
    overflow-x: auto;
  }
  .carouselDecorations > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .carouselDecorations {
    margin-bottom: 20px;
    position: relative;
    left: -10px;
    width: calc(100% + (20px));
  }
  .carouselDecorations ul > li {
    width: 104px;
    display: inline-block;
    float: left;
    margin-left: 5px;
  }
  .carouselDecorations ul > li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .carouselBackgrounds {
    overflow-x: auto;
  }
  .carouselBackgrounds > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .carouselBackgrounds {
    margin-bottom: 20px;
    position: relative;
    left: -10px;
    width: calc(100% + (20px));
  }
  .carouselBackgrounds ul > li {
    width: 123px;
    height: 82px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .carouselBackgrounds ul {
    max-width: 100%;
    min-width: 100%;
  }
}
.listDecorations:after {
  content: "";
  display: table;
  clear: both;
}
.listDecorations {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .listDecorations {
    margin-top: 0;
    margin-bottom: 0;
  }
  .listDecorations .actionDrag {
    display: none;
  }
  .listDecorations .actionTap {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .listDecorations {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
  }
  .listDecorations .actionTap {
    display: none;
  }
  .listDecorations .actionDrag {
    display: block;
  }
}
.listDecorations > *:not(.largeItems) {
  border: 1px solid #4c4c4c;
  height: 77px;
}
.listDecorations > *:not(.largeItems).lastRowChild {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .listDecorations > *:not(.largeItems) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .listDecorations > *:not(.largeItems):last-child {
    margin-right: 0;
  }
  .listDecorations > *:not(.largeItems) {
    max-width: 85px;
    margin-bottom: 2%;
  }
}
.listDecorations > *:not(.largeItems) img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 90%;
  position: relative;
  top: 50%;
  left: 50%;
}
.listDecorations > *:not(.largeItems) .draggableContainer {
  position: relative;
  width: 85px;
  max-width: 100%;
  height: 77px;
  max-height: 100%;
}
.listDecorations > .largeItems {
  border: 1px solid #4c4c4c;
  height: 77px;
}
.listDecorations > .largeItems.lastRowChild {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .listDecorations > .largeItems {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .listDecorations > .largeItems:last-child {
    margin-right: 0;
  }
  .listDecorations > .largeItems {
    margin-bottom: 2%;
  }
}
.listDecorations > .largeItems img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 90%;
  position: relative;
  top: 50%;
  left: 50%;
}
.listDecorations > .largeItems .draggableContainer {
  position: relative;
  max-width: 100%;
  height: 77px;
  max-height: 100%;
}
.listDecorations > .largeItems.even {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .listDecorations img.dragging {
    -webkit-transform: translate(-100px, -100px);
    -moz-transform: translate(-100px, -100px);
    -ms-transform: translate(-100px, -100px);
    -o-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px);
    max-width: 72px;
  }
}
@media screen and (min-width: 768px) {
  .listDecorations img.dragging {
    -webkit-transform: translate(-7%, -7%);
    -moz-transform: translate(-7%, -7%);
    -ms-transform: translate(-7%, -7%);
    -o-transform: translate(-7%, -7%);
    transform: translate(-7%, -7%);
  }
}
.actionFace {
  background: transparent;
  margin: 0;
  border: none;
  padding: 0;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  z-index: 5;
  color: #0D54FF;
  float: right;
}
.formAddRecipients {
  margin-bottom: 45px;
}
.formAddRecipients fieldset {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border: none;
}
.formAddRecipients .field:after {
  content: "";
  display: table;
  clear: both;
}
.formAddRecipients .field {
  margin-bottom: 12px;
}
.formAddRecipients .field > label {
  font-weight: bold;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  .formAddRecipients .field > label {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .formAddRecipients .field > label {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .formAddRecipients .field > label:last-child {
    margin-right: 0;
  }
  .formAddRecipients .field > label {
    text-align: right;
  }
}
.formAddRecipients .field > input {
  font-size: 16px;
}
.formAddRecipients .field > input:invalid {
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .formAddRecipients .field > input {
    border: 1px solid #7f7f7f;
    padding: 7px;
    resize: none;
    width: 100%;
    font-family: "akkurat", Arial, Helvetica, sans-serif;
    border-radius: 0.1875rem;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%;
  }
  .formAddRecipients .field > input:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .formAddRecipients .field > input {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .formAddRecipients .field > input:last-child {
    margin-right: 0;
  }
  .formAddRecipients .field > input {
    border: 1px solid #7f7f7f;
    padding: 3px 7px;
    font-family: "akkurat", Arial, Helvetica, sans-serif;
  }
}
.formAddRecipients .field > input {
  border-radius: 0.1875rem;
}
.formAddRecipients .field i {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 6.1721527019%;
}
.formAddRecipients .field i:last-child {
  margin-right: 0;
}
.formAddRecipients .field i {
  color: #0D54FF;
}
.formAddRecipients button:after {
  content: "";
  display: table;
  clear: both;
}
.formAddRecipients button {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  background-color: #0D54FF;
  padding: 6px 20px;
  border: none;
  border-radius: 26px;
  line-height: 1.3em;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.formAddRecipients button:hover {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #1A2E61;
}
.formAddRecipients button {
  float: right;
  margin-right: 8.5298042998%;
}
.formAddRecipients button[disabled=disabled] {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-color: rgb(32.4, 60.9, 76.2);
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .formAddRecipients {
    max-width: 369px;
  }
}
.alert:after {
  content: "";
  display: table;
  clear: both;
}
.alert:after {
  content: "";
  display: table;
  clear: both;
}
.alert {
  display: block;
  border-radius: 8px;
  margin-bottom: 15px;
}
.alert.error {
  border: 2px solid #b32034;
  background-color: #b32034;
}
.alert > .message {
  width: 87%;
  display: inline;
  float: right;
  background-color: #FFF;
  padding: 4px 11px;
  color: #414141;
  font-size: 14px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.alert > div {
  width: 30px;
  display: inline;
  float: left;
  padding-top: 4px;
  padding-left: 4px;
}
.alert .iconCircle {
  padding-top: 2px;
  border: 2px solid #FFF;
  color: #FFF;
}
.sweet-alert h1, .sweet-alert h2, .sweet-alert h3, .sweet-alert h4, .sweet-alert h5, .sweet-alert h6 {
  margin-top: 0;
}
.sweet-alert h1, .sweet-alert h2 {
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.sweet-alert h1 {
  font-size: 33px;
}
.sweet-alert h2 {
  font-size: 26px;
}
.sweet-alert h3 {
  font-weight: normal;
  font-size: 24px;
}
.sweet-alert h4 {
  font-size: 16px;
}
.sweet-alert h5 {
  font-size: 15px;
}
.sweet-alert h6 {
  font-size: 14px;
}
.sweet-alert p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sweet-alert p {
    margin-bottom: 1.875em;
  }
}
@media screen and (min-width: 768px) {
  .sweet-alert p {
    margin-bottom: 1.5em;
  }
}
.sweet-alert li:not([css-component]) {
  margin-bottom: 10px;
}
.sweet-alert label,
.sweet-alert p,
.sweet-alert td,
.sweet-alert th,
.sweet-alert li {
  color: #414141;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
}
.sweet-alert label,
.sweet-alert p,
.sweet-alert td,
.sweet-alert li {
  font-size: 14px;
  line-height: 18px;
}
.sweet-alert .headingTheme {
  color: #0D54FF;
}
.sweet-alert .cancel,
.sweet-alert .confirm {
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  border-radius: 0;
  box-shadow: none;
}
.sweet-alert.cancel {
  background-color: #BFE4E3;
  color: #6CCBFE;
}
.sweet-alert.cancel:hover {
  background-color: rgb(180.2395604396, 223.4604395604, 222.2923076923);
}
.sweet-alert.cancel:active {
  background-color: rgb(155.1318681319, 212.8681318681, 211.3076923077);
}
.overlayModalInput {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 7;
}
.modalInput h1, .modalInput h2, .modalInput h3, .modalInput h4, .modalInput h5, .modalInput h6 {
  margin-top: 0;
}
.modalInput h1, .modalInput h2 {
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.modalInput h1 {
  font-size: 33px;
}
.modalInput h2 {
  font-size: 26px;
}
.modalInput h3 {
  font-weight: normal;
  font-size: 24px;
}
.modalInput h4 {
  font-size: 16px;
}
.modalInput h5 {
  font-size: 15px;
}
.modalInput h6 {
  font-size: 14px;
}
.modalInput p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .modalInput p {
    margin-bottom: 1.875em;
  }
}
@media screen and (min-width: 768px) {
  .modalInput p {
    margin-bottom: 1.5em;
  }
}
.modalInput li:not([css-component]) {
  margin-bottom: 10px;
}
.modalInput label,
.modalInput p,
.modalInput td,
.modalInput th,
.modalInput li {
  color: #414141;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
}
.modalInput label,
.modalInput p,
.modalInput td,
.modalInput li {
  font-size: 14px;
  line-height: 18px;
}
.modalInput .headingTheme {
  color: #0D54FF;
}
.modalInput {
  position: fixed;
  background-color: #FFF;
  padding: 15px;
  z-index: 9;
  border: 1px solid #B2E6B2;
}
.modalInput h4 {
  color: #B2E6B2;
}
.modalInput input {
  border: 1px solid #7f7f7f;
  padding: 7px;
  resize: none;
  width: 100%;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  border-radius: 0.1875rem;
  margin-bottom: 15px;
}
.modalInput button:after {
  content: "";
  display: table;
  clear: both;
}
.modalInput button {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  background-color: #0D54FF;
  padding: 6px 20px;
  border: none;
  border-radius: 26px;
  line-height: 1.3em;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.modalInput button:hover {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #1A2E61;
}
.modalInput button[type=button] {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .modalInput {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .modalInput {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 300px;
  }
}
.ngWysiwygContainer {
  position: relative;
}
.ngWysiwygContainer .salutation {
  position: absolute;
  left: 7px;
  top: 52px;
  color: #aaaaaa;
}
.ngWysiwygContainer .ngWysiwyg div[contenteditable=true].ta-bind {
  padding-top: 45px;
  overflow: hidden;
}
.ngWysiwyg div.ta-bind {
  border: 1px solid #7f7f7f;
  padding: 7px;
  resize: none;
  width: 100%;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  border-radius: 0.1875rem;
}
.ngWysiwyg [text-angular-toolbar] {
  background-color: #414141;
}
.ngWysiwyg .btn-group:after {
  content: "";
  display: table;
  clear: both;
}
.ngWysiwyg .btn-group button {
  border: none;
  background: transparent;
  padding: 7px 10px;
  font-size: 18px;
  color: #999;
  margin-right: 1px;
  width: 38px;
}
.ngWysiwyg .btn-group button:hover {
  background-color: #494949;
}
.ngWysiwyg strong,
.ngWysiwyg span,
.ngWysiwyg a,
.ngWysiwyg h1, .ngWysiwyg h2, .ngWysiwyg h3, .ngWysiwyg h4, .ngWysiwyg h5, .ngWysiwyg h6 {
  font-family: "akkurat", Arial, Helvetica, sans-serif;
}
.ngWysiwyg p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ngWysiwyg [name=insertLink] {
    display: none;
  }
}
.cropFrame {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.cropImage {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  max-width: none;
}
.formLogin {
  max-width: 350px;
  border: 1px solid #DDD;
  border-radius: 7px;
  margin: 50px auto;
}
.formLogin > * {
  width: 100%;
}
.formLogin fieldset {
  margin: 0;
  padding: 10px;
  border: none;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.formLogin fieldset .field {
  margin-bottom: 10px;
}
.formLogin .Actions {
  padding: 0 10px 25px 10px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.formLogin .Actions > button:after,
.formLogin .Actions > input:after {
  content: "";
  display: table;
  clear: both;
}
.formLogin .Actions > button,
.formLogin .Actions > input {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  background-color: #0D54FF;
  padding: 11px;
  border: none;
  border-radius: 26px;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
}
.formLogin .Actions > button:hover,
.formLogin .Actions > input:hover {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #1A2E61;
}
.formLogin .Actions > button,
.formLogin .Actions > input {
  font-size: 14px;
  line-height: 18px;
}
.formLogin .Actions p:after {
  content: "";
  display: table;
  clear: both;
}
.formLogin .Actions p {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  background-color: #0D54FF;
  padding: 11px;
  border: none;
  border-radius: 26px;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
}
.formLogin .Actions p:hover {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: #1A2E61;
}
.formLogin .Actions p {
  margin-bottom: 0;
}
.formLogin .Actions p a {
  color: #FFF;
  text-decoration: none;
}
.formLogin input[type=email], .formLogin input[type=number], .formLogin input[type=password], .formLogin input[type=search], .formLogin input[type=tel], .formLogin input[type=text], .formLogin input[type=url], .formLogin input[type=color], .formLogin input[type=date], .formLogin input[type=datetime], .formLogin input[type=datetime-local], .formLogin input[type=month], .formLogin input[type=time], .formLogin input[type=week] {
  border: 1px solid #7f7f7f;
  padding: 7px;
  resize: none;
  width: 100%;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  border-radius: 0.1875rem;
}
.formLogin .message.bad {
  padding: 4px 11px;
  color: #b32034;
  font-size: 14px;
  border-radius: 8px;
  margin-top: 15px;
  border: 2px solid #b32034;
  display: block;
}
.imageCard {
  position: relative;
  z-index: 5;
}
.imageCard:after {
  content: "";
  display: table;
  clear: both;
}
.imageCard .sceneCompilation {
  float: right;
  width: 53.2307692308%;
}
.imageCard .sceneLogo {
  float: left;
  width: 100%;
}
.contentCard {
  padding: 30px 20px;
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
}
.contentCard u,
.contentCard em,
.contentCard i,
.contentCard b,
.contentCard strong,
.contentCard span,
.contentCard li,
.contentCard a,
.contentCard h1, .contentCard h2, .contentCard h3, .contentCard h4, .contentCard h5, .contentCard h6,
.contentCard p {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}
.contentCard .lastChild {
  margin-bottom: 0;
}
.modalGeneric {
  position: fixed;
  background-color: #FFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 20px;
  z-index: 9;
}
.modalGeneric.fullscreen h1, .modalGeneric.fullscreen h2, .modalGeneric.fullscreen h3, .modalGeneric.fullscreen h4, .modalGeneric.fullscreen h5, .modalGeneric.fullscreen h6 {
  margin-top: 0;
}
.modalGeneric.fullscreen h1, .modalGeneric.fullscreen h2 {
  font-family: "akkurat", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.modalGeneric.fullscreen h1 {
  font-size: 33px;
}
.modalGeneric.fullscreen h2 {
  font-size: 26px;
}
.modalGeneric.fullscreen h3 {
  font-weight: normal;
  font-size: 24px;
}
.modalGeneric.fullscreen h4 {
  font-size: 16px;
}
.modalGeneric.fullscreen h5 {
  font-size: 15px;
}
.modalGeneric.fullscreen h6 {
  font-size: 14px;
}
.modalGeneric.fullscreen p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .modalGeneric.fullscreen p {
    margin-bottom: 1.875em;
  }
}
@media screen and (min-width: 768px) {
  .modalGeneric.fullscreen p {
    margin-bottom: 1.5em;
  }
}
.modalGeneric.fullscreen li:not([css-component]) {
  margin-bottom: 10px;
}
.modalGeneric.fullscreen label,
.modalGeneric.fullscreen p,
.modalGeneric.fullscreen td,
.modalGeneric.fullscreen th,
.modalGeneric.fullscreen li {
  color: #414141;
  font-family: "akkurat", Arial, Helvetica, sans-serif;
}
.modalGeneric.fullscreen label,
.modalGeneric.fullscreen p,
.modalGeneric.fullscreen td,
.modalGeneric.fullscreen li {
  font-size: 14px;
  line-height: 18px;
}
.modalGeneric.fullscreen .headingTheme {
  color: #0D54FF;
}
.modalGeneric.fullscreen {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #868686;
}
.modalGeneric.fullscreen .content {
  background: #F1F1F1;
  padding: 20px;
  border: 3px solid #DDD;
}
.modalGeneric.fullscreen .contentHolder {
  top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 400px;
}
.modalGeneric.fullscreen a {
  color: #868686;
}
@media screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}