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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}



/* Event Layout */

.event-layout .body-container .dnd-section {
  padding-bottom: 20px;
}
.event-layout .body-container .dnd-section > .row-fluid {
  box-shadow: none;
  background: transparent;
  padding: 0;
}

/* Home Layout */
.home-layout {
  padding-bottom: 20px;
}
.home-page{
  opacity: 0;
}
.home-page.home-show{
  opacity: 1;
}
.home-banner-section .dnd-section > .row-fluid {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.home-banner-section .slick-slider {
  padding: 0;
  margin: 0;
}
.home-banner-section .hs_cos_gallery {
  margin-top: -53px;
}
.home-banner-section .hs_cos_gallery .caption {
  padding: 0 30px;
  display: inline-block;
  max-width: 1170px;
  margin: auto;
  bottom: 50px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  text-align: center !important;
}
.home-banner-section .hs_cos_gallery .caption a.custom-btn {
  background-image: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
  padding: 10px 16px;
  font-size: 26px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.home-banner-section .hs_cos_gallery .caption a.find-job-btn {
  color: #fff;
  background-color: #2d73b5;
  border-color: #2d73b5;
  margin-right: 20px;
}
.home-banner-section .hs_cos_gallery .caption a.find-job-btn:hover {
  color: #fff;
  background-color: #3c81c2;
  border-color: #3c81c2;
}
.home-banner-section .hs_cos_gallery .caption a.custom-btn i.fa {
  font-size: 18px;
}
.home-banner-section .hs_cos_gallery .caption a.custom-btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.home-banner-section .hs_cos_gallery .caption a.custom-btn:focus {
  outline: none;
  color: #333;
  text-decoration: none;
  outline-offset: -2px;
}
.home-banner-section .hs_cos_gallery .caption a.request-staff-btn {
  color: #286090;
  background-color: #fff;
  border-color: #ccc;
}
.home-banner-section .hs_cos_gallery .caption a.request-staff-btn:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.home-banner-section .hs_cos_gallery .caption a.request-staff-btn:active {
  background-color: #e6e6e6;
  border-color: #adadad;
}
.home-banner-section .hs_cos_gallery .caption a.request-staff-btn:focus {
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.home-banner-section .hs_cos_gallery ul.slick-dots {
  text-align: center;
  bottom: 16px;
  z-index: 1000;
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  margin: 0;
}
.home-banner-section .hs_cos_gallery ul.slick-dots > li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  height: auto;
  width: auto;
  vertical-align: top;
}
.home-banner-section .hs_cos_gallery ul.slick-dots > li > button:before {
  display: none;
}
.home-banner-section .hs_cos_gallery ul.slick-dots > li > button {
  background: rgba(59, 59, 59, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  width: 25px;
  height: 8px;
  display: block;
  padding: 0;
}
.home-banner-section .hs_cos_gallery ul.slick-dots > li.slick-active > button {
  background: rgba(59, 59, 59, 0.9);
  cursor: default;
}
.home-banner-section .hs_cos_gallery button.slick-arrow {
  line-height: 80px;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  display: block;
  width: 50px;
  margin: -20px 0 0;
  position: absolute;
  height: 80px;
  top: 45%;
}
.home-banner-section .hs_cos_gallery button.slick-prev.slick-arrow {
  left: 50px;
}
.home-banner-section .hs_cos_gallery button.slick-next.slick-arrow {
  right: 50px;
  text-align: right;
}
.home-banner-section .hs_cos_gallery button.slick-prev.slick-arrow:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.home-banner-section .hs_cos_gallery button.slick-next.slick-arrow:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f002';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.home-banner-section .hs_cos_gallery:hover button.slick-prev.slick-arrow,
.home-banner-section .hs_cos_gallery:focus button.slick-prev.slick-arrow {
  opacity: 0.7;
  left: 0px;
  text-align: center;
}
.home-banner-section .hs_cos_gallery:hover button.slick-next.slick-arrow,
.home-banner-section .hs_cos_gallery:focus button.slick-next.slick-arrow{
  opacity: 0.7;
  right: 0px;
  text-align: center;
}
.home-row-1 .dnd-section {
  margin-top: -16px;
  padding-bottom: 0;
  padding-top: 0;
}
.home-row-1 .dnd-section > .row-fluid {
  padding: 10px;
  padding-top: calc(5px + 0.5em);
  padding-bottom: 0;
}
.home-row-1 .dnd-section h1 {
  font-weight: 700;
  font-size: 27px;
  color: #00394a;
  text-transform: none;
  margin-top: 0;
}
.home-row-1 .dnd-section > .row-fluid > .dnd-column > .dnd-row {
  margin-bottom: 30px;
}
.home-row-1 .dnd-section a.green-btn {
  background-image: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
  color: #fff;
  background-color: #00a6b1;
  border-color: #00a6b1;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.home-row-1 .dnd-section a.green-btn:hover {
  color: #fff;
  background-color: #75d9a4;
  border-color: #75d9a4;
  text-decoration: none;
}
.home-row-1 .dnd-section a.green-btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.home-row-1 .dnd-section a.green-btn:focus {
  color: #333;
  text-decoration: none;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.home-row-2 .dnd-section {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 0;
  position: relative;
}
.home-row-2 .dnd-section > .row-fluid {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.home-row-3 .dnd-section {
  padding: 0 15px;
}
.home-row-3 .dnd-section > .row-fluid {
  padding: 10px;
  padding-top: 50px;
}
.embed-content-wrap iframe {
  max-width: 100%;
}



@media (max-width: 1200px) {
  .home-banner-section {
    display: none;
  }
  .home-row-1 .dnd-section>.row-fluid {
    padding-top: 65px;
  }
  
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-row-1 .dnd-section > .row-fluid {
    padding: 30px 30px 0;
    padding-top: 80px;
  }
  .home-row-1 .dnd-section .span6.widget-span.widget-type-cell.dnd-column {
    margin-bottom: 30px;
  }
  .home-row-1 .dnd-section .span6.widget-span.widget-type-cell.dnd-column + .span6.widget-span.widget-type-cell.dnd-column {
    margin-bottom: 0;
  }
  .home-row-2 .dnd-section > .row-fluid {
    padding: 0 45px;
  }
  .home-row-3 .dnd-section>.row-fluid {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
  }
  
  
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/JacksonTherapy_September2020/Font/glyphicons-halflings-regular.eot) format('embedded-opentype'),
  url(https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/raw_assets/public/JacksonTherapy_September2020/font/glyphicons-halflings-regular.woff2) format('woff2'),
  url(https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/raw_assets/public/JacksonTherapy_September2020/font/glyphicons-halflings-regular.woff) format('woff'),
  url(https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/raw_assets/public/JacksonTherapy_September2020/font/glyphicons-halflings-regular.ttf) format('truetype'),
  url(https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/JacksonTherapy_September2020/Font/glyphicons-halflings-regular.svg) format('svg')
}
@font-face {
  font-family: "flexslider-icon";
  src: url("https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/JacksonTherapy_September2020/Font/2c6d794b5cfbe2958da38a4c6aeddde9.eot#iefix") format("embedded-opentype"), 
    url("https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/raw_assets/public/JacksonTherapy_September2020/font/2c6d794b5cfbe2958da38a4c6aeddde9.woff2") format("woff2"),
    url("https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/raw_assets/public/JacksonTherapy_September2020/font/2c6d794b5cfbe2958da38a4c6aeddde9.woff") format("woff"), 
    url("https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/raw_assets/public/JacksonTherapy_September2020/font/2c6d794b5cfbe2958da38a4c6aeddde9.ttf") format("truetype"),
    url("https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/JacksonTherapy_September2020/Font/2c6d794b5cfbe2958da38a4c6aeddde9.svg#flexslider-icon") format("svg"); 
}
@font-face {
  font-family: FontAwesome;
  src: url(https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/JacksonTherapy_September2020/Font/fontawesome-webfont.eot) format("embedded-opentype"), 
    url(https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/raw_assets/public/JacksonTherapy_September2020/font/fontawesome-webfont.woff) format("woff"),
    url(https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/raw_assets/public/JacksonTherapy_September2020/font/fontawesome-webfont.ttf) format("truetype"),
    url(https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/JacksonTherapy_September2020/Font/fontawesome-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 24px;
}

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

p {
  margin: 0 0 10px;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  font-weight: 700;
}

h1 {
  font-size: 2.1rem;
  color: #00394a;
  font-weight: 200;
  text-transform: uppercase;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {}

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
/* 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: auto;
  outline-color: green;
}

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

img {
  max-width: 100%;
  height: auto;
}

.page-center, 
.content-wrapper,
.dnd-section > .row-fluid {
  padding: 10px;
  background-color: #fff;
  border-top: none;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}


@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
  .page-center, 
  .content-wrapper,
  .dnd-section > .row-fluid {
    padding: 27px 30px 25px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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: 600px;
  font-family: Lato, sans-serif, sans-serif;
}

.hs-button {
  cursor: pointer;
  position: relative;

  font-weight: 400;
  line-height: 1.42857143;
  background-color: #00a6b1;
  border-color: #00a6b1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1em;
  padding: 10px 15px;
  margin: 10px 0;
  transition: 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 {
  float: none;
  text-align: left;
  text-shadow: none;
  text-transform: none;
  width: auto;
  letter-spacing: normal;
  vertical-align: middle;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding: 0;

}

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

input[type="password"],
.hs-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-weight: normal;
  color: #333;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  vertical-align: middle;
  line-height: 1.3;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;

}
input[type="password"] {
  height: 40px !important;
}
.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: rgb(117, 117, 117);
}

.hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

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

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 {
  padding: 10px 0;
}

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

.hs-form-required {
  color: #ff0000;
  font-weight: 400;
}
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: 1px solid #cc0000;
}
ul.no-list.hs-error-msgs {
  padding-left: 0;
  margin-left: 0;
  margin: 0;
}
ul.no-list.hs-error-msgs label {
  display: block;
  color: #990000;
  font-size: 12px;
  margin: 0;
  font-weight: 700;
}
.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: 767px){
  form {
    max-width:100%;
  }
}
@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, sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-bottom-width: 1px;
}

tbody + tbody {
  border-top: 1px 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.
*********************************************************************************
****************************************************************************** */


/* ====== Two Column Right ======== */

.custom-two-col-right-row1 .dnd-section {
  padding: 0 !important;
}
.custom-two-col-right-row1 .dnd-section>.row-fluid {
  background-color: transparent;
  box-shadow: 0 0 BLACK;
  padding: 0;
  max-width: 1170px;
  padding: 0 15px;
}
.custom-two-col-right-row1 h1 {
  margin-top: 15px;
  margin-bottom: 18px;
}
.custom-two-col-right-row2 {
  padding-bottom: 20px;
}
.custom-two-col-right-row2 .page-center {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  max-width: 1170px;
}
.custom-two-col-right-row2 .dnd-section {
  padding: 0;
}
.custom-two-col-right-row2 .dnd-section>.row-fluid {
  max-width: 100%;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.custom-two-col-right-row2 .custom-main-content-wrap {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
  padding: 12px 10px 10px;
  background-color: #fff;
  border-top: 0;
  width: calc(66.66666667% - 30px);
  margin: 0 15px;
  float: left;
}
.custom-two-col-right-row2 .custom-main-content-wrap hr,
.hs-website-layout .custom-main-content-col hr{
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}
.hs-website-layout .custom-main-content-col ul.submenu.level-1 > li {
  margin-bottom: 10px;
}
.custom-two-col-right-row2 .custom-right-content-wrap {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
  padding: 30px;
  background-color: #fff;
  border-top: none;
  width: calc(33.33% - 30px);
  margin: 0 15px 20px;
  float: left;
}
.custom-two-col-right-row2 form  {
  max-width: 100%;
}
.custom-two-col-right-row2 .custom-right-content-wrap .dnd-column .dnd-row {
  margin-bottom: 50px;
}
.custom-two-col-right-row2 .custom-right-content-wrap .dnd-column .dnd-row:last-child {
  margin-bottom: 0px;
}
.custom-two-col-right-row2 .hs-form textarea {
  min-height: 120px;
}
img.alignright {
  margin: 0 0 24px 24px !important;
  float: right;
}
.custom-right-content-wrap h3.form-title {
  text-transform: uppercase;
  margin-top: 0;
  color: #fff;
  background: #9bced2;
  padding: 10px;
  font-weight: 200;
}
.custom-right-content-wrap .hs-form label {
  display: unset;
  font-weight: 700;
  font-size: 14px!important;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px;
  padding: 0;
  color: #222;
}
.custom-two-col-right-row2 .hs-form label span.hs-form-required {
  margin-left: 3px;
}
.custom-two-col-right-row2 ul.no-list.hs-error-msgs label {
  font-size: 12px !important;
  line-height: 20px;
}
.custom-two-col-right-row2  ul.inputs-list.multi-container {
  height: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
}
.custom-two-col-right-row2 ul.inputs-list.multi-container li {
  margin-bottom: 3px;
  padding-top: 0;
  line-height: 20px;
}
.custom-two-col-right-row2  ul.inputs-list.multi-container li label {
  display: inline;
  vertical-align: baseline;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
}
.custom-two-col-right-row2  .hs-input[type=checkbox] {
  margin: 0 9px 0 4px;
  width: 14px;
  height: 14px;
  width: auto !important;
}
.custom-two-col-right-row2 .hs-input {
  width: 100% !important;
}
.custom-two-col-right-row2 .custom-main-content-wrap h4 {
  margin-top: 10px;
}
.custom-two-col-right-row2 .custom-main-content-wrap h4 a {
  text-decoration: underline;
  line-height: 22px;
}
.custom-two-col-right-row2 .custom-main-content-wrap h4 a:hover {
  color: #23527c;
  text-decoration: none;
}
.custom-two-col-right-row2 .hs-richtext.hs-main-font-element h5 {
  display: block;
  font-weight: 700;
  font-size: 16px;
  float: none;
  line-height: 1.3;
  margin: 4px 0 4px 0;
  padding: 0;
}
.custom-two-col-right-row2 .hs-richtext.hs-main-font-element p {
  font-size: 13px;
  line-height: 1.3;
  margin: 8px 0 0 0;
  color: #626878;
}
.custom-two-col-right-row2 .grecaptcha-badge {
  margin: 0;
}
.custom-two-col-right-row2 fieldset {
  max-width: 100% !important;
}
.custom-two-col-right-row2 .input {
  margin: 0 !important;
  width: 100%;
}
.custom-two-col-right-row2 fieldset.form-columns-3 > div {
  width: 30.6666666667% !important;
  margin-left: 4%;
}
.custom-two-col-right-row2 fieldset.form-columns-2 > div {
  width:48% !important;
  margin-left: 4%;
  display: flex;
  flex-wrap: wrap;
}
.custom-two-col-right-row2 fieldset.form-columns-3 > div:first-child,
.custom-two-col-right-row2 fieldset.form-columns-2 > div:first-child{
  margin-left: 0;
}
.custom-two-col-right-row2 legend.hs-field-desc {
  order: 3;
  font-size: 13px;
  float: none;
  font-weight: 400;
  line-height: 1.3;
  margin: 4px 0px 0px;
  padding: 0px;
  width: 100%;
}
.custom-two-col-right-row2 .hs-form .form-columns-2 label {
  min-height: 18px;
  width: 100%;
}
p.tribe-events-widget-link a:hover {
  color: #0495C9;
}
p.tribe-events-widget-link a:focus{
  color: #0495C9;
}
.custom-two-col-right-row2 .custom-right-content-wrap .dnd-column .dnd-row:last-child .custom-upcomming-event-group {
  margin-bottom: 60px;
}
/* ====== Full Width ======== */
.hs-website-layout .custom-main-content-col .dnd-section>.row-fluid {
  padding: 12px 10px 10px;
}

/* ====== Apply ======= */
.hs-apply-banner .banner-area {
  margin-top: -2px;
}
.hs-apply-layout .custom-two-col-right-row1 h1 {
  margin-top: 22px;
  margin-bottom: 21px;
}
.hs-apply-layout .dnd-section>.row-fluid {
  max-width: 1110px !important;
  padding: 5px;
}
.hs-apply-layout .custom-two-col-right-row1 .dnd-section>.row-fluid {
  max-width: 1140px !important;
  padding: 0 15px;
}
.hs-apply-layout form {
  max-width: 100%;
  display: block;
}
.hs-apply-layout form fieldset.form-columns-2 {
  max-width: 100% !important;
}
.hs-apply-layout form .hs_error_rollup {
  padding: 0 15px;
}
.hs-apply-layout .hs_error_rollup label {
  color: #a94442 !important;
  background-color: #f2dede;
  border-color: #ebccd1;
  font-style: italic;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: normal !important;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.7 !important;
  font-size: 14px !important;
}
.hs-apply-layout form .hs-input.invalid.error {
  background: rgb(242,222,222);
}
.hs-apply-layout form .input {
  margin-right: 0 !important;
}
.hs-apply-layout form .hs-form-field {
  padding: 0 15px;
}
.hs-apply-layout form .hs-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  width: 100% !important;
  color: rgb(85, 85, 85);
}
.hs-apply-layout form .hs-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.hs-apply-layout .hs-form label {
  margin-bottom: 5px;
  line-height: 1.7;
  font-size: 14px;
}
.hs-apply-layout .hs_cos_wrapper_type_form {
  margin: 0px -15px;
  display: block;
  padding: 7px;
}
.hs-apply-layout .grecaptcha-badge {
  margin: 10px 0 0;
}
.hs-apply-layout legend.hs-field-desc {
  color: #184676;
  font-size: 12px;
  font-weight: 700;
  width: auto !important;
  margin: 0;
}
.hs-apply-layout .hs_upload_your_resume label,
.hs-apply-layout .hs_communication_preferences label {
  float: left;
  margin-right: 4px;
}
.hs-apply-layout .hs_upload_your_resume .hs-input {
  height: auto;
}
.hs-apply-layout form ul.inputs-list.multi-container {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.hs-apply-layout form .inputs-list > li {
  display: inline-block;
  padding: 0px;
  width: auto;
}
.hs-apply-layout form ul.inputs-list.multi-container li label {
  display: inline-block;
  padding-right: 10px !important;
  float: none !important;
  width: auto !important;
}
.hs-apply-layout form .hs_submit.hs-submit {
  padding: 3px 15px 0;
}
.hs-apply-layout form .actions {
  padding: 0;
  display: inline-block;
  position: relative;
}
.hs-apply-layout form input.hs-button.primary.large {
  margin-bottom: 0;
  background-color: #5BBCF1;
  border-color: #5BBCF1;
  color: #333335;
  font-weight: bold;
  border-radius: 4px;
  margin: 0;
  padding-left: 23px;
}
.hs-apply-layout form .actions:before {
  content: "\f058";
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-size: inherit;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 2;
  text-rendering: auto;
  color: #000;
  position: absolute;
  left: 12px;
  z-index: 9;
  top: 7px;
}
.hs-apply-layout form input.hs-button.primary.large:hover {
  color: #fff;
  background-color: #75d9a4;
  border-color: #75d9a4;
}
.hs-apply-layout form .actions:hover:before {
  color: #fff;
}
.hs-apply-layout form .hs-form-required {
  font-weight: 700;
}
.hs-apply-layout .hs-input[type=checkbox] {
  display: none;
}
.hs-apply-layout .hs-input[type=checkbox] + span {
  display: inline-block;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
}
.hs-apply-layout .hs-input[type=checkbox] + span:before {
  content: '\a0';
  display: inline-block;
  vertical-align: .2em;
  width: .8em;
  height: .8em;
  margin-right: .2em;
  border-radius: .2em;
  background: silver;
  text-indent: .15em;
  line-height: .65;
  position: relative;
  top: 3px;
}
.hs-apply-layout .hs-input[type=checkbox]:checked + span:before {
  content: '\2713';
  background: yellowgreen;
  display: inline-block;
  vertical-align: .2em;
  width: .8em;
  height: .8em;
  margin-right: .2em;
  border-radius: .2em;
  text-indent: .15em;
  line-height: .65;
  position: relative;
  top: 3px;
}
.hs-apply-layout .hs-input[type=checkbox] + span:focus {
  box-shadow: 0 0 0.1em 0.1em #58a;
}
.hs-apply-layout form select {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}
/* ========== Two Column Right Form ======= */

.hs-two-col-right-form-wrapper .custom-right-content-wrap .field {
  padding-top: 0;
  padding-bottom: 13px;
}

.hs-two-col-right-form-wrapper .custom-right-content-wrap .hs-form label {
  margin-bottom: 2px;
  display: block;
  padding-top: 3px;
}
.hs-two-col-right-form-wrapper .custom-right-content-wrap  .hs-form label span.hs-form-required {
  margin-left: 0;
  color: #222;
  font-weight: 700;
}
.hs-two-col-right-form-wrapper .custom-right-content-wrap input.hs-button.primary.large {
  margin-top: 0;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  border-radius: 4px;
}
.hs-two-col-right-form-wrapper .custom-right-content-wrap input.hs-button.primary.large:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.hs-two-col-right-form-wrapper .custom-right-content-wrap .hs_email .hs-input {
  height: 31px;
}
.hs-two-col-right-form-wrapper .custom-right-content-wrap .hs-input {
  color: #111;
  font-weight: 700;
  padding: 5px;
  font-size: 14px;
  line-height: 1.7;
}
.hs-two-col-right-form-wrapper .custom-right-content-wrap .hs-input:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.custom-two-col-right-row2 .custom-right-content-wrap .dnd-column .dnd-row .widget-type-rich_text {
  margin-bottom: -6px;
}
.custom-two-col-right-row2 .custom-right-content-wrap .dnd-column .dnd-row .widget-type-rich_text a:last-child img {
  margin-left: 6px;
}
.custom-two-col-right-row2 .custom-main-content-wrap p img {
  vertical-align: middle;
}
.menotering-pro-page .custom-right-content-wrap .hs-richtext.hs-main-font-element h6 {
  margin: 0 0 10px 0;
  font-weight: normal;
  color: #222;
  line-height: 1.7;
}
.menotering-pro-page .custom-right-content-wrap span.hs-form-required {
    display: none;
}
@media (max-width: 1199px) {
  .custom-two-col-right-row2 .page-center,
  .custom-two-col-right-row1 .dnd-section>.row-fluid{
    max-width: 970px;
  }
  .hs-apply-layout .dnd-section>.row-fluid {
    max-width: 910px !important;
  }
  .hs-apply-layout .custom-two-col-right-row1 .dnd-section>.row-fluid {
    max-width: 940px !important;
  }
}
@media (max-width: 991px) {
  .custom-two-col-right-row2 .page-center,
  .custom-two-col-right-row1 .dnd-section>.row-fluid{
    max-width: 750px;
  }
  .custom-two-col-right-row2 .custom-main-content-wrap {
    width: calc(100% - 30px);
    float: none;
  }
  .custom-two-col-right-row2 .custom-right-content-wrap {
    width: calc(100% - 30px);
    margin: 20px 15px 20px;
    float: none;
  }
  .hs-apply-layout form .hs-form-field {
    padding: 0 15px;
    width: 100% !important;
  }
  .hs-apply-layout .dnd-section>.row-fluid {
    max-width: 690px !important;
  }
  .hs-apply-layout .dnd-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hs-apply-layout .custom-two-col-right-row1 .dnd-section>.row-fluid {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .custom-two-col-right-row1 h1 {
    float: left;
    width: 100%;
  }
  .custom-two-col-right-row2 .custom-main-content-wrap {
    width: calc(100% - 30px);
    float: none;
    padding: 27px 30px 25px;
  }
  img.alignright {
    float: none !important;
    display: block;
    margin-left: 0 !important;
  }
  .hs-website-layout .custom-main-content-col .dnd-section>.row-fluid {
    padding: 27px 30px 25px;
  }
  .hs-apply-banner .banner-area {
    margin-top: 4px;
  }
  .hs-apply-layout .custom-two-col-right-row1 .dnd-section>.row-fluid {
    max-width: 720px !important;
    padding: 0 30px;
  }
  .custom-two-col-right-row2 .custom-main-content-wrap p img {
    float: none !important;
  }
}
@media (max-width: 479px) {
  .custom-two-col-right-row2 fieldset.form-columns-3>div,
  .custom-two-col-right-row2 fieldset.form-columns-2 > div {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .hs-apply-layout .hs_upload_your_resume label, .hs-apply-layout .hs_communication_preferences label {
    float: none;
    margin-right: 0px;
    margin-bottom: 0;
  }
  .hs-apply-layout legend.hs-field-desc {
    width: 100% !important;
  }
}
@media (max-width: 360px) {
  .hs-apply-banner .banner-area {
    margin-top: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: transparent;
}
header.header {
  min-height: 73px;
  margin-bottom: 6px;
}
.header__container {
  margin: 0 auto;
}
#wpadminbar {
  direction: ltr;
  height: 32px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.header-top-section ul.header-top-link {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 50px;
}
ul.header-top-link li.helpcenter {
  padding-top: 3px;
}
ul.header-top-link li.helpcenter a {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding: 5px;
  text-decoration: underline;
}
ul.header-top-link li.dropdown {
  display: block;
  position: relative;
  padding: 10px;
  color: #F5F7FA;
}
ul.header-top-link li.dropdown > span {
  color: #222;
  margin-right: 2px;
}
ul.header-top-link li.dropdown > a.dropdown-toggle {
  cursor: pointer;
  position: relative;
  line-height: 20px;
  display: inline-block;
  text-transform: none;
  color: #000;
  font-size: 16px;
  margin-right: 10px;
  padding: 5px;
}
ul.header-top-link li.dropdown > a.dropdown-toggle > span.caret {
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  width: 0;
  height: 0;
  display: block;
  float: right;
  top: 10px;
  position: relative;
  margin-left: 4px;
}
ul.header-top-link li.dropdown ul.dropdown-menu {
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  text-align: left;
  list-style: none;
  margin: 2px 0 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  position: absolute;
  top: 100%;
  font-size: 1.1em;
  border: none;
  background-color: #ffffff;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  width: 100%;
}
ul.header-top-link ul.dropdown-menu li {
  padding: 5px 10px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  width: 250px;
}
ul.header-top-link ul.dropdown-menu li a {
  line-height: 1.42857143;
  white-space: nowrap;
  clear: both;
  font-weight: 400;
  display: block;
  padding: 0;
  color: #000;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon, address {
  font-style: normal;
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.header-bottom-section {
  font-family: 'Open Sans', serif;
  font-weight: 200;
  padding-top: 10px;
  padding-bottom: 3px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  min-height: 50px;
  margin-bottom: 20px;
  top: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.custom-logo {
  margin-top: 2px;
}
ul.header-top-link li.dropdown>a.dropdown-toggle:hover {
  text-decoration: none;
  background-color: #eee;
}
body ul.header-top-link li.dropdown>span > div {
  display: inline-block;
}


@media (min-width: 768px){
  .header-top-section ul.header-top-link {
    float: right!important;
  }
  ul.header-top-link li.dropdown {
    float: left;
  }
  ul.header-top-link li.dropdown ul.dropdown-menu {
    right: 0;
    left: auto;
    width: 100px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-header button.btn.navbar-toggle {
    display: none;
  }
}

@media (min-width: 1024px){
  .desktop-only {
    display: block!important;
  }
  ul.header-top-link li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }

}
@media (max-width: 1366px){
  .custom-menu-primary ul.submenu.level-1>li:nth-child(n+5) ul.submenu.level-3 {
    left: -250px !important;
    right: auto !important;
  }
}
@media (max-width: 1357px){
  .custom-menu-primary ul.submenu.level-1>li ul.submenu.level-4 {
    left: -250px !important;
    right: auto !important;
  }
}
@media (min-width: 1201px){
  .custom-menu-primary ul.submenu.level-1>li.help-center {
    display: none;
  }
}
@media (max-width: 1200px){
  .desktop-only {
    display: none!important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-header button.btn.navbar-toggle {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 6px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #888;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }
  .custom-menu-primary {
    display: none;
  }
  .custom-logo a img.hs-image-widget {
    vertical-align: middle;
  }
  .header-bottom-section {
    padding-bottom: 5px;
  }
  .custom-menu-primary {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    max-height: 340px;
    overflow-y: auto;
    border-color: #e7e7e7;
  }
}

@media (max-width: 767px){
  .header__container {
    padding: 0 15px;
  }
  header.header {
    min-height: 69px;
    margin-bottom: 6px;
  }
  .custom-menu-primary {
    width: 100%;
  }
}

@media (max-width: 360px){
  .custom-logo a img.hs-image-widget {
    width: 200px !important;
  }
  header.header{
    min-height: 59px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: transparent;
}
.footer__container {
  margin: 0 auto;
}
.footer-top-section {
  background-color: #313233;
  color: #999;
}
.footer-menu {
  padding: 20px 0 0;
  margin: 0 -15px;
}
.footer-menu .hs-menu-wrapper > ul {
  display: block;
}
.footer-menu .hs-menu-wrapper > ul:after,
.footer-menu .hs-menu-wrapper > ul:before {
  content: "";
  display: table;
  clear: both;
}
.footer-menu .hs-menu-wrapper > ul > li {
  padding-right: 15px;
  padding-left: 15px;
}
.footer-menu .hs-menu-wrapper > ul > li > a:empty {
  display: none;
}
.footer-menu .hs-menu-wrapper > ul > li > a {
  padding: 0;
}
.footer-menu .hs-menu-wrapper > ul ul {
  display: block;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li {
  margin-bottom: 25px;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  padding: 0;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > ul {
  line-height: 10px;
  font-size: 14px;
  margin-bottom: 0;
  max-width: 250px;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > ul > li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  line-height: 15px;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
  color: #DADADA;
  padding: 0;
  display: inline-block;
  line-height: 15px;
}
.footer-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover {
  color: #fff;
}
.footer-menu .hs-menu-wrapper > ul > li:last-child > ul > li:last-child > ul {
  color: #999;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.7;
  font-size: 14px;
  max-width: 100%;
}
.footer-menu .hs-menu-wrapper > ul > li:last-child > ul > li:last-child > ul > li {
  padding: 0;
  margin: 0;
  line-height: inherit;
}
.footer-menu .hs-menu-wrapper > ul > li:last-child > ul > li:last-child > ul > li > a[href="javascript:;"] {
  cursor: text;
  color: #999;
}

.footer-bottom-section {
  background-color: #1F1F1F;
  padding: 10px 0;
  border-top: 1px solid #3A3A3A;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-bottom-section .inner-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.footer-bottom-section .footer-col {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
}
.social-icons {
  position: relative;
  text-align: left;
}
ul#menu-social-items {
  margin-top: 0;
  margin-bottom: 10px;
  border: 0;
  list-style: none;
  padding-left: 0;
}
ul#menu-social-items.social-menu li {
  display: inline-block;
  margin: 0;
}
ul#menu-social-items.social-menu li a {
  font-size: 18px;
  line-height: 40px;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  margin-bottom: 5px;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
  text-align: center;
  background-color: #363636;
  margin-right: 7px;
  color: #fff;
}
ul#menu-social-items.social-menu li a[href*="instagram.com"]:hover {
  background-color: #F95B60;
}
ul#menu-social-items.social-menu li a[href*="facebook.com"]:hover {
  background-color: #4265b9;
}
ul#menu-social-items.social-menu li a[href*="linkedin.com"]:hover {
  background-color: #005987;
}
ul#menu-social-items.social-menu li a[href*="twitter.com"]:hover {
  background-color: #55ACEE;
}
ul#menu-social-items.social-menu li a[href*="youtube.com"]:hover {
  background-color: #df3333;
}
ul#menu-social-items.social-menu li a span {
  display: none;
}
ul#menu-social-items.social-menu li a .instagram.fa:before {
  content: "\f16d";
}
ul#menu-social-items.social-menu li a .facebook.fa:before {
  content: "\f09a";
}
ul#menu-social-items.social-menu li a .linkedin.fa:before {
  content: "\f0e1";
}
ul#menu-social-items.social-menu li a .twitter.fa:before {
  content: "\f099";
}
ul#menu-social-items.social-menu li a .youtube.fa:before {
  content: "\f167";
}
.footer-bottom-section .footer-col .hs_cos_wrapper_type_linked_image {
  width: auto;
  display: inline-block;
}
.footer-bottom-section .footer-col .hs_cos_wrapper_type_linked_image img.hs-image-widget {
  height: 10em;
  width: auto !important;
  max-width: 100%;
  vertical-align: middle;
}
.footer-bottom-section .reviews {
  width: 33.33333333%;
  margin-left: auto;
  padding-left: 20px;
}
.reviews ul#menu-social-items.social-menu li a img {
  vertical-align: middle;
  height: auto;
}
.reviews ul#menu-social-items.social-menu li a[href*="glassdoor.com"]:hover {
  background-color: #0da841;
  color: #fff;
}
.reviews ul#menu-social-items.social-menu li a[href*="indeed.com"]:hover {
  background-color: #1a57f0;
  color: #fff;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
.scroll-to-top {
  background: #363636;
  background: rgba(100,100,100,.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: block;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease-in-out, background-color .3s linear;
  -moz-transition: opacity 0.3s ease-in-out, background-color .3s linear;
  -ms-transition: opacity 0.3s ease-in-out, background-color .3s linear;
  -o-transition: opacity 0.3s ease-in-out, background-color .3s linear;
  transition: opacity 0.3 ease-in-out, background-color .3s linear;
  opacity: 0;
}
.scroll-to-top:hover {
  background: #2d73b5;
  opacity: .8 !important;
}
.scroll-to-top.disabled:hover {
  opacity: 0 !important;
}
.footer-no-nav .footer-bottom-section .copyright {
  padding-top: 5px;
  padding-bottom: 15px;
}
body .footer-menu .hs-menu-wrapper > ul > li > ul > li > a[href="javascript:;"] {
  cursor: text;
}


@media (min-width: 768px){
  .footer-menu .hs-menu-wrapper > ul > li {
    width: 33.33333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
  }
}
@media (min-width: 992px){

  .footer-bottom-section .footer-col {
    width: 33.33333333%;
    float: left;
  }
}
@media (max-width: 991px){
  .footer-bottom-section .reviews {
    width: 100%;
    padding-left: 0;
  }
  .footer-bottom-section .social-media {
    padding-bottom: 22px;
  }
}
@media (max-width: 767px){
  .footer-bottom-section .inner-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  .footer-menu {
    margin: 0;
  }
  .footer-bottom-section .social-media {
    padding-bottom: 20px;
  }
  .footer-bottom-section .footer-col {
    text-align: center;
  }
  .footer-bottom-section .reviews {
    text-align: center;
    padding-top: 1px;
  }
  .social-icons {
    padding-bottom: 1px;
  }
  .copyright {
    text-align: center;
    float: none;
  }
  .footer-no-nav .footer-bottom-section .copyright {
    padding-top: 4px;
  }
  
  
  
  
  
  
}
/* ******************************************************************************
*********************************************************************************
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;
  margin: 0 auto;
  box-shadow: none !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.custom-blog-banner_inner img {
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  display: block;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  border: 0;
}
.custom-blog-title h1 {
  margin-top: 15px;
  margin-bottom: 0;
}
.post-item {
  padding: 5px;
  padding-bottom: 8px;
  background-color: #fff;
  border-top: 0;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
  margin-bottom: 30px;
}
.post-item .entry-header.page-header h2 a {
  color: #00478a;
}
.hs-blog-social-share {
  padding-top: 1px;
}
.hs-blog-social-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.hs-blog-social-share ul li {
  float: left;
}
.hs-blog-social-share ul li a {
  display: block;
  cursor: pointer;
  margin: 2px;
  width: 60px;
  height: 30px;
}
.heateorSssSharingSvg {
  width: 100%;
  height: 100%;
}
.heateorSssFacebookBackground {
  background-color: #3c589a;
}
.heateorSssTwitterBackground {
  background-color: #55acee;
}
.heateorSssLinkedinBackground {
  background-color: #0077b5;
}
.heateorSssInstagramBackground {
  background: radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
}
.heateorSssFacebookSvg {
  background: url(https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/raw_assets/public/JacksonTherapy_September2020/images/fb_icon.svg) no-repeat center center;  
}
.heateorSssTwitterSvg {
  background: url(https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/raw_assets/public/JacksonTherapy_September2020/images/twitter_icon.svg) no-repeat center center;
}
.heateorSssLinkedinSvg {
  background: url(https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/raw_assets/public/JacksonTherapy_September2020/images/linkedin_icon.svg) no-repeat center center;
}
.heateorSssInstagramSvg {
  background: url(https://494565.fs1.hubspotusercontent-na1.net/hubfs/494565/raw_assets/public/JacksonTherapy_September2020/images/instagram_icon.svg) no-repeat center center;
}
.post-item .featured-image-wrapper img {
  float: right;
  text-align: right;
  margin: 0 0 24px 24px;
}
.post-item .entry-header.page-header,
.hs-blog-post .entry-header.page-header {
  margin-bottom: 20px;
}
.post-item .post-description {
  padding-top: 10px;
  margin: .5em 5px 5px;
}
.post-item .read-more a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer !important;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #2d73b5;
  border-color: #2d73b5;
  float: right;
}
.post-item .read-more a:hover {
  color: #fff;
  background-color: #3c81c2;
  border-color: #3c81c2;
}
.post-description .post-bdy-content p:after {
  content: '[…]';
  margin-left: 5px;
}



@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 0 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 {
  text-transform: uppercase;
  margin: 20px 0;
  border-radius: 4px;
  display: block;
  text-align: center;
}
.blog-pagination__link {
  border: 1px solid #DADADA;
  background-color: #FFF;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0 0 1.5em;
  overflow: hidden;
  color: #1e73be !important;
  text-decoration: none;
  display: inline-block;
}
.blog-pagination__link--active {
  pointer-events: none;
  cursor: text;
  color: #626878 !important;
  border: 1px solid #DADADA;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
  color: #23527c !important;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {}
.blog-pagination__prev-link {
  text-align: left;
}
.blog-pagination__next-link {
  float: right;
  text-align: right;
}
.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 {}

.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 {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
  padding: 5px;
}
.blog-post h1 {
  margin-top: 0;
  color: #444;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: inherit;
}
.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: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.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 form {
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
  padding: 5px;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
div#comments-listing {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 30px;
  background: #fff;
}
.comment.depth-0:first-child {
  border: 0;
}
.comment-date {
  display: block !important;
  text-align: left;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}

div#comments-listing:empty {
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
div#comments-listing form {
  background: transparent;
  box-shadow: none !important;
  padding: 0;
}

@media(max-width: 767px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
    padding: 10px 7px;
  }

  .post-item .page-center {
    display: block;
  }
}

/*             Blog Listing with Sidebar            */
.blog-sidebar-inner {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
  margin-top: 18px;
}
.hs-blog-sidebar-search form {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  max-width: 100%;
}
.hs-blog-sidebar-search form .hs-search-field__input {
  position: relative;
  z-index: 2;
  float: left;
  width: 90%;
  margin-bottom: 0;
  display: table-cell;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  padding: 9px 5px;
  padding-right: 10px;
}
.hs-blog-sidebar-search form .hs-search-field__input::-webkit-input-placeholder {
  color: #999;
}
.hs-blog-sidebar-search form .hs-search-field__input:focus {
  color: #111;
  border-color: #66afe9;
  outline: 0;
}
.hs-blog-sidebar-search form button {
  color: #fff;
  background-color: #00a6b1;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  height: 40px;
  line-height: 40px;
  padding: 3px 12px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  width: 40px;
}
.hs-blog-sidebar-search form button svg {
  stroke: #fff;
  fill: #fff;
  height: 14.5px;
}
.hs-blog-sidebar-search form button:hover {
  background-color: #75d9a4;
}
.blog-sidebar-inner > div {
  width: 100%;
  margin-bottom: 50px;
}
.blog-sidebar-inner > div:last-of-type {
  margin-bottom: 0;
}
.blog-sidebar-inner h3 {
  text-transform: uppercase;
  margin-top: 0;
  color: #fff;
  background: #9bced2;
  padding: 10px;
  font-weight: 200;
}
.blog-sidebar-inner ul {
  line-height: 10px;
  font-size: 14px;
  color: #00394a;
}
.blog-sidebar-inner ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  line-height: 15px;
}
.blog-sidebar-inner ul li a {
  color: #00394a!important;
}
.blog-sidebar-inner .blog-sidebar-topic-filter ul li:before {
  font-family: fontawesome;
  margin-right: 6px;
  content: '\f115';
  color: #00394a!important;
}
.blog-sidebar-subscribe .form-title {
  display: none;
}
.blog-sidebar-subscribe .hs-form label {
  display: unset;
  font-weight: 700;
  font-size: 14px!important;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px;
  padding: 0;
  color: #222;
}
.blog-sidebar-subscribe .hs-form label .hs-form-required {
  margin-left: 4px;
}
.blog-sidebar-subscribe form {
  margin-bottom: 14px;
}

img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.hs-blog-post .entry-meta {
  margin-bottom: 40px;
}
.hs-blog-post .entry-meta span a {
  font-size: 13px;
  color: #1e73be;
}
.hs-blog-post .entry-meta span:not(:last-of-type) {
  margin-right: 10px;
}
.hs-blog-post .entry-meta span i.fa {
  font-size: 14px;
  margin-right: 3px;
}
.hs-blog-post .blog-post__body {
  margin: .5em 5px 5px;
}
.hs-blog-post .blog-post__body img {
  vertical-align: middle;
}
.hs-blog-post .blog-post__body .hs-blog-social-share {
  padding-bottom: 23px;
}
.hs-blog-post .blog-post__body .hs-blog-social-share.hs-blog-post-bottom-share {
  padding-top: 24px;
  padding-bottom: 0;
  margin-bottom: -5px;  
}
.custom-post-pagination {
  overflow: hidden;
  margin-top: 30px;
}
.custom-post-pagination .nav-previous {
  float: left;
  display: none;
}
.custom-post-pagination .nav-next {
  float: right;
  text-align: right;
}
.custom-post-pagination a {
  border: 1px solid #DADADA;
  background-color: #FFF;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0 0 1.5em;
  overflow: hidden;
  display: block;
}
.custom-post-pagination a:hover {
  color: #FFF;
  background: #0495C9;
  text-decoration: none;
}
.hs-blog-post .content-wrapper {
  margin-bottom: 20px;
}
.hs-post_related-section h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.hs-post_related-section ul li:not(:last-child) {
  margin-bottom: 10px;
}
.hs-post_related-section ul li a {
  font-size: 13px;
  color: #1e73be;
}
.hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  padding: 5px;
  position: absolute;
  left: 0;
  width: 100% !important;
}
.hs-search-field--open .hs-search-field__suggestions li a:hover {
  background-color: transparent;
}
.hs-blog-post .blog-post__body h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tagcloud {
  margin-top: 15px;
}
.tagcloud a {
  padding: 6px 7px;
  margin-right: 0;
  margin-bottom: 4px;
  line-height: 100%;
  display: inline-block;
  color: #FFF!important;
  background-color: #0495C9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px;
}
.tagcloud a:hover {
  background-color: #0495C9;
  border-color: #0495C9;
  color: #fff;
}
.custom-author-column .post-item-inner-section {
  display: none;
}
.post-item-inner-author .entry-header.page-header h2 {
  margin-top: 0;
  font-size: 28px;
  margin-bottom: 30px;
}
.post-item .post-item-inner-author .featured-image-wrapper img {
  float: none;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  display: block;
  margin: 53px auto auto;
  width: 100%;
}
.post-item-inner-author .entry-header.page-footer {
  margin-bottom: 40px;
}
.post-item-inner-author .entry-header.page-footer a {
  font-size: 13px;
}
.post-item-inner-author .entry-header.page-footer .read-more {
  float: right;
}
.post-item-inner-author .entry-header.page-footer > span:not(:last-of-type) {
  margin-right: 10px;
}
.blog-sidebar-subscribe .hs-form ul.no-list.hs-error-msgs label {
  font-size: 12px !important;
  line-height: 1.7;
}










@media(min-width: 992px) {
  .blog-sidebar-subscribe .hs-form .hs-button {
    margin-bottom: 0;
    margin-top: 8px;
  }
}


@media(max-width: 991px){
  .blog-index.span8 {
    width: 100%;
  }
  .blog-index {
    padding: 10px 0 0;
  }
  .blog-sidebar.span4 {
    width: 100%;
    margin-left: 0;
  }
  .custom-blog-title h1 {
    margin-top: 35px;
  }
  .blog-pagination__link {
    margin-bottom: 0;
  }
  .hs-blog-sidebar-search form .hs-search-field__input {
    width: 95%;
  }
  .blog-sidebar-inner {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .blog-sidebar-subscribe form .hs-input {
    padding: 7px 10px 9px;
    height: auto;
  }
  .blog-sidebar-subscribe .hs-form label {
    margin: 0 0 1px;
    display: inline-block;
  }
  .blog-sidebar-inner ul {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .hs-blog-post .content-wrapper {
    margin-bottom: 0;
  }
  .blog-sidebar-inner .hs-blog-sidebar-search .hs-search-field__suggestions {
    padding-bottom: 0;
  }
}

@media(max-width:767px){
  .hs-blog-listing .content-wrapper, 
  .hs-blog-post .content-wrapper {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .post-item {
    padding: 20px 25px;
  }
  .post-item .post-description {
    overflow: hidden;
  }
  .blog-post,
  .blog-comments form {
    padding: 20px 25px;
  }
  .hs-blog-post .blog-post__body .pullQuoteWrapper {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hs-blog-post .blog-post__body p a {
    word-break: break-all;
  }
}

@media(max-width: 640px){
  .post-item .featured-image-wrapper img {
    float: none;
    margin-left: 0;
    text-align: center;
    display: block;
  }
  .post-item .post-description {
    padding-top: 0;
  }
  .hs-blog-post .blog-post__body img {
    float: none !important;
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hs-blog-post .blog-post__body .hs_cos_wrapper > div {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
  }

}



@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form {
  max-width: 100%;
}

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

@media (max-width: 767px) and (min-width: 0){
  .systems-page .success {
    min-width: 100%;
  }
  input.email-edit.hs-input {
    width: 100% !important;
  }
}

/* ========== Error Page ========= */

.content-wrapper.error-page-wrapper {
  max-width: 1170px;
}
.custom-error-top {
  padding: 0 16px;
}
.custom-error-top h1 {
  margin: 9px 0 18px;
}
.custom-error-bottom {
  margin-bottom: 20px;
}
.custom-error-bottom .custom-error-left-col {
  width: calc(66.66666667% - 30px);
  margin: 0 15px 20px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
  padding: 5px 10px 10px;
  background-color: #fff;
  float: left;
}
.custom-error-bottom .custom-error-right-col {
  width: calc(33.33% - 30px);
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
  margin: 0 15px 20px;
  float: left;
}
.custom-error-bottom .custom-error-left-col h2 {
  font-size: 27px;
  color: #00394a;
  margin: 20px -5px;
}
.custom-error-bottom .custom-error-left-col ul.error-link {
  margin-top: 40px;
}
.error-page-wrapper .custom-testimonial-content-wrap {
  color: #222;
  margin-bottom: 50px;
}
.error-page-wrapper .custom-testimonial-content-wrap .quote-text {
  padding-left: 26px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.56;
  position: relative;
}
.error-page-wrapper .custom-testimonial-content-wrap .quote-text:before {
  content: '\f10d';
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 1px;
  padding-right: 3px;
  opacity: 0.25;
}
.error-page-wrapper .custom-testimonial-content-wrap .quote-text:after {
  content: '\f10e';
  font-family: FontAwesome;
  font-size: 18px;
  margin-left: 7px;
  padding-right: 3px;
  opacity: 0.25;
}
.error-page-wrapper  .custom-testimonial-content-wrap .cl-review-author {
  padding-left: 26px;
  line-height: 24px;
  padding-top: 15px;
}
.error-page-wrapper  .custom-testimonial-content-wrap span.cl-review-author-name {
  vertical-align: top;
  font-weight: 600;
  margin-right: 5px;
}
.error-page-wrapper  .custom-testimonial-content-wrap span.cl-review-author-occupation {
  display: inline-block;
  font-size: 0.9em;
  opacity: 0.5;
}

.custom-erro-from h3 {
  text-transform: uppercase;
  margin-top: 50px;
  color: #fff;
  background: #9bced2;
  padding: 10px;
  font-weight: 200;
}
.custom-erro-from h3.form-title {
  display: none;
}
.custom-erro-from .grecaptcha-badge {
  margin: 0;
}
.custom-erro-from .hs-form label {
  display: unset;
  font-weight: 700;
  font-size: 14px!important;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px;
  padding: 0;
  color: #222;
}
.custom-erro-from .hs-form label span.hs-form-required {
  margin-left: 3px;
}
.custom-erro-from ul.no-list.hs-error-msgs label {
  font-size: 12px !important;
  line-height: 20px;
}
.custom-erro-from  ul.inputs-list.multi-container {
  height: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
}
.custom-erro-from ul.inputs-list.multi-container li {
  margin-bottom: 3px;
  padding-top: 0;
  line-height: 20px;
}
.custom-erro-from  ul.inputs-list.multi-container li label {
  display: inline;
  vertical-align: baseline;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
}
.custom-erro-from .hs-input[type=checkbox] {
  margin: 0 9px 0 4px;
  width: 14px;
  height: 14px;
}

@media (max-width: 1199px) {
  .content-wrapper.error-page-wrapper {
    max-width: 970px;
  }
}
@media (max-width: 991px) {
  .content-wrapper.error-page-wrapper {
    max-width: 750px;
  }
  .custom-error-bottom .custom-error-left-col {
    width: calc(100% - 30px);
  }
  .custom-error-bottom .custom-error-right-col {
    width: calc(100% - 30px);
  }
}

@media (max-width: 767px) {
  .custom-error-bottom .custom-error-left-col {
    padding: 20px 30px 25px;
  }
}