@charset "UTF-8";
/*!
Theme Name: guidance-residential
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: guidance-residential
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

guidance-residential is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*!
 *  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);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          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;
}

ul.list-unstyled, ol.list-unstyled, .bullet-list, .tags, .meta, .social-networks, #header-menu ul.dropdown, .breadcrumbs, .category-nav ul, .secondary-nav ul, .subscribe .hs-form .hs-error-msgs.inputs-list, #content .hbspt-form .hs_daily_mortgage_news_newsletter_consent .inputs-list, .hbspt-form .hs-error-msgs.inputs-list, .widget ul, #footer .social-networks, .privacy-nav, .footer-logo-list, .fnav {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

ul.list-unstyled > li, ol.list-unstyled > li, .bullet-list > li, .tags > li, .meta > li, .social-networks > li, #header-menu ul.dropdown > li, .breadcrumbs > li, .category-nav ul > li, .secondary-nav ul > li, .subscribe .hs-form .hs-error-msgs.inputs-list > li, #content .hbspt-form .hs_daily_mortgage_news_newsletter_consent .inputs-list > li, .hbspt-form .hs-error-msgs.inputs-list > li, .widget ul > li, #footer .social-networks > li, .privacy-nav > li, .footer-logo-list > li, .fnav > li {
  min-height: auto;
  padding: 0;
  position: static;
}

ul.list-unstyled > li:before, ol.list-unstyled > li:before, .bullet-list > li:before, .tags > li:before, .meta > li:before, .social-networks > li:before, #header-menu ul.dropdown > li:before, .breadcrumbs > li:before, .category-nav ul > li:before, .secondary-nav ul > li:before, .subscribe .hs-form .hs-error-msgs.inputs-list > li:before, #content .hbspt-form .hs_daily_mortgage_news_newsletter_consent .inputs-list > li:before, .hbspt-form .hs-error-msgs.inputs-list > li:before, .widget ul > li:before, #footer .social-networks > li:before, .privacy-nav > li:before, .footer-logo-list > li:before, .fnav > li:before {
  width: auto;
  height: auto;
  min-width: inherit;
  margin: inherit;
  content: normal;
  counter-increment: none;
  background: transparent;
  border-radius: 0;
  position: static;
  top: auto;
  left: auto;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

a,
.btn,
button, .subscribe .hs-form .hs-button, article.single-post .video-holder:after, article.single-post .video-holder time,
article.single-post .video-holder .play-time-wrapper {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

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

/*input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea {
  width: 100% !important;
  height: calc(1.3846em + 1.25rem + 2px);
  padding: 0.625rem 1.125rem;
  font-size: 13px;
  line-height: 1.3846;
  font-weight: 700;
  color: #333;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}*/

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='date']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #bdbdbd;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='date']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bdbdbd;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bdbdbd;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
input[type='url'].placeholder,
input[type='date'].placeholder,
textarea.placeholder {
  color: #bdbdbd;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='url']:focus,
input[type='date']:focus,
textarea:focus {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

select {
  width: 100%;
  height: calc(1.3846em + 1.25rem + 2px);
  font-size: 13px;
  line-height: 1.3846;
  font-weight: 700;
  color: #333;
  padding: 0.625rem 1.125rem;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3e%3cpath fill='%23808080' d='M5.05091 5.86312C4.85095 6.10457 4.48068 6.10457 4.28072 5.86311L0.792102 1.65051C0.522177 1.32457 0.753995 0.831602 1.17719 0.831602L8.15443 0.831603C8.57763 0.831603 8.80945 1.32457 8.53953 1.65051L5.05091 5.86312Z'/%3e%3c/svg%3e") no-repeat right 1.125rem center/10px 7px;
  border: 1px solid #ebebeb;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

select:focus::-ms-value {
  color: #333;
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

select[multiple], select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.125rem;
  background-image: none;
}

.comment-form {
  padding: 20px 15px;
  background: #f8f8fa;
  -webkit-box-shadow: 0 0 21px rgba(128, 128, 128, 0.5);
          box-shadow: 0 0 21px rgba(128, 128, 128, 0.5);
  margin: 0 -15px 30px;
}

@media (min-width: 768px) {
  .comment-form {
    padding: 30px 20px;
    margin: 0 0 50px;
    border-radius: 10px;
  }
}

@media (min-width: 992px) {
  .comment-form {
    margin: 0 0 80px;
  }
}

.post-password-form {
  margin: 0 0 20px;
}

.post-password-form label {
  display: block;
}

.search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-form.search-active .form-control {
  padding-right: 30px;
}

.search-form.search-active .btn-reset {
  opacity: 1;
  visibility: visible;
}

.search-form label {
  font-size: 12px;
  line-height: 1;
  color: #bdbdbd;
  position: absolute;
  top: 17px;
  left: 21px;
}

.search-form label + .form-control {
  padding-left: 45px;
}

.search-form label i {display: block; color: #828282;}

.elementor-kit-9 .search-form input[type="search"].form-control,
.elementor-kit-9 .search-form input[type="search"].form-control:focus {
  height: 45px;
  padding: 10px 35px 10px 41px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: normal;
  font-size: 16.5px;
  line-height: 25px;
  color: #828282;
  border: 1px solid rgba(79, 79, 79, 0.4);
  box-sizing: border-box;
  border-radius: 5px;
  text-transform: capitalize;
  background-color: #ffffff;
  box-shadow: none;
}

.search-form .form-control::-webkit-input-placeholder {
  color: #828282;
}

.search-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #828282;
}

.search-form .form-control:-ms-input-placeholder {
  color: #828282;
}

.search-form .form-group {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.search-form .form-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search-form .btn {
  min-width: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0 0 0 -1px;
}

@media (min-width: 768px) {
  .search-form .btn {
    line-height: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.search-form .btn-reset {
  padding: 0;
  font-size: 12px;
  line-height: 1;
  color: #bdbdbd;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
}

.search-form .btn-reset:hover {
  color: inherit;
  background-color: transparent;
  box-shadow: none;
}

.search-form .btn-reset i {
  display: block;
}

.password-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}

.password-form:last-child {
  margin-bottom: 0;
}

.password-form .form-group {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.password-form .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.password-form .btn {
  min-width: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0 0 0 -2px;
}

@media (min-width: 768px) {
  .password-form .btn {
    line-height: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.commentlist {
  padding: 20px 15px;
  background: #f8f8fa;
  -webkit-box-shadow: 0 0 21px rgba(128, 128, 128, 0.5);
          box-shadow: 0 0 21px rgba(128, 128, 128, 0.5);
  margin: 0 -15px 30px;
}

@media (min-width: 768px) {
  .commentlist {
    padding: 30px 20px;
    margin: 0 0 50px;
    border-radius: 10px;
  }
}

@media (min-width: 992px) {
  .commentlist {
    margin: 0 0 80px;
  }
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist p {
  margin: 0 0 10px;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.nav-links,
.navigation-comments {
  margin: 0 -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .nav-links,
  .navigation-comments {
    margin: 0 -4px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.nav-links span,
.navigation-comments span {
  pointer-events: none;
}

.nav-links .page-numbers,
.nav-links .prev,
.nav-links .next,
.navigation-comments .page-numbers,
.navigation-comments .prev,
.navigation-comments .next {
  width: 26px;
  height: 26px;
  padding: 4px 2px;
  margin: 0 2px;
  border-radius: 100%;
  text-align: center;
  color: inherit;
}

@media (min-width: 768px) {
  .nav-links .page-numbers,
  .nav-links .prev,
  .nav-links .next,
  .navigation-comments .page-numbers,
  .navigation-comments .prev,
  .navigation-comments .next {
    width: 33px;
    height: 33px;
    margin: 0 4px;
  }
}

.nav-links .page-numbers:hover, .nav-links .page-numbers.current,
.nav-links .prev:hover,
.nav-links .prev.current,
.nav-links .next:hover,
.nav-links .next.current,
.navigation-comments .page-numbers:hover,
.navigation-comments .page-numbers.current,
.navigation-comments .prev:hover,
.navigation-comments .prev.current,
.navigation-comments .next:hover,
.navigation-comments .next.current {
  color: #fff;
  background: #2e54a2;
}

.navigation-single {
  margin-bottom: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation-single .btn {
  min-width: inherit;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: .4em;
  margin-bottom: 1.2em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: .4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

@font-face {
  font-family: icomoon;
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svgicomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-home:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e903";
}

.icon-caret-down:before {
  content: "\e904";
}

.icon-envelope:before {
  content: "\e905";
}

.icon-play:before {
  content: "\e906";
}

.icon-play-circle:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e908";
}

.icon-twitter:before {
  content: "\e909";
}

.icon-google-plus:before {
  content: "\e90a";
}

.icon-link:before {
  content: "\e90b";
}

.icon-linkedIn:before {
  content: "\e90c";
}

.icon-youtube:before {
  content: "\e90d";
}

.icon-wheelchair:before {
  content: "\e90e";
}

.icon-article:before {
  content: "\e90f";
}

.icon-badge:before {
  content: "\e910";
}

.icon-bulb:before {
  content: "\e911";
}

.icon-file:before {
  content: "\e912";
}

.icon-home-buying:before {
  content: "\e913";
}

.icon-mic:before {
  content: "\e914";
}

.icon-realtors:before {
  content: "\e915";
}

.icon-refinancing:before {
  content: "\e916";
}

.icon-video:before {
  content: "\e917";
}

.icon-star:before {
  content: "\e918";
}

.icon-arrow-right-circle:before {
  content: "\e919";
}

.icon-download:before {
  content: "\e91a";
}

.icon-cross:before {
  content: "\e91c";
}

.icon-check:before {
  content: "\e91b";
}

.icon-facebook-square:before {
  content: "\e91d";
}

.icon-twitter-square:before {
  content: "\e91e";
}

.icon-linkedin-square:before {
  content: "\e91f";
}

.icon-youtube-square:before {
  content: "\e920";
}

.icon-google-plus-square:before {
  content: "\e921";
}

body {
  min-width: 320px;
  -ms-overflow-style: scrollbar;
}

@media (max-width: 767.98px) {
  body.nav-active {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
}

a,
.btn,
button {
  text-decoration: none;
}

a:focus, a:active,
.btn:focus,
.btn:active,
button:focus,
button:active {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0 !important;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6 {
  color: inherit;
}

h1, .h1 {
  margin: 0 0 22px;
  line-height: 1.375;
  letter-spacing: -0.3px;
}

@media (min-width: 768px) {
  h1, .h1 {
    margin: 0 0 32px;
  }
}

@media (min-width: 992px) {
  h1, .h1 {
    margin: 0 0 42px;
  }
}

h2, .h2 {
  line-height: 1.3636;
  margin: 0 0 17px;
}

h3, .h3 {
  margin: 0 0 17px;
}

p:last-child {
  margin-bottom: 0 !important;
}

p a {
  text-decoration: underline;
}

main.site-main .entry-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

main.site-main .entry-content ul:last-child {
  margin-bottom: 0 !important;
}

main.site-main .entry-content ul > li {
  min-height: 39px;
  padding: 8px 0 8px 29px;
  position: relative;
}

main.site-main .entry-content ul > li:before {
  width: 5px;
  height: 5px;
  content: "";
  background: #636363;
  border-radius: 100%;
  position: absolute;
  top: 17px;
  left: 0;
}

main.site-main .entry-content ul > li:last-child {
  margin-bottom: 0 !important;
}

main.site-main .entry-content ol {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  counter-reset: item;
}

main.site-main .entry-content ol.alpha > li:before {
  content: counter(item, lower-alpha) ")";
}

main.site-main .entry-content ol > li {
  min-height: 39px;
  padding: 8px 0 8px;
  position: relative;
}

main.site-main .entry-content ol > li:before {
  min-width: 23px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  content: counters(item, ".") ".";
  counter-increment: item;
}

main.site-main .entry-content ol > li:last-child {
  margin-bottom: 0 !important;
}

.bullet-list {
  font-weight: 600;
}

.bullet-list li {
  padding: 6px 0 6px 13px;
  position: relative;
}

.bullet-list li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #2e54a2;
}

.bullet-list li a {
  text-decoration: underline;
}

.btn {
  min-width: 200px;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .btn {
    line-height: 19px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .form-group {
    margin-bottom: 22px;
  }
}

label {
  color: #333;
  font-size: 15px;
  line-height: 1.333;
  font-weight: 600;
  margin: 0 0 8px;
}

label.required:before {
  content: "*";
  color: #eb5757;
}

.form-control {
  text-overflow: ellipsis;
}

.custom-checkbox, #content .hbspt-form .hs_daily_mortgage_news_newsletter_consent label {
  padding-left: 27px;
  position: relative;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, #content .hbspt-form .hs_daily_mortgage_news_newsletter_consent label .custom-control-input:checked ~ .custom-control-label:before,
.custom-checkbox input:checked ~ span:before,
#content .hbspt-form .hs_daily_mortgage_news_newsletter_consent label input:checked ~ span:before {
  font-family: 'icomoon';
  content: "";
  font-weight: normal;
  line-height: 1;
  padding: 1px;
  font-size: 9px;
  line-height: 1;
  color: #fff;
  background: #2e54a2;
  border-color: transparent;
  background-image: none;
}

.custom-checkbox .custom-control-label:after, #content .hbspt-form .hs_daily_mortgage_news_newsletter_consent label .custom-control-label:after {
  display: none;
}

.custom-checkbox input, #content .hbspt-form .hs_daily_mortgage_news_newsletter_consent label input {
  width: 0;
  height: 0;
  position: absolute;
  clip: rect(0 0 0 0);
}

.custom-checkbox span:before, #content .hbspt-form .hs_daily_mortgage_news_newsletter_consent label span:before {
  width: 0.8125rem;
  height: 0.8125rem;
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
}

.custom-control-label:before, .custom-control-label:after {
  left: -27px;
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 600px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bg-primary {
  background: #274584 !important;
}

/* light background full styles */
.bg-light-full {
  position: relative;
}

/* dark background full styles */
.bg-dark-full {
  position: relative;
}

.bg-dark-full:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  background: #333;
}

/* image hodler styles */
.bg-stretch,
.img-holder,
.video-holder {
  background-size: cover;
  background-position: center;
}

/* video hodler styles */
.video-holder {
  padding-top: 56.2%;
  position: relative;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .video-holder {
    margin: 0 0 40px;
  }
}

@media (min-width: 992px) {
  .video-holder {
    margin: 0 0 60px;
  }
}

.video-holder iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
}

/* podcast holder styles */
.podcast-holder {
  position: relative;
  margin: 0 0 28px;
}

@media (min-width: 768px) {
  .podcast-holder {
    margin: 0 0 33px;
  }
}

.podcast-holder p {
  margin: 0;
}

/* custom select/dropdown styles */
.jcf-select {
  font-size: 13px;
  line-height: 1.3846;
  font-weight: 700;
  position: relative;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .jcf-select {
    margin-bottom: 34px;
  }
}

.jcf-select.active {
  z-index: 999;
}

.jcf-select.active ul {
  display: block;
}

.jcf-select.active a.opener {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.jcf-select.active a.opener:after {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}

.jcf-select.sort-select a.opener {
  padding-right: 18px;
}

.jcf-select.sort-select a.opener:after {
  right: inherit;
  margin: 0 0 0 10px;
}

.jcf-select.sort-select a.opener[data-title] + ul {
  left: 53px;
}

.jcf-select a.opener {
  display: block;
  padding: 13px 30px 13px 18px;
  color: #333;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 9;
}

.jcf-select a.opener:after {
  font-family: 'icomoon';
  content: "";
  font-weight: normal;
  line-height: 1;
  font-size: 10px;
  color: #808080;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jcf-select a.opener[data-title]:before {
  content: attr(data-title);
  margin: 0 10px 0 0;
  color: #bdbdbd;
}

.jcf-select ul {
  padding: 0 15px;
  margin: -1px 0 0;
  background: #fff;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 8;
  display: none;
}

.jcf-select ul li + li {
  border-top: 1px solid #ebebeb;
}

.jcf-select ul li.active a,
.jcf-select ul li a:hover {
  color: #333;
}

.jcf-select ul li a {
  display: block;
  padding: 12px 0;
  color: #808080;
}

/* tags styles */
.tags {
  margin: 0 -5px 17px;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.tags li {
  padding: 0 5px 11px;
}

.blog-post-page #content .tags li a {
  display        : block;
  padding        : 10px 20px;
  border-radius  : 4px;
  color          : #4F4F4F;
  background     : #F8F8FA;
  text-decoration: none;
  font-weight    : 400;
  font-size      : 16.5px;
  line-height    : 25px;
}

.blog-post-page #content .tags li a:hover {
  background: #ebebeb;
}

/* meta styles */
.meta {
  margin               : 0 0 10px 0;
  font-size            : 13px;
  line-height          : 17px;
  font-weight          : bold;
  color                : #2e54a2;
  text-transform       : uppercase;
  display              : -webkit-box;
  display              : -ms-flexbox;
  display              : flex;
  -webkit-box-orient   : horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow        : row wrap;
  flex-flow            : row wrap;
}

.meta li {
  padding: 0 18px 0 0;
  position: relative;
}

.meta li:last-child {
  padding-right: 0;
}

.meta li:last-child:after {
  display: none;
}

.meta li:after {
  width: 3px;
  height: 3px;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #4F4F4F;
  border-radius: 100%;
}

.meta li a {
  text-decoration: underline;
}

.meta li [class*="icon-"] {
  margin: 0 10px 0 0;
}

/* social networks styles */
.social-networks {
  margin: 0 -7px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .social-networks {
    margin: 0 -10px 30px;
  }
}

.social-networks.text-center,
.text-center .social-networks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-networks li {
  padding: 0 10px 10px;
  position: relative;
}

.social-networks li a {
  width            : 50px;
  height           : 50px;
  font-size        : 20px;
  padding          : 10px;
  color            : #FFF;
  border           : 2px solid #00B6C7;
  border-radius    : 100%;
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -webkit-box-align: center;
  -ms-flex-align   : center;
  align-items      : center;
  -webkit-box-pack : center;
  -ms-flex-pack    : center;
  justify-content  : center;
  text-decoration  : none;
  background-color : #00B6C7;
}

.social-networks li a i {
  display: block;
}

.social-networks li .selection-notification {
  padding          : 5px;
  font-size        : 10px;
  color            : #fff;
  background       : #000;
  border-radius    : 3px;
  position         : absolute;
  top              : 50%;
  left             : 100%;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
  margin           : -5px 0 0;
  white-space      : nowrap;
}

/* main container styles */
#wrapper {overflow: hidden;}


#main {
  overflow: hidden;
}

/* breadcrumbs styles */
.blog-post-page .breadcrumbs {
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222226;
}

@media (min-width: 768px) {
  .breadcrumbs {
    font-size: 14px;
    line-height: 18px;
  }
}

.breadcrumbs.container {
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs li {
  padding: 0 27px 0 0;
  position: relative;
  text-transform: capitalize;
}

.breadcrumbs li .icon-home {font-size: 16px;}

@media (min-width: 768px) {
  .breadcrumbs li {
    padding: 0 40px 0 0;
  }
}

.breadcrumbs li:last-child {
  padding-right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: underline;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li:after {
  font-family: 'icomoon';
  content: "";
  font-weight: normal;
  line-height: 1;
  font-size: 9px;
  font-weight: 700;
  color: #bdbdbd;
  position: absolute;
  top: 50%;
  right: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .breadcrumbs li:after {
    font-size: 10px;
    right: 16px;
  }
}

.breadcrumbs li a {
  color: #828282;
  text-decoration: none;
}

.breadcrumbs li a:hover {
  text-decoration: none;
  color: inherit;
}

/* posts styles */
.posts {
  padding-bottom: 64px;
}

@media (min-width: 768px) {
  .posts {
    padding-bottom: 67px;
  }
}

.posts.related-posts {
  padding-top: 60px;
  padding-bottom: 22px;
  background-color: #F8F8FA;
  margin-bottom: 2px;
}

.posts .header {
  margin: 0 0 35px;
}

@media (min-width: 768px) {
  .posts .header {
    margin: 0 0 56px;
  }
}

.posts .btn-load-more {
  display        : block;
  margin         : 0;
  font-weight    : 700;
  font-size      : 16.5px;
  line-height    : 25px;
  color          : #FFFFFF;
  background     : #F27421;
  border-radius  : 4px;
  padding        : 11px 20px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .posts .btn-load-more {
    min-width     : 206px;
    display       : inline-block;
    vertical-align: top;
    color         : #fff;
    margin        : 0;
  }
}

.posts .btn-load-more:hover {
  text-decoration: none;
  background: #f38137;
  color     : #fff;
}

/* post styles */
.post {
  position: relative;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .post {
    margin-bottom: 63px;
  }
}

.post:hover .img-holder img,
.post:hover .bg-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.post.single-post:hover img {
  -webkit-transform: none;
          transform: none;
}

.post:hover h2 a {
  color: #2e54a2;
}

.post:hover h2 a:hover {
  color: #274584;
}

.post.featured {
  min-height: 460px;
  margin: 0 0 29px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 768px) {
  .post.featured {
    min-height: 320px;
    margin: 0 0 52px;
  }
}

.post.featured:hover .img-holder {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.post.featured:hover h2 a {
  color: inherit;
  text-decoration: none;
}

.post.featured .img-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.post.featured .img-holder [class*="icon-"] {
  display: none;
}

.post.featured .text {
  width: 100%;
  padding: 40px 25px 25px;
  position: relative;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  border-radius: 0 0 4px 4px;
}

@media (min-width: 768px) {
  .post.featured .text {
    padding: 70px 160px 40px 40px;
  }
}

.post.featured .meta {
  color: inherit;
  padding: 0 0 0 22px;
  position: relative;
  margin-bottom: 10px;
}

.post.featured .meta li {
  font-weight: 800;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-right: 24px;
}

.post.featured .meta:before {
  font-family: 'icomoon';
  content: "";
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  top: 2px;
  left: 0;
}

.post.featured .meta li:after {
  background: #fff;
  width: 12px;
  height: 1px;
  right: 6px;
}

.post.featured h2 {
  color: inherit;
  margin: 0;
  max-width: 747px;
}

.post.featured p {
  display: none;
}

.post.featured .btn-more {
  width           : 40px;
  height          : 40px;
  min-width       : inherit;
  padding         : 0;
  font-size       : 0;
  line-height     : 0;
  border-radius   : 100%;
  background      : none;
  border          : 2px solid #F27421;
  color           : #fff;
  position        : relative;
  background-color: #F27421;
}

@media (min-width: 768px) {
  .post.featured .btn-more {
    position: absolute;
    bottom  : 40px;
    right   : 40px;
  }
}

.post.featured .btn-more:hover {
  color: #fff;
  background: #F27421;
}

.post.featured .btn-more:after {
  font-family: 'icomoon';
  content: "";
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.post .img-holder {
  min-height: 210px;
  position: relative;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #9C9C9C;
}

.post .img-holder img,
.post .img-holder .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.post .img-holder img {
  -o-object-fit: cover;
     object-fit: cover;
}

.post .img-holder > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.post .img-holder > a > [class*="icon-"] {
  width: 66px;
  height: 66px;
  padding: 15px;
  font-size: 20px;
  color: #fff;
  background: rgba(51, 51, 51, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.post h2 a {
  color: inherit;
  text-decoration: none;
}

.post p {
  margin: 0 0 31px;
}

@media (min-width: 768px) {
  .post p {
    margin: 0 0 17px;
  }
}

.post .btn-more {
  display: block;
}

@media (min-width: 768px) {
  .post .btn-more {
    min-width: inherit;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border: none;
    color: #636363;
    background: none;
  }
  .post .btn-more:hover {
    color: #2e54a2;
    background: none;
  }
}

/* category navigation styles */
@media (min-width: 768px) {
  .category-nav ul {
    margin: -18px 0;
  }
  .category-nav ul:hover li a {
    opacity: 0.5;
  }
  .category-nav ul:hover li a:hover {
    opacity: 1;
  }
  .category-nav ul:hover li .title {
    color: inherit;
  }
}

.category-nav ul li {
  padding: 28px 0;
}

@media (min-width: 768px) {
  .category-nav ul li {
    padding: 18px 0;
  }
}

.category-nav ul li + li {
  border-top: 1px solid #bdbdbd;
}

.category-nav ul li a {
  padding: 0 50px;
  display: block;
  position: relative;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}

.category-nav ul li a:hover {
  color: #2e54a2;
}

.category-nav ul li a:hover:after {
  color: #fff;
  background: #2e54a2;
  border-color: #2e54a2;
}

.category-nav ul li a:hover .title {
  color: inherit;
}

.category-nav ul li a:after {
  width: 34px;
  height: 34px;
  padding: 10px 10px 10px 12px;
  font-family: 'icomoon';
  content: "";
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  color: #2e54a2;
  border: 2px solid #bdbdbd;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 2px;
  right: 6px;
}

@media (min-width: 768px) {
  .category-nav ul li a:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.category-nav ul li a [class*="icon-"] {
  font-size: 34px;
  color: #2e54a2;
  position: absolute;
  top: 5px;
  left: 0;
}

@media (min-width: 768px) {
  .category-nav ul li a [class*="icon-"] {
    font-size: 30px;
    color: inherit;
  }
}

.category-nav ul li .title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 768px) {
  .category-nav ul li .title {
    font-size: 1.375rem;
  }
}

.category-nav ul li .subhead {
  display: block;
  font-weight: normal;
  color: #636363;
}

/* filter bar styles */
@media (min-width: 768px) {
  .filter-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.filter-bar .jcf-select {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 768px) {
  .filter-bar .jcf-select {
    width: 217px;
    margin-right: 22px;
  }
}

@media (min-width: 768px) {
  .filter-bar .search-form {
    max-width: 540px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

/* secondary navigation styles */
.secondary-nav {
  padding-top: 30px;
  padding-bottom: 33px;
}

@media (min-width: 768px) {
  .secondary-nav {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.secondary-nav ul {
  margin: 0 0 -15px;
}

@media (min-width: 768px) {
  .secondary-nav ul {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 992px) {
  .secondary-nav ul {
    margin: 0 -20px;
  }
}

.secondary-nav ul li {
  padding: 0 0 15px;
}

@media (min-width: 768px) {
  .secondary-nav ul li {
    width: 50%;
    padding: 0 10px 15px;
  }
}

@media (min-width: 992px) {
  .secondary-nav ul li {
    padding: 0 20px 15px;
  }
}

.secondary-nav ul li.active a,
.secondary-nav ul li a:hover {
  color: #fff;
  background: #2e54a2;
}

.secondary-nav ul li.active a:after,
.secondary-nav ul li a:hover:after {
  background: #fff;
  border-color: #fff;
}

.secondary-nav ul li.active a .title,
.secondary-nav ul li a:hover .title {
  color: inherit;
}

.secondary-nav ul li a {
  display: block;
  padding: 33px 50px;
  color: inherit;
  background: #fff;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 768px) {
  .secondary-nav ul li a {
    padding: 35px 60px;
  }
}

@media (min-width: 992px) {
  .secondary-nav ul li a {
    padding: 35px 100px 35px 74px;
  }
}

.secondary-nav ul li a:after {
  width: 27px;
  height: 27px;
  padding: 9px;
  font-family: 'icomoon';
  content: "";
  font-weight: normal;
  line-height: 1;
  font-size: 9px;
  color: #2e54a2;
  border: 2px solid #bdbdbd;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .secondary-nav ul li a:after {
    width: 34px;
    height: 34px;
    padding: 10px;
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .secondary-nav ul li a:after {
    right: 43px;
  }
}

.secondary-nav ul li a [class*="icon-"] {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .secondary-nav ul li a [class*="icon-"] {
    left: 30px;
  }
}

@media (min-width: 992px) {
  .secondary-nav ul li a [class*="icon-"] {
    left: 37px;
  }
}

.secondary-nav ul li .title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* subscribe styles */
.subscribe {
  padding: 78px 0 60px;
  text-align: center;
}

@media (min-width: 768px) {
  .subscribe {
    padding: 84px 0;
  }
}

@media (min-width: 992px) {
  .subscribe {
    text-align: left;
  }
}

.subscribe .hs-form {
  position: relative;
}

@media (min-width: 600px) {
  .subscribe .hs-form {
    padding: 0 167px 0 0;
  }
}

.subscribe .hs-form .field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  margin: 0 0 15px;
}

@media (min-width: 600px) {
  .subscribe .hs-form .field {
    margin: 0;
  }
}

.subscribe .hs-form .hs_email > label {
  font-size: 13px;
  line-height: 1;
  color: #828282;
  margin: 0;
  position: absolute;
  top: 21px;
  left: 39px;
  display: none;
}

.subscribe .hs-form .hs_email > label:before {
  font-family: 'icomoon';
  content: "";
  font-weight: normal;
  line-height: 1;
}

.subscribe .hs-form .hs_email > label .hs-form-required {
  display: none;
}

.elementor-kit-9 .subscribe .hs-form .hs-input,
.elementor-kit-9 .subscribe .hs-form .hs-input:focus {
  height: 49px;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 16.5px;
  line-height: 25px;
  background-color: #FFFFFF;
  border-radius: 4px 0px 0px 4px;
  border-color: transparent;
  border: 0 none;
  color: #4F4F4F;
}

.subscribe .hs-form .hs-input::-webkit-input-placeholder {
  color: #4F4F4F;
}

.subscribe .hs-form .hs-input::-moz-placeholder {
  opacity: 1;
  color: #4F4F4F;
}

.subscribe .hs-form .hs-input:-moz-placeholder {
  color: #4F4F4F;
}

.subscribe .hs-form .hs-input:-ms-input-placeholder {
  color: #4F4F4F;
}

.subscribe .hs-form .hs-input.placeholder {
  color: #4F4F4F;
}

.subscribe .hs-form .actions {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.subscribe .hs-form .hs-button {
  width: 100%;
  max-width: 167px;
  padding: 12px 20px;
  display: block;
  font-size: 16.5px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
  background: #F27421;
  border-radius: 0px 4px 4px 0px;
  border: none;
  position: relative;
  z-index: 2;
  text-shadow: none;
}

.subscribe .hs-form .hs-button:hover {
  background: #f38137;
  box-shadow: none;
}

@media (min-width: 600px) {
  .subscribe .hs-form .hs-button {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.subscribe .hs-form .hs-error-msgs.inputs-list {
  padding: 10px 0 0;
  font-size: 12px;
}

.subscribe .hs-form .hs-error-msgs.inputs-list label {
  font-size: 12px;
  color: #dc3545;
}

/* subscribe form styles */
@media (min-width: 600px) {
  .subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.subscribe-form .form-group {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  margin: 0 0 15px;
}

@media (min-width: 600px) {
  .subscribe-form .form-group {
    margin: 0;
  }
}

.subscribe-form label {
  font-size: 13px;
  line-height: 1;
  color: #828282;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 39px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.subscribe-form label i {
  display: block;
}

.subscribe-form label + .form-control {
  padding-left: 64px;
}

.subscribe-form .form-control {
  height: 55px;
  padding-top: 17px;
  padding-bottom: 17px;
  line-height: 19px;
  border-color: transparent;
  border-radius: 0;
}

.subscribe-form .form-control::-webkit-input-placeholder {
  color: #828282;
}

.subscribe-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #828282;
}

.subscribe-form .form-control:-moz-placeholder {
  color: #828282;
}

.subscribe-form .form-control:-ms-input-placeholder {
  color: #828282;
}

.subscribe-form .form-control.placeholder {
  color: #828282;
}

.subscribe-form .form-control:focus {
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.subscribe-form .btn {
  width: 100%;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
}

@media (min-width: 600px) {
  .subscribe-form .btn {
    width: auto;
  }
}

/* main content styles */
.main-content {
  padding-top: 6px;
}

@media (min-width: 768px) {
  .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 37px;
}

@media (min-width: 992px) {
  #content {
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  #content {
    padding-right: 93px;
  }
}

#content:only-child {
  width: 100%;
  padding-right: 0;
}

/* single post styes */
article.single-post h1 {
  padding: 0 0 30px;
  margin: 0 0 45px;
  border-bottom: 1px solid #bdbdbd;
}

@media (min-width: 768px) {
  article.single-post h1 {
    padding: 0;
    margin: 0 0 39px;
    border: none;
  }
}

article.single-post .meta {
  margin-bottom: 27px;
}

@media (min-width: 768px) {
  article.single-post .meta {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  article.single-post .meta {
    margin-bottom: 54px;
  }
}

article.single-post .img-holder {
  padding-top: 39.38%;
  margin: 0 0 30px;
  position: relative;
}

@media (min-width: 768px) {
  article.single-post .img-holder {
    padding-top: 31.83%;
    margin: 0 0 40px;
  }
}

@media (min-width: 992px) {
  article.single-post .img-holder {
    margin: 0 0 60px;
  }
}

article.single-post .img-holder img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: none !important;
          transform: none !important;
}

article.single-post .video-holder {
  padding-top: 56.30%;
}

@media (min-width: 768px) {
  article.single-post .video-holder {
    padding-top: 56%;
  }
}

article.single-post .video-holder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.5);
  mix-blend-mode: multiply;
  z-index: 2;
  visibility: visible;
  opacity: 1;
}

article.single-post .video-holder.video-active:after,
article.single-post .video-holder.video-active .btn-play,
article.single-post .video-holder.video-active time,
article.single-post .video-holder.video-active .play-time-wrapper {
  visibility: hidden;
  opacity: 0;
}

article.single-post .video-holder .btn-play {
  font-size: 10px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  article.single-post .video-holder .btn-play {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  article.single-post .video-holder .btn-play {
    font-size: 22px;
  }
}

article.single-post .video-holder .btn-play:hover {
  color: #ebebeb;
}

article.single-post .video-holder .btn-play i {
  font-size: 21px;
  margin: 0 7px 0 0;
}

@media (min-width: 768px) {
  article.single-post .video-holder .btn-play i {
    font-size: 40px;
    margin: 0 15px 0 0;
  }
}

@media (min-width: 992px) {
  article.single-post .video-holder .btn-play i {
    font-size: 57px;
    margin: 0 21px 0 0;
  }
}

article.single-post .video-holder time,
article.single-post .video-holder .play-time-wrapper {
  padding: 4px 8px;
  font-size: 9px;
  line-height: 10px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: rgba(51, 51, 51, 0.75);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  article.single-post .video-holder time,
  article.single-post .video-holder .play-time-wrapper {
    min-width: 106px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 23px;
  }
}

article.single-post .process-info {
  padding: 36px 0 0;
  border-top: 1px solid #bdbdbd;
}

@media (min-width: 768px) {
  article.single-post .process-info {
    padding: 46px 0 0;
  }
}

article.single-post .social-networks {
  padding-top: 35px;
}

@media (min-width: 768px) {
  article.single-post .social-networks {
    padding-top: 64px;
  }
}

/* guide form styles */
.guide-form {
  max-width: 680px;
  padding: 41px 25px 43px;
  margin: 0 -25px 50px;
  background: #f8f8fa;
}

@media (min-width: 768px) {
  .guide-form {
    max-width: 680px;
    padding: 65px 80px 63px;
    margin: 0 0 56px;
  }
}

.guide-form h2 {
  margin: 0 0 28px;
}

@media (min-width: 768px) {
  .guide-form h2 {
    margin: 0 0 36px;
  }
}

.guide-form .btn {
  line-height: 23px;
  margin: 0 0 22px;
}

.guide-form .btn:last-child {
  margin-bottom: 0;
}

.guide-form .btn i {
  margin: 0 0 0 10px;
}

@media (min-width: 768px) {
  .guide-form .btn i {
    margin: 0 0 0 7px;
  }
}

.guide-form .note {
  max-width: 330px;
  display: block;
  margin: 0 auto;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

/* hbspt form styles */
#content .hbspt-form {
  max-width: 680px;
  padding: 41px 25px 73px;
  margin: 0 -25px 50px;
  background: #f8f8fa;
  position: relative;
}

@media (min-width: 768px) {
  #content .hbspt-form {
    max-width: 680px;
    padding: 65px 80px 93px;
    margin: 0 0 56px;
  }
}

#content .hbspt-form h2 {
  margin: 0 0 28px !important;
}

@media (min-width: 768px) {
  #content .hbspt-form h2 {
    margin: 0 0 36px !important;
  }
}

#content .hbspt-form .field {
  margin-bottom: 1.125rem;
}

@media (min-width: 768px) {
  #content .hbspt-form .field {
    margin-bottom: 22px;
  }
}

#content .hbspt-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content .hbspt-form label span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#content .hbspt-form label .hs-form-required {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #eb5757;
}

#content .hbspt-form .hs-input {
  font-weight: 600;
  color: #808080;
  border-color: #bdbdbd;
}

#content .hbspt-form .hs-input::-webkit-input-placeholder {
  color: #808080;
}

#content .hbspt-form .hs-input::-moz-placeholder {
  opacity: 1;
  color: #808080;
}

#content .hbspt-form .hs-input:-moz-placeholder {
  color: #808080;
}

#content .hbspt-form .hs-input:-ms-input-placeholder {
  color: #808080;
}

#content .hbspt-form .hs-input.placeholder {
  color: #808080;
}

#content .hbspt-form .hs-submit .actions {
  margin: 0 0 22px;
  position: relative;
}

#content .hbspt-form .hs-submit .actions:after {
  font-family: 'icomoon';
  content: "";
  font-weight: normal;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 0 0 52px;
  pointer-events: none;
}

#content .hbspt-form .hs-button {
  width: 100%;
  padding: 16px 50px 16px 25px;
}

#content .hbspt-form .note {
  max-width: 330px;
  display: block;
  margin: 0 auto;
  font-size: 12px;
  line-height: 15px;
  color: #828282;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 43px;
}

@media (min-width: 768px) {
  #content .hbspt-form .note {
    bottom: 63px;
  }
}

.hbspt-form fieldset {
  max-width: none !important;
}

.hbspt-form .form-columns-2 {
  margin-left: -15px;
  margin-right: -15px;
}

.hbspt-form .form-columns-2 .field {
  width: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .hbspt-form .form-columns-2 .field {
    width: 50% !important;
  }
}

.hbspt-form .hs-error-msgs.inputs-list {
  padding: 5px 0 0;
  font-size: 12px;
}

.hbspt-form .hs-error-msgs.inputs-list label {
  font-size: 12px;
  color: #eb5757;
}

@media (min-width: 992px) {
  #sidebar {
    width: 240px;
    padding: 71px 0 20px 0;
    max-width: inherit;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.widget {
  padding    : 0;
  margin     : 0;
}

.widget h3 {
  font-weight: 700;
  font-size: 16.5px;
  line-height: 25px;
  color: #222226;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.widget ul li {
  margin: 0 0 38px;
  font-weight: 600;
  font-size: 16.5px;
  line-height: 25px;
  color: #828282;
  padding-left: 22px;
  position: relative;
}

.widget ul li:last-child {
  margin-bottom: 0;
}

.widget ul a {
  color: inherit;
}

.widget ul a:hover {
  color: #F27421;
  text-decoration: none;
}
.categories-widget li a {
  font-weight    : 600;
  font-size      : 16.5px;
  line-height    : 25px;
  color          : #828282;
  text-decoration: none;
}
.categories-widget li::after {
  font-family      : 'icomoon';
  content          : "";
  font-weight      : normal;
  line-height      : 1;
  font-size        : 10px;
  color            : #828282;
  position         : absolute;
  top              : 9px;
  left             : 0px;
}

.widget_search {
  border: none;
  padding: 0;
}

.widget_search h3 {
  padding: 0;
  margin: 0 0 10px;
  background: none;
}

.widget_search .search-form {
  margin: 0;
}

.widget_search .search-form label {
  left: 12px;
}

.widget_search .search-form label + .form-control {
  padding-left: 30px;
}

#scheduleSuccessMessage {
  display: none;
  padding: 40px;
}

#scheduleSuccessMessage .app-circle {
  width: 100px;
  margin: 10px auto;
  height: 100px;
}

#scheduleSuccessMessage .app-circle .fa {
  font-size: 55px;
  color: #2c51a4;
}

#scheduleSuccessMessage.active {
  display: block;
}

/*modals*/
.modal-dialog {
  width: 70%;
  top: 25%;
  max-height: 600px;
  max-width: inherit;
}

.modal-dialog.contact-us {
  top: 10%;
}

@media screen and (max-width: 1350px) {
  .modal-dialog.contact-us {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .modal-dialog.contact-us {
    top: 0;
  }
}

.modal-dialog.contact-us .modal-body .content {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 1100px) {
  .modal-dialog.contact-us .modal-body .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

.modal-dialog.contact-us .modal-body .content #contactUsSuccessMessage {
  display: none;
  background: #2c51a4;
}

.modal-dialog.contact-us .modal-body .content #contactUsSuccessMessage.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 25px;
}

@media screen and (max-width: 1100px) {
  .modal-dialog.contact-us .modal-body .content #contactUsSuccessMessage.active {
    width: 100%;
  }
}

.modal-dialog.contact-us .modal-body .content #contactUsSuccessMessage.active .app-circle {
  width: 100px;
  height: 100px;
  margin: 10px auto;
}

.modal-dialog.contact-us .modal-body .content #contactUsSuccessMessage.active .app-circle .fa {
  color: #2c51a4;
  font-size: 55px;
}

.modal-dialog.contact-us .modal-body .content .desc-text.contactUs-error {
  display: none;
  color: #f00;
}

.modal-dialog.contact-us .modal-body .content .desc-text.contactUs-error.active {
  display: block;
}

.modal-dialog.contact-us .modal-body .content .info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  width: 100%;
}

.modal-dialog.contact-us .modal-body .content .info-content .title.three {
  font-weight: normal;
  letter-spacing: 2px;
}

.modal-dialog.contact-us .modal-body .content .form-content {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 20px;
  background: #2c51a4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1100px) {
  .modal-dialog.contact-us .modal-body .content .form-content {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .modal-dialog.contact-us .modal-body .content .info-content {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .modal-dialog.contact-us .modal-body .content .info-content {
    padding: 7px;
  }
  .modal-dialog.contact-us .modal-body .content .form-content {
    padding: 10px;
  }
}

.modal-dialog.contact-us .modal-body .content .form-content.inactive {
  display: none;
}

.modal-dialog.contact-us .modal-body .content .form-content .title {
  color: #fff;
}

.modal-dialog.contact-us .modal-body .content .form-content #contactUsForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.modal-dialog.contact-us .modal-body .content .form-content #contactUsForm .main-button {
  font-weight: 800;
  margin: 20px auto;
}

@media screen and (max-width: 991px) {
  .modal-dialog.contact-us .modal-body .content .form-content #contactUsForm .main-button {
    margin: 20px auto;
  }
}

@media screen and (max-width: 767px) {
  .modal-dialog.contact-us .modal-body .content .form-content #contactUsForm .main-button {
    margin: 10px auto;
  }
}

.modal-dialog.contact-us .desc-text {
  padding: 10px 0px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .modal-dialog.contact-us .desc-text {
    padding: 5px 0;
  }
}

.modal-dialog.contact-us .desc-text a {
  color: #2c51a4;
}

.modal-dialog.contact-us .desc-text a:hover,
.modal-dialog.contact-us .desc-text a:active,
.modal-dialog.contact-us .desc-text a:focus,
.modal-dialog.contact-us .desc-text a:visited {
  text-decoration: none;
}

.modal-dialog.schedule-consultation {
  top: 2%;
  width: 600px;
}

.modal-dialog.schedule-consultation .content.inactive {
  display: none;
}

.modal-dialog.schedule-consultation .desc-text {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .modal-dialog.schedule-consultation .desc-text {
    font-size: 16px;
    padding: 0 5px;
  }
}

.modal-dialog.schedule-consultation .desc-text.schedule-error {
  display: none;
  color: #f00;
}

.modal-dialog.schedule-consultation .desc-text.schedule-error.active {
  display: block;
}

.modal-dialog.schedule-consultation form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.modal-dialog.schedule-consultation form .main-button {
  margin: 20px auto;
}

@media screen and (max-width: 991px) {
  .modal-dialog.schedule-consultation form .main-button {
    width: 90%;
    margin: 10px auto;
  }
}

.modal-dialog .modal-content {
  border-radius: 0px;
  border: 2px solid #f2cc00;
}

.modal-dialog .modal-content.full {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .modal-dialog .modal-content {
    height: 100%;
  }
}

.modal-dialog .modal-content .modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.modal-dialog .modal-content .modal-body .close {
  position: absolute;
  right: 0;
  padding: 10px;
  font-size: 40px;
  font-weight: 100;
  opacity: 1;
  color: #2c51a4;
  line-height: 0.5;
}

.modal-dialog .modal-content .modal-body .close:focus {
  outline: none;
}

.modal-dialog .modal-content .modal-body .content {
  padding: 35px 40px;
  width: 100%;
}

.modal-dialog .modal-content .modal-body .content.contactUs {
  padding: 0px;
}

.modal-dialog .modal-content .modal-body .content .title {
  margin-top: 0px;
  font-weight: 300;
  letter-spacing: 0px;
}

.modal-dialog .modal-content .modal-body .content .desc-text .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px 0;
}

@media screen and (max-width: 991px) {
  .modal-dialog .modal-content .modal-body .content .desc-text .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-body .content .desc-text .steps {
    padding: 5px 0;
  }
  .modal-dialog .modal-content .modal-body .content {
    padding: 10px;
  }
}

.modal-dialog .modal-content .modal-body .content .desc-text .steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  width: 100%;
}

.modal-dialog .modal-content .modal-body .content .desc-text .steps .step .app-circle {
  margin-right: 20px;
  padding: 15px;
}

.modal-dialog .modal-content .modal-body .content .desc-text .steps .step .fa {
  color: #2c51a4;
  font-size: 25px;
}

@media screen and (max-width: 991px) {
  .modal-dialog .modal-content .modal-body .content .desc-text .steps .step {
    padding: 10px 15px;
  }
  .modal-dialog .modal-content .modal-body .content .desc-text .steps .step .app-circle {
    padding: 12px;
    margin: 0 10px 0 0;
  }
  .modal-dialog .modal-content .modal-body .content .desc-text .steps .step .fa {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-body .content .desc-text .steps .step {
    padding: 5px;
  }
  .modal-dialog .modal-content .modal-body .content .desc-text .steps .step .app-circle {
    padding: 7px;
  }
  .modal-dialog .modal-content .modal-body .content .desc-text .steps .step .fa {
    font-size: 12px;
  }
}

.modal-dialog .modal-content .modal-body .image {
  width: 400px;
  height: 100%;
}

.modal-dialog .modal-content .modal-body .image .modal-image {
  max-width: 100%;
  height: 100%;
}

.blue-modal .modal-content {
  background: #2c51a4;
}

.blue-modal .modal-content .title,
.blue-modal .modal-content .sub-heading,
.blue-modal .modal-content .desc-text {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .modal-body .main-heading.left {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    text-align: center;
  }
  .modal-body .image {
    display: none;
  }
  .modal-body .image .modal-image {
    display: none;
  }
}

.modal-dialog .modal-content .modal-spinner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.modal-dialog .modal-content .modal-spinner .spinner {
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  border: 16px solid #e1e1e1;
  border-top: 16px solid #f2cc00;
  border-radius: 50%;
  display: block;
  height: 120px;
  width: 120px;
}

/*buttons*/
.main-button {
  background: #2c51a4;
  padding: 12px 40px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #fff;
  text-align: center;
  width: 100%;
  border: none;
}

@media screen and (max-width: 991px) {
  .main-button {
    padding: 7px 15px;
    font-size: 10px;
    letter-spacing: 1px;
  }
}

.main-button.flex-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-button.flex-button {
    display: table;
    width: auto;
  }
}

.main-button .fa {
  padding: 0px 5px;
}

.main-button .thin-text {
  font-weight: 300;
  font-size: 11px;
}

.main-button:hover,
.main-button:active,
.main-button:focus {
  text-decoration: none;
  color: #fff;
}

.main-button.gold {
  background: #f2cc00;
  color: #2c51a4;
}

.main-button.gold.solid {
  background: #f2cc00;
  color: #2c51a4;
}

.main-button.gold:hover,
.main-button.gold:active,
.main-button.gold:focus {
  color: #2c51a4;
}

/*headings*/
.main-heading,
.content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.main-heading.left,
.content.left {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.main-heading .desc,
.content .desc {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  width: 100%;
}

.desc-text {
  color: #636363;
  font-size: 16px;
  margin-bottom: 20px;
  width: 100%;
  line-height: 1.6em;
}

.desc-text .list-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 991px) {
  .desc-text .list-step {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.desc-text .list-step .app-circle {
  background: #707070;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  padding: 7px;
  border: none;
}

@media screen and (max-width: 991px) {
  .desc-text .list-step .app-circle {
    height: 15px;
    width: 15px;
    padding: 10px;
    margin-right: 20px;
  }
}

.desc-text .list-step .app-circle .fa {
  color: #fff;
  font-size: 10px;
}

@media screen and (max-width: 991px) {
  .desc-text .list-step .app-circle .fa {
    font-size: 14px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .desc-text .list-step .app-circle .fa {
    margin-top: -5px;
  }
}

@media screen and (max-width: 991px) {
  .desc-text {
    font-size: 30px;
    padding: 0px 20px;
  }
}

@media screen and (max-width: 767px) {
  .desc-text {
    font-size: 16px;
    margin-bottom: 0 !important;
  }
}

.seperate-line {
  height: 4px;
  margin: 35px 0px;
  background: #f2cc00;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .seperate-line {
    height: 1px;
    margin: 10px 0;
    width: 40px;
  }
}

.seperate-line.sub {
  margin: 20px 0px;
}

.sub-text {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2c51a4;
}

.sub-text.white {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .sub-text {
    font-size: 30px;
  }
}

.sub-text .thin-subtext {
  font-weight: 400;
}

.modal-body .title {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 400;
  color: #2c51a4;
  margin-top: 40px;
  margin-bottom: 0px;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .modal-body .title {
    font-size: 18px;
  }
}

.title.two {
  font-size: 22px;
  color: #636363;
}

.title.three {
  margin: 10px 0px 0px 0px;
  font-size: 22px;
  color: #2c51a4;
}

.title.three.white {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .title.three {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .title.three {
    font-size: 10px;
  }
  .schedule-consultation .title.three {
    font-size: 20px;
  }
}

.title.four {
  font-size: 16px;
  margin: 10px 0px;
}

@media screen and (max-width: 991px) {
  .title.four {
    font-size: 24px;
  }
}

.title.five {
  font-size: 14px;
  margin: 10px 0px;
}

@media screen and (max-width: 991px) {
  .title.five {
    font-size: 22px;
  }
}

/* Webinar modal dialog styles */
#webinarModal .modal-dialog {
  width: 70%;
  top: 25%;
  max-height: 600px;
}

#webinarModal .modal-dialog.webinar-banner {
  color: #fff;
  top: 15%;
  width: 600px;
}

@media screen and (max-width: 991px) {
  #webinarModal .modal-dialog.webinar-banner,
  .modal-dialog.schedule-consultation {
    width: 95%;
  }
}

#webinarModal .modal-dialog.webinar-banner h3 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  #webinarModal .modal-dialog.webinar-banner h3 {
    font-size: 30px;
  }
}

#webinarModal .modal-dialog.webinar-banner #webinarModalMainText {
  margin-top: 35px;
}

#webinarModal .modal-dialog.webinar-banner .close-icon {
  font-size: 30px;
  right: 0;
  position: absolute;
  cursor: pointer;
  top: -2%;
  padding: 5px;
}

@media screen and (max-width: 991px) {
  #webinarModal .modal-dialog.webinar-banner .close-icon {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .modal-dialog {
    width: calc(100% - 30px);
    margin: 15px;
  }
}

#webinarModal .modal-dialog.webinar-banner .app-circle {
  position: absolute;
  left: 40%;
  top: -60px;
  width: 120px;
  height: 120px;
  color: #2c51a4;
}

#webinarModal .modal-dialog.webinar-banner .app-circle .fa-laptop {
  font-size: 60px;
  position: relative;
}

#webinarModal .modal-dialog.webinar-banner .app-circle .fa-laptop .fa-play {
  font-size: 15px;
  position: absolute;
  top: 30%;
  left: 45%;
}

#webinarModal .modal-dialog.webinar-banner .main-button {
  margin: 30px 0px;
  width: 85%;
  font-weight: normal;
  border-radius: 0px;
  text-shadow: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#webinarModal .modal-dialog.webinar-banner .main-button:hover,
#webinarModal .modal-dialog.webinar-banner .main-button:active,
#webinarModal .modal-dialog.webinar-banner .main-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#webinarModal .modal-dialog.webinar-banner .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#webinarModal .modal-dialog.webinar-banner .countdown .time-tick {
  padding-top: 15px;
  font-size: 50px;
}

#webinarModal .modal-dialog.webinar-banner .countdown .time-spot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 25px;
}

#webinarModal .modal-dialog.webinar-banner .countdown .time-spot .time-num {
  font-size: 60px;
  font-weight: bold;
}

#webinarModal .modal-dialog.webinar-banner .countdown .time-spot .time-title {
  font-size: 16px;
}

/*misc*/
.bold {
  font-weight: 600;
}

.golden {
  color: #f2cc00 !important;
}

.container.licensing-registrations .desc-text {
  text-align: justify;
}

.container.licensing-registrations .desc-text:first-of-type {
  padding-top: 40px;
}

.container-fluid > .main-heading, .container > .main-heading {
  margin: 45px 0;
}

.main-heading .desc-text {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .main-heading .desc-text {
    font-size: 10px;
  }
}

.main-heading .desc-text.body-text {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .main-heading .desc-text.body-text {
    font-size: 22px;
  }
}

.main-heading .seperate-line {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .main-heading .seperate-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.content, .main-heading {
  -moz-box-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
}

.content.left, .main-heading.left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  text-align: left;
}

.content .desc, .main-heading .desc {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  width: 100%;
}

.desc-text {
  color: #636363;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 20px;
  width: 100%;
}

.desc-text.small {
  font-size: 13px;
}

.desc-text .list-step {
  -moz-box-align: baseline;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 991px) {
  .desc-text .list-step {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.desc-text .list-step .app-circle {
  background: #707070 none repeat scroll 0 0;
  border: medium none;
  height: 10px;
  margin-right: 10px;
  padding: 7px;
  width: 10px;
}

@media screen and (max-width: 991px) {
  .desc-text .list-step .app-circle {
    height: 15px;
    margin-right: 20px;
    padding: 10px;
    width: 15px;
  }
}

.desc-text .list-step .app-circle .fa {
  color: #ffffff;
  font-size: 10px;
}

@media screen and (max-width: 991px) {
  .desc-text .list-step .app-circle .fa {
    font-size: 14px;
  }
}

@media not all, not all {
  .desc-text .list-step .app-circle .fa {
    margin-top: -5px;
  }
}

@media screen and (max-width: 991px) {
  .desc-text {
    font-size: 30px;
    padding: 0 20px;
  }
  .desc-text.small {
    font-size: 20px;
  }
}

.modal input[type='text'],
.modal input[type='tel'],
.modal input[type='email'],
.modal input[type='search'],
.modal input[type='password'],
.modal input[type='url'],
.modal input[type='date'],
.modal textarea,
.modal select {
  height: 42px;
  padding: 10px;
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .modal input[type='text'],
  .modal input[type='tel'],
  .modal input[type='email'],
  .modal input[type='search'],
  .modal input[type='password'],
  .modal input[type='url'],
  .modal input[type='date'],
  .modal textarea,
  .modal select {
    height: 30px;
    padding: 7px;
    margin: 5px 0;
    font-size: 10px;
    line-height: 14px;
  }
}

.modal select {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .modal select {
    padding-right: 20px;
    background-position: right 10px center;
    background-size: 8px 5px;
  }
}

.modal textarea {
  height: 119px;
}

@media screen and (max-width: 767px) {
  .modal textarea {
    height: 60px;
  }
}

#webinarModal .webinar-banner .modal-content {
  background: #254386;
  border: 4px solid #f2cc00;
}

#webinarModal .webinar-banner .modal-content .app-circle {
  left: 35%;
  top: -100px;
  width: 175px;
  height: 175px;
  padding: 10px;
  border: 3px solid #f2cc00;
}

#webinarModal .webinar-banner .modal-content .app-circle img {
  width: 100%;
  height: auto;
}

#webinarModal .modal-body .content {
  padding: 75px 40px 60px;
}

.modal-dialog.webinar-banner #webinarModalMainText {
  font-family: "Open Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

#webinarModal .modal-dialog.webinar-banner .popup-subline {
  font-family: "Open Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
  margin: 10px 0px 20px 0px !important;
}

#webinarModal .modal-body .content .timer-widget h3 {
  font-family: "Open Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size  : 24px;
  font-weight: 700;
  line-height: 1.1;
  color      : #f2cc00 !important;
}

#webinarModal .modal-dialog.webinar-banner .countdown .time-spot .time-num {
  font-weight: 600;
}

#webinarModal .modal-body .hs-cta-wrapper {
  display: block;
  width: 80%;
}

#webinarModal .modal-body .hs-cta-wrapper .reserve-my-spot-hs-cta {
  background     : #f2cc00;
  padding        : 12px 40px;
  font-family    : "Open Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  text-decoration: none;
  text-transform : uppercase;
  cursor         : pointer;
  font-size      : 18px;
  font-weight    : 900;
  letter-spacing : 6px;
  color          : #2c51a4;
  text-align     : center;
  width          : 100%;
  border         : none;
  margin         : 20px auto;
  display        : block;
}
.blog-post-page .posts > h1 {
  color: #1c1c1c;
  margin: 0 0 10px 0;
}
.elementor-widget-wrap .elementor-element-7747e4a.elementor-widget { margin-bottom: 0;}
.mobile-category-dropdown { display: none; }
.category-tabs > .row {position: relative;}
.category-tabs .col-md-10,
.category-tabs .col-md,
.category-tabs .col-md-2, 
.category-tabs .col-md-3 {
  padding-left : 5px;
  padding-right: 5px;
}
.category-tabs .col-md-3 {
  max-width: 196px;
}
.category-tabs .col-md {
  max-width: 135px;
}
.category-tabs .tab-btn {
  background     : #F8F8FA;
  border-radius  : 4px;
  text-align     : center;
  font-weight    : 400;
  font-size      : 16px;
  line-height    : 25px;
  text-transform : capitalize;
  color          : #828282;
  padding        : 10px;
  display        : block;
  text-decoration: none;
}
.category-tabs .tab-btn.active,
.category-tabs .tab-btn:hover {
  background     : #F27421;
  color          : #FFFFFF;
  text-decoration: none;
}
.hide {display: none !important;}
#posts-list-container.row {
  margin-left : -20.5px;
  margin-right: -20.5px;
}
#posts-list-container .px-xl-6 {
  padding-right: 20.5px;
  padding-left : 20.5px;
}
#posts-list-container .meta li {
  font-weight   : 600;
  font-size     : 13px;
  line-height   : 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color         : #4F4F4F;
}
#posts-list-container h3 {
  margin-bottom: 10px;
}
#posts-list-container h3 a,
.related-posts h3 a {
  font-size      : 20px;
  line-height    : 30px;
  color          : #222226;
  text-decoration: none;
  font-weight    : 700; 
}
#posts-list-container h3 a:hover,
.related-posts h3 a:hover {
  color          : #F27421;
  text-decoration: none;
}
#posts-list-container .post p,
.related-posts .post p {
  font-size    : 16.5px;
  line-height  : 25px;
  color        : #222226;
  margin-bottom: 20px;
}
#posts-list-container .post .btn-more,
.related-posts .post .btn-more {
  font-weight    : 700;
  font-size      : 16.5px;
  line-height    : 25px;
  text-decoration: underline;
  color          : #F27421;
}
#posts-list-container .post .btn-more:active,
.related-posts .post a.btn-more:active {
  background-color: transparent;
  border          : 0 none;
  color           : #F27421;
}
.blog-post-action {margin-bottom: 13px;}
.subscribe.bg-primary {
  background-color: #00B6C7 !important;
}
.subscribe .subscribe-text h2 {
  font-weight: 400;
  font-size  : 35px;
  line-height: 50px;
  color      : #FFFFFF;
}
.category-tabs {
  margin-bottom: 50px;
}
ul.categories-tabs {
  margin         : 0 0 0 15px;
  padding        : 0;
  list-style     : none;
  width          : 100%;
  display        : flex;
  flex-wrap      : wrap;
  justify-content: left;
}
ul.categories-tabs li {
  margin-right : 10px;
  margin-bottom: 10px;
}
ul.categories-tabs li:first-child {
  width: 170px;
}
ul.categories-tabs li:last-child {
  margin-right: 0;
}
.blog-search-field {
  width     : 100%;
  padding   : 0 15px;
  margin-top: 20px;
}
body.search .search-form {margin-bottom: 60px;}
.elementor-kit-9 h1.post-title {
  font-weight  : 200;
  font-size    : 65px;
  line-height  : 70px;
  color        : #333333;
  margin-bottom: 21px;
  margin-top   : 42px;
  padding      : 0 15px;
}
.blog-post-page #content .meta li {
  font-weight   : 600;
  font-size     : 13px;
  line-height   : 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color         : #4F4F4F;
}
.blog-post-page #content h2 {
  font-weight  : 400;
  font-size    : 35px;
  line-height  : 50px;
  color        : #333333;
  margin-bottom: 30px;
}
.blog-post-page #content p {
  font-weight  : 400;
  font-size    : 16.5px;
  line-height  : 25px;
  color        : #4F4F4F;
  margin-bottom: 0;
}
.blog-post-page #content .wp-block-image {
  margin-bottom: 50px;
}
.blog-post-page #content a {
  color: #00B6C7;
}
.blog-post-page #content blockquote {
  padding    : 0 0 0 22px;
  margin     : 0 0 30px;
  position   : relative;
  font-weight: 700;
  font-size  : 20px;
  line-height: 30px;
  color      : #00B6C7;
  quotes     : none;
}
.blog-post-page #content blockquote p {
  font-weight: 700;
  font-size  : 20px;
  line-height: 30px;
  color      : #00B6C7;
}

.blog-post-page #content blockquote:before {
  width     : 2px;
  content   : "";
  position  : absolute;
  top       : 8px;
  left      : 0;
  bottom    : 8px;
  background: #00B6C7;
}
.blog-post-page #content ul:not(.social-networks):not(.tags):not(.meta) {
  list-style: none;
  padding: 0;
}
.blog-post-page #content ul:not(.social-networks):not(.tags):not(.meta) li {
  padding-left : 25px;
  font-weight  : 400;
  font-size    : 16.5px;
  line-height  : 25px;
  color        : #4F4F4F;
  margin-bottom: 10px;
  position     : relative;
}
.blog-post-page #content ul:not(.social-networks):not(.tags):not(.meta) li::before {
  content         : '';
  display         : block;
  width           : 5px;
  height          : 5px;
  background-color: #636363;
  left            : 0;
  top             : 10px;
  position        : absolute;
  border-radius   : 50%;
}
.blog-post-page #content .social-networks li a {color: #FFF;}
.blog-post-page #content .social-networks li a:hover {text-decoration: none;}
.single-post main.post { margin-bottom: 0; }
article.single-post { margin-bottom: 0; }
.related-posts header {
  margin-bottom: 30px;
}
.related-posts header h2 {
  font-weight: 400;
  font-size  : 35px;
  line-height: 50px;
  color      : #333333;
}
.related-posts .meta li {
  font-weight   : 600;
  font-size     : 13px;
  line-height   : 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color         : #4F4F4F;
}
.blog-post-page #content table {border: 0 none;table-layout: auto !important; margin-bottom: 0;}
.blog-post-page #content thead {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #F8F8FA;
}
.blog-post-page #content thead td {
  background-color: #F8F8FA;
  border          : 0 none;
  font-weight     : 400;
  font-size       : 16.5px;
  line-height     : 25px;
  color           : #222226;
}
.blog-post-page #content tbody {border: 1px solid rgba(79, 79, 79, 0.25);}
.blog-post-page #content tbody td {
  background-color: #FFF !important;
  border          : 0 none;
  font-weight     : 400;
  font-size       : 16.5px;
  line-height     : 25px;
  color           : #222226;
}
#hsScubscribeForm {min-height: 49px;}
#hsScubscribeForm > form,
#hsScubscribeForm .submitted-message {
  max-width: 550px;
  margin-left: auto;
}
@media (min-width: 1230px) {
  body.blog main.site-main,
  body.search main.site-main,
  body.archive main.site-main,
  body.single-post main.site-main {max-width: 1200px;}
  .blog-post-page .container,
  .related-posts .container,
  .subscribe.bg-primary > .container {max-width: 1230px;}
  ul.categories-tabs {max-width: 861px;}
  ul.categories-tabs li {min-width: 125px;}
  .blog-search-field {max-width: 270px;position: absolute;right: 15px;padding:0; margin-top: 0;}
}
@media (max-width: 1100px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {margin: 0 30px 0 0;}
}
@media (max-width: 1024px) {
  .hide-on-tab {display: none !important;}
}
@media (max-width: 991px) {
  #hsScubscribeForm > form {margin-right: auto;}
}
@media (max-width: 599px) {
  .elementor-kit-9 .subscribe .hs-form .hs-input {border-radius: 4px;}
  .subscribe .hs-form .hs-button {max-width: none;border-radius: 4px;}
  .subscribe .hs-form .field { margin: 0 0 10px; }
  .subscribe.bg-primary {padding-left: 10px;padding-right: 9px;}
}
@media (max-width: 767px) {
  .blog-post-page .breadcrumbs {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .blog-post-page .posts > h1 {
    font-weight: 400;
    font-size: 35px !important;
    line-height: 50px !important;
    margin: 0 0 15px 0;
  }
  .post.featured .img-holder {border-radius: 0;}
  .post.featured {margin-bottom: 40px;}
  .post.featured h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
  }
  .post.featured .text {padding: 18% 75px 30px 20px;}
  .post.featured .btn-more {
    position: absolute;
    right: 20px;
    bottom: 30px;
  }
  .elementor-kit-9 h1.post-title {
    font-weight: 400;
    font-size: 35px !important;
    line-height: 50px !important;
    color: #1C1C1C;
  }
  .desktop-only {display: none !important;}
  .selected-category {
    background    : #F27421;
    color         : #FFFFFF;
    border-radius : 4px;
    text-align    : left;
    font-weight   : 400;
    font-size     : 16.5px;
    line-height   : 25px;
    text-transform: capitalize;
    padding       : 10px 40px 10px 12px;
    position      : relative;
  }
  .selected-category::after {
    position     : absolute;
    content      : '';
    display      :block;
    width        : 8px;
    height       : 8px;
    border-right : 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform    : rotate(45deg);
    top          : 18px;
    right        : 20px;
  }
  .mobile-category-dropdown {position: relative; margin-bottom:10px; cursor: pointer; display: block;}
  .blog-search-field { margin-top: 0; }
  .category-tabs {margin-bottom: 40px;}
  .mobile-category-dropdown ul {
    display      : none;
    position     : absolute;
    top          : 100%;
    left         : 0;
    list-style   : none;
    margin       : 0;
    padding      : 10px 12px;
    background   : #FFFFFF;
    box-shadow   : 0px 0px 85px rgba(0, 0, 0, 0.15);
    width        : 100%;
    border-radius: 0 0 4px 4px;
    z-index      : 10;
  }
  .mobile-category-dropdown ul li {margin: 0; padding: 0;}
  .mobile-category-dropdown ul li a.tab-btn {
    font-weight     : 400;
    font-size       : 16.5px;
    line-height     : 25px;
    text-transform  : capitalize;
    color           : #828282;
    border          : 0 none;
    background-color: transparent;
    text-align      : left;
    margin-bottom   : 0;
    padding         : 10px 10px 10px 0;
    border-bottom   : 1px solid rgba(79,79,79,0.25);
    display         : block;
    border-radius   : 0;
  }
  .mobile-category-dropdown ul li:last-child a.tab-btn {
    border-bottom: 0 none;
  }
  .mobile-category-dropdown ul li a.tab-btn:hover {
    color           : #828282;
    background-color: transparent;
  }
  .mobile-category-dropdown ul li::before {display: none;}
  .mobile-category-dropdown:hover ul {
    display: block;
  }
  .mobile-category-dropdown:hover .selected-category {
    border-radius: 3px 3px 0 0;
  }
  .mobile-category-dropdown:hover .selected-category::after {
    transform: rotate(-135deg);
    top      : 20px;
  }
  .post .img-holder {min-height: 189px;}
  #posts-list-container h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }
  #posts-list-container .post .btn-more, 
  .related-posts .post .btn-more {
    background     : #F27421;
    border-radius  : 4px;
    padding        : 12px 20px;
    font-weight    : 700;
    font-size      : 16.5px;
    line-height    : 25px;
    color          : #FFFFFF;
    border         : 0 none;
    text-decoration: none;
    display        : block;
    cursor         : pointer;
  }
  #posts-list-container .post .btn-more:hover, 
  .related-posts .post .btn-more:hover {
    background-color: #f38137;
  }
  #posts-list-container .post {margin-bottom: 60px;}
  #posts-list-container > .col-12:last-child .post { margin-bottom: 0; }
  .blog-post-action {margin-bottom: 6px;}
  .posts .btn-load-more {
    padding: 12px 20px;
    background-color: #FFFFFF;
    border: 2px solid #00B6C7;
    font-weight: 700;
    font-size: 16.5px;
    line-height: 25px;
    color: #00B6C7;
  }
  .posts .btn-load-more:hover {
    background-color: #00B6C7;
    color: #FFF;
  }
}
@media (max-width: 575px) {
  body:not([class*="elementor-page-"]) .site-main.blog-post-page {
    padding-right: 0;
    padding-left: 0;
  }
  .blog-post-page > .row {
    margin-right: 0;
    margin-left: 0;
  }
  .blog-post-page .breadcrumbs {
    padding-right: 24px;
    padding-left: 26px;
    padding-top: 24px;
  }
  .container.posts {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-post-page .posts > h1 {
    padding-left: 26px;
    padding-right: 24px;
  }
  body.search .search-form {
    margin-left: 26px;
    margin-right: 24px;
  }
  .category-tabs,
  .blog-post-action {padding-left: 25px;padding-right: 24px;}
  #posts-list-container.row {margin-left: 0; margin-right: 0;}
  #posts-list-container .px-xl-6 {padding-right: 24px;padding-left: 25px;}
  .elementor-kit-9 h1.post-title {
    margin-top   : 7px;
    margin-bottom: 10px;
    padding-left : 26px;
    padding-right: 24px;
  }
  #content {
    padding-left : 11px;
    padding-right: 9px;
    margin       : 0 0 32px;
  }
  article.single-post .meta {margin-bottom: 40px;}
  .blog-post-page #content h2 {
    font-weight: 700;
    font-size  : 20px;
    line-height: 30px;
    color      : #333333;
  }
  #sidebar {
    margin-left   : 11px;
    margin-right  : 9px;
    border-top    : 1px solid #BDBDBD;
    padding-top   : 36px;
    padding-bottom: 12px;
  }
  .posts.related-posts {
    padding-top   : 40px;
    padding-left  : 11px;
    padding-right : 9px;
    padding-bottom: 0;
  }
  .related-posts .header {margin: 0 0 20px;}
  .related-posts header h2 {
    font-weight: 700;
    font-size  : 20px;
    line-height: 30px;
    color      : #222226;
    text-align : center;
  }
  .related-posts .post {margin-bottom: 60px;}
}