@charset "UTF-8";

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.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;
}

.c-error-page__buttons {
  text-align: center;
}

.o-wrapper {
  padding: 0 0 40px 0;
}

.o-wrapper:first-child {
  padding: 40px 0;
}

.o-wrapper--half {
  padding: 0 0 20px 0;
}

.o-wrapper--half:first-child {
  padding: 20px 0;
}

.o-wrapper--double {
  padding: 0 0 80px 0;
}

.o-wrapper--double:first-child {
  padding: 80px 0;
}

.c-contact-form--invisible {
  visibility: hidden;
}

.c-contact-form__disclaimers {
  text-align: justify;
  padding: 10px 0;
}

.c-contact-form__disclaimers:before {
  display: table;
  content: ' ';
  clear: both;
}

.c-contact-form__legend {
  font-size: 14px;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.hs-contact {
  background-color: #e2e2e2;
  padding: 35px 0 45px;
  /* Alertbox Styling */
}

.hs-contact .form-group {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.hs-contact__checkbox,
.hs-contact__radio {
  display: block;
}

.hs-contact__checkbox input,
.hs-contact__radio input {
  display: inline-block;
  height: auto;
  width: auto;
  margin-right: 1rem;
}

.hs-contact .contact-alertbox {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.hs-contact .contact-alertbox--success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.hs-contact .contact-alertbox--error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.hs-contact .contact-alertbox--error.validation li {
  display: list-item;
}

.hs-contact select.validation-error,
.hs-contact input.validation-error,
.hs-contact textarea.validation-error {
  border: 1px solid #ea4545;
  background: #f5d0d0;
}

.hs-contact select.validation-error::-webkit-input-placeholder,
.hs-contact input.validation-error::-webkit-input-placeholder,
.hs-contact textarea.validation-error::-webkit-input-placeholder {
  color: #f15d56;
}

.hs-contact select.validation-error::-moz-placeholder,
.hs-contact input.validation-error::-moz-placeholder,
.hs-contact textarea.validation-error::-moz-placeholder {
  color: #f15d56;
}

.hs-contact select.validation-error:-ms-input-placeholder,
.hs-contact input.validation-error:-ms-input-placeholder,
.hs-contact textarea.validation-error:-ms-input-placeholder {
  color: #f15d56;
}

.hs-contact select.validation-error:-moz-placeholder,
.hs-contact input.validation-error:-moz-placeholder,
.hs-contact textarea.validation-error:-moz-placeholder {
  color: #f15d56;
}

.hs-contact #relate-opt-in-container {
  display: flex;
  padding: 4px 0;
  margin-bottom: 10px;
  border-radius: 4px;
}

.hs-contact #relate-opt-in-container .opt-in-box {
  white-space: nowrap;
}

.hs-contact #relate-opt-in-container .opt-in-text {
  padding-left: 24px;
}

.hs-contact #relate-opt-in-container.validation-error {
  outline: 2px solid #f15d56;
}

#contact-form .contact-form__container {
  display: flex;
  justify-content: center;
}

#contact-form .contact-form__container--reverse {
  flex-direction: row-reverse;
}

#contact-form .contact-form__image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
}

@media (max-width: 992px) {
  #contact-form .contact-form__image {
    display: none;
  }
}

#contact-form .contact-form__form-wrapper {
  flex: 1 0 auto;
  max-width: 450px;
  padding: 30px;
  position: relative;
}

@media (max-width: 992px) {
  #contact-form .contact-form__form-wrapper {
    flex: 1;
  }
}

#contact-form .contact-form__form-wrapper .section-header {
  margin-bottom: 25px;
}

#contact-form .contact-form__form-wrapper .section-header.error-message,
#contact-form .contact-form__form-wrapper .section-header.success-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px;
  text-align: center;
}

#contact-form .contact-form__form-wrapper .section-header.error-message > h2,
#contact-form .contact-form__form-wrapper .section-header.success-message > h2 {
  margin-bottom: 30px;
}

#contact-form .contact-form__form-wrapper .section-header > h2 {
  margin: 0;
}

#contact-form .contact-form__form-wrapper .section-header .contact-form__subtitle {
  padding: 10px 0;
}

#contact-form .contact-form__form-wrapper .control-label {
  font-weight: normal;
}

#contact-form .contact-form__form-wrapper .contact-btn {
  border: none;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.hs-custom-content-module .hs-background-wrapper {
  padding: 40px 0;
}

.hs-custom-content-module .hs-background-wrapper:nth-child(even) {
  background-color: #eee;
}

.hs-custom-content-module .hs-custom-content img {
  max-width: 100%;
  min-width: 100%;
}

.hs-custom-content-module .hs-custom-content .mask {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.hs-custom-content-module .hs-custom-content .o-text .o-header {
  margin: 10px 0;
  font-size: 36px;
}

@media (min-width: 992px) {
  .hs-custom-content-module .hs-custom-content .o-text .o-header {
    margin: 0 0 10px;
  }
}

.hs-custom-content-module .hs-custom-content .o-text p {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .hs-custom-content-module .col-lg-offset-2-5 {
    margin-left: 20.83333333%;
  }
}

.hs-custom-content-module .mt-20 {
  margin-top: 20px;
}

.hs-disclaimers {
  padding-top: 30px;
  padding-bottom: 30px;
}

.c-email-subscription {
  margin-bottom: 40px;
}

.c-email-subscription .hs-contact {
  background-color: transparent;
  margin-top: 0;
  padding-bottom: 0;
}

.c-email-subscription__intro_text {
  line-height: 20px;
}

.c-email-subscription__email-title {
  font-family: Georgia;
  font-size: 20px;
  margin-bottom: 6px;
  margin-top: 12px;
  padding-left: 10px;
}

.c-email-subscription__email_agreement {
  margin-top: 24px;
}

.c-email-subscription__email_agreement input[type=checkbox] {
  display: inline-block;
  height: 28px;
}

.c-email-subscription__agreement_text {
  display: flex;
  align-items: center;
  height: 28px;
  font-size: 10px;
  line-height: 15px;
  font-weight: normal;
  margin-left: 10px;
  margin-bottom: 0;
}

.c-email-subscription__submit_btn {
  margin-top: 20px;
  background-color: #d71e28 !important;
  border-color: #d71e28 !important;
  color: #ffffff !important;
  font-size: 16px !important;
}

.c-email-subscription__thank_you {
  margin-top: 10px;
  font-size: 20px;
}

.c-email-subscription__image {
  width: 100%;
  height: 370px;
  overflow: hidden;
}

.c-email-subscription__image-wrapper {
  height: 100%;
}

.c-email-subscription .error-text {
  font-size: 14px;
  font-weight: normal;
}

.c-email-subscription .cb-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-email-subscription .cb-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-email-subscription .cb-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 2px solid #dadada;
}

.c-email-subscription .cb-checkmark.cb-error {
  border: 1px solid #ea4545;
  background: #f5d0d0;
}

.c-email-subscription .cb-container:hover input ~ .cb-checkmark {
  background-color: #eee;
}

.c-email-subscription .cb-container input:checked ~ .cb-checkmark {
  background-color: #d71e28;
}

.c-email-subscription .cb-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.c-email-subscription .cb-container input:checked ~ .cb-checkmark:after {
  display: block;
}

.c-email-subscription .cb-container .cb-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .c-email-subscription__submit_btn_wrapper {
    display: flex;
    justify-content: center;
  }

  .c-email-subscription__image {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
  }

  .c-email-subscription__form {
    margin-top: 20px;
  }
}

.event-details__title {
  text-align: center;
}

.event-details__main-wrapper {
  background-color: #eee;
}

.event-details__container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  display: flex;
}

@media (min-width: 768px) {
  .event-details__container {
    width: 750px;
  }
}

@media (min-width: 922px) {
  .event-details__container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .event-details__container {
    width: 1170px;
  }
}

.event-details__image {
  width: 100%;
}

.event-details__content-wrapper {
  width: 50%;
}

.event-details__image-wrapper {
  width: 50%;
}

.event-details__other-events-link-wrapper {
  text-align: center;
}

.c-event {
  margin-top: 5px;
}

.hs-event {
  margin-bottom: 20px;
}

.hs-event .mask img {
  max-width: 100%;
  width: 200px;
  margin-top: 25px;
}

.hs-event__details-link {
  display: block;
  cursor: pointer;
}

.hs-footer {
  color: #fff;
}

.hs-footer h2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hs-footer a {
  color: inherit;
  text-decoration: underline;
}

.hs-footer a:hover {
  color: inherit;
  text-decoration: none;
}

.hs-footer .brokercheck-link {
  padding-top: 60px;
}

.hs-footer .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hs-footer .footer-content {
  padding-bottom: 10px;
}

.hs-footer .copyright-text {
  padding-top: 0px;
}

.hs-footer .hs-brand-logo img {
  margin-left: 0;
}

.hs-hero {
  padding: 170px 0 170px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}

.hs-hero .headline {
  font-size: 70px;
}

.hs-hero .tagline {
  font-size: 22px;
  padding: 0px 20px;
}

@media screen and (max-width: 480px) {
  .hs-hero {
    padding: 70px 0 70px;
  }

  .hs-hero .headline {
    font-size: 36px;
  }

  .hs-hero .tagline {
    font-size: 18px;
  }
}

.image-upload-widget--invalid .image-upload-widget__label {
  border: 1px solid #ea4545;
  background: #f5d0d0;
  color: #ea4545;
}

.image-upload-widget__label {
  display: block;
  cursor: pointer;
  padding: 5px;
  color: black;
}

.image-upload-widget__label-text {
  margin-left: 15px;
}

.image-upload-widget__input {
  position: relative;
  height: 0;
  width: auto;
  opacity: 0;
}

.image-upload-widget__image {
  display: block;
  max-width: 100%;
  max-height: 25%;
}

@media (min-width: 768px) {
  .image-upload-widget__image {
    max-height: 400px;
    max-width: 600px;
  }
}

.lazy-img {
  opacity: 0;
}

.lazy-img.loaded {
  opacity: 1;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hs-locations .section-header {
  margin-bottom: 20px;
}

.hs-locations .location__info {
  width: 100%;
  height: auto;
  min-height: 1px;
  overflow: hidden;
  padding-bottom: 20px;
}

.hs-locations .office-location__bottom-img {
  width: 100%;
  margin: 25px 0 10px 0;
}

.hs-locations .office-location__office-image {
  height: 100%;
  background-size: cover;
}

.hs-locations .google-map {
  height: 100%;
  overflow: hidden;
}

.hs-locations .photo-map {
  height: 321px;
  width: 100%;
}

.hs-locations .photo-map .left {
  width: 50%;
  height: 321px;
  float: left;
  overflow: hidden;
}

.hs-locations .photo-map .right {
  float: left;
  width: 50%;
}

.hs-locations .office-image {
  min-width: 100%;
  max-height: 321px;
}

.hs-locations .address-text {
  display: none;
  visibility: none;
}

.hs-locations .active .office-link a {
  color: #333;
}

.hs-locations .photo-map .left,
.hs-locations .photo-map .right {
  height: 100%;
}

@media (max-width: 480px) {
  .hs-locations .photo-map {
    height: 215px;
  }
}

@media (max-width: 768px) {
  .hs-locations .photo-map {
    height: 215px;
  }

  .hs-locations .office-image {
    max-height: 215px;
  }
}

@media (max-width: 996px) {
  .hs-locations .photo-map {
    height: 250px;
  }

  .hs-locations .office-image {
    max-height: 250px;
  }
}

@media all and (max-width: 767px) {
  .hs-locations .left,
  .hs-locations img.office-image {
    display: none;
  }

  .hs-locations .photo-map .right {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .hs-locations .nav {
    padding-left: 2px;
    padding-right: 2px;
  }

  .hs-locations .nav li {
    display: block !important;
    width: 100%;
    margin: 0px;
  }

  .hs-locations .nav li.active {
    margin: 0px;
  }

  .hs-locations .nav-tabs {
    border-bottom: 0px solid #fff;
  }

  .hs-locations .nav-tabs > li.active > a,
  .hs-locations .nav-tabs > li.active > a:hover,
  .hs-locations .nav-tabs > li.active > a:focus {
    border-bottom-color: #ddd;
  }
}

.hs-mortgage {
  background-color: #f8f8f8;
  margin: 0 !important;
  padding: 0 0 60px;
}

.hs-mortgage .hs-mortgage__subtitle {
  font-size: 16px;
  font-family: Verdana, sans-serif;
}

.hs-mortgage sup {
  color: #ca1858;
  font-size: 19px;
  font-family: Georgia, serif;
}

.hs-mortgage .form-group {
  margin-bottom: 30px;
}

.hs-mortgage .form-group input::placeholder {
  font-family: Verdana, sans-serif;
  padding-top: 2px;
}

.hs-mortgage h3 {
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 24px;
  margin-top: 60px;
}

.hs-mortgage label {
  font-weight: normal;
}

.hs-mortgage .btn {
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 30px;
  background-color: #d71e28 !important;
  color: white;
  border: none;
  outline: none;
}

.hs-mortgage .table-wrapper {
  overflow-x: auto;
}

.hs-mortgage table {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  width: 100%;
}

.hs-mortgage table tbody tr:nth-child(even) {
  background: #ffffff;
}

.hs-mortgage table tbody tr:nth-child(odd) {
  background: #efeeec;
}

.hs-mortgage table td {
  padding: 20px 10px;
  max-width: 260px;
}

.hs-mortgage table td .payment {
  font-size: 24px;
  font-weight: bold;
}

.hs-mortgage table th {
  padding: 20px 10px;
}

.hs-mortgage table .cell-right {
  text-align: right;
}

.hs-mortgage .loan-name {
  color: #d71e28;
  display: block;
  font-weight: bold;
  text-decoration: underline;
}

.hs-mortgage .disclaimer {
  font-size: 16px;
  font-family: Verdana, sans-serif;
  margin: 30px 0 0;
}

.navigation-top-menu,
.navbar-section {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navigation-top-menu {
  width: 100%;
  height: 40px;
  font-size: 12px;
  font-weight: 200;
  text-align: right;
  padding-top: 12px;
}

.navigation-top-menu a {
  color: #fff !important;
  font-weight: normal;
  border-radius: 0;
  margin-right: 14px;
  margin-left: 14px;
}

.navigation-top-menu a,
.navigation-top-menu a:active,
.navigation-top-menu a.active,
.navigation-top-menu a[disabled],
fieldset[disabled] .navigation-top-menu a {
  background-color: transparent;
}

.navigation-top-menu a,
.navigation-top-menu a:hover,
.navigation-top-menu a:focus,
.navigation-top-menu a:active {
  border-color: transparent;
}

.navigation-top-menu a:hover,
.navigation-top-menu a:focus {
  color: #fff !important;
  text-decoration: underline;
  background-color: transparent;
}

.navigation-top-menu .language-selector {
  cursor: pointer;
  display: inline;
  position: relative;
  padding-bottom: 5px;
}

.navigation-top-menu .language-selector__switch {
  color: #fff;
  border: 0;
  background: 0;
  font-size: 14px;
}

.navigation-top-menu .language-selector__switch:after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #fff;
  display: inline-block;
  height: 0;
  margin-bottom: 1px;
  margin-left: 5px;
  width: 0;
}

.navigation-top-menu .language-selector__dropdown {
  background-color: #fff;
  border: 1px solid black;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 500;
  display: none;
  top: 20px;
  padding: 5px;
  list-style-type: none;
}

.navigation-top-menu .language-selector__dropdown li {
  text-align: left;
  margin: 0;
  padding: 0;
}

.navigation-top-menu .language-selector__dropdown li a {
  color: #000 !important;
  margin: 0;
  padding: 5px;
  display: block;
}

.navigation-top-menu .language-selector__dropdown li a:after {
  content: "";
  border: 1px solid white;
  box-shadow: 0 0 0 1px black;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  float: right;
  margin-top: 4px;
}

.navigation-top-menu .language-selector__dropdown li a:hover {
  text-decoration: none;
  background-color: #F0EDE9;
}

.navigation-top-menu .language-selector__dropdown li a.active:after {
  background: black;
}

.navigation-top-menu .language-selector:hover .language-selector__switch,
.navigation-top-menu .language-selector__open .language-selector__switch {
  text-decoration: underline;
}

.navigation-top-menu .language-selector:hover .language-selector__dropdown,
.navigation-top-menu .language-selector__open .language-selector__dropdown {
  display: inline-block;
}

.navbar-placeholder {
  height: 90px;
}

@media (max-width: 767px) {
  .navbar-placeholder {
    height: 58px;
  }
}

.navbar-section-wrapper {
  min-height: 89px;
}

@media (max-width: 768px) {
  .navbar-section-wrapper {
    min-height: inherit;
  }
}

.navbar-section {
  background-color: #fff;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
  z-index: 50;
}

.navbar-section.affix {
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar-section .nav li a:hover ~ .sub-navigation-wrapper {
  display: block;
}

.navbar-section .sub-navigation-wrapper {
  position: absolute;
  width: 100%;
  top: 70px;
  padding-top: 14px;
  left: 0px;
  background: white;
  display: none;
  z-index: 1000;
}

.navbar-section .sub-navigation-wrapper:hover {
  display: block;
}

.navbar-section .sub-navigation-wrapper .sub-navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.navbar-section .sub-navigation-wrapper .sub-navigation li a {
  padding: 16px 0px;
  display: block;
  line-height: 20px;
  border: 0;
}

@media (max-width: 768px) {
  .navbar-section {
    position: fixed;
    top: 0;
    width: 100%;
  }
}

.hsct-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hsct-container:before,
.hsct-container:after {
  content: " ";
  display: table;
}

.hsct-container:after {
  clear: both;
}

@media (min-width: 992px) {
  .hsct-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .hsct-container {
    width: 1170px;
  }
}

.hsct-navbar {
  position: relative;
  background-color: #fff;
  min-height: 89px;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
}

.hsct-navbar:before,
.hsct-navbar:after {
  content: " ";
  display: table;
}

.hsct-navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .hsct-navbar {
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .hsct-navbar {
    min-height: 58px;
  }
}

.hsct-navbar-header:before,
.hsct-navbar-header:after {
  content: " ";
  display: table;
}

.hsct-navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .hsct-navbar-header {
    float: left;
  }
}

@media (max-width: 768px) {
  .hsct-navbar-header {
    width: 100%;
  }
}

.container > .hsct-navbar-header,
.container > .hsct-navbar-collapse,
.container-fluid > .hsct-navbar-header,
.container-fluid > .hsct-navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .hsct-navbar-header,
  .container > .hsct-navbar-collapse,
  .container-fluid > .hsct-navbar-header,
  .container-fluid > .hsct-navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.hs-brand-logo img {
  height: 75px;
  margin-left: 15px;
  margin-top: 5px;
}

@media (max-width: 769px) {
  .hs-brand-logo img {
    height: 75px;
  }
}

@media (max-width: 767px) {
  .hs-brand-logo img {
    height: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hs-brand-logo img {
    height: 75px;
  }
}

@media (max-width: 210px) {
  .hs-brand-logo img {
    height: 45px;
  }
}

.hs-brand-logo:hover,
.hs-brand-logo:focus {
  text-decoration: none;
}

.hs-brand-logo > img {
  display: block;
}

.hsct-navbar-toggle {
  position: relative;
  float: right;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  font-family: "Knockout48", helvetica, sans-serif;
  border-radius: 0;
  margin: 0;
  padding: 34px 25px 27px 28px;
}

.hsct-navbar-toggle:focus {
  outline: 0;
}

.hsct-navbar-toggle:hover,
.hsct-navbar-toggle:focus,
.hsct-navbar-toggle.opened {
  color: #fff !important;
}

@media (min-width: 769px) {
  .hsct-navbar-toggle {
    display: none;
  }
}

@media (max-width: 768px) {
  .hsct-navbar-toggle {
    padding: 28px 30px 27px 30px;
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .hsct-navbar-toggle {
    padding: 17px 25px 17px 25px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 50px;
  }
}

.hsct-navbar-nav > li > a {
  margin-left: 13px;
  margin-right: 13px;
  margin-top: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 20px;
}

.hsct-navbar-nav > li > a:hover,
.hsct-navbar-nav > li > a:focus {
  background-color: transparent;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .hsct-navbar-nav > li > a {
    display: none;
  }
}

@media (min-width: 769px) {
  .hsct-navbar-nav {
    float: right;
    margin: 0;
  }

  .hsct-navbar-nav > li {
    float: left;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.btn-navigation-contact-us {
  margin-top: 18px;
  float: right !important;
  font-size: 18px;
  line-height: 1;
  padding: 16px 27px 12px 27px;
  border-radius: 2px;
  border-color: #3586a1;
}

.btn-navigation-contact-us:focus,
.btn-navigation-contact-us.focus {
  color: #fff;
  background-color: #3586a1;
  border-color: #3586a1;
}

.btn-navigation-contact-us:hover {
  color: #3586a1;
  background-color: #fff;
  border-color: #3586a1;
}

@media (max-width: 768px) {
  .btn-navigation-contact-us {
    display: none;
  }
}

@media (max-width: 996px) {
  .btn-navigation-contact-us {
    margin-right: 20px;
  }
}

.sidr.right {
  transition: right 0.2s ease 0s;
}

.sidr--open.right {
  right: 0;
}

.sidr-open {
  position: absolute;
  animation: animateBodyOpen .2s;
  right: 260px;
}

.sidr-close {
  position: absolute;
  animation: animateBodyClose .2s;
  right: 0;
}

.sidr-html {
  overflow-x: hidden;
}

.sidr-body {
  transition: right 0.2s ease 0s, width 0.2s ease 0s;
  width: 100%;
}

.sidr-body.right {
  right: 260px;
}

@keyframes animateBodyOpen {
  from {
    right: 0;
  }

  to {
    right: 260px;
  }
}

@keyframes animateBodyClose {
  from {
    right: 260px;
  }

  to {
    right: 0;
  }
}

.warning-message {
  padding: 14px;
  background-color: #f1dd3d;
}

.warning-message__container {
  display: flex;
  align-items: center;
}

.warning-message__content {
  flex-grow: 1;
}

.warning-message__title {
  font-size: 23px;
  line-height: 35px;
  font-weight: bold;
  color: #004c6c;
  margin-top: 0;
}

.warning-message__description {
  font-size: 20px;
  line-height: 30px;
}

.warning-message__close-button {
  font-size: 31px;
  padding: 20px;
  color: #337ab7;
  background: none;
  border: 0;
}

.after-logo-text {
  color: white;
  display: inline-flex;
  padding-left: 20px;
  margin-left: 20px;
  align-items: center;
  border-left: 1px solid #fff;
  line-height: 22px;
}

.after-logo-content {
  display: inline-block !important;
}

@media screen and (min-width: 768px) and (max-width: 910px) {
  .after-logo-text {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .after-logo-text {
    display: none;
  }
}

#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #BF1722;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
}

#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  -webkit-transition: top .1s ease-in;
  transition: top .1s ease-in;
}

.hs-posts {
  /* Image only styles */
  /* Text only styles */
  /* Link only styles */
  /* Link with message styles */
}

.hs-posts .overlay {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999;
  opacity: 0.0;
  cursor: pointer;
}

.hs-posts .hs-post a:hover .overlay,
.hs-posts .hs-post a:focus .overlay {
  opacity: 0.8;
}

.hs-posts a {
  text-decoration: none;
}

.hs-posts .hs-post .overlay p {
  color: #FFF;
  opacity: 1;
  margin-top: 47%;
  text-align: center;
}

.hs-posts .hs-post.modal--show {
  margin-bottom: 0px;
}

.hs-posts .hs-post.modal--show .modal-inner {
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

.hs-posts .hs-post.modal--show .modal-inner .modal-content {
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

.hs-posts .hs-post.modal--show img {
  width: 100%;
}

.hs-posts .hs-post.modal--show p {
  margin-top: 10px;
}

@media all and (max-width: 768px) {
  .hs-posts .hs-post {
    margin-bottom: 14px;
  }

  .hs-posts .overlay:hover {
    opacity: 0.0;
  }
}

.hs-posts .image {
  height: 203px;
  overflow: hidden;
  position: relative;
}

.hs-posts .image img {
  width: 100%;
  height: auto;
}

.hs-posts .image:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

@media all and (max-width: 768px) {
  .hs-posts .image img {
    width: 100%;
    margin: 0;
    left: 0;
    top: -25%;
  }
}

.hs-posts .message {
  padding: 18px 18px 40px;
  width: 100%;
  height: 185px;
}

.hs-posts .message .content-inner {
  max-height: 9em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-posts .hs-post p {
  color: #777777;
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 0;
  white-space: pre-wrap;
}

.hs-posts .message a {
  color: #006ab6;
  font-size: 15px;
  padding-right: 30px;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.hs-posts .message a:before {
  display: block;
  content: '';
  width: 21px;
  height: 21px;
  position: absolute;
  top: 2px;
  right: -2px;
  /*  background: url(../images/icon-more.png) no-repeat; */
}

.hs-posts .message .content-summary {
  font-style: italic;
  font-size: 12px;
  color: #c9c9c9;
}

.hs-posts .tile-header {
  font-size: 26px;
  color: #b12029;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  width: 100%;
}

@media all and (max-width: 991px) {
  .hs-posts .message {
    line-height: 1.95em;
  }
}

.hs-posts .hs-post {
  margin-bottom: 30px;
}

.hs-posts .wrapper {
  border: 1px solid #ccc;
  position: relative;
  z-index: 1;
}

.hs-posts .wrapper:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.hs-posts .link {
  position: relative;
  min-height: 1px;
  overflow: hidden;
  width: 100%;
}

.hs-posts .hs-post.image-only img {
  width: inherit;
  position: absolute;
  right: 0px;
  height: 100%;
}

.hs-posts .hs-post.image-only .image {
  height: 388px;
}

.hs-posts .hs-post .message {
  word-wrap: break-word;
  justify-content: center;
  align-items: center;
}

.hs-posts .hs-post.text-only .message {
  height: 388px;
}

.hs-posts .hs-post.link-only img {
  width: inherit;
  position: absolute;
  right: 0;
  height: 100%;
}

.hs-posts .hs-post.link-only .image {
  height: 388px;
}

.hs-posts .hs-post.link-only h3 {
  font-size: 16px;
  color: #fff;
}

.hs-posts .hs-post.link-only p {
  font-size: 12px;
  color: #fff;
}

.hs-posts .hs-post.link-only .summary {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
}

.hs-posts .hs-post.link-and-message h3 {
  font-size: 16px;
  color: #fff;
}

.hs-posts .hs-post.link-and-message h3.link-message__title--black {
  color: #000;
}

.hs-posts .hs-post.link-and-message .a {
  text-decoration: none;
}

.hs-posts .hs-post.link-and-message .url {
  font-size: 12px;
  color: #fff;
}

.hs-posts .hs-post.link-and-message .summary {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
}

.hs-product {
  margin-bottom: 30px;
}

.hs-product img {
  max-width: 100%;
  max-height: 250px;
  margin: 0 auto;
  display: block;
}

.c-profile__wrapper {
  background-color: #555;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 41px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .c-profile__wrapper {
    padding-top: 50px;
    padding-bottom: 63px;
  }
}

@media (min-width: 991px) {
  .c-profile__wrapper {
    padding-bottom: 89px;
  }
}

.c-profile__header {
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .c-profile__header {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .c-profile__header {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.c-profile__designations {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.c-profile__full-name {
  font-size: 36px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .c-profile__full-name {
    font-size: 50px;
    margin-bottom: 3px;
    letter-spacing: 1px;
  }
}

@media (min-width: 991px) {
  .c-profile__full-name {
    font-size: 70px;
    margin-bottom: 12px;
  }
}

.c-profile__title {
  display: inline;
  position: relative;
  letter-spacing: 0;
  font-size: 16px;
  margin-right: 22px;
  line-height: 1;
}

@media (min-width: 768px) {
  .c-profile__title {
    font-size: 22px;
    margin-right: 24px;
  }
}

@media (min-width: 991px) {
  .c-profile__title {
    margin-right: 37px;
  }
}

.c-profile__icon-list {
  display: inline;
  position: relative;
}

.c-profile__icon {
  margin-right: 6px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.c-profile__icon:last-child {
  margin-right: 0;
}

.c-profile__image-container {
  padding-right: 5px;
  padding-top: 20px;
  width: 100%;
}

@media (min-width: 991px) {
  .c-profile__image-container {
    padding-top: 0;
    padding-right: 43px;
  }
}

@media (max-width: 767px) {
  .c-profile__image-container {
    text-align: center;
  }
}

.c-profile__image {
  border: 2px solid #fff;
}

.c-profile__summary {
  font-size: 18px;
  line-height: 1.3em;
  padding-top: 25px;
  letter-spacing: 0.6px;
}

.c-profile__summary a {
  text-decoration: underline;
  color: inherit;
}

.c-profile__summary a:hover {
  color: inherit;
  text-decoration: none;
}

.c-profile__contact {
  font-size: 18px;
  margin: 12px 0px;
}

.c-profile__contact .contact-item {
  margin-top: 8px;
}

.c-profile__contact .contact-value__link {
  text-decoration: underline;
}

@media (min-width: 991px) {
  .c-profile__buttons {
    margin-top: 41px;
  }
}

.c-profile__button {
  font-size: 18px;
  line-height: 1;
  width: 100%;
  margin: 0 0 12px 0;
}

@media (min-width: 768px) {
  .c-profile__button {
    width: auto;
    margin: 0 12px 0 0;
  }
}

.col-sm-3--half,
.col-sm-8--half {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-sm-4--half,
  .col-sm-8--half {
    float: left;
  }

  .col-sm-push-4--half {
    left: 30%;
  }

  .col-sm-pull-8--half {
    right: 70%;
  }

  .col-sm-4--half {
    width: 30%;
  }

  .col-sm-8--half {
    width: 70%;
  }

  .col-sm-gutter-right--0 {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .init-custom-css__top {
    top: 0 !important;
  }
}

.btn-profile-action {
  font-size: 18px;
  line-height: 1;
  padding: 15px;
  margin-right: 23px;
  border-radius: 4px;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-profile-action:focus,
.btn-profile-action.focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-profile-action:hover {
  color: #3586a1;
  background-color: #fff;
  border-color: #fff;
}

@media (max-width: 767px) {
  .btn-profile-action {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 12px;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn-profile-action {
    padding: 13px;
    margin-right: 6px;
    font-size: 16px;
  }
}

.c-profile__image {
  max-height: 100%;
  max-width: 100%;
  border: 2px solid #fff;
}

.g-recaptcha {
  transform: scale(0.723);
  transform-origin: 0 0;
  margin-bottom: 23px;
}

.g-recaptcha-wrapper {
  max-width: 220px;
  overflow: hidden;
}

.validation-error .g-recaptcha iframe {
  border: 1px solid #ea4545;
  border-radius: 5px;
}

@media all and (min-width: 400px) {
  .g-recaptcha-wrapper {
    max-width: 304px;
  }

  .g-recaptcha {
    transform: scale(1);
  }
}

@media all and (min-width: 993px) {
  .g-recaptcha-wrapper {
    max-width: unset;
  }

  .g-recaptcha {
    transform: scale(1.04276);
    margin-bottom: 3px;
  }
}

.c-review-tracker {
  padding: 43px 0;
}

.c-review-tracker__quote-wrapper {
  padding: 0 100px;
  text-align: center;
}

@media (min-width: 992px) {
  .c-review-tracker__quote-wrapper {
    padding: 15px;
    text-align: left;
  }
}

.c-review-tracker .amplify-widget {
  text-align: center;
  margin-top: 12px;
}

.c-review-tracker .amplify-widget > div[data-test-id="card"] {
  margin: 0;
  border: 0;
}

.c-review-tracker .amplify-widget > div[data-test-id="card"] > span {
  font-size: 27px;
}

.c-review-tracker .amplify-widget > div[data-test-id="card"] > span > span {
  font-size: 27px;
}

.c-review-tracker .amplify-widget > div[data-test-id="card"] > div {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.c-review-tracker__quote {
  font-family: Georgia;
  font-size: 27px;
  font-style: italic;
  line-height: 42px;
  color: #4f4f4f;
}

.c-review-tracker__quotation_mark {
  position: absolute;
  width: 60px;
  top: 10px;
  left: 30px;
}

@media (min-width: 992px) {
  .c-review-tracker__quotation_mark {
    top: 25px;
    left: -65px;
  }
}

.o-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.o-icon-list__li {
  font-size: 20px;
  margin: 0 0 5px 0;
}

.o-icon-list__li:last-child {
  margin: 0;
}

.o-icon-list__li--inline {
  display: inline-block;
  margin: 0 5px 0 0;
}

.o-icon-list__li--inline:last-child {
  margin: 0;
}

.c-team-members {
  /* Office Anchor Links */
}

.c-team-members__member {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

@media (min-width: 991px) {
  .c-team-members__member {
    margin-top: 40px;
  }
}

.c-team-members__name {
  margin-top: 30px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .c-team-members__name {
    margin-top: 0;
  }
}

.c-team-members__p {
  margin: 25px 0;
}

.c-team-members__p--designations {
  margin-top: 10px;
}

.c-team-members__image {
  max-width: 100%;
  width: 100%;
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .c-team-members__image {
    width: auto;
  }
}

.c-team-members__description-list {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .c-team-members__description-list {
    margin-bottom: 0;
  }
}

.c-team-members__description-label,
.c-team-members__description-value {
  float: left;
}

.c-team-members__description-label {
  clear: both;
  min-width: 100px;
}

.c-team-members__description-value {
  margin-left: 30px;
}

.c-team-members__button:first-child {
  margin-top: 30px;
}

.c-team-members h2 {
  padding: 0 15px;
}

.c-team-members .row:last-child {
  margin-bottom: 40px;
}

.c-team-members .office-anchor a {
  color: #0671cb;
  display: inline-block;
  padding: 10px 15px 10px 0;
  text-decoration: none;
}

.c-team-members .office-anchor a:not(:first-child) {
  padding: 10px 15px 10px 0;
}

.c-team-members .office-anchor a:hover {
  color: #003A70;
}