/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */


[class*=" revicon-"]:before,[class^=revicon-]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.revicon-search-1:before {
  content: '\e802';
}

.revicon-pencil-1:before {
  content: '\e831';
}

.revicon-picture-1:before {
  content: '\e803';
}

.revicon-cancel:before {
  content: '\e80a';
}

.revicon-info-circled:before {
  content: '\e80f';
}

.revicon-trash:before {
  content: '\e801';
}

.revicon-left-dir:before {
  content: '\e817';
}

.revicon-right-dir:before {
  content: '\e818';
}

.revicon-down-open:before {
  content: '\e83b';
}

.revicon-left-open:before {
  content: '\e819';
}

.revicon-right-open:before {
  content: '\e81a';
}

.revicon-angle-left:before {
  content: '\e820';
}

.revicon-angle-right:before {
  content: '\e81d';
}

.revicon-left-big:before {
  content: '\e81f';
}

.revicon-right-big:before {
  content: '\e81e';
}

.revicon-magic:before {
  content: '\e807'
}

.revicon-picture:before {
  content: '\e800';
}

.revicon-export:before {
  content: '\e80b';
}

.revicon-cog:before {
  content: '\e832';
}

.revicon-login:before {
  content: '\e833';
}

.revicon-logout:before {
  content: '\e834';
}

.revicon-video:before {
  content: '\e805';
}

.revicon-arrow-combo:before {
  content: '\e827';
}

.revicon-left-open-1:before {
  content: '\e82a';
}

.revicon-right-open-1:before {
  content: '\e82b';
}

.revicon-left-open-mini:before {
  content: '\e822';
}

.revicon-right-open-mini:before {
  content: '\e823';
}

.revicon-left-open-big:before {
  content: '\e824';
}

.revicon-right-open-big:before {
  content: '\e825';
}

.revicon-left:before {
  content: '\e836';
}

.revicon-right:before {
  content: '\e826';
}

.revicon-ccw:before {
  content: '\e808';
}

.revicon-arrows-ccw:before {
  content: '\e806';
}

.revicon-palette:before {
  content: '\e829';
}

.revicon-list-add:before {
  content: '\e80c';
}

.revicon-doc:before {
  content: '\e809';
}

.revicon-left-open-outline:before {
  content: '\e82e';
}

.revicon-left-open-2:before {
  content: '\e82c';
}

.revicon-right-open-outline:before {
  content: '\e82f';
}

.revicon-right-open-2:before {
  content: '\e82d';
}

.revicon-equalizer:before {
  content: '\e83a';
}

.revicon-layers-alt:before {
  content: '\e804';
}

.revicon-popup:before {
  content: '\e828';
}



[class^="fa-icon-"], [class*=" fa-icon-"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-icon-2x {
  font-size: 2em;
}
.fa-icon-3x {
  font-size: 3em;
}
.fa-icon-4x {
  font-size: 4em;
}
.fa-icon-5x {
  font-size: 5em;
}
.fa-icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-icon-ul > li {
  position: relative;
}
.fa-icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-icon-li.fa-icon-lg {
  left: -1.85714286em;
}
.fa-icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-icon-pull-left {
  float: left;
}
.fa-icon-pull-right {
  float: right;
}
.fa.fa-icon-pull-left {
  margin-right: .3em;
}
.fa.fa-icon-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-icon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-icon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-icon-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-icon-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-icon-rotate-90,
:root .fa-icon-rotate-180,
:root .fa-icon-rotate-270,
:root .fa-icon-flip-horizontal,
:root .fa-icon-flip-vertical {
  filter: none;
}
.fa-icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-icon-stack-1x,
.fa-icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-icon-stack-1x {
  line-height: inherit;
}
.fa-icon-stack-2x {
  font-size: 2em;
}
.fa-icon-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-icon-glass:before {
  content: "\f000";
}
.fa-icon-music:before {
  content: "\f001";
}
.fa-icon-search:before {
  content: "\f002";
}
.fa-icon-envelope-o:before {
  content: "\f003";
}
.fa-icon-heart:before {
  content: "\f004";
}
.fa-icon-star:before {
  content: "\f005";
}
.fa-icon-star-o:before {
  content: "\f006";
}
.fa-icon-user:before {
  content: "\f007";
}
.fa-icon-film:before {
  content: "\f008";
}
.fa-icon-th-large:before {
  content: "\f009";
}
.fa-icon-th:before {
  content: "\f00a";
}
.fa-icon-th-list:before {
  content: "\f00b";
}
.fa-icon-check:before {
  content: "\f00c";
}
.fa-icon-remove:before,
.fa-icon-close:before,
.fa-icon-times:before {
  content: "\f00d";
}
.fa-icon-search-plus:before {
  content: "\f00e";
}
.fa-icon-search-minus:before {
  content: "\f010";
}
.fa-icon-power-off:before {
  content: "\f011";
}
.fa-icon-signal:before {
  content: "\f012";
}
.fa-icon-gear:before,
.fa-icon-cog:before {
  content: "\f013";
}
.fa-icon-trash-o:before {
  content: "\f014";
}
.fa-icon-home:before {
  content: "\f015";
}
.fa-icon-file-o:before {
  content: "\f016";
}
.fa-icon-clock-o:before {
  content: "\f017";
}
.fa-icon-road:before {
  content: "\f018";
}
.fa-icon-download:before {
  content: "\f019";
}
.fa-icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-icon-inbox:before {
  content: "\f01c";
}
.fa-icon-play-circle-o:before {
  content: "\f01d";
}
.fa-icon-rotate-right:before,
.fa-icon-repeat:before {
  content: "\f01e";
}
.fa-icon-refresh:before {
  content: "\f021";
}
.fa-icon-list-alt:before {
  content: "\f022";
}
.fa-icon-lock:before {
  content: "\f023";
}
.fa-icon-flag:before {
  content: "\f024";
}
.fa-icon-headphones:before {
  content: "\f025";
}
.fa-icon-volume-off:before {
  content: "\f026";
}
.fa-icon-volume-down:before {
  content: "\f027";
}
.fa-icon-volume-up:before {
  content: "\f028";
}
.fa-icon-qrcode:before {
  content: "\f029";
}
.fa-icon-barcode:before {
  content: "\f02a";
}
.fa-icon-tag:before {
  content: "\f02b";
}
.fa-icon-tags:before {
  content: "\f02c";
}
.fa-icon-book:before {
  content: "\f02d";
}
.fa-icon-bookmark:before {
  content: "\f02e";
}
.fa-icon-print:before {
  content: "\f02f";
}
.fa-icon-camera:before {
  content: "\f030";
}
.fa-icon-font:before {
  content: "\f031";
}
.fa-icon-bold:before {
  content: "\f032";
}
.fa-icon-italic:before {
  content: "\f033";
}
.fa-icon-text-height:before {
  content: "\f034";
}
.fa-icon-text-width:before {
  content: "\f035";
}
.fa-icon-align-left:before {
  content: "\f036";
}
.fa-icon-align-center:before {
  content: "\f037";
}
.fa-icon-align-right:before {
  content: "\f038";
}
.fa-icon-align-justify:before {
  content: "\f039";
}
.fa-icon-list:before {
  content: "\f03a";
}
.fa-icon-dedent:before,
.fa-icon-outdent:before {
  content: "\f03b";
}
.fa-icon-indent:before {
  content: "\f03c";
}
.fa-icon-video-camera:before {
  content: "\f03d";
}
.fa-icon-photo:before,
.fa-icon-image:before,
.fa-icon-picture-o:before {
  content: "\f03e";
}
.fa-icon-pencil:before {
  content: "\f040";
}
.fa-icon-map-marker:before {
  content: "\f041";
}
.fa-icon-adjust:before {
  content: "\f042";
}
.fa-icon-tint:before {
  content: "\f043";
}
.fa-icon-edit:before,
.fa-icon-pencil-square-o:before {
  content: "\f044";
}
.fa-icon-share-square-o:before {
  content: "\f045";
}
.fa-icon-check-square-o:before {
  content: "\f046";
}
.fa-icon-arrows:before {
  content: "\f047";
}
.fa-icon-step-backward:before {
  content: "\f048";
}
.fa-icon-fast-backward:before {
  content: "\f049";
}
.fa-icon-backward:before {
  content: "\f04a";
}
.fa-icon-play:before {
  content: "\f04b";
}
.fa-icon-pause:before {
  content: "\f04c";
}
.fa-icon-stop:before {
  content: "\f04d";
}
.fa-icon-forward:before {
  content: "\f04e";
}
.fa-icon-fast-forward:before {
  content: "\f050";
}
.fa-icon-step-forward:before {
  content: "\f051";
}
.fa-icon-eject:before {
  content: "\f052";
}
.fa-icon-chevron-left:before {
  content: "\f053";
}
.fa-icon-chevron-right:before {
  content: "\f054";
}
.fa-icon-plus-circle:before {
  content: "\f055";
}
.fa-icon-minus-circle:before {
  content: "\f056";
}
.fa-icon-times-circle:before {
  content: "\f057";
}
.fa-icon-check-circle:before {
  content: "\f058";
}
.fa-icon-question-circle:before {
  content: "\f059";
}
.fa-icon-info-circle:before {
  content: "\f05a";
}
.fa-icon-crosshairs:before {
  content: "\f05b";
}
.fa-icon-times-circle-o:before {
  content: "\f05c";
}
.fa-icon-check-circle-o:before {
  content: "\f05d";
}
.fa-icon-ban:before {
  content: "\f05e";
}
.fa-icon-arrow-left:before {
  content: "\f060";
}
.fa-icon-arrow-right:before {
  content: "\f061";
}
.fa-icon-arrow-up:before {
  content: "\f062";
}
.fa-icon-arrow-down:before {
  content: "\f063";
}
.fa-icon-mail-forward:before,
.fa-icon-share:before {
  content: "\f064";
}
.fa-icon-expand:before {
  content: "\f065";
}
.fa-icon-compress:before {
  content: "\f066";
}
.fa-icon-plus:before {
  content: "\f067";
}
.fa-icon-minus:before {
  content: "\f068";
}
.fa-icon-asterisk:before {
  content: "\f069";
}
.fa-icon-exclamation-circle:before {
  content: "\f06a";
}
.fa-icon-gift:before {
  content: "\f06b";
}
.fa-icon-leaf:before {
  content: "\f06c";
}
.fa-icon-fire:before {
  content: "\f06d";
}
.fa-icon-eye:before {
  content: "\f06e";
}
.fa-icon-eye-slash:before {
  content: "\f070";
}
.fa-icon-warning:before,
.fa-icon-exclamation-triangle:before {
  content: "\f071";
}
.fa-icon-plane:before {
  content: "\f072";
}
.fa-icon-calendar:before {
  content: "\f073";
}
.fa-icon-random:before {
  content: "\f074";
}
.fa-icon-comment:before {
  content: "\f075";
}
.fa-icon-magnet:before {
  content: "\f076";
}
.fa-icon-chevron-up:before {
  content: "\f077";
}
.fa-icon-chevron-down:before {
  content: "\f078";
}
.fa-icon-retweet:before {
  content: "\f079";
}
.fa-icon-shopping-cart:before {
  content: "\f07a";
}
.fa-icon-folder:before {
  content: "\f07b";
}
.fa-icon-folder-open:before {
  content: "\f07c";
}
.fa-icon-arrows-v:before {
  content: "\f07d";
}
.fa-icon-arrows-h:before {
  content: "\f07e";
}
.fa-icon-bar-chart-o:before,
.fa-icon-bar-chart:before {
  content: "\f080";
}
.fa-icon-twitter-square:before {
  content: "\f081";
}
.fa-icon-facebook-square:before {
  content: "\f082";
}
.fa-icon-camera-retro:before {
  content: "\f083";
}
.fa-icon-key:before {
  content: "\f084";
}
.fa-icon-gears:before,
.fa-icon-cogs:before {
  content: "\f085";
}
.fa-icon-comments:before {
  content: "\f086";
}
.fa-icon-thumbs-o-up:before {
  content: "\f087";
}
.fa-icon-thumbs-o-down:before {
  content: "\f088";
}
.fa-icon-star-half:before {
  content: "\f089";
}
.fa-icon-heart-o:before {
  content: "\f08a";
}
.fa-icon-sign-out:before {
  content: "\f08b";
}
.fa-icon-linkedin-square:before {
  content: "\f08c";
}
.fa-icon-thumb-tack:before {
  content: "\f08d";
}
.fa-icon-external-link:before {
  content: "\f08e";
}
.fa-icon-sign-in:before {
  content: "\f090";
}
.fa-icon-trophy:before {
  content: "\f091";
}
.fa-icon-github-square:before {
  content: "\f092";
}
.fa-icon-upload:before {
  content: "\f093";
}
.fa-icon-lemon-o:before {
  content: "\f094";
}
.fa-icon-phone:before {
  content: "\f095";
}
.fa-icon-square-o:before {
  content: "\f096";
}
.fa-icon-bookmark-o:before {
  content: "\f097";
}
.fa-icon-phone-square:before {
  content: "\f098";
}
.fa-icon-twitter:before {
  content: "\f099";
}
.fa-icon-facebook-f:before,
.fa-icon-facebook:before {
  content: "\f09a";
}
.fa-icon-github:before {
  content: "\f09b";
}
.fa-icon-unlock:before {
  content: "\f09c";
}
.fa-icon-credit-card:before {
  content: "\f09d";
}
.fa-icon-feed:before,
.fa-icon-rss:before {
  content: "\f09e";
}
.fa-icon-hdd-o:before {
  content: "\f0a0";
}
.fa-icon-bullhorn:before {
  content: "\f0a1";
}
.fa-icon-bell:before {
  content: "\f0f3";
}
.fa-icon-certificate:before {
  content: "\f0a3";
}
.fa-icon-hand-o-right:before {
  content: "\f0a4";
}
.fa-icon-hand-o-left:before {
  content: "\f0a5";
}
.fa-icon-hand-o-up:before {
  content: "\f0a6";
}
.fa-icon-hand-o-down:before {
  content: "\f0a7";
}
.fa-icon-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-icon-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-icon-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-icon-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-icon-globe:before {
  content: "\f0ac";
}
.fa-icon-wrench:before {
  content: "\f0ad";
}
.fa-icon-tasks:before {
  content: "\f0ae";
}
.fa-icon-filter:before {
  content: "\f0b0";
}
.fa-icon-briefcase:before {
  content: "\f0b1";
}
.fa-icon-arrows-alt:before {
  content: "\f0b2";
}
.fa-icon-group:before,
.fa-icon-users:before {
  content: "\f0c0";
}
.fa-icon-chain:before,
.fa-icon-link:before {
  content: "\f0c1";
}
.fa-icon-cloud:before {
  content: "\f0c2";
}
.fa-icon-flask:before {
  content: "\f0c3";
}
.fa-icon-cut:before,
.fa-icon-scissors:before {
  content: "\f0c4";
}
.fa-icon-copy:before,
.fa-icon-files-o:before {
  content: "\f0c5";
}
.fa-icon-paperclip:before {
  content: "\f0c6";
}
.fa-icon-save:before,
.fa-icon-floppy-o:before {
  content: "\f0c7";
}
.fa-icon-square:before {
  content: "\f0c8";
}
.fa-icon-navicon:before,
.fa-icon-reorder:before,
.fa-icon-bars:before {
  content: "\f0c9";
}
.fa-icon-list-ul:before {
  content: "\f0ca";
}
.fa-icon-list-ol:before {
  content: "\f0cb";
}
.fa-icon-strikethrough:before {
  content: "\f0cc";
}
.fa-icon-underline:before {
  content: "\f0cd";
}
.fa-icon-table:before {
  content: "\f0ce";
}
.fa-icon-magic:before {
  content: "\f0d0";
}
.fa-icon-truck:before {
  content: "\f0d1";
}
.fa-icon-pinterest:before {
  content: "\f0d2";
}
.fa-icon-pinterest-square:before {
  content: "\f0d3";
}
.fa-icon-google-plus-square:before {
  content: "\f0d4";
}
.fa-icon-google-plus:before {
  content: "\f0d5";
}
.fa-icon-money:before {
  content: "\f0d6";
}
.fa-icon-caret-down:before {
  content: "\f0d7";
}
.fa-icon-caret-up:before {
  content: "\f0d8";
}
.fa-icon-caret-left:before {
  content: "\f0d9";
}
.fa-icon-caret-right:before {
  content: "\f0da";
}
.fa-icon-columns:before {
  content: "\f0db";
}
.fa-icon-unsorted:before,
.fa-icon-sort:before {
  content: "\f0dc";
}
.fa-icon-sort-down:before,
.fa-icon-sort-desc:before {
  content: "\f0dd";
}
.fa-icon-sort-up:before,
.fa-icon-sort-asc:before {
  content: "\f0de";
}
.fa-icon-envelope:before {
  content: "\f0e0";
}
.fa-icon-linkedin:before {
  content: "\f0e1";
}
.fa-icon-rotate-left:before,
.fa-icon-undo:before {
  content: "\f0e2";
}
.fa-icon-legal:before,
.fa-icon-gavel:before {
  content: "\f0e3";
}
.fa-icon-dashboard:before,
.fa-icon-tachometer:before {
  content: "\f0e4";
}
.fa-icon-comment-o:before {
  content: "\f0e5";
}
.fa-icon-comments-o:before {
  content: "\f0e6";
}
.fa-icon-flash:before,
.fa-icon-bolt:before {
  content: "\f0e7";
}
.fa-icon-sitemap:before {
  content: "\f0e8";
}
.fa-icon-umbrella:before {
  content: "\f0e9";
}
.fa-icon-paste:before,
.fa-icon-clipboard:before {
  content: "\f0ea";
}
.fa-icon-lightbulb-o:before {
  content: "\f0eb";
}
.fa-icon-exchange:before {
  content: "\f0ec";
}
.fa-icon-cloud-download:before {
  content: "\f0ed";
}
.fa-icon-cloud-upload:before {
  content: "\f0ee";
}
.fa-icon-user-md:before {
  content: "\f0f0";
}
.fa-icon-stethoscope:before {
  content: "\f0f1";
}
.fa-icon-suitcase:before {
  content: "\f0f2";
}
.fa-icon-bell-o:before {
  content: "\f0a2";
}
.fa-icon-coffee:before {
  content: "\f0f4";
}
.fa-icon-cutlery:before {
  content: "\f0f5";
}
.fa-icon-file-text-o:before {
  content: "\f0f6";
}
.fa-icon-building-o:before {
  content: "\f0f7";
}
.fa-icon-hospital-o:before {
  content: "\f0f8";
}
.fa-icon-ambulance:before {
  content: "\f0f9";
}
.fa-icon-medkit:before {
  content: "\f0fa";
}
.fa-icon-fighter-jet:before {
  content: "\f0fb";
}
.fa-icon-beer:before {
  content: "\f0fc";
}
.fa-icon-h-square:before {
  content: "\f0fd";
}
.fa-icon-plus-square:before {
  content: "\f0fe";
}
.fa-icon-angle-double-left:before {
  content: "\f100";
}
.fa-icon-angle-double-right:before {
  content: "\f101";
}
.fa-icon-angle-double-up:before {
  content: "\f102";
}
.fa-icon-angle-double-down:before {
  content: "\f103";
}
.fa-icon-angle-left:before {
  content: "\f104";
}
.fa-icon-angle-right:before {
  content: "\f105";
}
.fa-icon-angle-up:before {
  content: "\f106";
}
.fa-icon-angle-down:before {
  content: "\f107";
}
.fa-icon-desktop:before {
  content: "\f108";
}
.fa-icon-laptop:before {
  content: "\f109";
}
.fa-icon-tablet:before {
  content: "\f10a";
}
.fa-icon-mobile-phone:before,
.fa-icon-mobile:before {
  content: "\f10b";
}
.fa-icon-circle-o:before {
  content: "\f10c";
}
.fa-icon-quote-left:before {
  content: "\f10d";
}
.fa-icon-quote-right:before {
  content: "\f10e";
}
.fa-icon-spinner:before {
  content: "\f110";
}
.fa-icon-circle:before {
  content: "\f111";
}
.fa-icon-mail-reply:before,
.fa-icon-reply:before {
  content: "\f112";
}
.fa-icon-github-alt:before {
  content: "\f113";
}
.fa-icon-folder-o:before {
  content: "\f114";
}
.fa-icon-folder-open-o:before {
  content: "\f115";
}
.fa-icon-smile-o:before {
  content: "\f118";
}
.fa-icon-frown-o:before {
  content: "\f119";
}
.fa-icon-meh-o:before {
  content: "\f11a";
}
.fa-icon-gamepad:before {
  content: "\f11b";
}
.fa-icon-keyboard-o:before {
  content: "\f11c";
}
.fa-icon-flag-o:before {
  content: "\f11d";
}
.fa-icon-flag-checkered:before {
  content: "\f11e";
}
.fa-icon-terminal:before {
  content: "\f120";
}
.fa-icon-code:before {
  content: "\f121";
}
.fa-icon-mail-reply-all:before,
.fa-icon-reply-all:before {
  content: "\f122";
}
.fa-icon-star-half-empty:before,
.fa-icon-star-half-full:before,
.fa-icon-star-half-o:before {
  content: "\f123";
}
.fa-icon-location-arrow:before {
  content: "\f124";
}
.fa-icon-crop:before {
  content: "\f125";
}
.fa-icon-code-fork:before {
  content: "\f126";
}
.fa-icon-unlink:before,
.fa-icon-chain-broken:before {
  content: "\f127";
}
.fa-icon-question:before {
  content: "\f128";
}
.fa-icon-info:before {
  content: "\f129";
}
.fa-icon-exclamation:before {
  content: "\f12a";
}
.fa-icon-superscript:before {
  content: "\f12b";
}
.fa-icon-subscript:before {
  content: "\f12c";
}
.fa-icon-eraser:before {
  content: "\f12d";
}
.fa-icon-puzzle-piece:before {
  content: "\f12e";
}
.fa-icon-microphone:before {
  content: "\f130";
}
.fa-icon-microphone-slash:before {
  content: "\f131";
}
.fa-icon-shield:before {
  content: "\f132";
}
.fa-icon-calendar-o:before {
  content: "\f133";
}
.fa-icon-fire-extinguisher:before {
  content: "\f134";
}
.fa-icon-rocket:before {
  content: "\f135";
}
.fa-icon-maxcdn:before {
  content: "\f136";
}
.fa-icon-chevron-circle-left:before {
  content: "\f137";
}
.fa-icon-chevron-circle-right:before {
  content: "\f138";
}
.fa-icon-chevron-circle-up:before {
  content: "\f139";
}
.fa-icon-chevron-circle-down:before {
  content: "\f13a";
}
.fa-icon-html5:before {
  content: "\f13b";
}
.fa-icon-css3:before {
  content: "\f13c";
}
.fa-icon-anchor:before {
  content: "\f13d";
}
.fa-icon-unlock-alt:before {
  content: "\f13e";
}
.fa-icon-bullseye:before {
  content: "\f140";
}
.fa-icon-ellipsis-h:before {
  content: "\f141";
}
.fa-icon-ellipsis-v:before {
  content: "\f142";
}
.fa-icon-rss-square:before {
  content: "\f143";
}
.fa-icon-play-circle:before {
  content: "\f144";
}
.fa-icon-ticket:before {
  content: "\f145";
}
.fa-icon-minus-square:before {
  content: "\f146";
}
.fa-icon-minus-square-o:before {
  content: "\f147";
}
.fa-icon-level-up:before {
  content: "\f148";
}
.fa-icon-level-down:before {
  content: "\f149";
}
.fa-icon-check-square:before {
  content: "\f14a";
}
.fa-icon-pencil-square:before {
  content: "\f14b";
}
.fa-icon-external-link-square:before {
  content: "\f14c";
}
.fa-icon-share-square:before {
  content: "\f14d";
}
.fa-icon-compass:before {
  content: "\f14e";
}
.fa-icon-toggle-down:before,
.fa-icon-caret-square-o-down:before {
  content: "\f150";
}
.fa-icon-toggle-up:before,
.fa-icon-caret-square-o-up:before {
  content: "\f151";
}
.fa-icon-toggle-right:before,
.fa-icon-caret-square-o-right:before {
  content: "\f152";
}
.fa-icon-euro:before,
.fa-icon-eur:before {
  content: "\f153";
}
.fa-icon-gbp:before {
  content: "\f154";
}
.fa-icon-dollar:before,
.fa-icon-usd:before {
  content: "\f155";
}
.fa-icon-rupee:before,
.fa-icon-inr:before {
  content: "\f156";
}
.fa-icon-cny:before,
.fa-icon-rmb:before,
.fa-icon-yen:before,
.fa-icon-jpy:before {
  content: "\f157";
}
.fa-icon-ruble:before,
.fa-icon-rouble:before,
.fa-icon-rub:before {
  content: "\f158";
}
.fa-icon-won:before,
.fa-icon-krw:before {
  content: "\f159";
}
.fa-icon-bitcoin:before,
.fa-icon-btc:before {
  content: "\f15a";
}
.fa-icon-file:before {
  content: "\f15b";
}
.fa-icon-file-text:before {
  content: "\f15c";
}
.fa-icon-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-icon-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-icon-sort-amount-asc:before {
  content: "\f160";
}
.fa-icon-sort-amount-desc:before {
  content: "\f161";
}
.fa-icon-sort-numeric-asc:before {
  content: "\f162";
}
.fa-icon-sort-numeric-desc:before {
  content: "\f163";
}
.fa-icon-thumbs-up:before {
  content: "\f164";
}
.fa-icon-thumbs-down:before {
  content: "\f165";
}
.fa-icon-youtube-square:before {
  content: "\f166";
}
.fa-icon-youtube:before {
  content: "\f167";
}
.fa-icon-xing:before {
  content: "\f168";
}
.fa-icon-xing-square:before {
  content: "\f169";
}
.fa-icon-youtube-play:before {
  content: "\f16a";
}
.fa-icon-dropbox:before {
  content: "\f16b";
}
.fa-icon-stack-overflow:before {
  content: "\f16c";
}
.fa-icon-instagram:before {
  content: "\f16d";
}
.fa-icon-flickr:before {
  content: "\f16e";
}
.fa-icon-adn:before {
  content: "\f170";
}
.fa-icon-bitbucket:before {
  content: "\f171";
}
.fa-icon-bitbucket-square:before {
  content: "\f172";
}
.fa-icon-tumblr:before {
  content: "\f173";
}
.fa-icon-tumblr-square:before {
  content: "\f174";
}
.fa-icon-long-arrow-down:before {
  content: "\f175";
}
.fa-icon-long-arrow-up:before {
  content: "\f176";
}
.fa-icon-long-arrow-left:before {
  content: "\f177";
}
.fa-icon-long-arrow-right:before {
  content: "\f178";
}
.fa-icon-apple:before {
  content: "\f179";
}
.fa-icon-windows:before {
  content: "\f17a";
}
.fa-icon-android:before {
  content: "\f17b";
}
.fa-icon-linux:before {
  content: "\f17c";
}
.fa-icon-dribbble:before {
  content: "\f17d";
}
.fa-icon-skype:before {
  content: "\f17e";
}
.fa-icon-foursquare:before {
  content: "\f180";
}
.fa-icon-trello:before {
  content: "\f181";
}
.fa-icon-female:before {
  content: "\f182";
}
.fa-icon-male:before {
  content: "\f183";
}
.fa-icon-gittip:before,
.fa-icon-gratipay:before {
  content: "\f184";
}
.fa-icon-sun-o:before {
  content: "\f185";
}
.fa-icon-moon-o:before {
  content: "\f186";
}
.fa-icon-archive:before {
  content: "\f187";
}
.fa-icon-bug:before {
  content: "\f188";
}
.fa-icon-vk:before {
  content: "\f189";
}
.fa-icon-weibo:before {
  content: "\f18a";
}
.fa-icon-renren:before {
  content: "\f18b";
}
.fa-icon-pagelines:before {
  content: "\f18c";
}
.fa-icon-stack-exchange:before {
  content: "\f18d";
}
.fa-icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-icon-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-icon-toggle-left:before,
.fa-icon-caret-square-o-left:before {
  content: "\f191";
}
.fa-icon-dot-circle-o:before {
  content: "\f192";
}
.fa-icon-wheelchair:before {
  content: "\f193";
}
.fa-icon-vimeo-square:before {
  content: "\f194";
}
.fa-icon-turkish-lira:before,
.fa-icon-try:before {
  content: "\f195";
}
.fa-icon-plus-square-o:before {
  content: "\f196";
}
.fa-icon-space-shuttle:before {
  content: "\f197";
}
.fa-icon-slack:before {
  content: "\f198";
}
.fa-icon-envelope-square:before {
  content: "\f199";
}
.fa-icon-wordpress:before {
  content: "\f19a";
}
.fa-icon-openid:before {
  content: "\f19b";
}
.fa-icon-institution:before,
.fa-icon-bank:before,
.fa-icon-university:before {
  content: "\f19c";
}
.fa-icon-mortar-board:before,
.fa-icon-graduation-cap:before {
  content: "\f19d";
}
.fa-icon-yahoo:before {
  content: "\f19e";
}
.fa-icon-google:before {
  content: "\f1a0";
}
.fa-icon-reddit:before {
  content: "\f1a1";
}
.fa-icon-reddit-square:before {
  content: "\f1a2";
}
.fa-icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-icon-stumbleupon:before {
  content: "\f1a4";
}
.fa-icon-delicious:before {
  content: "\f1a5";
}
.fa-icon-digg:before {
  content: "\f1a6";
}
.fa-icon-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-icon-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-icon-drupal:before {
  content: "\f1a9";
}
.fa-icon-joomla:before {
  content: "\f1aa";
}
.fa-icon-language:before {
  content: "\f1ab";
}
.fa-icon-fax:before {
  content: "\f1ac";
}
.fa-icon-building:before {
  content: "\f1ad";
}
.fa-icon-child:before {
  content: "\f1ae";
}
.fa-icon-paw:before {
  content: "\f1b0";
}
.fa-icon-spoon:before {
  content: "\f1b1";
}
.fa-icon-cube:before {
  content: "\f1b2";
}
.fa-icon-cubes:before {
  content: "\f1b3";
}
.fa-icon-behance:before {
  content: "\f1b4";
}
.fa-icon-behance-square:before {
  content: "\f1b5";
}
.fa-icon-steam:before {
  content: "\f1b6";
}
.fa-icon-steam-square:before {
  content: "\f1b7";
}
.fa-icon-recycle:before {
  content: "\f1b8";
}
.fa-icon-automobile:before,
.fa-icon-car:before {
  content: "\f1b9";
}
.fa-icon-cab:before,
.fa-icon-taxi:before {
  content: "\f1ba";
}
.fa-icon-tree:before {
  content: "\f1bb";
}
.fa-icon-spotify:before {
  content: "\f1bc";
}
.fa-icon-deviantart:before {
  content: "\f1bd";
}
.fa-icon-soundcloud:before {
  content: "\f1be";
}
.fa-icon-database:before {
  content: "\f1c0";
}
.fa-icon-file-pdf-o:before {
  content: "\f1c1";
}
.fa-icon-file-word-o:before {
  content: "\f1c2";
}
.fa-icon-file-excel-o:before {
  content: "\f1c3";
}
.fa-icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-icon-file-photo-o:before,
.fa-icon-file-picture-o:before,
.fa-icon-file-image-o:before {
  content: "\f1c5";
}
.fa-icon-file-zip-o:before,
.fa-icon-file-archive-o:before {
  content: "\f1c6";
}
.fa-icon-file-sound-o:before,
.fa-icon-file-audio-o:before {
  content: "\f1c7";
}
.fa-icon-file-movie-o:before,
.fa-icon-file-video-o:before {
  content: "\f1c8";
}
.fa-icon-file-code-o:before {
  content: "\f1c9";
}
.fa-icon-vine:before {
  content: "\f1ca";
}
.fa-icon-codepen:before {
  content: "\f1cb";
}
.fa-icon-jsfiddle:before {
  content: "\f1cc";
}
.fa-icon-life-bouy:before,
.fa-icon-life-buoy:before,
.fa-icon-life-saver:before,
.fa-icon-support:before,
.fa-icon-life-ring:before {
  content: "\f1cd";
}
.fa-icon-circle-o-notch:before {
  content: "\f1ce";
}
.fa-icon-ra:before,
.fa-icon-resistance:before,
.fa-icon-rebel:before {
  content: "\f1d0";
}
.fa-icon-ge:before,
.fa-icon-empire:before {
  content: "\f1d1";
}
.fa-icon-git-square:before {
  content: "\f1d2";
}
.fa-icon-git:before {
  content: "\f1d3";
}
.fa-icon-y-combinator-square:before,
.fa-icon-yc-square:before,
.fa-icon-hacker-news:before {
  content: "\f1d4";
}
.fa-icon-tencent-weibo:before {
  content: "\f1d5";
}
.fa-icon-qq:before {
  content: "\f1d6";
}
.fa-icon-wechat:before,
.fa-icon-weixin:before {
  content: "\f1d7";
}
.fa-icon-send:before,
.fa-icon-paper-plane:before {
  content: "\f1d8";
}
.fa-icon-send-o:before,
.fa-icon-paper-plane-o:before {
  content: "\f1d9";
}
.fa-icon-history:before {
  content: "\f1da";
}
.fa-icon-circle-thin:before {
  content: "\f1db";
}
.fa-icon-header:before {
  content: "\f1dc";
}
.fa-icon-paragraph:before {
  content: "\f1dd";
}
.fa-icon-sliders:before {
  content: "\f1de";
}
.fa-icon-share-alt:before {
  content: "\f1e0";
}
.fa-icon-share-alt-square:before {
  content: "\f1e1";
}
.fa-icon-bomb:before {
  content: "\f1e2";
}
.fa-icon-soccer-ball-o:before,
.fa-icon-futbol-o:before {
  content: "\f1e3";
}
.fa-icon-tty:before {
  content: "\f1e4";
}
.fa-icon-binoculars:before {
  content: "\f1e5";
}
.fa-icon-plug:before {
  content: "\f1e6";
}
.fa-icon-slideshare:before {
  content: "\f1e7";
}
.fa-icon-twitch:before {
  content: "\f1e8";
}
.fa-icon-yelp:before {
  content: "\f1e9";
}
.fa-icon-newspaper-o:before {
  content: "\f1ea";
}
.fa-icon-wifi:before {
  content: "\f1eb";
}
.fa-icon-calculator:before {
  content: "\f1ec";
}
.fa-icon-paypal:before {
  content: "\f1ed";
}
.fa-icon-google-wallet:before {
  content: "\f1ee";
}
.fa-icon-cc-visa:before {
  content: "\f1f0";
}
.fa-icon-cc-mastercard:before {
  content: "\f1f1";
}
.fa-icon-cc-discover:before {
  content: "\f1f2";
}
.fa-icon-cc-amex:before {
  content: "\f1f3";
}
.fa-icon-cc-paypal:before {
  content: "\f1f4";
}
.fa-icon-cc-stripe:before {
  content: "\f1f5";
}
.fa-icon-bell-slash:before {
  content: "\f1f6";
}
.fa-icon-bell-slash-o:before {
  content: "\f1f7";
}
.fa-icon-trash:before {
  content: "\f1f8";
}
.fa-icon-copyright:before {
  content: "\f1f9";
}
.fa-icon-at:before {
  content: "\f1fa";
}
.fa-icon-eyedropper:before {
  content: "\f1fb";
}
.fa-icon-paint-brush:before {
  content: "\f1fc";
}
.fa-icon-birthday-cake:before {
  content: "\f1fd";
}
.fa-icon-area-chart:before {
  content: "\f1fe";
}
.fa-icon-pie-chart:before {
  content: "\f200";
}
.fa-icon-line-chart:before {
  content: "\f201";
}
.fa-icon-lastfm:before {
  content: "\f202";
}
.fa-icon-lastfm-square:before {
  content: "\f203";
}
.fa-icon-toggle-off:before {
  content: "\f204";
}
.fa-icon-toggle-on:before {
  content: "\f205";
}
.fa-icon-bicycle:before {
  content: "\f206";
}
.fa-icon-bus:before {
  content: "\f207";
}
.fa-icon-ioxhost:before {
  content: "\f208";
}
.fa-icon-angellist:before {
  content: "\f209";
}
.fa-icon-cc:before {
  content: "\f20a";
}
.fa-icon-shekel:before,
.fa-icon-sheqel:before,
.fa-icon-ils:before {
  content: "\f20b";
}
.fa-icon-meanpath:before {
  content: "\f20c";
}
.fa-icon-buysellads:before {
  content: "\f20d";
}
.fa-icon-connectdevelop:before {
  content: "\f20e";
}
.fa-icon-dashcube:before {
  content: "\f210";
}
.fa-icon-forumbee:before {
  content: "\f211";
}
.fa-icon-leanpub:before {
  content: "\f212";
}
.fa-icon-sellsy:before {
  content: "\f213";
}
.fa-icon-shirtsinbulk:before {
  content: "\f214";
}
.fa-icon-simplybuilt:before {
  content: "\f215";
}
.fa-icon-skyatlas:before {
  content: "\f216";
}
.fa-icon-cart-plus:before {
  content: "\f217";
}
.fa-icon-cart-arrow-down:before {
  content: "\f218";
}
.fa-icon-diamond:before {
  content: "\f219";
}
.fa-icon-ship:before {
  content: "\f21a";
}
.fa-icon-user-secret:before {
  content: "\f21b";
}
.fa-icon-motorcycle:before {
  content: "\f21c";
}
.fa-icon-street-view:before {
  content: "\f21d";
}
.fa-icon-heartbeat:before {
  content: "\f21e";
}
.fa-icon-venus:before {
  content: "\f221";
}
.fa-icon-mars:before {
  content: "\f222";
}
.fa-icon-mercury:before {
  content: "\f223";
}
.fa-icon-intersex:before,
.fa-icon-transgender:before {
  content: "\f224";
}
.fa-icon-transgender-alt:before {
  content: "\f225";
}
.fa-icon-venus-double:before {
  content: "\f226";
}
.fa-icon-mars-double:before {
  content: "\f227";
}
.fa-icon-venus-mars:before {
  content: "\f228";
}
.fa-icon-mars-stroke:before {
  content: "\f229";
}
.fa-icon-mars-stroke-v:before {
  content: "\f22a";
}
.fa-icon-mars-stroke-h:before {
  content: "\f22b";
}
.fa-icon-neuter:before {
  content: "\f22c";
}
.fa-icon-genderless:before {
  content: "\f22d";
}
.fa-icon-facebook-official:before {
  content: "\f230";
}
.fa-icon-pinterest-p:before {
  content: "\f231";
}
.fa-icon-whatsapp:before {
  content: "\f232";
}
.fa-icon-server:before {
  content: "\f233";
}
.fa-icon-user-plus:before {
  content: "\f234";
}
.fa-icon-user-times:before {
  content: "\f235";
}
.fa-icon-hotel:before,
.fa-icon-bed:before {
  content: "\f236";
}
.fa-icon-viacoin:before {
  content: "\f237";
}
.fa-icon-train:before {
  content: "\f238";
}
.fa-icon-subway:before {
  content: "\f239";
}
.fa-icon-medium:before {
  content: "\f23a";
}
.fa-icon-yc:before,
.fa-icon-y-combinator:before {
  content: "\f23b";
}
.fa-icon-optin-monster:before {
  content: "\f23c";
}
.fa-icon-opencart:before {
  content: "\f23d";
}
.fa-icon-expeditedssl:before {
  content: "\f23e";
}
.fa-icon-battery-4:before,
.fa-icon-battery:before,
.fa-icon-battery-full:before {
  content: "\f240";
}
.fa-icon-battery-3:before,
.fa-icon-battery-three-quarters:before {
  content: "\f241";
}
.fa-icon-battery-2:before,
.fa-icon-battery-half:before {
  content: "\f242";
}
.fa-icon-battery-1:before,
.fa-icon-battery-quarter:before {
  content: "\f243";
}
.fa-icon-battery-0:before,
.fa-icon-battery-empty:before {
  content: "\f244";
}
.fa-icon-mouse-pointer:before {
  content: "\f245";
}
.fa-icon-i-cursor:before {
  content: "\f246";
}
.fa-icon-object-group:before {
  content: "\f247";
}
.fa-icon-object-ungroup:before {
  content: "\f248";
}
.fa-icon-sticky-note:before {
  content: "\f249";
}
.fa-icon-sticky-note-o:before {
  content: "\f24a";
}
.fa-icon-cc-jcb:before {
  content: "\f24b";
}
.fa-icon-cc-diners-club:before {
  content: "\f24c";
}
.fa-icon-clone:before {
  content: "\f24d";
}
.fa-icon-balance-scale:before {
  content: "\f24e";
}
.fa-icon-hourglass-o:before {
  content: "\f250";
}
.fa-icon-hourglass-1:before,
.fa-icon-hourglass-start:before {
  content: "\f251";
}
.fa-icon-hourglass-2:before,
.fa-icon-hourglass-half:before {
  content: "\f252";
}
.fa-icon-hourglass-3:before,
.fa-icon-hourglass-end:before {
  content: "\f253";
}
.fa-icon-hourglass:before {
  content: "\f254";
}
.fa-icon-hand-grab-o:before,
.fa-icon-hand-rock-o:before {
  content: "\f255";
}
.fa-icon-hand-stop-o:before,
.fa-icon-hand-paper-o:before {
  content: "\f256";
}
.fa-icon-hand-scissors-o:before {
  content: "\f257";
}
.fa-icon-hand-lizard-o:before {
  content: "\f258";
}
.fa-icon-hand-spock-o:before {
  content: "\f259";
}
.fa-icon-hand-pointer-o:before {
  content: "\f25a";
}
.fa-icon-hand-peace-o:before {
  content: "\f25b";
}
.fa-icon-trademark:before {
  content: "\f25c";
}
.fa-icon-registered:before {
  content: "\f25d";
}
.fa-icon-creative-commons:before {
  content: "\f25e";
}
.fa-icon-gg:before {
  content: "\f260";
}
.fa-icon-gg-circle:before {
  content: "\f261";
}
.fa-icon-tripadvisor:before {
  content: "\f262";
}
.fa-icon-odnoklassniki:before {
  content: "\f263";
}
.fa-icon-odnoklassniki-square:before {
  content: "\f264";
}
.fa-icon-get-pocket:before {
  content: "\f265";
}
.fa-icon-wikipedia-w:before {
  content: "\f266";
}
.fa-icon-safari:before {
  content: "\f267";
}
.fa-icon-chrome:before {
  content: "\f268";
}
.fa-icon-firefox:before {
  content: "\f269";
}
.fa-icon-opera:before {
  content: "\f26a";
}
.fa-icon-internet-explorer:before {
  content: "\f26b";
}
.fa-icon-tv:before,
.fa-icon-television:before {
  content: "\f26c";
}
.fa-icon-contao:before {
  content: "\f26d";
}
.fa-icon-500px:before {
  content: "\f26e";
}
.fa-icon-amazon:before {
  content: "\f270";
}
.fa-icon-calendar-plus-o:before {
  content: "\f271";
}
.fa-icon-calendar-minus-o:before {
  content: "\f272";
}
.fa-icon-calendar-times-o:before {
  content: "\f273";
}
.fa-icon-calendar-check-o:before {
  content: "\f274";
}
.fa-icon-industry:before {
  content: "\f275";
}
.fa-icon-map-pin:before {
  content: "\f276";
}
.fa-icon-map-signs:before {
  content: "\f277";
}
.fa-icon-map-o:before {
  content: "\f278";
}
.fa-icon-map:before {
  content: "\f279";
}
.fa-icon-commenting:before {
  content: "\f27a";
}
.fa-icon-commenting-o:before {
  content: "\f27b";
}
.fa-icon-houzz:before {
  content: "\f27c";
}
.fa-icon-vimeo:before {
  content: "\f27d";
}
.fa-icon-black-tie:before {
  content: "\f27e";
}
.fa-icon-fonticons:before {
  content: "\f280";
}
.fa-icon-reddit-alien:before {
  content: "\f281";
}
.fa-icon-edge:before {
  content: "\f282";
}
.fa-icon-credit-card-alt:before {
  content: "\f283";
}
.fa-icon-codiepie:before {
  content: "\f284";
}
.fa-icon-modx:before {
  content: "\f285";
}
.fa-icon-fort-awesome:before {
  content: "\f286";
}
.fa-icon-usb:before {
  content: "\f287";
}
.fa-icon-product-hunt:before {
  content: "\f288";
}
.fa-icon-mixcloud:before {
  content: "\f289";
}
.fa-icon-scribd:before {
  content: "\f28a";
}
.fa-icon-pause-circle:before {
  content: "\f28b";
}
.fa-icon-pause-circle-o:before {
  content: "\f28c";
}
.fa-icon-stop-circle:before {
  content: "\f28d";
}
.fa-icon-stop-circle-o:before {
  content: "\f28e";
}
.fa-icon-shopping-bag:before {
  content: "\f290";
}
.fa-icon-shopping-basket:before {
  content: "\f291";
}
.fa-icon-hashtag:before {
  content: "\f292";
}
.fa-icon-bluetooth:before {
  content: "\f293";
}
.fa-icon-bluetooth-b:before {
  content: "\f294";
}
.fa-icon-percent:before {
  content: "\f295";
}
.fa-icon-gitlab:before {
  content: "\f296";
}
.fa-icon-wpbeginner:before {
  content: "\f297";
}
.fa-icon-wpforms:before {
  content: "\f298";
}
.fa-icon-envira:before {
  content: "\f299";
}
.fa-icon-universal-access:before {
  content: "\f29a";
}
.fa-icon-wheelchair-alt:before {
  content: "\f29b";
}
.fa-icon-question-circle-o:before {
  content: "\f29c";
}
.fa-icon-blind:before {
  content: "\f29d";
}
.fa-icon-audio-description:before {
  content: "\f29e";
}
.fa-icon-volume-control-phone:before {
  content: "\f2a0";
}
.fa-icon-braille:before {
  content: "\f2a1";
}
.fa-icon-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-icon-asl-interpreting:before,
.fa-icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-icon-deafness:before,
.fa-icon-hard-of-hearing:before,
.fa-icon-deaf:before {
  content: "\f2a4";
}
.fa-icon-glide:before {
  content: "\f2a5";
}
.fa-icon-glide-g:before {
  content: "\f2a6";
}
.fa-icon-signing:before,
.fa-icon-sign-language:before {
  content: "\f2a7";
}
.fa-icon-low-vision:before {
  content: "\f2a8";
}
.fa-icon-viadeo:before {
  content: "\f2a9";
}
.fa-icon-viadeo-square:before {
  content: "\f2aa";
}
.fa-icon-snapchat:before {
  content: "\f2ab";
}
.fa-icon-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-icon-snapchat-square:before {
  content: "\f2ad";
}
.fa-icon-pied-piper:before {
  content: "\f2ae";
}
.fa-icon-first-order:before {
  content: "\f2b0";
}
.fa-icon-yoast:before {
  content: "\f2b1";
}
.fa-icon-themeisle:before {
  content: "\f2b2";
}
.fa-icon-google-plus-circle:before,
.fa-icon-google-plus-official:before {
  content: "\f2b3";
}
.fa-icon-fa:before,
.fa-icon-font-awesome:before {
  content: "\f2b4";
}
.fa-icon-handshake-o:before {
  content: "\f2b5";
}
.fa-icon-envelope-open:before {
  content: "\f2b6";
}
.fa-icon-envelope-open-o:before {
  content: "\f2b7";
}
.fa-icon-linode:before {
  content: "\f2b8";
}
.fa-icon-address-book:before {
  content: "\f2b9";
}
.fa-icon-address-book-o:before {
  content: "\f2ba";
}
.fa-icon-vcard:before,
.fa-icon-address-card:before {
  content: "\f2bb";
}
.fa-icon-vcard-o:before,
.fa-icon-address-card-o:before {
  content: "\f2bc";
}
.fa-icon-user-circle:before {
  content: "\f2bd";
}
.fa-icon-user-circle-o:before {
  content: "\f2be";
}
.fa-icon-user-o:before {
  content: "\f2c0";
}
.fa-icon-id-badge:before {
  content: "\f2c1";
}
.fa-icon-drivers-license:before,
.fa-icon-id-card:before {
  content: "\f2c2";
}
.fa-icon-drivers-license-o:before,
.fa-icon-id-card-o:before {
  content: "\f2c3";
}
.fa-icon-quora:before {
  content: "\f2c4";
}
.fa-icon-free-code-camp:before {
  content: "\f2c5";
}
.fa-icon-telegram:before {
  content: "\f2c6";
}
.fa-icon-thermometer-4:before,
.fa-icon-thermometer:before,
.fa-icon-thermometer-full:before {
  content: "\f2c7";
}
.fa-icon-thermometer-3:before,
.fa-icon-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-icon-thermometer-2:before,
.fa-icon-thermometer-half:before {
  content: "\f2c9";
}
.fa-icon-thermometer-1:before,
.fa-icon-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-icon-thermometer-0:before,
.fa-icon-thermometer-empty:before {
  content: "\f2cb";
}
.fa-icon-shower:before {
  content: "\f2cc";
}
.fa-icon-bathtub:before,
.fa-icon-s15:before,
.fa-icon-bath:before {
  content: "\f2cd";
}
.fa-icon-podcast:before {
  content: "\f2ce";
}
.fa-icon-window-maximize:before {
  content: "\f2d0";
}
.fa-icon-window-minimize:before {
  content: "\f2d1";
}
.fa-icon-window-restore:before {
  content: "\f2d2";
}
.fa-icon-times-rectangle:before,
.fa-icon-window-close:before {
  content: "\f2d3";
}
.fa-icon-times-rectangle-o:before,
.fa-icon-window-close-o:before {
  content: "\f2d4";
}
.fa-icon-bandcamp:before {
  content: "\f2d5";
}
.fa-icon-grav:before {
  content: "\f2d6";
}
.fa-icon-etsy:before {
  content: "\f2d7";
}
.fa-icon-imdb:before {
  content: "\f2d8";
}
.fa-icon-ravelry:before {
  content: "\f2d9";
}
.fa-icon-eercast:before {
  content: "\f2da";
}
.fa-icon-microchip:before {
  content: "\f2db";
}
.fa-icon-snowflake-o:before {
  content: "\f2dc";
}
.fa-icon-superpowers:before {
  content: "\f2dd";
}
.fa-icon-wpexplorer:before {
  content: "\f2de";
}
.fa-icon-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@charset "UTF-8"; /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}


@-webkit-keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translate(0,-20%);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0,0);
    opacity: 1
  }
}

@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translate(0,-20%);
    transform: translate(0,-20%);
    opacity: 0
      -webkit-animation-timing-function: cubic-bezier(.77,0,.175,1);
    animation-timing-function: cubic-bezier(.77,0,.175,1);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1
      -webkit-animation-timing-function: cubic-bezier(.77,0,.175,1);
    animation-timing-function:cubic-bezier(.77,0,.175,1);
  }
}

.top-to-bottom {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}


@-webkit-keyframes zoomin {
  0% {
    transform: scale(1.2)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1.2)
  }

  100% {
    transform: scale(1)
  }
}

.zoomin {
  -webkit-animation: zoomin 8s ease-in;
  animation: zoomin 8s ease-in;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}
.banner-area .dnd-section > .row-fluid {
  padding: 0;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}


@media(max-width:767px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center{
    padding-left: 15px;
    padding-right: 15px;
  }
}


@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: revicons;
  src: url('https://20013784.fs1.hubspotusercontent-na2.net/hubfs/20013784/Pac_Dermatology_May2021/fonts/revicons.eot') format('embedded-opentype'),
    url('https://20013784.fs1.hubspotusercontent-na2.net/hubfs/20013784/raw_assets/public/Pac_Dermatology_May2021/fonts/revicons.woff') format('woff'),
      url('https://20013784.fs1.hubspotusercontent-na2.net/hubfs/20013784/raw_assets/public/Pac_Dermatology_May2021/fonts/revicons.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
        }


@font-face {
  font-family: 'FontAwesome';
  src: url('https://20013784.fs1.hubspotusercontent-na2.net/hubfs/20013784/Pac_Dermatology_May2021/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url('https://20013784.fs1.hubspotusercontent-na2.net/hubfs/20013784/raw_assets/public/Pac_Dermatology_May2021/fonts/fontawesome-webfont.woff') format('woff'),
      url('https://20013784.fs1.hubspotusercontent-na2.net/hubfs/20013784/raw_assets/public/Pac_Dermatology_May2021/fonts/fontawesome-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        } 

body, html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.45;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height:1.50;
  font-family: Lato, serif;
  word-wrap: break-word;
}

/* Anchor Links */
a {
  color: #0270E0;
  outline: 0;
  text-decoration: none;
  word-wrap: break-word;
}
a:hover, a:focus {
}

::selection {
  background-color: #78a3c6;
  color: #fff;
}


/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 18px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  text-transform: capitalize;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
  padding-bottom: 30px;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
  margin-bottom: 10px;
}

h6 {
  font-size: .9rem;
  margin-bottom: 10px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul{
  list-style-type: disc;
}

ul,
ol {
  margin-left: 1.5em;
  margin-bottom: 1em;
  padding:0;
}

ul li,
ol li {
  margin-left: .85em;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}


img{
  max-width: 100%;
  width: auto\9;
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}


.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_password_prompt{
  display:block;
  width:100%;
  max-width:500px;
  margin-bottom:20px;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list li label {
  margin-bottom: 0;
  color: #f00;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  transition: all 0.15s;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 700;
  outline: none;
  background: none;
  line-height: 100%;
  
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  z-index: 11;
  position: relative;
  color: #33475b;
  font-size: 14px;
  font-family: inherit;
  line-height: normal;
  margin: 0;
  transition: all 0.2s ease 0s;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: 1px solid transparent;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-input.invalid.error{
  box-shadow: 0 0 0 1px #f00;
  border-color: #f00;
}

.hs-search-module .hs-input {
  margin-bottom: 15px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}


ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list li label {
  color: #f00;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}




@media(max-width:767px){
  .hs_cos_wrapper_type_blog_subscribe,
  .hs_cos_wrapper_type_google_search,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_password_prompt{
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  margin:0;
  padding-left: 0;
  list-style: none;
}
.hs-menu-wrapper ul li{
  margin:0;
}


@media(min-width:1141px){
  nav.custom-menu-primary {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }

  .custom-menu-primary .hs-menu-wrapper {
    display: inline-block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    font-family: "Poppins";
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: left;
    display: inline-block;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    border-top: 3px solid transparent;
    transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
    -webkit-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
    -moz-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
    -ms-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
    -o-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
    font-size: 15px;
    font-weight: 600;
    padding-right: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    letter-spacing: 0px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: normal;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    right: auto;
    left: 0;
    padding: 8px 0;
    margin: 0;
    width: 270px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
    display:block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover > ul:after{
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul > li {
    line-height: 1;
    position: relative;
    display: block;
    list-style-type: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul > li > a {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 230px;
    display: block;
    position: relative;
    line-height: 18px;
    text-align: left;
    float: none;
    margin: 0;
    padding: 10px 20px;
    transition: all .2s ease-in-out;
    text-decoration: none;
    white-space: normal;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul > li > a{
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 215px;
    display: block;
    position: relative;
    line-height: 15px;
    text-align: left;
    float: none;
    margin: 0;
    padding: 6px 20px;
    transition: all .2s ease-in-out;
    text-decoration: none;
    white-space: normal;
    margin-left: 16px;
  }
  .header-mobile-container{
    display:none;
  }
}

@media(max-width:1400px) and (min-width:1141px){
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:last-child > ul {
    left: auto;
    right: 0;
  }
}


@media(max-width:1140px){

  body.mobile-open {
    overflow: hidden;
  }

  .header-mobile-container {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 20;
    background-color: #fff;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
  }

  .top-sec-open .header-mobile-container {
    max-height: calc(100vh - 203px);
  }

  .mobile-open .header-mobile-container {
    display: block;
  }
  .header-mobile-container nav.custom-menu-primary .hs-menu-wrapper > ul {
    border-bottom: 1px solid rgba(255,255,255,.1);
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .header-mobile-container nav.custom-menu-primary .hs-menu-wrapper > ul > li {
    display: block;
    margin: 0;
    position: relative;
    border-bottom: 1px solid rgba(128,128,128,.2);
  }

  .header-mobile-container nav.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    border-top: 1px solid rgba(255,255,255,.1);
    display: block;
    padding: 15px 20px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #444444;
  }

  .header-mobile-container nav.custom-menu-primary .hs-menu-wrapper>ul>li > ul {
    margin: 0;
    padding: 0 0 0 5px;
    border-top: 1px solid rgba(128,128,128,.2);
    display:none;
  }
  .header-mobile-container nav.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li > ul {
    display:none;
  }
  .header-mobile-container nav.custom-menu-primary .hs-menu-wrapper>ul>li > ul > li {
    display: block;
    margin: 0;
    position: relative;
  }

  .header-mobile-container nav.custom-menu-primary .hs-menu-wrapper>ul>li > ul > li > a {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 12px 15px;
    text-align: left;
    text-transform: none;
    font-weight: 400;
    color: #444444;
    border-top: 1px solid rgba(255,255,255,.1);
    display: block;
  }
   .header-mobile-container nav.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li > ul > li > a {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 9px 15px;
    text-align: left;
    text-transform: none;
    font-weight: 400;
    color: #444444;
    border-top: 1px solid rgba(255,255,255,.1);
    display: block;
    margin-left: 20px;
  }

  span.child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 70;
    -khtml-opacity: 70;
    opacity: 70;
    opacity: .7;
    width: 70px;
    height: 100%;
    line-height: 50px;
    color: #444444;
  }

  span.child-trigger svg.mk-svg-icon {
    fill: currentColor;
  }
  span.child-trigger:hover {
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
  }

  .header-mobile-container nav.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    background-color: rgba(0,0,0,.03);
  }

  .header-mobile-container nav.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
    background-color: rgba(0,0,0,.03);
  }
  
  body.mac.safari.mobile-open {
    overflow-y: auto;
  }
  
  body.mac.safari .header-mobile-container {
    max-height: inherit;
    overflow-y: auto;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


/* Home page style */

.home-top-section .widget-type-rich_text h4 {
  font-size: 33px;
  padding-bottom: 15px;
  line-height: 1.3em;
}

.have-question-section  h2.fancy-title {
  font-size: 48px;
  color: #ffffff;
  padding: 0;
  text-align: center;
  text-transform: unset;
}
.have-question-section .button-module a.cta_button {
  letter-spacing: 1px;
  line-height: 100%;
}


.two-col-content-sec .banner-wrapper .background-img .background-layer-holder .background-layer {
  background-color: transparent;
}

.two-col-content-sec .banner-wrapper h4 {
  font-size: 36px;
  color: #72d5e7;
  text-align: left;
  font-style: inherit;
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 30px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.two-col-content-sec .banner-wrapper .page-center .banner-inner-wrapper .column_container{
  width: 50%;
}

.fancybox-overlay {
  background: url('https://20013784.fs1.hubspotusercontent-na2.net/hubfs/20013784/raw_assets/public/Pac_Dermatology_May2021/images/fancybox_overlay.png');
    }
#fancybox-loading {
  background-image: url('https://20013784.fs1.hubspotusercontent-na2.net/hubfs/20013784/raw_assets/public/Pac_Dermatology_May2021/images/fancybox_sprite.png');
    }


#fancybox-loading div {
  background: url('https://20013784.fs1.hubspotusercontent-na2.net/hubfs/20013784/raw_assets/public/Pac_Dermatology_May2021/images/fancybox_loading.gif') center center no-repeat;
    }


.home-bottom-section .widget-type-form form  .hs_error_rollup {
  padding-left: 13px;
}

.widget-type-form form fieldset .hs-form-field>label span.hs-form-required {
  display: none;
}
.two-col-content-sec h1.fancy-title {
  line-height: 95%;
}

.two-col-content-sec .box-icon.item-2 {
  margin-bottom: 10px;
}
.home-bottom-section .widget-type-form form fieldset {
  max-width: 100%;
}

.two-col-content-sec .banner-wrapper .page-center .banner-inner-wrapper .button-container {
  margin-top: 30px;
}
.home-top-section  h1.fancy-title {
  text-transform: none;
}


/* Contact page style */

.contact-content-section .widget-type-form form fieldset,
.dermatology-bottom-section .widget-type-form form fieldset,
.dermatology-top-section .widget-type-form form fieldset{
  max-width: 100%;
}

.contact-content-section .widget-type-form form fieldset .hs-form-field {
  margin-bottom: 0;
  padding: 0 5px 10px;
  position: relative;
}

.contact-content-section .widget-type-form form fieldset .hs-form-field > label {
  margin: 0;
}

.contact-content-section .widget-type-form form fieldset .hs-form-field textarea.hs-input {
  color: #757777;
  -webkit-appearance: none;
  height: 200px;
  font-family: inherit;
  font-size: 14px;
}


.contact-content-section .widget-type-form form .hs_submit.hs-submit input.hs-button.primary.large {
  padding: 20px 28px;
  transition: all 0.15s;
  float: right;
  margin-right: 5px;
  margin-top: 5px;
}

.contact-content-section .widget-type-form form fieldset .hs-form-field .input {
  margin-right: 0;
}

.contact-content-section .widget-type-form form fieldset .hs-form-field.hs_message {
  padding-bottom: 5px;
}

.contact-content-section .widget-type-form form:after {
  content: "";
  display: table;
  clear: both;
}

.contact-content-section .widget-type-form form:before {
  content: "";
  display: table;
}

.contact-content-section .widget-type-form form fieldset .hs-form-field:first-child {
  padding-left: 0;
}

.contact-content-section .widget-type-rich_text h4 {
  font-size: 30px;
  color: #72d5e7;
  line-height: 1.3em;
  font-weight: bold;
}

.contact-content-section .widget-type-rich_text ul {
  margin-left: 0;
  line-height: 1.35;
  font-size: 1.25em;
}

.contact-content-section .widget-type-rich_text ul li {
  margin-left: .85em;
  margin-bottom: 10px;
}



/* About us page style */

.about-top-section .widget-type-rich_text h4 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
  text-align: center;
  font-style: inherit;
  font-weight: bold;
}

.about-top-section .widget-type-linked_image img {
  width: 100%;
}

.about-bottom-section hr {
  height: auto;
  background: none;
}

.about-top-section .widget-type-linked_image img {
  width: 100%;
}
.about-top-section{
  line-height: 1.66em;
}




/* Dermotology page style */

.dermatology-top-section .widget-type-rich_text ul li {
  line-height: 1.66em;
}
.dermatology-bottom-section .banner-wrapper .banner-inner-image img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.dermatology-bottom-section  .banner-wrapper .page-center h1 {
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 95%;
  color: #ffffff;
  text-align: left;
  font-style: inherit;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
}

.dermatology-bottom-section .widget-type-form form fieldset .hs-form-field,
.dermatology-top-section .widget-type-form form fieldset .hs-form-field,
.home-bottom-section .widget-type-form form fieldset .hs-form-field{
  position: relative;
  min-height: 1px;
  /*   padding-left: 15px;
  padding-right: 15px; */
  margin: 0;
  padding: 0 5px 10px;
}

.dermatology-bottom-section .widget-type-form form fieldset .hs-form-field > label,
.home-bottom-section .widget-type-form form fieldset .hs-form-field > label,
.dermatology-top-section .widget-type-form form fieldset .hs-form-field > label{
  color: #666666;
  font-weight: 400;
  line-height: 1.66em;
  margin-bottom: 0;
  font-size: 14px;
}

.dermatology-bottom-section .widget-type-form form fieldset .hs-form-field .hs-input,
.home-bottom-section .widget-type-form form fieldset .hs-form-field .hs-input,
.dermatology-top-section .widget-type-form form fieldset .hs-form-field .hs-input {
  display: inline-block;
  float: left;
  /*   margin: 10px 14px 10px 0; */
  /*   background-color: #f4fbfb !important; */
  background: none !important;
  border: 1px solid rgba(187,217,235,1.0);
  /*   height: 50px; */
  width: 100%;
  font-size: 14px;
  color: #767676;
  color: rgba(0,0,0,1.0);
  /*   padding: 10px 12px; */
  padding: 18px;
  font-family: inherit;
}

.dermatology-bottom-section .widget-type-form form fieldset .hs-form-field textarea.hs-input,
.home-bottom-section .widget-type-form form fieldset .hs-form-field textarea.hs-input,
.dermatology-top-section .widget-type-form form fieldset .hs-form-field textarea.hs-input{
  color: #767676;
  padding: 18px;
  /*   background-color: #fdfdfd !important; */
  background: none !important;
  border: 1px solid rgba(187,217,235,1.0);
  outline: 0;
  margin: 0;
  margin-bottom: 0px;
  width: 100%;
  min-height: 200px;
}
.dermatology-bottom-section .form-columns-1 .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field {
  float: left;
  width: 100%;
}
.dermatology-bottom-section .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: 50%;
  float: left;
}
.dermatology-bottom-section .hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
  margin: 0;
}
.dermatology-bottom-section .widget-type-form form .hs_submit.hs-submit,
.home-bottom-section .widget-type-form form .hs_submit.hs-submit,
.dermatology-top-section .widget-type-form form .hs_submit.hs-submit{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.dermatology-bottom-section .hs_submit.hs-submit {
  float: right;
  width: 50%;
  text-align: right;
  padding-right: 0px !important;
}
.dermatology-bottom-section input.hs-button.primary.large {
  margin-right: 5px !important;
}

.dermatology-bottom-section .widget-type-form form .hs_submit.hs-submit input.hs-button.primary.large,
.home-bottom-section .widget-type-form form .hs_submit.hs-submit input.hs-button.primary.large,
.dermatology-top-section .widget-type-form form .hs_submit.hs-submit input.hs-button.primary.large{
  background-color: #8cd0d3;
  color: #fff;
  border: none;
  margin-top: 5px;
  padding: 20px 28px;
  border-radius: 0;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
  letter-spacing: 3px;
  outline: 0;
  vertical-align: middle;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  zoom: 1;
  transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
}


.dermatology-bottom-section .widget-type-form form fieldset .hs-form-field .input,
.dermatology-top-section .widget-type-form form fieldset .hs-form-field .input,
.home-bottom-section .widget-type-form form fieldset .hs-form-field .input {
  margin-right: 0;
}

.dermatology-three-col-top-sec .widget-type-rich_text h4 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
  text-align: center;
  font-style: inherit;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 18px;
}


.dermatology-top-section .widget-type-rich_text hr {
  height: 1px;
  border-top: 1px solid #EBEBEB;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
  background: none;
  margin: 0;
  margin-bottom: 34px;
}

.content-full-width-wrapper {
  position: relative;
}

.content-full-width-wrapper .shape-divider {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: 10;
  bottom: 0;
}

.content-full-width-wrapper .shape-divider .shape__container {
  position: relative;
  overflow: hidden;
}

.content-full-width-wrapper .shape-divider .shape__container .shape {
  width: 100%;
  overflow: hidden;
}

.content-full-width-wrapper .shape-divider .shape__container .shape .speech-left {
  background-color: #ffffff;
  border-top-right-radius: 60px;
  float: left;
  height: 60px;
  width: 50%;
}

.content-full-width-wrapper .shape-divider .shape__container .shape .speech-right {
  background-color: #ffffff;
  border-top-left-radius: 60px;
  height: 60px;
  float: right;
  width: 50%;
}


.dermatology_full_width .widget-type-rich_text h2 {
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 95%;
  color: #ffffff;
  text-align: left;
  font-style: inherit;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
}

.dermatology_full_width .widget-type-rich_text h3 {
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 95%;
  color: #ffffff;
  text-align: left;
  font-style: inherit;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
}
.dermatology-three-col-bottom-section .box-icon.item-2 {
  margin-bottom: 10px;
}

.body-container__website .widget-type-rich_text h4 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
  line-height:1.33em;
  font-weight: bold;
}
.body-container__website .button-module{
  margin-right: 15px;
}
.body-container__website .button-module a.button-module-link {
  box-shadow: 0px 3px 0px 0px #60829e;
  margin-bottom: 3px;
  text-shadow: 0 1px rgb(0 0 0 / 40%);
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
}
.medical-dermatology-top-section .widget-type-rich_text h4 {
  font-size: 24px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.medical-dermatology-bottom-section  .widget-type-rich_text h5 {
  font-size: 29px;
  line-height: 95%;
  color: #878787;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: bold;
}
.dermatology-top-section .widget-type-rich_text h5 {
  font-size: 24px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3em;
}


.medical-dermatology-bottom-section .widget-type-form form {
  position: relative;
  margin: 2px 0 20px;
  display: block;
}

.medical-dermatology-bottom-section .widget-type-form form fieldset {
  max-width: 100%;
}


.medical-dermatology-bottom-section .widget-type-form form fieldset .hs-form-field {
  width: 50%;
  float: left;
  padding: 0 5px 10px;
  position: relative;
  margin: 0;
}

.medical-dermatology-bottom-section .widget-type-form form fieldset .hs-form-field .input {
  margin-right: 0;
}

.medical-dermatology-bottom-section .widget-type-form form fieldset.form-columns-1  .hs-form-field {
  width: 100%;
}

.medical-dermatology-bottom-section .widget-type-form form fieldset.form-columns-1 .hs-form-field textarea.hs-input {
  float: left;
  height: 200px;
}

.medical-dermatology-bottom-section .widget-type-form form fieldset.form-columns-1 .grecaptcha-badge {
  width: auto !important;
  margin: 0 !important;
}


.medical-dermatology-bottom-section .widget-type-form form .hs_recaptcha .grecaptcha-badge {
  margin: 0 !important;
}

.medical-dermatology-bottom-section .widget-type-form form .hs_submit.hs-submit {
  text-align: right;
  width: 50%;
  float: right;
}

.medical-dermatology-bottom-section .widget-type-form form .hs_recaptcha {
  width: 50%;
  float: left;
  margin: 0;
}
.medical-dermatology-bottom-section .widget-type-form form fieldset .hs-form-field > label {
  margin: 0;
}
.dermatology-bg-section .widget-type-rich_text h4 {
  font-size: 24px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.3em;
}

.dermatology-bottom-section h1.fancy-title {
  line-height: 95%;
}
.dermatology-bottom-section .box-icon.item-2 {
  margin-bottom: 10px;
}

.dermatology-three-col-bottom-section h5.fancy-title {
  line-height: 1;
}

.body-container__website .widget-type-rich_text h5 {
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  margin-bottom: 18px;
  font-style: inherit;
  font-weight: inherit;
  line-height: 1.3em;
}

.body-container__website .widget-type-rich_text  h6 {
  font-weight: inherit;
  padding-top: 0px;
  padding-bottom: 20px;
  font-size: 14px;
  margin-bottom: 18px;
  line-height: 1.3em;
}

.dermatology-bottom-section .widget-type-form form fieldset .hs-form-field>label span.hs-form-required {
  display: none;
}

.dermatology-bottom-section .widget-type-form form .hs_error_rollup {
  padding: 0 15px;
}

.dermatology-page .dermatology-top-section .banner-wrapper .page-center h1 {  
  font-size: 27px;
  line-height: 95%;
}

.two_col_section h1.fancy-title{
  line-height:95%;
}
.page-padding-pge .dermatology-bottom-section .dnd-section .span2 {
  width: auto;
}

/* Team page style */


main.body-container-wrapper.team-page {
  border-top: 1px solid #ededed;
}

.page-content-wrapper .content-wrapper {
  padding: 0;
}

.page-content-wrapper .content-wrapper .left-section {
  width: 275px;
  float: left;
  display: inline-block;
}

.page-content-wrapper .content-wrapper .right-section {
  padding-left: 345px;
}

.page-content-wrapper {
  padding: 30px 20px;
  margin: 20px auto;
}

.right-content .widget-type-rich_text p strong {
  color: #78a3c6;
}

.right-content .widget-type-rich_text  h3 {
  font-size: 36px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.3em;
}

.dermatology-top-section .widget-type-form form  .hs_error_rollup {
  padding-left: 15px;
}
.body-container__website iframe {
  width: 100% !important;
  height: 800px !important;
}


/* SD Style  */
.home-bottom-section .hs_recaptcha.hs-recaptcha.field.hs-form-field,
.contact-content-section .hs_recaptcha.hs-recaptcha.field.hs-form-field,
.dermatology-top-section .hs_recaptcha.hs-recaptcha.field.hs-form-field,
.hs-content-id-50513483699 .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    float: right;
    width:50%;
    margin-top: 15px;
}
.home-bottom-section .grecaptcha-badge,
.contact-content-section .grecaptcha-badge,
.dermatology-top-section .grecaptcha-badge {
    margin: 0;
    float: right;
    margin-right: 5px;
}
.home-bottom-section .widget-type-form form .hs_submit.hs-submit,
.contact-content-section .widget-type-form form .hs_submit.hs-submit,
.dermatology-top-section .widget-type-form form .hs_submit.hs-submit,
.hs-content-id-50513483699 .hs_submit.hs-submit {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    width:50%;
    margin-top: 15px;
}
.contact-content-section .widget-type-form form .hs_submit.hs-submit input.hs-button.primary.large {
    float: left;
}
.contact-content-section .widget-type-form form .hs_submit.hs-submit,
.hs-content-id-50513483699 .hs_submit.hs-submit {
    padding-left: 0px;
    margin-top: 0px;
}
.contact-content-section .hs_recaptcha.hs-recaptcha.field.hs-form-field,
.hs-content-id-50513483699 .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-top: 0px;
}
.hs-content-id-50513483699 .hs-custom-form .form-columns-1,
.hs-content-id-50513483699 .hs-custom-form .form-columns-2 {
    max-width: 100% !important;
}

.hs_error_rollup,
.dermatology-top-section .widget-type-form form .hs_error_rollup,
.contact-content-section .hs_error_rollup {
    display: none !important;
}


@media(max-width:1140px){
  .dermatology_full_width .dnd-section > .row-fluid {
    padding: 0 20px;
  }

  .have-question-section .dnd-section > .row-fluid {
    padding: 0 20px;
  }


}

@media(max-width:1024px){
  .dermatology-bottom-section .banner-wrapper .page-center h1 {
    font-size: 45px;
  }
  .dermatology-page .dermatology-top-section .banner-wrapper .page-center h1 {
    font-size: 45px;
  }
  .dermatology_full_width .widget-type-rich_text h2 {
    font-size: 45px;
  }
  .medical-dermatology-bottom-section .widget-type-rich_text h5 {
    font-size: 45px;
  }
  .dermatology_full_width .widget-type-rich_text h3 {
    font-size: 45px;
  }
  .have-question-section h2.fancy-title {
    font-size: 40px;
  }
  .dermatology-bottom-section  h3.fancy-title,
  .dermatology-bottom-section  h3.fancy-title,
  .dermatology-page.page-padding-pge .dnd-column.span4 h3.fancy-title{
    font-size: 30px;
  }
  .home-bottom-section  h3.fancy-title {
    font-size: 30px;
  }
  .contact-us-page .contact-content-section h3.fancy-title {
    font-size: 36px;
  }
  .wow{
    animation-name: none !important;
    visibility: visible !important;
  }
}




@media(max-width:960px){
  .page-content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .medical-dermatology-bottom-section .our-advantages-wrapper {
    margin: 0 -15px;
  }
  .medical-dermatology-page .dnd-section > .row-fluid {
    padding: 0 15px;
  }
  .medical-esthetician-services-page .dermatology-top-section .dnd-section > .row-fluid {
    padding: 0 15px;
  }
  .dermatology-three-col-top-sec .dnd-section > .row-fluid {
    padding: 0 15px;
  }
  .medical-esthetician-services-page .dermatology-bottom-section .dnd-section > .row-fluid {
    padding: 0 15px;
  }
  .contact-us-page .contact-content-section  .dnd-section > .row-fluid {
    padding: 0 15px;
  }
  .page-padding-pge .dermatology-top-section .dnd-section > .row-fluid {
    padding: 0 15px;
  }
  .about-us-page .about-bottom-section .our-advantages-wrapper {
    margin: 0 -15px;
  }
  .dermatology-top-section .banner-wrapper {margin: 0 -15px;width: auto;}
  .page-padding-pge .dermatology-bottom-section .banner-wrapper {
    margin: 0 -15px;
    width: auto;
  }
  .home-top-section .dnd-section > .row-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .about-us-page .dnd-section > .row-fluid {
    padding: 0 15px;
  }
  .home-bottom-section .dnd-section > .row-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .body-container__website .dnd-section > .row-fluid {
    padding: 0 15px;
  }
}

@media(max-width:767px){
  /*custom style for dynamic modules Aug 2021*/
  .banner-with-accordion .cell_16258707079492-padding{
    padding-bottom: 0 !important;
  }
  .banner-with-accordion {
    margin-bottom: 80px;
  }
  .module_1625851156232.fancy-title{
    padding-top: 45px;
  }
  .dermatology-top-section .cell_16218321535582-vertical-alignment .cell_16218321535582-row-0-vertical-alignment .row-fluid{
    display: flex;
    flex-direction: column-reverse;
  }
  .dermatology-top-section .row-fluid .cell_1621832255200-padding{
    padding-top: 15px !important;
  }
  .dermatology-top-section .widget_1625525911359-flexbox-positioning {
    text-align: center;
  }
  #hs_cos_wrapper_widget_1625525911359{
    width: 100%;
    margin-bottom: 30px;
  }
  body .cell_1626390173621-row-0-margin{
    margin-bottom: 0 !important;
  }
  body .cell_16218614902892-padding {
    padding-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .widget_1621855465329-padding > #hs_cos_wrapper_widget_1621855465329,
  body .widget_1621855517686-padding > #hs_cos_wrapper_widget_1621855517686,
  body .module_16218560194622-padding > #hs_cos_wrapper_module_16218560194622,
  body .module_16218560985039-padding > #hs_cos_wrapper_module_16218560985039,
  body .module_16218560985046-padding > #hs_cos_wrapper_module_16218560985046{
    padding-bottom: 0 !important;
  }
  .cell_16218553927492-padding .span4 {
    margin-bottom: 30px;
  }
  .custom-team-class .dnd_area2-row-0-padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cell_1621507779076-vertical-alignment{
    margin-top: 30px;
  }
  .widget_1621923439146.fancy-title{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .cell_16219233943212-vertical-alignment .tabber-section,
  .cell_16219233943212-vertical-alignment .tabber-section .tabs-pane .tab-content{
    margin-bottom: 0;
  }
  .cell_16219233943212-vertical-alignment .tabber-section .tabs-pane{
    padding-bottom: 0;
  }
  body .bg_section-row-4-padding{
    padding-top: 15px !important;
  }
  body .cell_16255284703142-row-1-padding{
    padding-bottom: 65px !important;
  }
  body .bg_section-row-3-padding{
    padding-bottom: 0 !important;  
  }
  body .cell_16218619753172-padding{
    padding-top: 12px !important;
  }
  body .dnd_area-row-0-padding {
    padding-top: 55px !important;
    padding-bottom: 0px !important;
  }
  .cell_1621921222662-padding {
    padding-bottom: 50px;
  }
  body .home-top-section .dnd_area-row-1-padding{
    padding-bottom: 40px !important;
  }
  body .cell_16219233943212-padding{
    padding-top: 7px !important;
  }
  .reviewmgr-stream{
    margin-bottom: 45px;
  }
  body .cell_16221049647332-padding {
    padding-bottom: 50px;
  }
  body .widget_1621574994307.fancy-title{
    padding-bottom: 0;
    padding-top: 34px;
  }
  body #hs_cos_wrapper_widget_1621575303027{
    margin-top: 30px;
  }
  .footer .footer_top .footer__container .mk-padding-wrapper .mk-col-1-4:not(:first-child) {
    margin: 0;
  }
  .footer .footer_top .footer__container .mk-padding-wrapper .mk-col-1-4:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .widget_footer_logo img {
    max-width: 199px;
  }
  body #hs_cos_wrapper_module_16249892161822 h4{
    font-size:32px !important;
    word-break: normal;
  }
  /*custom style for dynamic modules Aug 2021*/
  
  .dermatology-bottom-section .banner-wrapper{
    margin:0 -15px;
    width: auto;
  }
  .page-padding-pge .dermatology-bottom-section .dnd-section .span2 {
    display: inline-block;
  }
  .two_col_section h1.fancy-title {
    font-size: 36px;
    line-height:1;
  }
  .dermatology-page .dermatology-top-section .banner-wrapper .page-center h1 {
    font-size: 36px;
  }
  .contact-us-page .contact-content-section h3.fancy-title {
    font-size: 36px;
  }
  .medical-dermatology-bottom-section .our-advantages-wrapper {
    margin: 0 -15px;
  }
  .two-col-content-sec .banner-wrapper {
    min-height: 565px;
  }
  .body-container__website .button-module {
    margin-right: 0;
  }
  .home-bottom-section  h3.fancy-title {
    font-size: 36px;
  }
  .medical-dermatology-bottom-section .widget-type-form form fieldset .hs-form-field {
    width: 100%;
  }
  .two-col-content-sec .banner-wrapper .page-center .banner-inner-wrapper .column_container{
    width:100%;
  }
  .have-question-section h2.fancy-title,
  .dermatology-bottom-section h1.fancy-title,
  .dermatology-bottom-section h3.fancy-title,
  .dermatology-page.page-padding-pge .dnd-column.span4 h3.fancy-title{
    font-size: 36px;
  }
  .home-top-section .widget-type-linked_image img {width: 627px;}
  .dermatology-three-col-bottom-section .dnd-section > .row-fluid {
    padding: 0;
  }
  .home-top-section .dnd-section .dnd-column.span6  h1.fancy-title {
    font-size: 36px;
  }
  .dermatology_full_width .dnd-section > .row-fluid {
    padding: 0 35px;
  }
  .dermatology-bottom-section .banner-wrapper .page-center h1 {
    font-size: 36px;
    text-align: center;
  }
  .home-top-section .widget-type-rich_text h4 {
    text-align: center;
  }
  .home-top-section .span4 .widget-type-rich_text p:first-child {
    text-align: center;
  }
  .two-col-content-sec .dnd-section > .row-fluid {
    padding: 0;
  }
  .contact-content-section .widget-type-form form fieldset .hs-form-field{
    width: 100%;
    padding-left: 5px !important;
  }
  .dermatology-bottom-section .widget-type-form form fieldset .hs-form-field,
  .home-bottom-section .widget-type-form form fieldset .hs-form-field{
    width:100%;
  }
  .contact-content-section .widget-type-rich_text h4 {
    text-align: center;
  }
  .dermatology_full_width .widget-type-rich_text h2 {
    font-size: 36px;
  }
  .dermatology_full_width .widget-type-rich_text h3 {
    font-size: 36px;
  }
  .dermatology_full_width .widget-type-rich_text h3 {
    font-size: 36px;
  }
  .medical-dermatology-bottom-section .widget-type-rich_text h5{
    font-size: 36px;
    text-align: center;
  }
  .trusted-life-section .dnd-section > .row-fluid {
    padding: 0 !important;
  }
  .two-col-content-sec .banner-wrapper h4 {
    text-align: center;
  }

  .two-col-content-sec .banner-wrapper p {
    text-align: left;
  }
  .two-col-content-sec .banner-wrapper p:nth-child(2){
    text-align: center;
  }

  .two-col-content-sec h1.fancy-title {
    font-size: 36px;
  }
  .home-bottom-section  h4.fancy-title {
    font-size: 36px;
  }

  .page-content-wrapper .content-wrapper .left-section {
    width: 100%;
    margin-bottom: 50px;
    float: none;
  }

  .page-content-wrapper .content-wrapper .right-section {
    padding-left: 0;
  }

  .page-content-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }


  .page-content-wrapper .left-content .widget-type-linked_image {
    display: block !important;
    text-align: center;
  }

  .page-content-wrapper .left-content .dnd-column .dnd-module {
    display: block !important;
  }
  
  .hs-content-id-50513483699 .hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
    margin: 0;
    float: right;
    margin-right: 10px;
}
  .hs-content-id-50513483699 .cell_16221049647332-padding {
    padding-bottom: 50px !important;
}

}


@media(max-width: 480px) {

  .dermatology-bottom-section .widget-type-form form fieldset .hs-form-field, 
  .dermatology-top-section .widget-type-form form fieldset .hs-form-field, 
  .home-bottom-section .widget-type-form form fieldset .hs-form-field {
    float: left !important;
    width: 100%;
  }
  .dermatology-bottom-section .hs-form-field .hs-input,
  .medical-dermatology-bottom-section .hs-form-field .hs-input {
    width: 100% !important;
  }
  .dermatology-bottom-section .hs_recaptcha.hs-recaptcha.field.hs-form-field,
  .medical-dermatology-bottom-section .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
  }
  .dermatology-bottom-section .hs_submit.hs-submit,
  .medical-dermatology-bottom-section .widget-type-form form .hs_submit.hs-submit {
    width: 100%;
    text-align: left;
    padding: 0px !important;
  }
  .medical-dermatology-bottom-section .widget-type-form form .hs_submit.hs-submit .hs-button {
    margin-top: 23px;
  }

  
  .dermatology-bottom-section .widget-type-form form fieldset .hs-form-field .hs-input, .home-bottom-section .widget-type-form form fieldset .hs-form-field .hs-input, 
  .dermatology-top-section .widget-type-form form fieldset .hs-form-field .hs-input {
    width: 100% !important;
  }
  .home-bottom-section .hs_recaptcha.hs-recaptcha.field.hs-form-field, .contact-content-section .hs_recaptcha.hs-recaptcha.field.hs-form-field, 
  .dermatology-top-section .hs_recaptcha.hs-recaptcha.field.hs-form-field, .hs-content-id-50513483699 .hs_recaptcha.hs-recaptcha.field.hs-form-field,
  .contact-content-section .hs-input, input#hs-pwd-widget-password,
  .hs-content-id-50513483699 .hs-input, input#hs-pwd-widget-password{
    width: 100% !important;
}
  .home-bottom-section .grecaptcha-badge, .contact-content-section .grecaptcha-badge, .dermatology-top-section .grecaptcha-badge,
  .hs-content-id-50513483699 .hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
    float: left;
    margin-right: 0px;
}
  .home-bottom-section .widget-type-form form .hs_submit.hs-submit, .contact-content-section .widget-type-form form .hs_submit.hs-submit, 
  .dermatology-top-section .widget-type-form form .hs_submit.hs-submit, .hs-content-id-50513483699 .hs_submit.hs-submit {
    width: 100%;
}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

header.header {
  width: 100%;
  position: relative;
  display: block;
}

header.header .header-holder {
  position: fixed;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  transition: all .3s ease-in-out;
  right: 0;
  width: 100%;
  z-index: 200;
}


.header .header-padding-wrapper {
  padding-top: 136px;
}

.header .header-holder .header-toolbar {
  width: 100%;
  position: relative;
  height: 35px;
  line-height: 35px;
}

.header .header-holder .header-toolbar .header__container {
  position: relative;
}

.header  .header-toolbar  .toolbar-holder {
  padding: 0 20px;
}

.header .header-toolbar .toolbar-holder .header-contact {
  font-size: 13px;
  margin-right: 15px;
  height: 35px;
  line-height: 35px;
  display: inline;
}

.header .header-toolbar .toolbar-holder .header-contact svg.mk-svg-icon {
  vertical-align: middle;
  padding-right: 6px;
  fill: currentColor;
}

.header .header-toolbar .toolbar-holder .header-contact * {
  box-sizing: unset;
  display: inline-block;
  line-height: normal;
}

.header .header-toolbar .toolbar-holder .header-tagline {
  font-size: 13px;
  margin-right: 15px;
  height: 35px;
  line-height: 35px;
  display: inline;
}

.header .header-toolbar .toolbar-holder .header-tagline * {
  display: inline-block;
  line-height: normal;
}

.header .header-toolbar .toolbar-holder .header-social-section {
  display: inline-block;
  float: right;
  height: 30px;
}


.header .header-holder .header-inner {
  position: relative;
  width: 100%;
  border-bottom: 0px solid;
  height: 100px;
  line-height: 100px;
}

.header .header-holder .header-inner .header-top-trigger {
  display: none;
}

.header .header-holder .header-inner .header__container {
  position: relative;
}

.header .header-holder .header-inner .header-nav-container {
  text-align: right;
  float: right;
  width: 1140px;
  line-height: 4px;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 30;
}

.header .header-toolbar .toolbar-holder .header-tagline a{
  font-size:12px;
}

.header .header-holder .header-inner .header-logo {
  float: left;
  left: 0;
  top: 0;
  position: absolute;
  height: 100px;
  line-height: 100px;
  display: block;
  width: 100%;
  transition: height .25s ease,line-height .25s ease;
  -webkit-transition: height .25s ease,line-height .25s ease;
  -moz-transition: height .25s ease,line-height .25s ease;
  -ms-transition: height .25s ease,line-height .25s ease;
  -o-transition: height .25s ease,line-height .25s ease;
}

.header .header-holder .header-inner .header-logo a {
  margin-left: 20px;
  float: left;
  display: flex;
  position: relative;
  z-index: 30;
  align-items: center;
  line-height: 100px;
  height: 100px;
}
.header.sticky .header-holder .header-inner .header-logo a {
  height: 70px;
}
.header .header-holder .header-inner .header-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity .2s ease-out;
  z-index: 1;
}

.header .header-holder .header-inner .header-logo a img {
  display: block;
}

.header .header-holder .header-inner .header-logo > div {
  height: 100%;
}

.header.sticky .header-holder .header-inner .header-logo a img {
  height: 55px;
  width: auto !important;
}


#email-container {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99998;
  font-weight: 400;
  line-height: 1.66em;
  overflow-y: auto;
}

#email-container .email {
  background-color: #fff;
  border: 30px solid #fff;
  border-radius: 5px;
  font-family: Arial,sans-serif;
  font-size: 16px;
  margin: 30px auto;
  position: relative;
  width: 400px;
  z-index: 99999;
  box-sizing: content-box;
}


#email-container .email form .hs-form-field {
  color: #444;
  display: block;
  font-family: Arial,sans-serif;
  font-size: 16px;
  text-align: left;
  width: 100%;
  left: auto;
  position: static;
  margin: 0 0 7px;
}

#email-container .email form .hs-form-field > label {
  color: #444;
  display: block;
  font-family: Arial,sans-serif;
  font-size: 16px;
  text-align: left;
  width: 100%;
  left: auto;
  position: static;
  margin: 0 0 4px;
  line-height: normal;
}

#email-container .email form .hs-form-field .hs-input {
  color: #222;
  font-family: Arial,sans-serif;
  font-size: 18px;
  padding: 5px 5px 4px;
  line-height: normal;
  border-width: 1px;
  display: block;
  width: 96%;
  background-color: #fdfdfd;
  border: 1px solid #e3e3e3;
  outline: 0;
  border-color: gray;
  margin-bottom: 4px;
  cursor: text;
  margin: 0;
  vertical-align: middle;
}
#email-container .email form .hs-form-field>label span.hs-form-required {
  display: none;
}
#email-container .email .email-company-name {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 5px;
  margin: 0 0 1.2em 0;
  text-align: center;
  text-transform: uppercase;
}
#email-container .email form .hs-form-field>label span.req-text {
  color: #999;
  margin-left: .5em;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
#email-container .email form input.hs-button.primary.large {
  -moz-box-shadow: inset 0 1px 0 0 #54a3f7;
  -webkit-box-shadow: inset 0 1px 0 0 #54a3f7;
  box-shadow: inset 0 1px 0 0 #54a3f7;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#007dc1),color-stop(1,#0061a7));
  background: -moz-linear-gradient(top,#007dc1 5%,#0061a7 100%);
  background: -webkit-linear-gradient(top,#007dc1 5%,#0061a7 100%);
  background: -o-linear-gradient(top,#007dc1 5%,#0061a7 100%);
  background: -ms-linear-gradient(top,#007dc1 5%,#0061a7 100%);
  background: linear-gradient(to bottom,#007dc1 5%,#0061a7 100%);
  background-color: #007dc1;
  border: 1px solid #124d77;
  color: #fff;
  text-shadow: 0 1px 0 #154682;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  font-family: arial;
  font-size: 15px;
  font-weight: 700;
  margin: 3px;
  padding: 6px 24px;
  text-decoration: none;
  line-height: normal;
  -webkit-appearance: button;
  text-transform: capitalize;
  letter-spacing: normal;
}

#email-container .email form .hs_message .hs-input {
  height: 3em;
  margin: 0 0 1.5em 2px;
  display: block;
  width: 96%;
}

body.popup-open #email-container {
  display: block;
}

#email-container .email-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: .8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}


#email-container .rl-button {
  -moz-box-shadow: inset 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#fff),color-stop(1,#e3e0e3));
  background: -moz-linear-gradient(top,#fff 5%,#e3e0e3 100%);
  background: -webkit-linear-gradient(top,#fff 5%,#e3e0e3 100%);
  background: -o-linear-gradient(top,#fff 5%,#e3e0e3 100%);
  background: -ms-linear-gradient(top,#fff 5%,#e3e0e3 100%);
  background: linear-gradient(to bottom,#fff 5%,#e3e0e3 100%);
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  text-shadow: 0 1px 0 #fff;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  font-family: arial;
  font-size: 15px;
  font-weight: 700;
  margin: 3px;
  margin-top: 0;
  padding: 6px 24px;
  text-decoration: none;
  line-height: normal;
  position: absolute;
  right: 32%;
  bottom: 0;
  vertical-align: middle;
}

#email-container .email form input.hs-button.primary.large:hover {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#0061a7),color-stop(1,#007dc1));
  background: -moz-linear-gradient(top,#0061a7 5%,#007dc1 100%);
  background: -webkit-linear-gradient(top,#0061a7 5%,#007dc1 100%);
  background: -o-linear-gradient(top,#0061a7 5%,#007dc1 100%);
  background: -ms-linear-gradient(top,#0061a7 5%,#007dc1 100%);
  background: linear-gradient(to bottom,#0061a7 5%,#007dc1 100%);
  background-color: #0061a7;
}

#email-container .rl-button:hover {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#e3e0e3),color-stop(1,#fff));
  background: -moz-linear-gradient(top,#e3e0e3 5%,#fff 100%);
  background: -webkit-linear-gradient(top,#e3e0e3 5%,#fff 100%);
  background: -o-linear-gradient(top,#e3e0e3 5%,#fff 100%);
  background: -ms-linear-gradient(top,#e3e0e3 5%,#fff 100%);
  background: linear-gradient(to bottom,#e3e0e3 5%,#fff 100%);
  background-color: #e3e0e3;
}

#email-container form .hs_submit.hs-submit .actions {
  display: inline-block;
}

#email-container .email form .hs-form-field .hs-input.invalid.error {
  border-color: #f00;
}

#email-container .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin-bottom: 10px;
}

.custom-lp-header .header-padding-wrapper {
  padding-top: 100px;
}

header.header.custom-lp-header.sticky .header-holder {
  top: 0;
}



@media(min-width:1141px){

  header.header.sticky .header-holder {
    top: -32px;
  }

  .header.sticky .header-holder .header-inner {
    height: 70px;
    line-height: 55px;
  }

  .header.sticky .header-holder .header-inner .header-logo {
    height: 55px;
    line-height: 55px;
  }

  .sticky .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    height: 70px;
    line-height: 70px;
  }

  .header.sticky .header-holder .header-inner {
    border-bottom: 1px solid #c69673;
  }

}



@media(max-width:1140px){
  .header .header-holder .header-inner .header-nav-container {
    display: none;
  }

  .header .header-holder .header-inner {
    height: 90px;
    line-height: 90px;
  }

  .header .header-padding-wrapper {
    display: none;
  }

  header.header .header-holder {
    position: relative;
  }
  header.header.sticky .header-holder {
    top: 0;
  }
  .mobile-trigger {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    line-height: 8px;
    cursor: pointer;
    padding: 10px;
    display: block;
    float: right;
    right: 20px;
    z-index: 12;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
  }

  .header .header-holder .header-inner .header__container {
    height: 100%;
  }

  .mobile-trigger .icon-menu {
    width: 18px;
    height: 18px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .mobile-trigger .icon-menu > div {
    height: 3px;
    margin-bottom: 3px;
    border-radius: 3px;
    display: block;
    position: relative;
    background-color: #444444;
  }

  .mobile-trigger .icon-menu .icon-menu-line-1,
  .mobile-trigger .icon-menu .icon-menu-line-3 {
    transition: all .2s ease;
  }

  .mobile-trigger .icon-menu .icon-menu-line-2 {
    transition: opacity .1s ease;
  }

  .header .header-holder .header-inner .header-logo {
    height: 90px;
    line-height: 90px;
  }

  .mobile-open .mobile-trigger .icon-menu .icon-menu-line-1 {
    -webkit-transform: rotate3d(0,0,1, 45deg );
    transform: rotate3d(0,0,1, 45deg );
    top: 6px;
  }

  .mobile-open .mobile-trigger .icon-menu .icon-menu-line-3 {
    -webkit-transform: rotate3d(0,0,1, -45deg );
    transform: rotate3d(0,0,1, -45deg );
    top: -6px;
  }

  .mobile-open .mobile-trigger .icon-menu .icon-menu-line-2 {
    opacity: 0;
  }
  .header .child-trigger.child-open svg{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transition: transform .8s ease-in-out;
  }

}


@media(max-width:767px){
  .header .header-holder .header-toolbar {
    height: auto;
    padding: 10px 5px;
    display:none;
  }

  .header .header-toolbar .toolbar-holder .header-contact {
    width: 100%!important;
    float: none!important;
    display: block!important;
    height: auto!important;
    line-height: 25px!important;
    margin: 0 10px 5px!important;
    padding: 0;
  }

  .header .header-toolbar .toolbar-holder .header-tagline {
    width: 100%!important;
    float: none!important;
    display: block!important;
    height: auto!important;
    line-height: 25px!important;
    margin: 0 10px 5px!important;
    padding: 0;
  }

  .header .header-toolbar .toolbar-holder .header-social-section {
    width: 100%!important;
    float: none!important;
    display: block!important;
    height: auto!important;
    line-height: 25px!important;
    margin: 0 10px 5px!important;
    padding: 0;
  }

  .header .header-holder .header-inner .header-top-trigger {
    position: absolute;
    left: 50%;
    top: 0;
    line-height: 16px!important;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block;
    z-index: 80;
  }

  .header .header-holder .header-inner .header-top-trigger svg.mk-svg-icon {
    fill: #444444;
    height: 16px;
    width: auto;
  }

  .header .header-holder .header-inner .header-logo a img {
    max-width: 200px;
  }


}



@media (max-width: 575px){
  .mobile-trigger {
    padding: 15px;
  }
  .alert-message-wrapper .alert-message-panel .panel-heading h4.panel-title a {
    padding: 15px 20px !important;
  }
}

@media(max-width:479px){
  #email-container .email {
    border: 10px solid #fff;
    border-radius: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    width: 90%;
  }

  #email-container .email-overlay {
    background-color: #fff;
    opacity: 1;
  }
}

@media(max-width: 440px) {
  #email-container .rl-button {
    right: auto;
    bottom: -40px;
  }
}

@media(max-width:400px){
  .header .header-holder .header-inner .header-logo a img{
    max-width: 160px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}

footer.footer {
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  position: relative;
  padding: 20px 0 0;
  z-index: 10;
  display: block;
}


.footer .footer_top .footer__container {
  padding: 30px 0;
  position: relative;
}

.footer .footer_top .footer__container .mk-padding-wrapper {
  padding: 0 20px;
}

.footer .footer_top .footer__container .mk-padding-wrapper .mk-col-1-4 {
  width: 25%;
  padding: 0 1%;
  float: left;
  min-height: 1px;
}
.footer .footer_top .footer__container .mk-padding-wrapper .mk-col-1-4:first-child {
  width: 50%;
}
.sub-footer .footer__container .footer_copyright {
  font-size: 12px;
  letter-spacing: 3px;
  float: left;
  padding: 25px 0 20px;
  font-size: bold;
  -moz-opacity: 80;
  -khtml-opacity: 80;
  line-height: 16px;
  filter: alpha(opacity=@opacity * 100);
}


.bottom-corner-btns .to-top-btn {
  background-color: #ccc;
  background-color: rgba(0,0,0,.2);
  display: block;
  position: fixed;
  bottom: 15px;
  width: 45px;
  height: 45px;
  text-align: center;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  right: -60px;
  opacity: 0;
  transition: all .2s ease-in-out;
  outline: 0;
  text-decoration: none;
  z-index: 300;
}

.bottom-corner-btns .to-top-btn svg.mk-svg-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  fill: #fff;
  height: 16px;
  width: 16px;
}

.bottom-corner-btns .quick-contact-wrapper {
  position: fixed;
  right: 10px;
  bottom: 15px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all .2s ease-in-out;
  z-index: 400;
}

.bottom-corner-btns .quick-contact-wrapper a.quick-contact-link {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #ccc;
  background-color: rgba(0,0,0,.4);
}

.bottom-corner-btns .quick-contact-wrapper a.quick-contact-link svg.mk-svg-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  fill: #fff;
  height: 20px;
  width: 20px;
}

.bottom-corner-btns.visible  .to-top-btn {
  right: 15px;
  opacity: 1;
}

.bottom-corner-btns.visible .quick-contact-wrapper {
  right: 70px;
}

.bottom-corner-btns .to-top-btn:hover {
  background-color: rgba(0,0,0,.3);
}

.bottom-corner-btns .quick-contact-wrapper a.quick-contact-link:hover {
  background-color: #78a3c6;
}

#quick-contact {
  position: absolute;
  right: -3px;
  bottom: 60px;
  display: none;
  padding: 25px 12px;
  background-color: #e8e8e8;
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.ftr-form-open{
  -webkit-animation: contact_scale_up,.2s,0,cubic-bezier(.175,.885,.345,1.57);
  animation: contact_scale_up,.2s,0,cubic-bezier(.175,.885,.345,1.57);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#quick-contact .mk-quick-contact-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}

#quick-contact p {
  font-size: 14px;
  color: #888;
}

#quick-contact form {
  position: relative;
  margin: 2px 0 20px;
  padding-bottom: 40px;
}

#quick-contact form .hs-form-field {
  margin: 0;
}

#quick-contact form .hs-form-field .hs-input {
  padding: 11px;
  width: 240px;
  margin-bottom: 7px;
  font-size: 14px;
  border: 1px solid transparent;
  background-color: #f7f7f7;
  outline: 0;
  cursor: text;
  transition: all .15s ease-in-out;
  -webkit-perspective: 1000;
  font-family: inherit;
  line-height: normal;
}

#quick-contact form .hs-form-field .hs-input::-moz-placeholder {
  font-size: 12px;
  color: #999;
}

#quick-contact form .hs-form-field .hs-input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

#quick-contact form .hs-form-field textarea.hs-input {
  height: 100px;
  margin-bottom: 5px;
}


#quick-contact form input.hs-button.primary.large {
  position: relative;
  display: inline-block;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #78a3c6;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  padding: 12px 15px;
  vertical-align: top;
  font-family: inherit;
  cursor: pointer;
  -webkit-appearance: button;
  font-weight:400;
  margin:0;
}

#quick-contact .bottom-arrow {
  position: absolute;
  right: 20px;
  bottom: -4px;
  display: block;
  width: 14px;
  height: 14px;
  border-top: none;
  border-left: none;
  background-color: #e8e8e8;
  content: "";
  -webkit-transform: rotate(
    45deg
  );
  -ms-transform: rotate(45deg);
  transform: rotate(
    45deg
  );
}

#quick-contact form .hs-form-field > label {
  margin: 0;
}

#quick-contact form input.hs-button.primary.large:hover {
  background-color: #323232;
  color: #fff;
}
.bottom-corner-btns .quick-contact-wrapper.ftr-poup-active a.quick-contact-link {
  background-color: #78a3c6;
}

@-webkit-keyframes contact_scale_up {
  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes contact_scale_up {
  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}


.widget_footer_logo {
  margin-bottom: 20px;
}

.footer_top .footer__container:after {
    position: absolute;
    top: -20px;
    right: 10px;
    content: "";
    background: url(https://i.imgur.com/pjTdcOW.png) no-repeat; 
/*     background: url(https://20013784.fs1.hubspotusercontent-na2.net/hubfs/20013784/Pac_Dermatology_May2021/Images/pacific_dermatology_institute_2021_certification_badge.png) no-repeat; */
    width: 99px;
    height: 140px;
}

@media(max-width:1140px){
  .sub-footer .footer__container .footer_copyright {
    padding-left: 20px;
  }

  .bottom-corner-btns.visible .quick-contact-wrapper,
  .bottom-corner-btns .quick-contact-wrapper {
    right: 22px;
  }

  .bottom-corner-btns .to-top-btn {
    right: 22px;
  }

  .bottom-corner-btns.visible .to-top-btn {
    right: 22px;
    bottom: 72px;
  }

}


@media(max-width:991px){
  
.footer_top .social_networks {
    margin-left: -50px;
}
  
}

@media(max-width:767px){
  
  
  .footer_top .footer__container:after {
    width: 70px;
    height: 100px;
    background-size: 100% auto;
}
  
  .footer_top .social_networks {
    margin-left: 0;
}
  .footer .footer_top .footer__container .mk-padding-wrapper .mk-col-1-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .footer .footer_top .footer__container .mk-padding-wrapper .mk-col-1-4:first-child {
    width: 100%;
  }

  .widget_footer_logo{
    margin: 0;
  }

  .sub-footer .footer__container .footer_copyright {
    display: block;
    float: none!important;
    clear: both;
    padding: 10px 10px 5px!important;
    text-align: center;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}


.comment-date{
  display:block !important;
}






.banner-wrapper.blog-banner {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin-bottom: 0px;
  padding-top: 260px;
  padding-bottom: 180px;
}

.banner-wrapper.blog-banner .background-img {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  will-change: position;
}

.banner-wrapper.blog-banner .background-img .background-color-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: .7;
}


.banner-wrapper.blog-banner .background-img .background-layer-holder .background-layer {
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-blend-mode: multiply;
  background-blend-mode: multiply;
  background-color: rgba(123,123,123,0.48);
}

.banner-wrapper.blog-banner .background-img .background-layer-holder .background-layer .mk-color-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-wrapper.blog-banner .page-center {
  position: relative;
  z-index: 10;
}


.banner-wrapper.blog-banner .page-center .banner-inner-wrapper .column_container {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}



.banner-wrapper.blog-banner .page-center h1 {
  letter-spacing: 0px;
/*   text-transform: uppercase; */
  font-size: 56px;
  line-height: 95%;
  color: #ffffff;
  text-align: left;
  font-style: inherit;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media(max-width:1140px){
  .banner-wrapper.blog-banner .page-center .banner-inner-wrapper {
    padding: 0 20px;
  }
}


@media(max-width:1024px){
  .banner-wrapper.blog-banner .page-center h1 {
    font-size: 45px;
  }

}

@media(max-width:991px){
  .banner-wrapper.blog-banner .page-center {
    padding: 0;
  }
}

@media(max-width:767px){
  .banner-wrapper.blog-banner {
    padding-top: 100px !important;
  }
  .banner-wrapper.blog-banner .page-center .banner-inner-wrapper {
    text-align: center;
  }


  .banner-wrapper.blog-banner .page-center h1 {
    text-align: center;
    font-size: 36px;
  }

  .banner-wrapper.blog-banner .page-center h5.bottom_sub_title {
    text-align: center;
  }

}













.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
    padding: 3.5rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
    color: #133663;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.blog-index.sidebar {
  display:flex;
    padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */



@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
  .blog-index.sidebar {
    padding-right: 30px;
}
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
  .blog-index.sidebar {
    padding-right: 0px !important;
}
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
    padding: 20px 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
    margin: 0px;
}
.blog-sidebar .blog-sidebar-post-listing ul li {
    padding: 20px 0;
    padding-left: 2.3em;
}
.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 19px;
  font-size: 30px;
  font-weight: 600;
    color: #2b4b89;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar .blog-sidebar-topic-filter ul,
  .blog-sidebar .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar .blog-sidebar-topic-filter h3,
  .blog-sidebar .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar .blog-sidebar-topic-filter h3:after,
  .blog-sidebar .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar .blog-sidebar-topic-filter h3.clicked:after,
  .blog-sidebar .blog-sidebar-post-listing h3.clicked:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar  ul.clicked {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 600px;
  background-size: cover;
/*   border-radius: 5px; */
/*   margin-top: 40px; */
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
.systems-page .form-container  ul.no-list.hs-error-msgs {
  margin: 0 0;
}
@media(max-width:1140px){
  .page-padding-pge .dermatology-top-section .dnd_area-row-3-background-color .dnd-section > .row-fluid,
  .page-padding-pge .dermatology-top-section .dnd_area-row-6-background-color .dnd-section > .row-fluid{
    padding: 0 20px;
  }

}
.systems-page .form-container .hs-form-field {
  margin-bottom: 20px;
}

.systems-page .form-container  .hs-submit {
  margin: 10px 0;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
p.header {
  background: none;
}
.theme-content {
  margin: 20px auto;
}

.not-found-wrapper {
  padding: 30px 20px;
}

.found-wrapper {
  padding: 30px 0 100px;
}

span.not-found-title {
  font-size: 28px;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.66em;
  line-height: 23.24px;
}

.found-wrapper-inner {
  text-align: center;
}

span.not-found-subtitle {
  font-size: 220px;
  line-height: 100%;
  display: block;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #78a3c6;
}
input.hs-search-field__input {
  margin: 0;
  padding: 12px 28px 12px 15px;
  width: 100%;
  border: 2px solid rgba(0,0,0,.12);
  background-color: #fdfdfd;
  font-size: 13px;
  color: #767676;
  transition: all .15s ease-in-out;
  -webkit-perspective: 1000;
}
.content-wrapper.main-error-page {
  padding: 0;
}

input.hs-search-field__input {
  line-height: normal;
}
.content-wrapper.main-error-page button {
    background: transparent;
    border: 0;
}
.content-wrapper.main-error-page button {
  position: absolute;
  top: 13px;
  right: 14px;
  opacity: .4;
}
.content-wrapper.main-error-page button {
    position: absolute;
    top: 13px;
    right: 14px;
    opacity: .4;
    background: none;
    border: none;
    padding: 0;
  cursor:pointer;
}
.content-wrapper.main-error-page button svg {
    height: 18px;
    width: 14.857142857143px;
    fill: #666666;
}
.content-wrapper.main-error-pag form {
    margin-bottom: 40px;
}
.content-wrapper.main-error-pag form {
  position: relative;
}
@media(max-width:767px){
  .hs_cos_wrapper_type_email_simple_subscription .hs-input {
    width: 100% !important;
  }
  span.not-found-subtitle {
    font-size: 120px;
  }
  .systems-page .success{
    min-width:100%;
  }
}


@media(max-width:479px){
  .systems-page input#submitbutton {
    white-space: normal;
  }
  .error-page h1.error-page_heading {
    font-size: 48px;
  }


  .systems-page h1 {
    font-size: 27px;
  }
  .systems-page h2 {
    font-size: 21px;
  }
}