@charset "UTF-8";
/*data:
https://www.pr_force.com/hs-fs/hub/549461/hub_generated/module_assets/1548425778543/module_7237781734.min.css
https://www.pr_force.com/hs-fs/hub/549461/hub_generated/module_assets/1545224897555/module_6777328766.min.css
https://www.pr_force.com/hs-fs/hub/549461/hub_generated/template_assets/3540156327/1569591036751/Coded_files/Custom/page/pr_force_Web_Files/Jquery.mmenu.all.css
https://cdn2.pravysoft.net/hub/-1/hub_generated/template_assets/1495141902003/pravysoft_default/shared/responsive/layout.min.css
https://www.pr_force.com/hs-fs/hub/549461/hub_generated/template_assets/2872094347/1569591049766/Coded_files/Custom/system/default/hs_default_custom_style.min.css
https://www.pr_force.com/hs-fs/hub/549461/hub_generated/template_assets/4223267514/1569591037268/Coded_files/Custom/system/default/pravysoft_clone.min.css
https://www.pr_force.com/hs-fs/hub/549461/hub_generated/template_assets/6747655846/1569591050132/Templates/Custom/Page/pr_force_Website/Header-Footer-19.min.css*/
a.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width: 568px){.hs-featured-image{float:none;margin:0;width:100%;max-width:100%}}.hs-screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}.search-module{position:absolute;bottom:-107px;left:0;right:0;width:100%;background:#fff;padding:40px 0px;-webkit-box-shadow:inset 0 0 20px 0 rgba(0,0,0,0.25);-moz-box-shadow:inset 0 0 20px 0 rgba(0,0,0,0.25);box-shadow:inset 0 0 20px 0 rgba(0,0,0,0.25);transition:all .2s linear;visibility:hidden}.search-small-wrap{max-width:1200px;margin:0 auto;text-align:center;padding-left:20px;padding-right:20px}.header-search:hover .search-module{visibility:visible}.image-module{margin-top:6px}.header-search{width:50px;height:40px;text-align:center;cursor:pointer}.header-search h2{padding:0px}@media(max-width:1200px) and (min-width:911px){.image-module{margin-top:3px}}@media(max-width:910px){.header-section .main-header .search-icon{display:none}}.social-media-icons .social-icons ul{padding:0px;text-align:center}.social-media-icons .social-icons ul li a{color:#fff;font-size:25px;margin-bottom:20px;display:block}@media(max-width:767px){.social-media-icons .social-icons ul{text-align:left;margin:0px}.social-media-icons .social-icons ul li{display:inline-block;float:left;margin:0px 10px;text-align:center}.social-media-icons .social-icons ul li:first-child{margin-left:0px}}

.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit; }

.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
      tap-highlight-color: rgba(255, 255, 255, 0.5); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }


.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }
  html.mm-blocking body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

.mm-menu.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }


em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    width: 90px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }


.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }


html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }


.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }
  .mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit; }
  .mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }


.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar > .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar > .mm-breadcrumbs > a {
    text-decoration: underline; }
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }


.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }
  .mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }
  li.mm-nosubresults > a.mm-next + a,
  li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }


.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    margin-right: 20px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }


input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }


.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px; }


.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  opacity: 0;
  top: -25%;
  -webkit-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  -ms-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }


.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }


.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }


html.mm-pagedim #mm-blocker, html.mm-pagedim-white #mm-blocker, html.mm-pagedim-black #mm-blocker {
  opacity: 0; }
html.mm-pagedim.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s; }
html.mm-pagedim #mm-blocker {
  background: inherit; }
html.mm-pagedim-white #mm-blocker {
  background: #fff; }
html.mm-pagedim-black #mm-blocker {
  background: #000; }


.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }


.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }


.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar > *,
  .mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
      tap-highlight-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar > *,
  .mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
      tap-highlight-color: rgba(0, 0, 0, 0.05); }
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar > *,
  .mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
      tap-highlight-color: rgba(255, 255, 255, 0.3); }
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }


.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }
  .mm-menu.mm-tileview .mm-listview > li:after,
  .mm-menu .mm-tileview.mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%; }
  .mm-menu.mm-tileview .mm-listview > li > a,
  .mm-menu.mm-tileview .mm-listview > li > span,
  .mm-menu .mm-tileview.mm-listview > li > a,
  .mm-menu .mm-tileview.mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0; }
  .mm-menu.mm-tileview .mm-listview > li > .mm-next,
  .mm-menu .mm-tileview.mm-listview > li > .mm-next {
    width: auto; }
    .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
      content: none;
      display: none; }
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }
  .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none; }
.mm-menu.mm-tileview .mm-listview {
  margin: 0; }
.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:28px;margin-left:2.127659574%;*margin-left:2.0744680846382977%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .span12{width:99.99999998999999%;*width:99.94680850063828%}.row-fluid .span11{width:91.489361693%;*width:91.4361702036383%}.row-fluid .span10{width:82.97872339599999%;*width:82.92553190663828%}.row-fluid .span9{width:74.468085099%;*width:74.4148936096383%}.row-fluid .span8{width:65.95744680199999%;*width:65.90425531263828%}.row-fluid .span7{width:57.446808505%;*width:57.3936170156383%}.row-fluid .span6{width:48.93617020799999%;*width:48.88297871863829%}.row-fluid .span5{width:40.425531911%;*width:40.3723404216383%}.row-fluid .span4{width:31.914893614%;*width:31.8617021246383%}.row-fluid .span3{width:23.404255317%;*width:23.3510638276383%}.row-fluid .span2{width:14.89361702%;*width:14.8404255306383%}.row-fluid .span1{width:6.382978723%;*width:6.329787233638298%}.container-fluid{*zoom:1}.container-fluid:before,.container-fluid:after{display:table;content:""}.container-fluid:after{clear:both}@media(max-width:767px){.row-fluid{width:100%}.row-fluid [class*="span"]{display:block;float:none;width:auto;margin-left:0}}@media(min-width:768px) and (max-width:1139px){.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:28px;margin-left:2.762430939%;*margin-left:2.709239449638298%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .span12{width:99.999999993%;*width:99.9468085036383%}.row-fluid .span11{width:91.436464082%;*width:91.38327259263829%}.row-fluid .span10{width:82.87292817100001%;*width:82.8197366816383%}.row-fluid .span9{width:74.30939226%;*width:74.25620077063829%}.row-fluid .span8{width:65.74585634900001%;*width:65.6926648596383%}.row-fluid .span7{width:57.182320438000005%;*width:57.129128948638304%}.row-fluid .span6{width:48.618784527%;*width:48.5655930376383%}.row-fluid .span5{width:40.055248616%;*width:40.0020571266383%}.row-fluid .span4{width:31.491712705%;*width:31.4385212156383%}.row-fluid .span3{width:22.928176794%;*width:22.874985304638297%}.row-fluid .span2{width:14.364640883%;*width:14.311449393638298%}.row-fluid .span1{width:5.801104972%;*width:5.747913482638298%}}@media(min-width:1280px){.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:28px;margin-left:2.564102564%;*margin-left:2.510911074638298%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.45299145300001%;*width:91.3997999636383%}.row-fluid .span10{width:82.905982906%;*width:82.8527914166383%}.row-fluid .span9{width:74.358974359%;*width:74.30578286963829%}.row-fluid .span8{width:65.81196581200001%;*width:65.7587743226383%}.row-fluid .span7{width:57.264957265%;*width:57.2117657756383%}.row-fluid .span6{width:48.717948718%;*width:48.6647572286383%}.row-fluid .span5{width:40.170940171000005%;*width:40.117748681638304%}.row-fluid .span4{width:31.623931624%;*width:31.5707401346383%}.row-fluid .span3{width:23.076923077%;*width:23.0237315876383%}.row-fluid .span2{width:14.529914530000001%;*width:14.4767230406383%}.row-fluid .span1{width:5.982905983%;*width:5.929714493638298%}}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:""}.clearfix:after{clear:both}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.hidden{display:none;visibility:hidden}.visible-phone{display:none !important}.visible-tablet{display:none !important}.hidden-desktop{display:none !important}@media(max-width:767px){.visible-phone{display:inherit !important}.hidden-phone{display:none !important}.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}}@media(min-width:768px) and (max-width:1139px){.visible-tablet{display:inherit !important}.hidden-tablet{display:none !important}.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}}@charset "UTF-8";@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url("https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url("https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url("https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhs.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url("https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf") format('truetype');
}
@font-face{font-family:'FontAwesome';src:url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");src:url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0") format('embedded-opentype'),url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'),url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'),url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'),url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/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}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .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}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
img{max-width:100%;border:0;-ms-interpolation-mode:bicubic;vertical-align:bottom}video{max-width:100%;height:auto}.hs-responsive-embed{position:relative;height:auto;overflow:hidden;padding-top:0;padding-left:0;padding-right:0}.hs-responsive-embed iframe,.hs-responsive-embed object,.hs-responsive-embed embed{width:100%;height:100%;border:0}.hs-responsive-embed,.hs-responsive-embed.hs-responsive-embed-youtube,.hs-responsive-embed.hs-responsive-embed-wistia,.hs-responsive-embed.hs-responsive-embed-vimeo{padding-bottom:2%}.hs-responsive-embed.hs-responsive-embed-instagram{padding-bottom:116.01%}.hs-responsive-embed.hs-responsive-embed-pinterest{height:auto;overflow:visible;padding:0}.hs-responsive-embed.hs-responsive-embed-pinterest iframe{position:static;width:auto;height:auto}iframe[src^="https://www.slideshare.net/slideshow/embed_code/"]{width:100%;max-width:100%}@media(max-width:568px){iframe{max-width:100%}}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select{padding:6px;display:inline-block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.hs-menu-wrapper ul{padding:0}.hs-menu-wrapper.hs-menu-flow-horizontal ul{list-style:none;margin:0}.hs-menu-wrapper.hs-menu-flow-horizontal>ul{display:inline-block;margin-bottom:20px}.hs-menu-wrapper.hs-menu-flow-horizontal>ul:before{content:" ";display:table}.hs-menu-wrapper.hs-menu-flow-horizontal>ul:after{content:" ";display:table;clear:both}.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{float:left}.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{display:inline-block;padding:10px 20px;white-space:nowrap;max-width:140px;overflow:hidden;text-overflow:ellipsis;text-decoration:none}.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children{position:relative}.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{visibility:hidden;opacity:0;-webkit-transition:opacity .4s;position:absolute;z-index:10;left:0}.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{display:block;white-space:nowrap;width:140px;overflow:hidden;text-overflow:ellipsis}.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper{left:180px;top:0}.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{opacity:1;visibility:visible}.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul{margin-bottom:0}.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch{position:relative;margin-bottom:20px;min-height:7em}.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul{margin-bottom:0}.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children{position:static}.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper{display:none}.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper{display:block;visibility:visible;opacity:1}.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:before{content:" ";display:table}.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:after{content:" ";display:table;clear:both}.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li{float:left}.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a{display:inline-block;padding:10px 20px;white-space:nowrap;max-width:140px;width:auto;overflow:hidden;text-overflow:ellipsis;text-decoration:none}.hs-menu-wrapper.hs-menu-flow-vertical{width:100%}.hs-menu-wrapper.hs-menu-flow-vertical ul{list-style:none;margin:0}.hs-menu-wrapper.hs-menu-flow-vertical li a{display:block;white-space:nowrap;width:140px;overflow:hidden;text-overflow:ellipsis}.hs-menu-wrapper.hs-menu-flow-vertical>ul{margin-bottom:20px}.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a{width:auto}.hs-menu-wrapper.hs-menu-flow-vertical>ul li a{padding:10px 20px;text-decoration:none}.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children{position:relative}.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper{visibility:hidden;opacity:0;-webkit-transition:opacity .4s;position:absolute;z-index:10;top:0;left:180px}.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{opacity:1;visibility:visible}.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a{min-width:140px;width:auto}.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul{max-width:100%;overflow:hidden}.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper{display:none}.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li.hs-item-has-children>ul.hs-menu-children-wrapper{display:block;visibility:visible;opacity:1;position:static}.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2>a{padding-left:4em}.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3>a{padding-left:6em}.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4>a{padding-left:8em}.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5>a{padding-left:140px}.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul{box-shadow:0px 1px 3px rgba(0,0,0,0.18);-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.18);-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.18)}@media(max-width:568px){.hs-menu-wrapper,.hs-menu-wrapper *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;width:100%}.hs-menu-wrapper.hs-menu-flow-horizontal ul{list-style:none;margin:0;display:block}.hs-menu-wrapper.hs-menu-flow-horizontal>ul{display:block}.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{float:none}.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a{display:block;max-width:100%;width:100%}}.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper,.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{visibility:visible;opacity:1}.widget-type-space{visibility:hidden}.hs-author-listing-header{margin:0 0 .75em 0}.hs-author-social-links{display:inline-block}.hs-author-social-links a.hs-author-social-link{width:24px;height:24px;border-width:0px;border:0px;line-height:24px;background-size:24px 24px;background-repeat:no-repeat;display:inline-block;text-indent:-99999px}.hs-author-social-links a.hs-author-social-link.hs-social-facebook{background-image:url("https://localhost/static.pravysoft.com/final/img/common/icons/social/facebook-24x24.html")}.hs-author-social-links a.hs-author-social-link.hs-social-linkedin{background-image:url("https://localhost/static.pravysoft.com/final/img/common/icons/social/linkedin-24x24.html")}.hs-author-social-links a.hs-author-social-link.hs-social-twitter{background-image:url("https://localhost/static.pravysoft.com/final/img/common/icons/social/twitter-24x24.html")}.hs-author-social-links a.hs-author-social-link.hs-social-google-plus{background-image:url("https://localhost/static.pravysoft.com/final/img/common/icons/social/googleplus-24x24.html")}.hs_cos_wrapper_type_image_slider{display:block;overflow:hidden}.hs_cos_flex-container a:active,.hs_cos_flex-slider a:active,.hs_cos_flex-container a:focus,.hs_cos_flex-slider a:focus{outline:0}.hs_cos_flex-slides,.hs_cos_flex-control-nav,.hs_cos_flex-direction-nav{margin:0;padding:0;list-style:none}.hs_cos_flex-slider{margin:0;padding:0}.hs_cos_flex-slider .hs_cos_flex-slides>li{display:none;-webkit-backface-visibility:hidden;position:relative}.hs_cos_flex-slider .hs_cos_flex-slides img{width:100%;display:block;border-radius:0px}.hs_cos_flex-pauseplay span{text-transform:capitalize}.hs_cos_flex-slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .hs_cos_flex-slides{display:block}* html .hs_cos_flex-slides{height:1%}.hs_cos_flex-slider{margin:0 0 60px;background:#fff;border:0;position:relative;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px;zoom:1}.hs_cos_flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease}.loading .hs_cos_flex-viewport{max-height:300px}.hs_cos_flex-slider .hs_cos_flex-slides{zoom:1}.carousel li{margin-right:5px}.hs_cos_flex-direction-nav{*height:0}.hs_cos_flex-direction-nav a{width:30px;height:30px;margin:-20px 0 0;display:block;background:url("https://localhost/static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.html") no-repeat 0 0;position:absolute;top:50%;z-index:10;cursor:pointer;text-indent:-9999px;opacity:0;-webkit-transition:all .3s ease}.hs_cos_flex-direction-nav .hs_cos_flex-next{background-position:100% 0;right:-36px}.hs_cos_flex-direction-nav .hs_cos_flex-prev{left:-36px}.hs_cos_flex-slider:hover .hs_cos_flex-next{opacity:.8;right:5px}.hs_cos_flex-slider:hover .hs_cos_flex-prev{opacity:.8;left:5px}.hs_cos_flex-slider:hover .hs_cos_flex-next:hover,.hs_cos_flex-slider:hover .hs_cos_flex-prev:hover{opacity:1}.hs_cos_flex-direction-nav .hs_cos_flex-disabled{opacity:.3 !important;filter:alpha(opacity=30);cursor:default}.hs_cos_flex_thumbnavs-direction-nav{margin:0px;padding:0px;list-style:none}.hs_cos_flex_thumbnavs-direction-nav{*height:0}.hs_cos_flex_thumbnavs-direction-nav a{width:30px;height:140px;margin:-60px 0 0;display:block;background:url("https://localhost/static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.html") no-repeat 0 40%;position:absolute;top:50%;z-index:10;cursor:pointer;text-indent:-9999px;opacity:1;-webkit-transition:all .3s ease}.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next{background-position:100% 40%;right:0px}.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev{left:0px}.hs-cos-flex-slider-control-panel img{cursor:pointer}.hs-cos-flex-slider-control-panel img:hover{opacity:.8}.hs-cos-flex-slider-control-panel{margin-top:-30px}.hs_cos_flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.hs_cos_flex-control-nav li{margin:0 6px;display:inline-block;zoom:1;*display:inline}.hs_cos_flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,0.5);cursor:pointer;text-indent:-9999px;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;box-shadow:inset 0 0 3px rgba(0,0,0,0.3)}.hs_cos_flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,0.7)}.hs_cos_flex-control-paging li a.hs_cos_flex-active{background:#000;background:rgba(0,0,0,0.9);cursor:default}.hs_cos_flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.hs_cos_flex-control-thumbs li{width:25%;float:left;margin:0}.hs_cos_flex-control-thumbs img{width:100%;display:block;opacity:.7;cursor:pointer}.hs_cos_flex-control-thumbs img:hover{opacity:1}.hs_cos_flex-control-thumbs .hs_cos_flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.hs_cos_flex-direction-nav .hs_cos_flex-prev{opacity:1;left:0}.hs_cos_flex-direction-nav .hs_cos_flex-next{opacity:1;right:0}}.hs_cos_flex-slider .caption{background-color:rgba(0,0,0,0.5);position:absolute;font-size:2em;line-height:1.1em;color:white;padding:0px 5% 0px 5%;width:100%;bottom:0;text-align:center}.hs_cos_flex-slider .superimpose .caption{color:white;font-size:3em;line-height:1.1em;position:absolute;padding:0px 5% 0px 5%;width:90%;top:40%;text-align:center;background-color:transparent}@media all and (max-width:400px){.hs_cos_flex-slider .superimpose .caption{background-color:black;position:static;font-size:2em;line-height:1.1em;color:white;width:90%;padding:0px 5% 0px 5%;top:40%;text-align:center}#recaptcha_area table#recaptcha_table{width:300px !important}#recaptcha_area table#recaptcha_table .recaptcha_r1_c1{width:300px !important}#recaptcha_area table#recaptcha_table .recaptcha_r4_c4{width:67px !important}#recaptcha_area table#recaptcha_table #recaptcha_image{width:280px !important}}.hs_cos_flex-slider h1,.hs_cos_flex-slider h2,.hs_cos_flex-slider h3,.hs_cos_flex-slider h4,.hs_cos_flex-slider h5,.hs_cos_flex-slider h6,.hs_cos_flex-slider p{color:white}.hs-gallery-thumbnails li{display:inline-block;margin:0px;padding:0px;margin-right:-4px}.hs-gallery-thumbnails.fixed-height li img{max-height:150px;margin:0px;padding:0px;border-width:0px}pre{overflow-x:auto}table pre{white-space:pre-wrap}.comment{margin:10px 0 10px 0}.hs_cos_wrapper_type_rich_text,.hs_cos_wrapper_type_text,.hs_cos_wrapper_type_header,.hs_cos_wrapper_type_section_header,.hs_cos_wrapper_type_raw_html,.hs_cos_wrapper_type_raw_jinja,.hs_cos_wrapper_type_page_footer{word-wrap:break-word}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}.wp-float-left{float:left;margin:0 20px 20px 0}.wp-float-right{float:right;margin:0 0 20px 20px}#map_canvas img,.google-maps img{max-width:none}#recaptcha_table td{line-height:0}.recaptchatable #recaptcha_response_field{min-height:0;line-height:12px}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:0;border-radius:50%;background:white;background:hsla(0,0%,100%,0.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:white}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}@font-face{font-family:"pr_force";src:url("../../../../../../hubfs/BZ%20-%20GRO/icons/StrategyPlus%20%20Fonts/pr_force.html");src:url("../../../../../../hubfs/BZ%20-%20GRO/icons/StrategyPlus%20%20Fonts/pr_forced41dd41dd41dd41d.html?#iefix") format("embedded-opentype"),url("../../../../../../hubfs/BZ%20-%20GRO/icons/StrategyPlus%20%20Fonts/pr_force-2.html") format("woff"),url("../../../../../../hubfs/BZ%20-%20GRO/icons/StrategyPlus%20%20Fonts/pr_force-3.html") format("truetype"),url("../../../../../../hubfs/BZ%20-%20GRO/icons/StrategyPlus%20%20Fonts/pr_force-4.html#pr_force") format("svg");font-weight:normal;font-style:normal}[data-icon]:before{font-family:"pr_force" !important;content:attr(data-icon);font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^="gf-icon-"]:before,[class*=" gf-icon-"]:before{font-family:"pr_force" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gf-icon-control-arrows:before{content:"\61"}.gf-icon-magnify-money:before{content:"\62"}.gf-icon-money-bag:before{content:"\63"}.gf-icon-money-document:before{content:"\64"}body{font-family:'Open Sans',sans-serif;font-size:18px;line-height:1.55em;text-rendering:optimizelegibility;font-weight:400;margin:0;padding:0;border:0;color:#42403d}body *{box-sizing:border-box}.row-fluid [class*="span"]{min-height:0 !important}h1,h2,h3,h4,h5,p{margin:0;padding:0 0 20px}h1,h2{font-family:'prenton','proxima-nova',Helvetica,sans-serif}h4{padding:0 0 10px}.bodyWrap .hs_cos_wrapper_type_rich_text ul,.bodyWrap .tab-copy ul,.bodyWrap .lp-body ul{padding:0;margin:0 0 20px 1em;list-style:none}.bodyWrap .hs_cos_wrapper_type_rich_text ul li,.bodyWrap .tab-copy ul li,.bodyWrap .lp-body ul li{position:relative;margin:0 0 10px;padding:0 0 0 20px;line-height:1.25em}.bodyWrap .hs_cos_wrapper_type_rich_text ul li:before,.bodyWrap .tab-copy ul li:before,.bodyWrap .lp-body ul li:before{content:'•';position:absolute;left:0;color:#3b6d89;top:-2px}.bodyWrap ol{margin:0px 0px 30px;padding:0 0 0 2em}.bodyWrap ol li{margin:0 0 10px}.bodyWrap ol li+ul,.bodyWrap ol li ul{margin-top:10px !important}.bodyWrap .hs_cos_wrapper_type_rich_text a:not(.btn):not(.social-icon){color:#3b6d89;text-decoration:none;border-bottom:1.5px solid #3b6d89;transition:all .2s linear}.bodyWrap .hs_cos_wrapper_type_rich_text a:not(.btn):hover{border-bottom-color:transparent}ul.col-2{-webkit-column-count:2;-moz-column-count:2;column-count:2}.btn{color:#fff;background:#c75f04;border:2px solid #fff;text-transform:uppercase;padding:5px 20px;text-decoration:none;font-weight:600;font-size:1.08em;line-height:1em;transition:all .2s linear;white-space:nowrap;display:inline-block}.btn.orange-ghost{color:#c75f04;background-color:#fff;border-color:#c75f04;padding:12px 20px;font-size:.85em}.btn-arrow:before{content:'>';font-weight:200;padding:0 15px 0 0}.btn:hover{border-radius:10px}.btn:focus{outline:0}.btn-ghost{background:#fff;border-color:#c75f04;color:#c75f04}.btn-ghost:hover{background:#c75f04;color:#fff}.harvey-btn{background-color:#fff;margin-left:20px;font-size:13px;color:#c75f04 !important}.harvey-btn:hover{opacity:1 !important}.fullWrap{width:100%;overflow:hidden;margin:0;padding:0}.fullWrap .innerWrap{width:1140px;max-width:100%;padding:20px;box-sizing:border-box;margin:0 auto;overflow:hidden}.header-container-wrapper{position:relative;z-index:999;width:100%;background:#fff}.header-container-wrapper.fixed{position:fixed}.courtesyWrap{background:#3b6d89}.courtesyWrap .row-fluid [class*="span"]{min-height:0}.courtesyWrap .innerWrap{padding:15px 20px;font-size:.6em;font-weight:600;text-transform:uppercase;color:#fff;line-height:1em}.courtesyWrap .innerWrap a{color:#fff;text-decoration:none;transition:all .2s linear}.courtesyWrap .innerWrap a:hover{opacity:.7}.courtesyWrap .courtesyNav{text-align:right}.courtesyWrap .courtesyNav ul{margin:0;padding:0;list-style:none}.courtesyWrap .courtesyNav ul li{display:inline-block}.courtesyWrap .courtesyNav ul li a{display:inline-block;margin:0;padding:0}.courtesyWrap .courtesyNav ul li:not(:nth-child(1)):before{content:'|';padding:0 10px;opacity:.5}.courtesyWrap .courtesyNav ul li a.login:before{content:' ';width:10px;height:10px;display:inline-block;background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/lock-icon.html") no-repeat left center;margin-right:5px}.blog.custom-post .blogSidebar .widget-span ul.inputs-list li{border:0}ul.dropdown li{padding:7px 10px;border-style:solid;border-width:1px 1px 1px 0;border-color:#fff #d9d9d9 #d9d9d9;background-color:#f6f6f6;color:#000}ul.dropdown li.hover,ul.dropdown li:hover,ul.dropdown li.on{background-color:#eee;color:#000}ul.dropdown a:link,ul.dropdown a:visited{color:#000;text-decoration:none}ul.dropdown a:active{color:orange}ul.dropdown ul{width:150px;margin-top:1px}ul.dropdown ul li{font-weight:normal}ul.dropdown *.dir{padding-right:20px}ul.dropdown-horizontal ul *.dir{padding-right:15px}ul.dropdown-vertical-rtl *.dir,ul.dropdown-horizontal>li.dropdown-vertical-rtl ul *.dir{padding-right:10px;padding-left:15px}ul.dropdown{width:760px;background-color:#eee;border-bottom:solid 1px #ccc}ul.dropdown li{border:0;background-color:#eee}ul.dropdown li.hover,ul.dropdown li:hover{background-color:#f6f6f6;color:#000}ul.dropdown ul{width:760px;margin-top:0;border-top:solid 1px #ccc;background-color:#f6f6f6}ul.dropdown ul li{background-color:#f6f6f6}ul.dropdown ul li.hover{margin:0;border:0}ul.dropdown ul *.dir{padding-right:7px;background-image:none}ul.dropdown,ul.dropdown li,ul.dropdown ul{list-style:none;margin:0;padding:0}ul.dropdown{position:relative;z-index:597;float:left}ul.dropdown li{float:left;min-height:1px;line-height:1.3em;vertical-align:middle}ul.dropdown li.hover,ul.dropdown li:hover{position:relative;z-index:599;cursor:default}ul.dropdown ul{visibility:hidden;position:absolute;top:100%;left:0;z-index:598;width:100%}ul.dropdown ul li{float:none}ul.dropdown ul ul{top:1px;left:99%}ul.dropdown li:hover>ul{visibility:visible}ul.dropdown-linear{width:100%}ul.dropdown-linear ul li{float:left}ul.dropdown-linear li.hover,ul.dropdown-linear li:hover{position:static}ul.dropdown-linear ul ul{display:none !important}.cse .gsc-control-cse,.gsc-control-cse{padding:0 !important}input.gsc-search-button,input.gsc-search-button:hover,input.gsc-search-button:focus{height:auto !important;width:auto !important;padding:11px 10px !important;margin-top:0 !important;border-radius:0 !important}table.gsc-search-box td{vertical-align:top !important}.gsc-control-cse div.gsc-input-box{overflow:hidden !important;height:35px !important}.gsc-results-wrapper-overlay.gsc-results-wrapper-visible{height:80% !important}#nav{position:absolute;top:40px;left:0;width:100%;text-align:right;background:#fff;border:0;-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);-moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);box-sizing:border-box}.mainNavWrap.fixed #nav{top:0;position:fixed}#nav .innerWrapper{width:1100px;max-width:100%;padding:0;margin:0 auto}#nav li{display:inline-block;vertical-align:middle;background:0;float:none;padding:29px 0;text-transform:uppercase;font-weight:600;font-size:.85em}#nav .logo{background:url("https://localhost/cdn2.pravysoft.net/hub/549461/hubfs/template-assets/shared/logo.html") no-repeat left center;background-size:contain;width:222px;height:78px;position:relative;float:left;top:0;left:0;font-size:0;padding:15px 0}#nav .search-button{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/search-icon.html") no-repeat center right;background-size:17px auto;height:48px;width:48px;font-size:0;padding:15px 0}#nav li a{padding:5px 0;margin:0 0 0 25px;border-bottom:3px solid transparent}#nav .logo a,#nav .search-button a{display:inline-block;height:100%;width:100%;border-bottom:0;margin:0}#nav li a:hover{border-color:#c75f04}#nav .search-button ul{font-size:15px;line-height:1.3em}#nav ul{width:100%;border:0;background:#fff;-webkit-box-shadow:inset 0px 0px 20px 0px rgba(0,0,0,0.25);-moz-box-shadow:inset 0px 0px 20px 0px rgba(0,0,0,0.25);box-shadow:inset 0px 0px 20px 0px rgba(0,0,0,0.25);transition:all .2s linear;color:#42403d;text-transform:none;font-weight:400;box-sizing:border-box}#nav ul .innerWrapper{margin:40px auto;overflow:hidden;text-transform:none;font-weight:400}#nav ul li{width:20%;display:inline-block;text-align:center;margin:0 0 0 25px;vertical-align:top;padding:0;text-transform:none;font-weight:400;font-size:1em}#nav ul li a{border-bottom:0;padding:0;margin:0;color:#42403d;transition:color .2s linear}#nav ul li a img{display:block;margin:0 auto 10px;border-radius:50%;opacity:.8;transition:all .2s linear}#nav ul li a:hover{color:#c75f04}#nav ul li a:hover img{opacity:1}#nav ul .span4{border-right:1px solid #7a7977;padding:0 40px 0 0;text-align:left}#nav h2{text-transform:uppercase;letter-spacing:1pt;font-weight:500;font-size:1.25em;padding:0 0 15px}#nav .btn{padding:5px 15px;font-size:.9em;border:0;color:#fff !important;margin:0}#nav .btn:hover{border-radius:6px}.mNavWrap{background:#fff;width:100%;position:fixed;top:0;left:0;-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);-moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);display:none;height:60px;z-index:99999}html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next,.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{margin-top:60px !important}.mNavWrap .innerWrap{padding:10px 20px;overflow:hidden;position:relative}.mNavWrap .mLogo{width:210px;float:left;padding:5px 0}.mNavWrap .mLogo a{display:block;line-height:0}.mNavWrap .mLinks{width:calc(100% - 230px);float:right;text-align:right;line-height:40px}.mNavWrap .mLinks a{height:30px;width:30px;background:no-repeat right center;background-size:contain;display:inline-block;vertical-align:middle}.mNavWrap .mLinks .phone{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/mobile_phone.html")}.mNavWrap .mLinks .loginTrigger{margin-left:10px;background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/mobile_login.html")}.mNavWrap .mLinks .menuTrigger{margin-left:10px;background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/mobile_menu.html");background-size:auto 25px;background-position:right center}html.mm-opened .mNavWrap .mLinks .menuTrigger{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/mobile_close.html")}#mNav{padding:10px 0 30px;background:#3b6d89;overflow-y:auto;max-width:480px !important}#mNav:not(.mm-opened){display:none}#mNav ul{position:relative;margin:0;padding:0;list-style:none}#mNav ul li{border-top:1px solid rgba(255,255,255,0.25);padding:15px 25px;font-size:1.05em;font-weight:600;text-transform:uppercase}#mNav ul li:first-child{border-top:0}#mNav ul li:last-child{border-bottom:1px solid rgba(255,255,255,0.25)}#mNav ul li a{color:#fff;text-decoration:none;display:block;width:100%}#mNav ul li ul.hs-menu-children-wrapper{margin:10px 0}#mNav ul li ul.hs-menu-children-wrapper li{border-top:0;text-transform:none;font-weight:500;line-height:1em;padding:10px 20px}#mNav ul li ul.hs-menu-children-wrapper li:last-child{border-bottom:0}.heroWrap{width:100%;padding:100px 0 100px;text-align:center;color:#fff;background-position:center center;background-repeat:no-repeat;background-size:cover;position:relative}.heroWrap .innerWrap{display:inline-block;vertical-align:middle;position:relative}.heroWrap h1{font-size:3.75em;font-weight:600;line-height:1em}.heroWrap h2{font-size:2.5em;font-weight:300;line-height:1.15em}.heroWrap h1 a,.heroWrap h2 a{color:#fff;text-decoration:none;transition:opacity .2s linear}.heroWrap h1 a:hover,.heroWrap h2 a:hover{opacity:.75}.heroWrap .btn{font-size:.85em;padding:15px 45px;margin:20px auto}.hero--cta-container{display:block;width:100%;max-width:620px;margin:0 auto}.hero--cta-container p{font-size:13px;margin-top:-15px}.hero--cta-container a.cta_button{border-bottom:solid 2px #fff !important}.bodyWrap{padding:40px 0 0;margin:0}.bodyWrap img{max-width:100%;height:auto}.bodyWrap h1,.bodyWrap h2{font-size:2em;line-height:1.1em;font-weight:600;color:#3b6d89}.bodyWrap h3{font-size:1.45em;line-height:1.1em;font-weight:600;color:#3b6d89}.bodyWrap h4{font-size:1.15em;font-weight:500;color:#42403d;line-height:1.75em}.bodyWrap .innerWrap .row-fluid-wrapper{padding:0 0 40px}.bodyWrap .innerWrap .row-fluid-wrapper:last-child{padding-bottom:0}.bodyWrap .intro{line-height:2em;padding:20px 60px}.bodyWrap .resourceBg{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/resource-bar-bg.html") no-repeat bottom center #fff;background-size:100% auto;padding-bottom:160px;padding-top:40px}.bodyWrap .featuredResource{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/resource-bar.html") repeat-x left center transparent;background-size:auto 100%;margin:-44px 0;color:#fff;padding:5px 0 25px}.bodyWrap .featuredResource h3{color:#fff}.bodyWrap .featuredResource .innerWrap{padding:0 20px}.bodyWrap .featuredResource .innerWrap .row-fluid-wrapper{padding-bottom:0}.bodyWrap .featured{display:table;width:100%;color:#fff}.bodyWrap .featured h3,.bodyWrap .featured h4{color:#fff}.bodyWrap .featured h3{padding-bottom:10px}.bodyWrap .featured h4{font-weight:300;padding-bottom:0;font-size:1em;line-height:1.25em}.bodyWrap .featured .btn{font-size:.78em;padding:10px 20px}.bodyWrap .featured .resImage{display:table-cell;vertical-align:middle;width:30%;text-align:center;padding-bottom:20px}.bodyWrap .featured .resCopy{display:table-cell;vertical-align:middle;width:70%;padding-bottom:20px}.bodyWrap .featured .resCopy .resCopyWrap{display:table;width:100%}.bodyWrap .featured .resCopy .span5,.bodyWrap .featured .resCopy .span7{float:none;display:table-cell;vertical-align:middle}.bodyWrap .featured .resCopy .span5{width:30%}.bodyWrap .featured .resCopy .span7{width:70%;padding-right:20px}.bodyWrap .mainSidebar ul{margin:0 0 30px;padding:0;list-style:none;background:#fbfbfb;border-top:1px solid rgba(0,0,0,0.15)}.bodyWrap .mainSidebar ul li{padding:0;border:1px solid rgba(0,0,0,0.15);border-top-width:0px;transition:all .2s linear}.bodyWrap .mainSidebar ul li:hover,.bodyWrap .mainSidebar ul li.active{background:#c75f04}.bodyWrap .mainSidebar ul li a{color:#7a7977;font-size:.95em;font-weight:700;text-decoration:none;padding:15px 20px;display:block;line-height:1.15em}.bodyWrap .mainSidebar ul li:hover a,.bodyWrap .mainSidebar ul li.active a{color:#fff}.footerCourtesy{background:#3b6d89}.footerCourtesy .row-fluid [class*="span"]{min-height:0}.footerCourtesy .innerWrap{padding:15px 20px;font-size:.6em;font-weight:600;text-transform:uppercase;color:#fff;line-height:1em}.footerCourtesy .innerWrap a{color:#fff;text-decoration:none;transition:all .2s linear}.footerCourtesy .innerWrap a:hover{opacity:.7}.footerCourtesy .innerWrap .span6{line-height:20px;vertical-align:middle}.footerCourtesy .innerWrap .span6+.span6{text-align:right}.footerCourtesy .innerWrap .span6+.span6 .footer-social{width:20px;height:20px;display:inline-block;margin-left:5px;vertical-align:middle;background-size:auto;background-repeat:no-repeat;background-position:center center}.footerCourtesy .innerWrap .span6+.span6 .footer-social:nth-child(1){margin-left:15px}.footerCourtesy .innerWrap .span6+.span6 .footer-social-linkedin{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-linkedin.html")}.footerCourtesy .innerWrap .span6+.span6 .footer-social-twitter{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-twitter.html")}.footerCourtesy .innerWrap .span6+.span6 .footer-social-youtube{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-youtube.html")}.footerCourtesy .innerWrap .span6+.span6 .footer-social-facebook{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-facebook.html")}.footerCourtesy .innerWrap .span6+.span6 .footer-social-google{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-google.html")}.footerMain{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-bg.html") no-repeat top right #414d51;background-size:cover;padding:40px 0}.footerMain .footerLogo{margin-bottom:20px}.footerMain ul{margin:20px 0;padding:0;list-style:none}.footerMain ul li{line-height:1.1em;margin:0 0 10px;padding:0}.footerMain ul li a{color:#fff;text-decoration:none;font-size:.95em;font-weight:600;max-width:999em !important;text-transform:uppercase}.footerMain .hs-menu-children-wrapper{margin-top:10px}.footerMain .hs-menu-children-wrapper a{font-size:.76em;font-weight:400;text-transform:none}.footerMain .copyright{font-size:.65em;line-height:1.15em;color:#fff;text-align:center;border-top:1px solid rgba(255,255,255,0.5);margin:20px 0 0;padding:40px 0 0}.landing-page .header-container-wrapper .span6{height:17px;line-height:17px}.landing-page .courtesyWrap .innerWrap{padding:10px 20px}.landing-page .lp-share .divider{padding:0 15px}.landing-page .lp-share .lp-share-button{margin:0 0 0 5px;display:inline-block;background:no-repeat center center;background-size:contain;width:17px;height:17px;vertical-align:top;font-size:0;transition:all .2s linear}.landing-page .lp-share .lp-share-button:hover{opacity:.75}.landing-page .lp-share .lp-share-linkedin{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-linkedin.html");margin-left:15px}.landing-page .lp-share .lp-share-twitter{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-twitter.html")}.landing-page .lp-share .lp-share-facebook{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-facebook.html")}.landing-page .lp-share .lp-share-google{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-google.html")}.landing-page .heroWrap{padding:80px 0 40px}.landing-page .heroWrap .innerWrap{padding:100px 20px;position:relative}.landing-page .heroWrap .logo{display:block;position:absolute;top:0;left:20px;background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/logo_white.html") no-repeat left top;background-size:contain;width:226px;height:30px;font-size:0}.landing-page .bodyWrap{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/lp-body-bg2e.html") bottom center no-repeat;background-size:cover;padding:80px 0}.landing-page .lp-body{padding:0 80px;line-height:1.75em}.landing-page .lp-body h3{font-size:1.25em;color:#42403d;font-weight:400;line-height:1.5em}.landing-page .lp-body ul{margin:0 0 0 15px}.blueBox{background:#3b6d89;padding:40px;font-size:1.25em;line-height:1.5em}.blueBox h3{font-size:1.25em}.blueBox h4{font-size:1.25em;line-height:1.1em;font-weight:700;text-transform:uppercase}.blueBox .hs_cos_wrapper_type_rich_text ul{padding:0;margin:0 0 10px}.blueBox .hs_cos_wrapper_type_rich_text ul li{font-size:.7em;padding-left:15px}.blueBox .hs_cos_wrapper_type_rich_text ul li:before{color:#fff;font-size:.5em;top:0}.bodyWrap .lp-body ul li:before{color:#21253e;font-size:.55em;top:0}.blueBox,.blueBox h1,.blueBox h2,.blueBox h3,.blueBox h4,.blueBox h5{color:#fff}.lightGreyBox{background:#f5f5f5;padding:2rem;font-size:1.25em;line-height:1.5em}.greyBox{background:#999;padding:2rem;font-size:1.25em;line-height:1.5em}.greyBox h3{font-size:1.25em}.greyBox h4{font-size:1.25em;line-height:1.1em;font-weight:700;text-transform:uppercase}.greyBox .hs_cos_wrapper_type_rich_text ul{padding:0;margin:0 0 10px}.greyBox .hs_cos_wrapper_type_rich_text ul li{font-size:.7em;padding-left:15px}.greyBox .hs_cos_wrapper_type_rich_text ul li:before{font-size:.5em;top:0}.greyBox,.greyBox h1,.greyBox h2,.greyBox h3,.greyBox h4,.greyBox h5{color:#fff}.landing-page .lp-form{padding:0 60px}.landing-page .lp-form h3{text-align:center;font-size:1.75em;line-height:1.1em;font-weight:700;text-transform:uppercase;color:#c75f04;padding:0 0 40px}.landing-page .lp-form .hs-form fieldset{max-width:none;width:100%;margin:0;padding:0}.landing-page .lp-form .hs-form fieldset{margin:0 0 30px}.landing-page .lp-form .hs-form fieldset .hs-form-field{padding:0 15px;box-sizing:border-box;position:relative}.landing-page .lp-form .hs-error-msgs{position:absolute;margin:0;padding:0;list-style:none;font-size:.75em;top:0;right:20px;color:red}.landing-page .lp-form .hs-form fieldset .hs-form-field .input{margin:0}.landing-page .lp-form .hs-form fieldset .hs-form-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),.landing-page .lp-form .hs-form fieldset .hs-form-field textarea,.landing-page .lp-form .hs-form fieldset .hs-form-field select{width:100%;border:1px solid #21253e;background:#fff;font-family:inherit;font-size:1em;font-weight:400;line-height:1em;padding:10px;color:#21253e;box-sizing:border-box;height:auto}.landing-page .lp-form .hs-form .hs_submit{padding:0 10px;box-sizing:border-box;width:100%;text-align:center}.landing-page .lp-form .hs-form .hs_submit input{border:1px solid #c75f04;background:#c75f04;font-family:inherit;font-size:.8em;font-weight:600;line-height:1em;padding:20px;text-transform:uppercase;color:#fff;box-sizing:border-box;transition:all .2s linear;width:350px;max-width:100%;cursor:pointer;-webkit-appearance:none}.landing-page .lp-form .hs-form .hs_submit input:hover{border-radius:10px}.landing-page .footerMain{padding:20px 0 0}.landing-page .footerMain .copyright{margin-top:0;padding-top:0;border-top:0}.landing-page.get-a-quote .heroWrap{padding:20px 0 40px}.landing-page.get-a-quote .bodyWrap{padding:40px 0}.landing-page.get-a-quote .lp-quote{background:rgba(255,255,255,0.75) !important;width:calc(100% - 160px) !important;margin:40px 80px !important;float:none !important;padding:40px}.landing-page.get-a-quote .blueBox{font-size:.9em;padding:40px 25px}.landing-page.get-a-quote .blueBox h3{color:#fff;text-transform:uppercase;font-weight:800;font-size:1.5em;line-height:1em}.landing-page.get-a-quote .blueBox .hs-form .field{margin:0 0 20px;position:relative}.landing-page.get-a-quote .blueBox .hs-form .field .hs-error-msgs{position:absolute;margin:0;padding:0;list-style:none;font-size:.75em;color:red;bottom:-5px;right:5px}.landing-page.get-a-quote .blueBox .hs-form .field .hs-error-msgs li:before{display:none}.landing-page.get-a-quote .blueBox .hs-form .field input:not([type='radio']):not([type='checkbox']):not([type='file']){width:100%;font-family:inherit;font-size:.9em;font-weight:400;border:0;border-radius:0;padding:10px}.landing-page.get-a-quote .blueBox .hs-form .hs_submit input{width:100%;border:2px solid #fff;font-family:inherit;font-weight:600;text-transform:uppercase;background:#c75f04;color:#fff;font-size:1em;padding:15px 20px;transition:all .2s linear;cursor:pointer;-webkit-appearance:none}.landing-page.get-a-quote .blueBox .hs-form .hs_submit input:hover{border-radius:8px}.confirmation-page .bodyWrap{background-position:center center;padding:120px 0}.confirmation-page .bodyWrap .innerWrap .row-fluid-wrapper{padding:0}.confirmation-page .lp-copy .span5{text-align:center}.confirmation-page .lp-copy .btn{padding:15px 45px}.hero--overlay{position:absolute;top:0;bottom:0;left:0;right:0}.darker--overlay{background:rgba(1,45,66,0.75)}.dark--overlay{background:rgba(8,62,88,0.5)}.light--overlay{background:rgba(249,249,249,0.9)}.overlay-content{z-index:20;position:relative}.home .header-container-wrapper{background:transparent;position:absolute}.home .header-container-wrapper.fixed{position:fixed}.home .headerWrap #hs-link-my_logo{background-image:url("https://localhost/cdn2.pravysoft.net/hub/549461/hubfs/template-assets/shared/logo_white.html")}.home .headerWrap{-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);box-shadow:0px 0px 0px 0px rgba(0,0,0,0)}.home .headerWrap .mainNav ul li a{color:#fff}.home .headerWrap .mainNav ul li a.search-button::before{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/search-icon-white.html")}.home .header-container-wrapper.fixed #hs-link-my_logo{background-image:url("https://localhost/cdn2.pravysoft.net/hub/549461/hubfs/template-assets/shared/logo.html")}.home .header-container-wrapper.fixed{background:#fff;position:fixed;top:0;left:0;-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);-moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25)}.home .header-container-wrapper.fixed .mainNav ul li a{color:#21253e}.home .header-container-wrapper.fixed .mainNav ul li a.search-button::before{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/search-icon.html")}.home .heroWrap{background-attachment:fixed;position:relative}.background{background-size:cover;background-position:center;background-repeat:no-repeat;object-fit:cover;position:relative}.parallax-background{background-attachment:fixed}img.home-play-btn{max-width:90px !important}@media(max-width:425px){.home .heroWrap,.parallax-background{background-size:cover;background-attachment:initial}img.home-play-btn{max-width:70px !important}}.home .pricingVideo,.why-pr_force .whyGFVideo,.hero-background{padding:2em 1em 2em;margin:auto;background-size:cover;background-position:center center;margin-bottom:-40px;text-align:center;position:relative}.why-pr_force .whyGFVideo{margin-bottom:0}.why-gf--hero_text{position:relative;z-index:50}.home .pricingVideo:before,.why-pr_force .whyGFVideo:before{content:"";display:block;position:absolute !important;top:0 !important;right:0 !important;bottom:0 !important;left:0 !important;z-index:5;background-color:rgba(0,0,0,0.3)}.why-gf--hero_text{padding:7em 0 5em;color:#fff}.why-gf--hero_text h1{font-size:3em !important;line-height:1.25 !important}.home .heroWrap--text,.home .pricingVideo__text,.why-pr_force .why-gf--hero_text{position:relative;z-index:10}.pricingVideo__text h1,.why-gf--hero_text h1{font-size:2.5em;padding-bottom:0;color:#fff;line-height:1.15}.pricingVideo__text .sub-text,.why-gf--hero_text .sub-text{display:block;font-size:.75em;font-weight:500}.home .pricingVideo img,.why-pr_force .pricingVideo img{cursor:pointer;margin-top:1em;max-width:90px}.home .pricingVideo p,.why-pr_force .pricingVideo p{max-width:600px;margin:auto;display:block}@media(max-width:425px){.why-gf--hero_text{padding-left:1em;padding-right:1em}.pricingVideo__text h1{font-size:1.5em}}.homepage-main-icon{font-size:5em;display:inline-block;color:#c75f04;line-height:1.25}.we-can-help:hover .homepage-main-icon{color:#3b6d89}.home .onyourmind{background:rgba(0,0,0,0.2)}.home .onyourmind .whiteBar{padding:0;color:#42403d;text-align:center;margin-top:0}.home .onyourmind .whiteBar h4{font-size:1.35em;font-weight:700;margin:10px 0 0;padding:0}.home .onyourmind .whiteBar .innerWrap{display:table}.home .onyourmind .whiteBar .span4,.home .onyourmind .whiteBar .span2{display:table-cell;vertical-align:middle;float:none}.home .onyourmind .whiteBar .span4{text-align:left}.home .onyourmind .whiteBar a{color:#42403d;text-decoration:none;transition:all .2s linear}.home .onyourmind .whiteBar img:hover+a,.home .onyourmind .whiteBar a:hover{color:#c75f04}.home .onyourmind .whiteBar img{display:block;margin:0 auto 10px}.home .onyourmind .whiteBar span{display:block;font-size:.9em;line-height:1em}.home .heroWrap .whiteBar{background:rgba(255,255,255,0.75);padding:0;color:#42403d;text-align:center;margin-top:100px}.home .heroWrap .whiteBar h4{font-size:1.35em;font-weight:700;margin:10px 0 0;padding:0}.home .heroWrap .whiteBar .innerWrap{display:table}.home .heroWrap .whiteBar .span4,.home .heroWrap .whiteBar .span2{display:table-cell;vertical-align:middle;float:none}.home .heroWrap .whiteBar .span4{text-align:left}.home .heroWrap .whiteBar a{color:#42403d;text-decoration:none;transition:all .2s linear}.home .heroWrap .whiteBar img:hover+a,.home .heroWrap .whiteBar a:hover{color:#c75f04}.home .heroWrap .whiteBar img{display:block;margin:0 auto 10px}.home .heroWrap .whiteBar span{display:block;font-size:.9em;line-height:1em}.home .we-can-help{text-align:center}.home .we-can-help img{border-radius:50%;margin-bottom:20px}.home .no-radius .we-can-help img{border-radius:0 !important;max-height:170px}.home .bodyWrap .howWrap{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/homepage/home-how.html") no-repeat right top;background-size:cover;padding:80px 0 0}.home .bodyWrap .featuredResource{padding:20px 0 40px}.home .bodyWrap .featuredResource{margin:-50px 0}.blog-card--featured-image{height:230px}.blog-card{border:solid 1px #b7b7b7;padding:1em;margin-bottom:1em}.blog-card a{text-decoration:none}.blog-card a span.link{color:#c75f04;font-size:16px}.blog-card--featured-image{height:150px}.featured-content h4{margin-top:.75em;line-height:1.25}.homepage-faq__container .span6{margin:0 !important;width:50% !important}@media(max-width:768px){.homepage-faq__container .span6{width:100% !important}}.solid-fullimage--container{display:flex}.solid-fullimage--content_container{width:50%;display:inline-block}.solid-fullimage--content{width:100% !important;padding:0 6em 0 1em}.solid-fullimage--image{width:50%;display:inline-block}.solid-fullimage--content>h3{font-size:1.75em;margin-top:0;line-height:1.25}.solid-fullimage--content h5{font-size:1.25em}.questions--content.solid-fullimage--content{float:left;padding-left:4em;padding-right:4em}.solid-fullimage--content{width:100% !important;padding:0 6em 0 1em;max-width:640px;float:right}@media(max-width:1024px){.solid-fullimage--content{padding:0 3em}}@media(max-width:768px){.solid-fullimage--container{display:block}.solid-fullimage--content_container,.solid-fullimage--content,.solid-fullimage--image{width:100%;max-width:100%}}.mobile-only{display:none}@media(max-width:768px){.mobile-only{display:block}}.question-accordion__wrapper{max-width:1000px;margin:auto 0 auto auto}ul.question-accordion{list-style-type:none;padding-left:0 !important;border:0}.question-accordion dt{position:relative;padding:10px 0px;cursor:pointer;border-bottom:solid 1px #f1f1f1;display:block;padding-right:2em}.question-accordion dt:after{width:8px;height:8px;border-right:1px solid #4a6e78;border-bottom:1px solid #4a6e78;position:absolute;right:10px;content:"";top:17px;transform:rotate(-45deg);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.question-accordion dd{font-size:13px !important;color:black;margin-left:0;line-height:1.5}.question-accordion dt+dd{display:none;max-height:0}.question-accordion dt.active{border:none !important;color:#6e894f;font-weight:600}.question-accordion dt.active+dd{display:block;max-height:900px}.question-accordion dt.active:after{transform:rotate(45deg);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}img.speakpipe-icon{max-width:110px}.tech-partners--wrapper{padding:20px 0}.tech-partners--wrapper,.tech-partners--wrapper .flickity-viewport{height:100%;min-height:100%}.tech-partners--container{width:15%;margin:0 2%}.tech-partners--container img{height:50px;width:auto !important}@media(max-width:500px){.tech-partners--container{width:35%}}.contact-us--2col{width:50%;float:left;padding:3em 0 1.5em;color:#fff !important}.contact-us--banner .left-side{background-color:#445534;position:relative}.contact-us--banner .left-side:before{content:'';position:absolute;width:80px;height:80px;top:30px;right:-40px;border-radius:50px;background-color:#445534}.contact-us--banner .right-side{background-color:#718b56;padding-top:2.25em}.gf-icon-speak-bubble{position:absolute;top:50px;right:-25px;font-size:2em}@media(max-width:500px){.contact-us--banner{display:none}}.tabs{margin:0;padding:0;width:100%;display:table}.tabs li{width:25%;display:table-cell;background:rgba(122,121,119,0.15);padding:20px;border-width:1px;border-style:solid;border-color:rgba(255,255,255,0);border-right-color:rgba(21,26,43,0.4);text-align:center;position:relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;vertical-align:middle;cursor:pointer;transition:color .2s linear}.tabs li:hover{color:#8f8f8f}.tabs li:last-child{border-right-color:rgba(255,255,255,0)}.tabs li.active{background:#fff;border-color:rgba(21,26,43,0.4);border-bottom-color:#c75f04;border-bottom-width:10px}.tabs li.active:not(:first-child){border-left-width:0}.tabs li input{display:none}.tabs li label{font-size:1.12em;text-transform:uppercase;font-weight:700;cursor:pointer;line-height:1em}.tab-container{padding:80px}.tab-container h3{color:#42403d}.tab-copy{width:350px;max-width:100%}.home #nav{background:transparent;-webkit-box-shadow:inset 0 0 0 0 rgba(0,0,0,0);-moz-box-shadow:inset 0 0 0 0 rgba(0,0,0,0);box-shadow:inset 0 0 0 0 rgba(0,0,0,0)}.home #nav li a{color:#fff}.home #nav ul li a{color:#42403d}.home #nav ul li a:hover{color:#c75f04}.home #nav .logo{background-image:url("https://localhost/cdn2.pravysoft.net/hub/549461/hubfs/template-assets/shared/logo_white.html")}.home #nav .search-button{background-image:url("https://localhost/cdn2.pravysoft.net/hub/549461/hubfs/template-assets/shared/search-icon-white.html")}.home .header-container-wrapper.fixed .mainNavWrap #nav{background:#fff;-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);-moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25)}.home .header-container-wrapper.fixed .mainNavWrap #nav li a{color:#000}.home .header-container-wrapper.fixed .mainNavWrap #nav .logo{background-image:url("https://localhost/cdn2.pravysoft.net/hub/549461/hubfs/template-assets/shared/logo.html")}.home .header-container-wrapper.fixed .mainNavWrap #nav .search-button{background-image:url("https://localhost/cdn2.pravysoft.net/hub/549461/hubfs/template-assets/shared/search-icon.html")}.home .bodyWrap .clientsWrap{padding:40px 0 0;background:#e8ebed}.home .bodyWrap .clientsWrap h2{padding-bottom:0}.home .bodyWrap .clientsWrap img{margin:0 10px;height:50px !important;width:auto !important}.home .testimonialsWrap{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/homepage/home-testimonials-bg.html") no-repeat center center #fff;background-size:auto 750px;position:relative;padding:20px 0 60px}.home .testimonialsWrap .slide .video{padding-left:2em;margin-top:-2em;margin-bottom:2em}.home .testimonialsWrap .innerWrap{position:relative;overflow:hidden}.home .testimonialsWrap h3{font-size:1.45em;text-transform:uppercase;letter-spacing:2pt;padding:40px 0;width:50%}.home .testimonialsWrap h4{text-transform:uppercase;padding-bottom:10px;line-height:1.1em}.home .testimonialsWrap .titleCompany{font-size:.85em;line-height:1.25em}.home .testimonialsWrap ul{padding:0;margin:0;width:100%;list-style:none}.home .testimonialsWrap .quoteInfo{width:80%;margin:0 auto}.home .testimonialsWrap .quoteInfo img{border-radius:50%;width:100%;height:auto}.home .testimonialsWrap .readMore{text-align:left;width:40%;position:absolute;left:20px;bottom:0;font-size:.78em;font-weight:600}.home .testimonialsWrap .readMore a{color:#3b6d89;text-decoration:none;transition:all .2s linear}.home .testimonialsWrap .readMore a:hover{color:#42403d}.home .testimonialsWrap .quote{color:#fff;font-size:1.35em;line-height:1.75em;font-weight:700;padding:0 40px 0 60px;margin-top:-80px;text-align:center}.home .testimonialsWrap .quote:before{content:'“';color:#6da0bc;font-size:1.7em;font-weight:800}.home .testimonialsWrap .quote:after{content:'”';color:#6da0bc;font-size:1.7em;font-weight:800}.home .testimonialsWrap .carousel-tabs{margin:0;padding:0;position:absolute;width:50%;right:0;list-style:none;text-align:center;bottom:0}.home .testimonialsWrap .carousel-tabs li{display:inline-block;font-size:0;margin:0 7.5px}.home .testimonialsWrap .carousel-tabs li a{width:10px;height:10px;background:transparent;border-radius:50%;border:2px solid #fff;display:block}.home .testimonialsWrap .carousel-tabs li.carousel-active-tab a{background:#fff}.blogSub{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/homepage/home-subscribe.html") no-repeat left center #fff;background-size:cover;padding:130px 0 90px}.blogSub h3{font-size:1.45em;text-transform:uppercase;letter-spacing:2pt;padding:0 0 20px}.blogSub .widget-type-form{padding:40px 40px 40px 60px;background:rgba(255,255,255,0.5);overflow:hidden}.blogSub .widget-type-form .hs-form-required{display:none}.blogSub .widget-type-form input{border:2px solid #3b6d89;font-family:inherit;font-size:14px;font-weight:400;background:transparent;padding:5px 15px;line-height:2em;width:auto;box-sizing:border-box}.blogSub .widget-type-form div.hs_email{width:calc(100% - 120px);float:left}.blogSub .widget-type-form div.hs_submit{width:100px;float:right}.blogSub .widget-type-form div.hs_submit input{border-color:#c75f04;background:#c75f04;color:#fff;text-transform:uppercase;font-weight:600;-webkit-appearance:none}.blogSub .widget-type-form .hs-error-msgs{margin:0;padding:0;list-style:none;position:absolute;font-size:.75em;font-weight:600;color:red}.servicesWrap{text-align:center}.servicesWrap .span3{margin-bottom:40px}.bodyWrap .servicesWrap .hs_cos_wrapper_type_rich_text a:not(.btn){border-bottom:0}.servicesWrap img{border-radius:50%;height:150px !important;width:auto !important;margin-bottom:20px;transition:all .2s linear}.servicesWrap img:hover{opacity:.75}.servicesWrap h3{font-size:1.15em;font-weight:600;text-transform:uppercase;color:#42403d;box-sizing:border-box;height:80px}.servicesWrap .btn{padding:2px 10px;font-size:.75em}.section-with-bg{background:no-repeat center top #353733;background-size:cover;color:#fff;padding:60px 0 80px}.section-with-bg .blue-box{background:#3b6d89;padding:15px 20px;margin:0 0 40px;display:inline-block;color:#fff;font-weight:500}.section-with-bg h3{font-size:1.4em;color:#fff;width:600px;max-width:100%;line-height:1.5em}.section-with-bg .whiteBar{overflow:hidden;padding:20px 0px;background:rgba(255,255,255,0.85);color:#42403d}.section-with-bg .whiteBar .innerWrap{display:table}.section-with-bg .whiteBar .innerWrap .span9,.section-with-bg .whiteBar .innerWrap .span3{display:table-cell;vertical-align:middle;float:none}.section-with-bg .whiteBar .innerWrap .span9 *,.section-with-bg .whiteBar .innerWrap .span3 *{vertical-align:middle}.section-with-bg .whiteBar h3{padding:0;width:100%;color:#42403d}.section-with-bg .whiteBar p{padding:0}.section-with-bg .whiteBar .btn{font-size:.8em;padding:10px 35px}.services .tabsWrap{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/services/services-what-you-get.html") no-repeat right top #fff;background-size:cover}.services .tabsWrap .tabs li{background:rgba(122,121,119,0.45)}.services .tabsWrap .tabs li.active{background:#fff}.services .tab-container{padding:80px 0}.services .tab-copy{width:600px}.ind-service .bodyWrap{padding-top:0}.ind-service .resourceBg .innerWrap{padding-top:0;margin-top:-1px}.ind-service .tab-container{padding:40px 0}.ind-service .tab-container h3{color:#3b6d89}.ind-service .tab-copy{width:100%}.ind-service .bodyWrap .resourceBg{padding-top:0}.ind-service .tabsWrap .tabs ul{padding:0;margin:0}.ind-service .tabsWrap .tabs ul li{cursor:default;border-color:rgba(255,255,255,0) rgba(21,26,43,0.4) rgba(255,255,255,0) rgba(255,255,255,0);border-bottom-width:10px;border-top-width:10px;padding:0}.ind-service .tabsWrap .tabs ul li:hover a{color:#8f8f8f}.ind-service .tabsWrap .tabs ul li:last-child{border-right:0}.ind-service .tabsWrap .tabs ul li.active{background:#fff;border-color:rgba(255,255,255,0) rgba(21,26,43,0.4) #c75f04 rgba(21,26,43,0.4)}.ind-service .tabsWrap .tabs ul li.active:last-child{border-right:1px solid rgba(21,26,43,0.4)}.ind-service .tabsWrap .tabs ul li a{display:block;width:100%;height:100%;font-size:1.12em;text-transform:uppercase;font-weight:700;line-height:1em;color:#42403d;text-decoration:none;padding:20px;transition:color .2s linear}.services .bodyWrap .featuredResource{margin:0px;background:#3b6d89;padding:20px 0 40px;line-height:2em}.storyCol{overflow:hidden;margin:60px 0px}.storyCol .withIcon{background-position:left top;background-size:58px auto;background-repeat:no-repeat;padding-left:88px}.partnersCol .titleRow{margin-bottom:0;overflow:hidden}.partnersCol .titleRow a{display:block}.partnersCol h3{width:calc(100% - 170px);float:left;padding-bottom:0;line-height:1.25em}.partnersCol .partnersLogo{width:150px;float:right;border:0;outline:0}.bodyWrap .blueBg{background:#3b6d89;color:#fff;padding:40px 0 0}.bodyWrap .blueBg *{color:#fff}.interiorTestimonials{text-align:center}.interiorTestimonials ul{margin:0;padding:0;width:100%;list-style:none}.interiorTestimonials .quote{line-height:1.5em;width:90%;margin:0 auto 20px}.interiorTestimonials .quote:before{content:'“';color:#6da0bc;font-size:1.7em;font-weight:800}.interiorTestimonials .quote:after{content:'”';color:#6da0bc;font-size:1.7em;font-weight:800}.interiorTestimonials h4{padding:0;color:#fff;text-transform:uppercase;letter-spacing:1pt;font-weight:600}.interiorTestimonials .titleCompany{font-size:.85em}.interiorTestimonials .carousel-tabs{margin:0;padding:0;width:100%;list-style:none;text-align:center}.interiorTestimonials .carousel-tabs li{display:inline-block;font-size:0;margin:0 7.5px;margin-top:20px}.interiorTestimonials .carousel-tabs li a{width:10px;height:10px;background:transparent;border-radius:50%;border:2px solid #fff;display:block}.interiorTestimonials .carousel-tabs li.carousel-active-tab a{background:#fff}.about .teamWrap{padding:40px 0 0;text-align:left}.about .teamWrap .hs_cos_wrapper_type_custom_widget{width:31%;margin:0 1% 50px;display:inline-block;float:none;vertical-align:top}.empWrap{text-align:left}.empWrap .profile{width:100%;display:block;position:relative;font-size:0;background-size:cover;background:position:center center;background-repeat:no-repeat;border:1px solid rgba(0,0,0,0.1);margin:0 auto 20px}.empWrap .profile .overlay{position:absolute;display:block;width:100%;height:100%;left:0;top:0;background:rgba(59,109,137,0.9);text-align:center;opacity:0;transition:all .2s linear}.empWrap .profile:hover .overlay{opacity:1}.empWrap .profile .overlay .btn{position:relative;top:70%;font-size:20px;background:#fff;color:#c75f04;padding:10px 50px}.empWrap h3{padding:0 0 5px;color:#42403d;font-weight:400}.empWrap h4{padding:0 0 5px;font-weight:300;font-size:1em}.empWrap .connect a{font-size:0;width:38px;height:38px;display:inline-block;margin:0 5px 0 0;background-repeat:no-repeat;background-size:auto 36px;background-position:left center;opacity:.85;transition:all .2s linear}.empWrap .connect a:hover{opacity:1}.empWrap .connect a.emp-email{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/about/emp-email.html")}.empWrap .connect a.emp-twitter{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/about/emp-twitter.html")}.empWrap .connect a.emp-linkedin{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/about/emp-linkedin.html")}.empWrap .connect a.emp-bio{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/about/emp-bio.html")}.empWrap.empHire h3{padding-bottom:25px}.empWrap.empHire .btn{font-size:.9em;padding:10px 25px}.empWrap.empHire .profile{transition:all .2s linear}.empWrap.empHire .profile:hover{opacity:.85}.videoWrap{position:relative;margin-bottom:100px}.videoWrap ul{list-style:none;padding:0;margin:0}.videoWrap .slidecontrols{position:relative;width:100%;left:0;top:0}.videoWrap .slidecontrols li{position:absolute;width:60px;height:60px;left:0;top:150px;font-size:0}.videoWrap .slidecontrols li a{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:left center;background-size:60px 60px;background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/careers/arrow-prev.html");transition:opacity .2s linear}.videoWrap .slidecontrols li a:hover{opacity:.75}.videoWrap .slidecontrols li+li{right:0;left:auto}.videoWrap .slidecontrols li+li a{background-position:right center;background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/careers/arrow-next.html")}.videoWrap .slider{text-align:center}.careersEmpWrap{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/careers/careers-benefits-bg-3.html") no-repeat center top;background-size:100% auto;padding:0 0 80px}.careersEmpWrap .benefitBlock{background:#fff;border:1px solid rgba(0,0,0,0.1);padding:30px;text-align:center}.careersEmpWrap .benefitBlock img{margin:30px auto}.careersEmpWrap .benefitBlock h4{font-size:1.1em;padding-bottom:0}.careersEmpWrap .blueBg{padding:60px 0}.careersEmpWrap .tab-content{font-size:1.3em;font-family:'prenton','proxima-nova',Helvetica,sans-serif;font-weight:700;line-height:1.75em;text-align:center}.careersEmpWrap .tab-content .quote:before{content:'“';color:#6da0bc;font-size:1.7em;font-weight:800}.careersEmpWrap .tab-content .quote:after{content:'”';color:#6da0bc;font-size:1.7em;font-weight:800}.careersEmpWrap .innerWrap.tabsWrap{padding-top:0}.careersEmpWrap .tabs{padding:0 0 40px;background:rgba(255,255,255,0.9)}.careersEmpWrap .tabs li,.careersEmpWrap .tabs li.active{border:0px none;background:transparent;padding:80px 20px 20px}.careersEmpWrap .tabs li{opacity:.25;transition:opacity .2s linear}.careersEmpWrap .tabs li:hover{opacity:.75}.careersEmpWrap .tabs li.active,.careersEmpWrap .tabs li.active:hover{opacity:1;background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/careers/careers-tabs-arrow.html") top center no-repeat;background-size:100px auto;opacity:1}.careersEmpWrap .tabs li img{border-radius:50%;border:3px solid rgba(0,0,0,0.25);margin:0 auto 10px}.careersEmpWrap .tabs li h3{font-size:1em;text-transform:none;color:#42403d;padding-bottom:0px}.careersEmpWrap .tabs li p{text-transform:none;font-weight:400;font-size:.75em}.careersEmpWrap .tabs li.active img{border-color:#c75f04}.careersEmpWrap .tabs li.active h3{color:#c75f04}.careersEmpWrap .tabs li .socialLinks a{font-size:0;display:inline-block;margin:0 2.5px 10px;width:30px;height:30px;background-size:15px auto;background-position:center center;background-repeat:no-repeat;background-color:rgba(0,0,0,0.25);transition:background .2s linear;border-radius:50%}.careersEmpWrap .tabs li .socialLinks a:nth-child(1){background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/careers/employee-email.html")}.careersEmpWrap .tabs li .socialLinks a:nth-child(2){background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/careers/employee-twitter.html")}.careersEmpWrap .tabs li .socialLinks a:nth-child(3){background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/careers/employee-linkedin.html")}.careersEmpWrap .tabs li.active .socialLinks a{background-color:#c75f04}.careersEmpWrap .tabs li .socialLinks a:hover{background-color:#c75f04}.careersEmpWrap .tabs li.active .socialLinks a:hover{background-color:rgba(0,0,0,0.5)}.careersEmpWrap .tabs li:not(.active):hover .socialLinks{pointer-events:none}.careersEmpWrap .tabs li:hover .socialLinks a:hover{background-color:rgba(0,0,0,0.5)}.about .partners{text-align:center}.about .partners a{text-decoration:none;outline:0}.about .partners img{margin:0 20px 40px;border:0;outline:0;opacity:.35;transition:all .2s linear}.about .partners img:hover{opacity:1}.bottomBtnGroup{padding:40px 0 30px}.bottomBtnGroup .btn{font-size:.8em;padding:10px 45px}.how-it-works .heroWrap{padding:160px 0 40px}.how-it-works .heroWrap .innerWrap{padding:20px 100px}.how-it-works .heroWrap h1{font-size:3em}.how-it-works .heroWrap h2{font-size:1.8em}.how-it-works .heroWrap h1:after{content:'»';font-weight:100;padding:0 0 0 30px}.we-can-help--container{padding:2em 0}.we-can-help.no-radius img{border-radius:0}.we-can-help h3{padding-bottom:10px;color:#c75f04 !important;font-size:1.2em}.we-can-help:hover>h3{color:#3b6d89 !important}.we-can-help p{font-size:14px;line-height:1.5}.form ::-webkit-input-placeholder{color:#fff}.form ::-moz-placeholder{color:#fff}.form :-ms-input-placeholder{color:#fff}.form ::placeholder{color:#fff}.form .form h3{text-align:center;font-size:1.2rem;line-height:1.1em;font-weight:700;text-transform:uppercase;color:#fff;background:#c75f04;display:block;padding:1.5rem 1rem;position:relative;left:-2rem;width:calc(100% + 4rem);top:-2rem}.form .hs-form fieldset{max-width:none;width:100%;margin:0;padding:0}.form .hs-form-required{display:none}.form .hs-form fieldset{margin:0 0 30px}.form .hs-form fieldset .hs-form-field{padding:0 15px;box-sizing:border-box;position:relative}.form .hs-error-msgs{position:absolute;margin:0;padding:0;list-style:none;font-size:.75em;top:0;right:20px;color:red;pointer-events:none}.form .hs-form fieldset .hs-form-field>label{display:none}.form .hs-form fieldset .hs-form-field .input{margin:0}.form .hs-form .hs-form-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),.form .hs-form .hs-form-field textarea,.form .hs-form .hs-form-field select{-webkit-appearance:none;-moz-appearance:none;width:100%;border:0 none;border-bottom:1px solid #fff;background:rgba(255,255,255,.1);font-family:inherit;font-size:1rem;font-weight:400;line-height:1em;padding:.25em;color:#21253e;box-sizing:border-box;height:auto;border-radius:0;outline:0;display:block;margin-bottom:1rem}.form .hs-form .hs_submit{padding:0 10px;box-sizing:border-box;width:100%;text-align:center}.form .hs-form .hs_submit input{border:1px solid #c75f04;background:#c75f04;font-family:inherit;font-size:1.2rem;font-weight:600;line-height:1rem;padding:1rem;text-transform:uppercase;color:#fff;box-sizing:border-box;transition:all .2s linear;max-width:350px;max-width:100%;cursor:pointer;-webkit-appearance:none;display:inline-block}.form .hs-form .hs_submit input:hover{border-radius:10px}.heroForm{background:rgba(255,255,255,0.65);padding:20px;color:#42403d;font-size:.78em}.heroForm h3{font-size:1.2rem;color:#fff;background:#c75f04;display:block;font-family:"prenton","proxima-nova",Helvetica,sans-serif;padding:0 0 15px}.heroForm .hs-form .hs-form-required{display:none}.heroForm .hs-form .field{margin:0 0 15px;position:relative}.form .field.hs-form-field{position:relative}.heroForm .hs-form .hs-error-msgs{position:absolute;list-style:none;margin:0;top:1px;right:1px;font-size:.7em;font-weight:600;color:red;background:rgba(255,255,255,0.5);padding:5px;line-height:1em;pointer-events:none}.heroForm .hs-form .field input{width:100%;border:1px solid #21253e;background:#fff;font-family:inherit;font-size:inherit;font-weight:500;padding:5px;box-sizing:border-box;color:#42403d}.heroForm .hs-form .hs_submit input{background:#c75f04;font-family:inherit;font-size:inherit;color:#fff;width:100%;border:0;padding:5px;font-weight:500;box-sizing:border-box;transition:all .2s linear;cursor:pointer;-webkit-appearance:none}.heroForm .hs-form .hs_submit input:hover{border-radius:8px}.contact-us .bodyWrap h3{color:#42403d;font-family:"prenton","proxima-nova",Helvetica,sans-serif;font-weight:300;font-size:1.25em;line-height:1.45em;padding:0 0 30px}.contact-us .bodyWrap h3 strong,.contact-us .bodyWrap h3 b{font-weight:600}.contact-us .section-with-bg{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-bg.html")}.contact-us .section-with-bg h2{color:#fff}.contact-us .social-links .social-link{margin:20px 20px 0;width:100px;height:100px;display:inline-block;vertical-align:bottom;background:no-repeat center bottom;background-size:contain;transition:background-image .1s linear;text-decoration:none;font-size:0;border-bottom:0 !important}.contact-us .social-links .social-link-linkedin{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-linkedin.html")}.contact-us .social-links .social-link-twitter{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-twitter.html")}.contact-us .social-links .social-link-youtube{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-youtube.html")}.contact-us .social-links .social-link-facebook{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-facebook.html")}.contact-us .social-links .social-link-google{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-google.html")}.contact-us .social-links .social-link-linkedin:hover{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-linkedin-hover.html")}.contact-us .social-links .social-link-twitter:hover{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-twitter-hover.html")}.contact-us .social-links .social-link-youtube:hover{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-youtube-hover.html")}.contact-us .social-links .social-link-facebook:hover{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-facebook-hover.html")}.contact-us .social-links .social-link-google:hover{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-google-hover.html")}.contact-us .contact-form{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/lp-body-bg79b279b2.html?t=1447192255879") center center no-repeat;background-size:cover;padding:80px 0}.contact-us .contact-form h3{text-align:center;font-size:1.75em;line-height:1.1em;font-weight:700;text-transform:uppercase;color:#c75f04;padding:0 0 40px}.contact-us .contact-form .hs-form fieldset{max-width:none;width:100%;margin:0;padding:0}.contact-us .contact-form .hs-form fieldset{margin:0 0 30px}.contact-us .contact-form .hs-form fieldset .hs-form-field{padding:0 15px;box-sizing:border-box;position:relative}.contact-us .contact-form .hs-error-msgs{position:absolute;margin:0;padding:0;list-style:none;font-size:.75em;top:0;right:20px;color:red}.contact-us .contact-form .hs-form fieldset .hs-form-field>label{display:none}.contact-us .contact-form .hs-form fieldset .hs-form-field .input{margin:0}.contact-us .contact-form .hs-form fieldset .hs-form-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),.contact-us .contact-form .hs-form fieldset .hs-form-field textarea,.contact-us .contact-form .hs-form fieldset .hs-form-field select{width:100%;border:1px solid #21253e;background:#fff;font-family:inherit;font-size:1em;font-weight:400;line-height:1em;padding:10px;color:#21253e;box-sizing:border-box;height:auto}.contact-us .contact-form .hs-form .hs_submit{padding:0 10px;box-sizing:border-box;width:100%;text-align:center}.contact-us .contact-form .hs-form .hs_submit input{border:1px solid #c75f04;background:#c75f04;font-family:inherit;font-size:1.2em;font-weight:600;line-height:1em;padding:20px;text-transform:uppercase;color:#fff;box-sizing:border-box;transition:all .2s linear;width:350px;max-width:100%;cursor:pointer;-webkit-appearance:none}.contact-us .contact-form .hs-form .hs_submit input:hover{border-radius:10px}.careers .jobAlert{padding:60px 0;margin:-60px auto 0}.careers .jobAlert .blueBg{padding:0}.careers .bodyWrap .featured{background:#3b6d89}.careers .bodyWrap .featuredPad{display:table;width:100%;max-width:1140px;margin:0 auto;padding:0 20px;box-sizing:border-box}.careers .bodyWrap .featured .resImage{width:15%;padding:0}.careers .bodyWrap .featured .resImage img{width:125px;height:auto;transform:scale(1.2,1.2)}.careers .bodyWrap .featured .resCopyWrap{padding:20px 0 0;font-size:.95em}.careers .bodyWrap .featured .resCopyWrap h3{padding:10px 0}.careers .bodyWrap .featured .hs-form{width:100%}.careers .bodyWrap .featured .hs-form *{box-sizing:border-box}.careers .bodyWrap .featured .hs-form fieldset{width:calc(100% - 140px);float:left}.careers .bodyWrap .featured .hs-form .field>label{display:none}.careers .bodyWrap .featured .hs-form input{font-family:inherit;font-size:14px;line-height:1.5em;color:#42403d;padding:5px 10px;border:1px solid #21253e;height:auto;border-radius:0;background:#fff;width:100%}.careers .bodyWrap .featured .hs-form .hs_submit{width:120px;float:right}.careers .bodyWrap .featured .hs-form .hs_submit input{border:2px solid #fff;padding:6.5px 10px;line-height:1em;font-size:12px;font-weight:600;text-transform:uppercase;background:#c75f04;color:#fff;margin:1px 0 0;transition:all .2s linear;cursor:pointer}.careers .bodyWrap .featured .hs-form .hs_submit input:hover{border-radius:6px}.careers .position{padding:0 0 60px}.careers .position h3{color:#3b6d89;padding:0}.careers .position p{padding:0 0 10px}.careers .position .btn{font-size:.75em;padding:10px 30px}.resources .blogSub{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/resources/resources-blog-sub.html");background-size:auto 100%;background-position:left bottom}.button-group{text-align:center}.button-group h3{color:#3b6d89;font-weight:700;font-size:2em;display:inline-block;padding:0}.button-group select{border:2px solid #3b6d89;vertical-align:top;padding:5px 10px;font-family:inherit;font-size:inherit;color:#42403d;width:290px;margin:0px 20px;border-radius:0;background:#fff}.resItem{background:#fbfbfb;border:1px solid rgba(0,0,0,0.15);padding:20px}.resItem .span5{text-align:center}.resItem h2{color:#42403d;font-family:'Open Sans',sans-serif;font-size:1.35em;font-weight:400;line-height:1.5em;padding:0 0 10px}.resItem h2 a{color:#42403d;text-decoration:none;transition:all .2s linear}.resItem h2 a:hover{color:#c75f04}.resItem h3{font-size:1.75em;line-height:1em;font-weight:700;color:#c75f04;font-family:"prenton","proxima-nova",Helvetica,sans-serif}.resItem .btn{font-size:.85em;padding:15px 35px;font-weight:700}.resItem:not(.resItemFeatured) .btn{width:100%;text-align:center;padding:10px}.resItem.resItemFeatured{padding:40px}.resItem.resItemFeatured image{width:100%}.resItem .resImage{-moz-box-shadow:inset 0 0 20px rgba(0,0,0,0.5);-webkit-box-shadow:inset 0 0 20px rgba(0,0,0,0.5);box-shadow:inset 0 0 20px rgba(0,0,0,0.5);height:175px;margin:0 0 10px;background-size:90% auto;background-position:center top 20px;background-repeat:no-repeat;position:relative}.resItem .resImage a{display:block;height:100%;width:100%}.resItem.video .resImage{background-size:cover;background-position:center center}.resItem.video .resImage:before{content:' ';position:absolute;width:100%;height:100%;background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/resources/resource-play-button.html") no-repeat center center;background-size:90px 90px;pointer-events:none;transition:all .2s linear}.resItem.video .resImage:hover:before{opacity:.75}.resItem .resImage:hover+div h2 a{color:#c75f04}.resWrap .resItem{width:30%;margin:0 1.5% 3%}.blog .blog-search{position:relative}.blog .blog-search input{height:34px;border:2px solid #3b6d89;font-family:inherit;font-size:16px;font-weight:400;width:100%;color:#42403d;background:#fff;padding:5px 10px;border-radius:0}.blog .blog-search a{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/search-icon.html") no-repeat center center;background-size:17px auto;font-size:0;display:block;height:30px;width:30px;position:absolute;right:5px;top:2px}.blog .widget-type-post_filter select{height:34px;border:2px solid #3b6d89;font-family:inherit;font-size:16px;font-weight:400;width:100%;color:#42403d;background:#fff;border-radius:0;padding-left:10px;-webkit-appearance:none;-moz-appearance:none;outline:0}.blog-index .widget-type-post_filter .widget-module{position:relative}.blog-index .widget-type-post_filter .widget-module:after{content:'';display:block;height:100%;width:12px;background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/dropdown-icon.html") no-repeat center center;background-size:10px auto;position:absolute;right:5px;top:0;pointer-events:none}.blog-index .bodyWrap .featured .resImage img{max-height:200px}.blog .blog-section{margin:0 0 40px}.blog .blog-section-primary .span8{margin-left:0}.blog .post-listing .blog-sub{background:#fbfbfb;border:1px solid rgba(0,0,0,0.1);padding:20px;float:right}.blog .post-listing .blog-sub h3{text-transform:uppercase;font-weight:700}.blog .post-listing .blog-sub h3 span{display:block;color:#42403d;font-size:18px;line-height:1.5em;font-weight:400;text-transform:none;margin:10px 0 0}.blog .post-listing .blog-sub .hs-form .hs-form-required{display:none}.blog .post-listing .blog-sub .hs-form .field{position:relative}.blog .post-listing .blog-sub .hs-form input:not([type="submit"]){width:auto;border:2px solid #3b6d89;font-family:inherit;font-size:18px;color:#42403d;padding:5px 10px;border-radius:0;outline:0;background:transparent;margin:0 0 30px}.blog .post-listing .blog-sub .hs-form-checkbox{list-style:none;width:auto}.blog .post-listing .blog-sub .hs-form-radio{list-style:none}ul.inputs-list{list-style:none;padding-left:0}.hs_blog_default_pravysoft_blog_subscription{clear:left}.blog .post-listing .blog-sub .hs-form .hs-error-msgs{position:absolute;margin:0;padding:0;list-style:none;font-size:.7em;color:red;bottom:-5px;right:0}.blog .post-listing .blog-sub .hs-form input[type="submit"]{background:#c75f04;color:#fff;border:2px solid #c75f04;font-family:inherit;font-size:18px;font-weight:600;text-transform:uppercase;padding:5px 20px;cursor:pointer;border-radius:0;-webkit-appearance:none;transition:all .2s linear;margin:0}.blog .post-listing .blog-sub .hs-form input[type="submit"]:hover{border-radius:10px}.blog .post-listing .post-item{background:#fbfbfb;border:1px solid rgba(0,0,0,0.1);padding:20px}.blog .post-listing .post-item *{box-sizing:border-box}.blog .post-listing .post-item .post-header a{color:#c75f04;text-decoration:none}.blog .post-listing .post-item .post-header a .featured-bg{display:block;width:100%;height:200px;background-repeat:no-repeat;background-position:center center;background-size:cover;margin:0 0 20px}.blog .post-listing .post-item .post-header a h2{font-size:1.65em;font-weight:500;padding-bottom:0}.blog .blog-section-secondary .post-listing .post-item{margin-bottom:30px !important;position:relative}.blog .blog-section-secondary .post-listing .post-item:nth-child(3n+1){margin-left:0 !important}.blog .blog-section-secondary .post-listing .post-item .post-header{margin-bottom:10px}.blog .blog-section-secondary .post-listing .post-item .post-header a{color:#42403d}.blog .blog-section-secondary .post-listing .post-item .post-header a .featured-bg{height:150px}.blog .blog-section-secondary .post-listing .post-item .post-header a h2{font-size:1.35em;font-weight:400;color:#42403d;padding:0}.blog .post-listing .post-item .post-content{margin:0 0 10px}.blog .post-listing .post-item .post-content p{margin:0;padding:0}.blog .post-listing .post-item .category-tag{font-size:.75em;letter-spacing:.5pt;text-transform:uppercase;font-weight:700;background:#3f3f3f;display:block;color:#fff;width:100%;line-height:1.5em;padding:2.5px 10px;position:absolute;bottom:20px;left:20px;width:calc(100% - 40px)}.blog .post-listing .post-item.topic--sample-category-a .category-tag{background:#c75f04}.blog .post-listing .post-item.topic--sample-category-b .category-tag{background:#3b6d89}.blog .post-listing .post-item.topic--sample-category-c .category-tag{background:#494c61}.blog .post-listing .post-item.topic--sample-category-d .category-tag{background:#3b6d89}.blog .blog-pagination{text-align:center;padding:0 0 60px}.blog .blog-pagination a{margin-top:40px;color:#3b6d89;text-decoration:none;transition:all .2s linear}.blog .blog-pagination a:hover{color:#42403d}.blog .blog-pagination .next-posts-link{float:right}.blog .blog-pagination .previous-posts-link{float:left}.blog .blog-section-author .hs-author-profile{padding:0 0 40px;overflow:hidden}.blog .blog-section-author .hs-author-avatar{width:150px;height:auto;float:left;border-radius:10px;margin:0 20px 0 0}.blog .blog-section-author .blog-sub,.blog .featuredResource-author{display:none !important}.blog .blog-section-author .first-post{width:100% !important;float:none !important;clear:both}.blog .blog-section-author .first-post .post-item{background:#fbfbfb none repeat scroll 0% 0%;border:1px solid rgba(0,0,0,0.1);padding:20px}.blog .blog-section-author .first-post .post-header a{text-decoration:none}.blog .blog-section-author .first-post .post-header a h2{margin:20px 0 0;padding:0;font-weight:500}.blog .blog-section-author .first-post .post-header a span{height:250px;display:block;background-repeat:no-repeat;background-position:center center;background-size:cover}.blog.custom-post .blogPostWrap,.blog.custom-post .blogSidebar .widget-span.widget-type-post_listing,.blog.custom-post .blogSidebar .widget-span.widget-type-post_filter{background:#fbfbfb;border:1px solid rgba(0,0,0,0.1);padding:20px;margin-bottom:80px}.blog.custom-post .blogSidebar .widget-span.widget-type-post_listing,.blog.custom-post .blogSidebar .widget-span.widget-type-post_filter{margin-bottom:0}.blog.custom-post .blogSidebar .widget-span h3{text-transform:uppercase;padding-bottom:0}.blog.custom-post .blogSidebar .widget-span ul{margin:0;padding:20px 0 0;list-style:none}.blog.custom-post .blogSidebar .widget-span ul li{border-top:2px solid rgba(0,0,0,0.1)}.blog.custom-post .blogSidebar .widget-span ul li:first-child{border-top:0}.blog.custom-post .blogSidebar .widget-span ul li a{color:#42403d;display:block;padding:10px 0;width:100%;text-decoration:none;transition:all .2s linear}.blog.custom-post .blogSidebar .widget-span ul li a:hover{color:#3b6d89}.blog.custom-post .blogPostWrap .row-fluid-wrapper{padding:40px 0;border-bottom:2px solid #e8e8e8}.blog.custom-post .blogPostWrap .row-fluid-wrapper:first-child{padding-top:0}.blog.custom-post .blogPostWrap .row-fluid-wrapper:last-child{border-bottom:0;padding-bottom:0}.blog.custom-post .blog-section{margin-bottom:0}.blog.custom-post .blog-post-wrapper a{color:#3b6d89;text-decoration:none;transition:all .2s linear}.blog.custom-post .blog-post-wrapper a:hover{color:#42403d}.blog.custom-post .blog-post-wrapper .pravysoft-editable{font-size:.9em}.blog.custom-post .blog-post-wrapper .post-header hr{height:2px;background:#e8e8e8;border:0;margin:20px auto 40px;width:100%}.blog.custom-post .blog-post-wrapper h2{color:#3b6d89;font-family:'Open Sans',sans-serif;text-transform:uppercase}.blog.custom-post .blog-post-wrapper h2 a{border-bottom:0}.blog.custom-post .blog-post-wrapper h3{color:#42403d;font-size:1.25em;font-weight:400;line-height:1.5em}.blog.custom-post .blog-post-wrapper blockquote{color:#aeaead;text-transform:uppercase;letter-spacing:1pt;line-height:2em;padding:0 5em;margin:20px 0 40px}.blog.custom-post .blog-post-wrapper blockquote h3{line-height:2em;color:#aeaead}.social-wrapper{position:absolute;height:250px;margin:0;width:90px;left:5%;top:548px}.social-wrapper.pushed{top:508px}.social-wrapper.fixed{position:fixed;top:0px}.social-sharing-widget-vertical{text-align:center;margin:0;background:#fbfbfb;border:1px solid rgba(0,0,0,0.1);padding:10px;border-radius:0;position:relative;width:100%;height:100%}.social-break{width:100%;display:block}.blog.custom-post .shareWrap{border:1px solid #e8e8e8;background:#fff;padding:0;margin:20px 0;width:220px;font-size:0;display:none}.blog.custom-post .shareWrap img{margin:0}.blog.custom-post .shareWrap .shareLabel{font-weight:700;font-size:13px;vertical-align:middle;color:#969696;padding:0 5px 0 10px;display:inline-block}.blog.custom-post .shareWrap ul.shareLinks{margin:0;padding:0;font-size:0;line-height:0;display:inline-block;vertical-align:middle}.blog.custom-post .shareWrap ul.shareLinks li{padding:5px;margin:0;display:inline-block;vertical-align:top;background:#f8f8f8;border-left:1px solid #e8e8e8}.blog.custom-post .shareWrap ul.shareLinks li:first-child{background:url("https://localhost/cdn2.pravysoft.net/hubfs/150313/template-assets/shared-assets/shareArrow.html") no-repeat left top #f8f8f8;padding-left:15px;border-left:0}.blog.custom-post .shareWrap ul.shareLinks li:before{content:'';padding:0;margin:0}.blog.custom-post .shareWrap ul.shareLinks li img{cursor:pointer;transition:all .2s linear}.blog.custom-post .shareWrap ul.shareLinks li img:hover{opacity:.75}.blog.custom-post .blogPostWrap .widget-type-blog_subscribe .hs-form-required{display:none}.blog.custom-post .blogPostWrap .widget-type-blog_subscribe input{width:100%;font-family:inherit;font-size:16px;padding:5px 10px;background:#fff;border:2px solid #3b6d89;border-radius:0;color:#42403d}.blog.custom-post .blogPostWrap .hs-form input{list-style:none;width:auto}.blog.custom-post .blogPostWrap .widget-type-blog_subscribe .hs_email{width:calc(100% - 180px);float:left}.blog.custom-post .blogPostWrap .widget-type-blog_subscribe .hs_submit{width:150px;float:right}.blog.custom-post .blogPostWrap .widget-type-blog_subscribe .hs_submit input{color:#fff;background:#c75f04;border-color:#c75f04;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .2s linear;-webkit-appearance:none}.blog.custom-post .blogPostWrap .widget-type-blog_subscribe .hs_submit input:hover{border-radius:10px}.blog.custom-post .blogPostWrap .widget-type-blog_comments{margin:20px 0 !important;width:100%;font-size:.8em}.blog.custom-post .blogPostWrap .widget-type-blog_comments .field{margin:0 0 15px}.blog.custom-post .blogPostWrap .widget-type-blog_comments input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),.blog.custom-post .blogPostWrap .widget-type-blog_comments textarea{width:100%;font-family:inherit;font-size:16px;padding:5px 10px;background:#fff;border:2px solid #3b6d89;border-radius:0;color:#42403d}.blog.custom-post .blogPostWrap .widget-type-blog_comments input[type="submit"]{font-family:inherit;font-size:16px;padding:5px 35px;background:#fff;border:2px solid #c75f04;border-radius:0;color:#fff;background:#c75f04;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .2s linear;-webkit-appearance:none}.blog.custom-post .blogPostWrap .widget-type-blog_comments input[type="submit"]:hover{border-radius:10px}a.cta_button h3.text-cta{font-weight:600}a.cta_button h3.text-cta:hover span{text-shadow:2px 2px 4px rgba(0,0,0,0.25);text-decoration:underline}ul.checkbox-list{margin-left:0 !important}ul.checkbox-list li:before{content:none !important}ul.checkbox-list li{padding:0}a.cta_button{border-bottom:none !important}.opaque-white-background{background-color:rgba(255,255,255,0.95)}.padding--small{padding:2em}.padding--medium{padding:4em}.padding--large{padding:6em}.hero_banner{background-size:cover;background-repeat:no-repeat;position:relative}.hero_banner--quotethankyou{padding:7em 0 3em !important}.hero_banner--quotethankyou .hero_banner.padding-medium{padding-top:7em 4em 3em}.hero_banner--quotethankyou .hero_text h1{padding:0 4em !important;line-height:1.25;margin-bottom:1em}@media(max-width:768px){.hero_banner--quotethankyou .hero_text h1{padding:0 !important}}@media(max-width:425px){.hero_banner--quotethankyou .hero_text.padding--medium{padding:2em}}.mainNavWrap #nav li a.active{border-bottom-color:#c75f04}.hs-content-id-3644866432 .storyCol .withIcon{padding-left:90px;background-size:75px auto}.hs-content-id-3625361138 .storyCol .withIcon{padding:0;background-size:150px auto;background-position:right 20px top}.hs-content-id-3625361138 .storyCol .withIcon h3{padding-right:150px;min-height:80px}.hs-content-id-3724488570 .bodyWrap .featured h3{font-size:1.25em;padding-top:10px}.hs-content-id-3724488570 .bodyWrap .featured h4{font-size:.9em}@media all and (max-width:1480px){.social-wrapper{left:3%}}@media all and (max-width:1420px){.social-wrapper{left:0}}@media all and (max-width:1277px){.social-wrapper{display:none}.blog.custom-post .shareWrap{display:block}}@media all and (max-width:1140px){#nav,#nav ul{padding:0 20px}}@media all and (max-width:1040px){#nav li a{margin-left:20px}#nav .search-button{width:38px}.about .teamWrap .hs_cos_wrapper_type_custom_widget{width:30%;margin:0 1% 30px}.home .testimonialsWrap .quoteInfo{width:80%}}@media all and (max-width:960px){.section-with-bg .whiteBar .innerWrap .span9,.section-with-bg .whiteBar .innerWrap .span3{width:100%;display:block;margin:0;text-align:center}.section-with-bg .whiteBar .innerWrap .span9{margin-bottom:20px}}@media all and (max-width:920px){.courtesyWrap,.headerWrap,.headerWrap.fixed,.mainNavWrap,.mainNavWrap.fixed{display:none !important}.mNavWrap{display:block;top:0 !important;left:0 !important;-webkit-overflow-scrolling:touch}.home .header-container-wrapper{position:relative !important}.bodyWrap .featuredResource{margin:0;background:#3b6d89}.bodyWrap .featured .resImage{padding-bottom:0}.bodyWrap .featured .resImage img{margin:20px 0}.bodyWrap .featured .resCopy .span7,.bodyWrap .featured .resCopy .span5{display:block;width:100%;margin:0}.bodyWrap .featured h3{padding-bottom:10px}.bodyWrap .featured h4{padding-bottom:20px}.tab-container{background:rgba(255,255,255,0.15)}.landing-page .courtesyWrap{display:block !important}.landing-page .lp-body{padding:0 40px}.landing-page .lp-form{padding:0 20px}.how-it-works .heroWrap{padding:100px 0 40px}.how-it-works .heroWrap .innerWrap{padding:20px 40px}.resItem{font-size:.9em}.resItem:not(.resItemFeatured) .btn{font-size:.75em}}@media all and (max-width:860px){.blog .blog-section-primary .span4,.blog .blog-section-primary .span8{width:100%;float:none}.blog .blog-section-primary .span4{margin:0 0 30px}.careers .bodyWrap .featured .resImage{width:12%}.careers .bodyWrap .featured .resImage img{transform:scale(0.85,0.85)}.careers .bodyWrap .featured .hs-form fieldset{width:calc(100% - 90px)}.careers .bodyWrap .featured .hs-form .hs_submit{width:80px}.resWrap .resItem{width:45%;margin:0 2.5% 4%}}@media all and (max-width:767px){.heroWrap{padding:100px 0 20px}.heroWrap h1{font-size:2.5em}.heroWrap h2{font-size:2em}.footerCourtesy .innerWrap .span6,.footerCourtesy .innerWrap .span6+.span6,.footerMain{text-align:center}.tabs{border:1px solid rgba(21,26,43,0.4)}.tabs li{width:100%;display:block;border-right:0;border-left:0;border-top:0;padding:10px}.tab-container{background:rgba(255,255,255,0.5)}.tab-copy{width:100%}.bodyWrap .mainSidebar ul{border:0px none;background:0}.bodyWrap .mainSidebar ul li{display:block;border:0px none;padding:0 0 15px 15px;line-height:1em;position:relative}.bodyWrap .mainSidebar ul li:before{content:'»';padding:0;font-weight:100;color:#c75f04;position:absolute;left:0}.bodyWrap .mainSidebar ul li:hover,.bodyWrap .mainSidebar ul li.active{background:0}.bodyWrap .mainSidebar ul li:hover a,.bodyWrap .mainSidebar ul li.active a{color:#c75f04}.bodyWrap .mainSidebar ul li a{padding:0px;margin:0px;display:inline-block}.landing-page .courtesyWrap,.landing-page .courtesyWrap .courtesyNav{text-align:center}.landing-page .courtesyWrap .courtesyNav{margin-top:10px}.landing-page .courtesyWrap .courtesyNav .back-to-site,.landing-page .courtesyWrap .courtesyNav .divider{display:none}.landing-page .heroWrap{padding:100px 0 40px}.landing-page .heroWrap .logo{width:100%;background-position:center top;left:0}.landing-page .bodyWrap{padding:40px 0}.home .testimonialsWrap{background:#fff}.home .testimonialsWrap h3{width:100%;text-align:center}.home .testimonialsWrap h4{padding-bottom:0}.home .testimonialsWrap .quote{margin-top:0;color:#3b6d89;padding:0;font-size:1.15em}.home .testimonialsWrap .quoteInfo{text-align:center}.home .testimonialsWrap .quoteInfo img{width:auto;height:100px}.home .testimonialsWrap .readMore{position:relative;width:100%;text-align:center;left:0}.home .testimonialsWrap .readMore a{margin-top:30px;display:inline-block}.home .testimonialsWrap .carousel-tabs{position:relative;width:100%;padding:40px 0px 0px}.home .testimonialsWrap .carousel-tabs li a{border-color:#3b6d89}.home .testimonialsWrap .carousel-tabs li.carousel-active-tab a{background:#3b6d89}.blogSub .widget-type-form{padding:40px}.servicesWrap .span3{margin-bottom:60px}.servicesWrap img{margin-bottom:5px}.servicesWrap h3{height:auto;padding-bottom:10px}.services .tab-container{padding:40px 20px}.storyCol{margin:0}.storyCol .span6{margin:0 0 40px}.about .teamWrap{text-align:center}.about .teamWrap .hs_cos_wrapper_type_custom_widget{width:45%;margin:0 2% 30px}.heroForm{width:240px;max-width:100%;margin:40px auto 0}.how-it-works .heroWrap h1{font-size:2em;padding:.5em 0 !important;text-align:center !important}.how-it-works .heroWrap h1::after{display:none}.how-it-works .heroWrap h2{font-size:1.5em}.contact-us .social-links .social-link{width:50px;height:50px}.contact-us .bodyWrap iframe{height:450px !important}.blog .blog-search,.blog .widget-type-post_filter{margin-bottom:20px}.blog .post-listing .post-item .post-content{display:none}.blog .blog-section-secondary .post-listing .post-item .post-header a .featured-bg{height:200px}.blog .blog-section-secondary .post-listing .post-item{padding-bottom:20px}.blog .post-listing .post-item .category-tag{display:none}.blogSidebar{width:350px !important;max-width:100% !important;margin:0px auto 80px !important}.careersEmpWrap{background-position:center bottom}.careersEmpWrap .tabs{border:0;background:#fff}.careersEmpWrap .tabs li{display:inline-block;width:24%}.careersEmpWrap .innerWrap.tabsWrap{padding:0}.careersEmpWrap .blueBg{padding:20px 0}.careersEmpWrap .tab-content{font-weight:500}.careersEmpWrap .tabs li .socialLinks a{margin:0 0 5px;width:25px;height:25px}.benefitsWrap h2{padding:40px 0 60px;text-shadow:0 0 5px #fff}.benefitsWrap .span4.widget-type-custom_widget{display:table-cell;vertical-align:middle;padding:0px;width:33.33%;border:1px solid rgba(0,0,0,0.1);background:#fff}.careersEmpWrap .benefitBlock{border:0}.innerWrap .benefitsWrap .row-fluid-wrapper{padding-bottom:0}.careersEmpWrap .benefitBlock h4{font-size:.9em}.careersEmpWrap .benefitBlock img{margin:0 auto 10px;width:70%;height:auto}.resources .bodyWrap div.row-depth-2:nth-child(2),.resItem.resItemFeatured{display:none}.bodyWrap .resourceBg{padding:0 0 40px}.blueBox{padding:20px;font-size:1em}.ind-service .tabsWrap .tabs ul li a{padding:10px 20px 5px}}@media all and (max-width:680px){ul.col-2{-webkit-column-count:1;-moz-column-count:1;column-count:1}.home .heroWrap .whiteBar .innerWrap{display:block;text-align:center}.home .heroWrap .whiteBar .span4{width:100%;display:block;text-align:center;margin-bottom:20px}.home .heroWrap .whiteBar .span2{width:24%;display:inline-block}.bodyWrap .featuredResource{margin:0px;background:#3b6d89}.bodyWrap .featuredResource .innerWrap{padding:20px}.bodyWrap .featured .resImage{padding-bottom:0}.bodyWrap .featured .resCopy{padding-bottom:40px;padding-left:20px}.button-group h3{font-size:1.5em;padding:0 0 10px;display:block}.button-group select{margin:0 auto;max-width:100%}.bodyWrap .intro{padding:0}}@media all and (max-width:580px){.heroWrap{padding:60px 0 0}.heroWrap h1{font-size:1.5em}.heroWrap h2{font-size:1.25em}.landing-page .lp-body{padding:0 20px}.landing-page .lp-form{padding:0}.contact-us .social-links .social-link{margin:20px 10px 0}.blog .blog-pagination{padding-bottom:20px}.blog .blog-pagination a{margin-top:0;margin:0 0 20px;display:block}.blog .blog-pagination .next-posts-link,.blog .blog-pagination .previous-posts-link{float:none}.careersEmpWrap .tabs{padding:20px 0 0}.careersEmpWrap .tabs li,.careersEmpWrap .tabs li.active{width:48%;padding:20px}.careersEmpWrap .tabs li.active,.careersEmpWrap .tabs li.active:hover{background:0}.careersEmpWrap .tabs li img{margin-bottom:0}.benefitsWrap .span4.widget-type-custom_widget{display:block;margin:0 auto 20px;width:300px;max-width:100%}.resWrap{width:320px !important;max-width:100% !important;margin:0 auto !important}.resWrap .resItem{width:100%;margin:30px 0 0}.partnersCol .partnersLogo{float:none;margin:20px 0}.about .teamWrap{text-align:center}.about .teamWrap .hs_cos_wrapper_type_custom_widget{width:350px;max-width:100%;margin:0 auto 30px}.empWrap{text-align:center}.empWrap h3{font-size:1.2em}.empWrap h4{padding-bottom:0}.landing-page .heroWrap .innerWrap{padding:60px 20px 20px}.landing-page.get-a-quote .lp-quote{margin:40px auto !important;width:100% !important}}@media all and (max-width:520px){.mNavWrap .mLogo{padding:0}.mNavWrap .mLinks{line-height:30px}.mNavWrap{height:50px}html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next,.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{margin-top:50px !important}.home .heroWrap .whiteBar .span2{width:48%}.bodyWrap .featured{text-align:center}.bodyWrap .featured .resImage,.bodyWrap .featured .resCopy{width:100%;display:block;padding:0 0 20px}.tab-container{padding:30px}.tab-container h3{font-size:1.25em}.blueBox{font-size:.9em}.landing-page .lp-body{padding:0}.landing-page .lp-body img{float:none !important;margin:0 auto 20px !important;display:block}.blueBox h4{font-size:1.35em}.blogSub .widget-type-form{padding:30px 20px}.blogSub .widget-type-form div.hs_email{width:100%;float:none;margin:0 0 20px}.storyCol .withIcon{padding:68px 0 0 0}.hs-content-id-3644866432 .storyCol .withIcon{padding-top:0}.hs-content-id-3625361138 .storyCol .withIcon{padding:40px 0 0 0;background-position:left top;background-size:auto 35px}.hs-content-id-3625361138 .storyCol .withIcon h3{padding-right:0;min-height:0}.hs-content-id-3625361138 .storyCol .span6,.hs-content-id-3644866432 .storyCol .span6{margin:20px 0}.storyCol h3{padding-bottom:0}.partnersCol h3{width:100%;padding-bottom:15px}.partnersCol .clearfix{height:0}.about .teamWrap{text-align:center}.empWrap .profile{margin-bottom:10px}.empWrap.empHire .btn-arrow:before{display:none;font-size:.8em}.blog.custom-post .blogPostWrap .widget-type-blog_subscribe .hs_email,.blog.custom-post .blogPostWrap .widget-type-blog_subscribe .hs_submit{float:none}.blog.custom-post .blogPostWrap .widget-type-blog_subscribe .hs_email{width:100%;margin-bottom:15px}.blog.custom-post .blog-post-wrapper blockquote{padding:0 1em}.blog.custom-post .blog-post-wrapper h2{font-size:1.5em}.careers .bodyWrap .featured .resImage{width:100%}}@media all and (max-width:480px){.landing-page .lp-form .hs-form fieldset,.contact-us .contact-form .hs-form fieldset{margin-bottom:0}.landing-page .lp-form .hs-form fieldset .hs-form-field,.contact-us .contact-form .hs-form fieldset .hs-form-field{padding:0;margin:0 0 20px}.landing-page .lp-form .hs-error-msgs,.contact-us .contact-form .hs-error-msgs{right:10px}.contact-us .bodyWrap h2{font-size:1.5em}.contact-us .bodyWrap h3{font-size:1.15em;padding-bottom:20px}.contact-us .bodyWrap iframe{height:250px !important}.ind-service .tabsWrap .tabs ul li{border-bottom-width:1px;border-top-width:1px;border-bottom-color:rgba(21,26,43,0.4)}.ind-service .tabsWrap .tabs ul li:last-child{border-bottom-color:rgba(255,255,255,0)}.ind-service .tabsWrap .tabs ul li a{font-weight:500;font-size:1em;padding:5px 10px}.about .teamWrap .hs_cos_wrapper_type_custom_widget{width:250px}.empWrap .connect a{margin:0}}@media all and (max-width:420px){.mNavWrap .mLogo{width:180px;padding-top:2.5px}.mNavWrap .mLogo img{width:100%}.mNavWrap .mLinks{width:calc(100% - 190px)}.mNavWrap .mLinks a{width:20px;height:20px}#mNav ul li{font-size:.9em}.mNavWrap .mLinks .menuTrigger{background-size:auto 20px;background-position:right 5px center;width:25px}.mNavWrap .innerWrap{padding:10px}.contact-us .social-links .social-link{width:40px;height:40px;margin:10px 5px 0}}#nav .gs-webResult.gs-result a.gs-title{display:block !important;float:none !important;text-align:left !important;line-height:1.5em !important;height:auto !important;padding:0px !important;margin:0px !important;color:#3b6d89 !important;font-weight:600 !important}.gs-image-box a.gs-image{width:100% !important}.gs-image-box.gs-web-image-box.gs-web-image-box-portrait,.gs-image-box.gs-web-image-box.gs-web-image-box-landscape,.gsc-table-cell-thumbnail{width:100px !important;overflow:visible !important;height:auto !important}.gs-web-image-box-portrait img.gs-image,.gs-web-image-box-landscape img.gs-image{width:100px !important;max-width:none !important;max-height:none !important;border:1px solid rgba(0,0,0,0.1) !important;overflow:visible !important;height:auto !important}#nav .gs-webResult div.gs-visibleUrl,#nav .gs-imageResult div.gs-visibleUrl{color:#3b6d89 !important}#nav .gs-webResult.gs-result a.gs-title:hover{color:#42403d !important}.gs-webResult .gs-snippet{padding:0 0 0 20px !important}.gs-webResult .gs-fileFormat{text-align:left !important;padding:0 0 0 20px !important;font-weight:600 !important;font-size:.8em !important}@media all and (max-width:767px){body .SnapABug_Button{display:none !important}.resources .bodyWrap div.row-depth-2:nth-child(2),.resItem.resItemFeatured{display:block}}.left-align{text-align:left}.center-align{text-align:center}.right-align{text-align:right}.section-header h2{padding:12px 0}.section-header a{color:#c75f04 !important;text-decoration:none !important;border:none !important}.section-header a:hover{border-bottom:solid 2px #c75f04 !important}ul.no-style{list-style-type:none;padding:0;margin:0 auto;text-align:center !important;display:inline-block}ul.no-style li{float:left;margin:0 5px}.padding-full--small{padding:2em}.padding-top--small{padding-top:2em}.padding-bottom--small{padding-bottom:2em}.padding-full--medium{padding:4em}.padding-top--medium{padding-top:4em}.padding-bottom--medium{padding-bottom:4em}.padding-full--large{padding:6em}.padding-top--large{padding-top:6em}.padding-bottom--large{padding-bottom:6em}.padding-full--extra-large{padding:8em}.padding-top--extra-large{padding-top:8em}.padding-bottom--extra-large{padding-bottom:8em}.padding-full--super-large{padding:12em}.padding-top--super-large{padding-top:12em}.padding-bottom--super-large{padding-bottom:12em}.section-container{width:100% !important;max-width:1240px !important;padding-left:1em;padding-right:1em;margin:auto !important;float:none !important}.section-container--narrow{width:100% !important;max-width:1040px !important;padding-left:1em;padding-right:1em;margin:auto !important;float:none !important}.section-container--extra-narrow{width:100% !important;max-width:840px !important;padding-left:1em;padding-right:1em;margin:auto !important;float:none !important}.section-container--super-narrow{width:100% !important;max-width:640px !important;padding-left:1em;padding-right:1em;margin:auto !important;float:none !important}nav#mNav .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper{left:0px}.tabsWrap__services .hs-menu-wrapper.hs-menu-flow-horizontal>ul{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.tabsWrap__services .hs-menu-wrapper.hs-menu-flow-horizontal>ul a{white-space:initial !important;width:100% !important;max-width:none !important}@media(max-width:768px){.tabsWrap__scroll-marker{position:relative}.tabsWrap__scroll-marker:after{position:absolute;content:"Scroll Right >";font-size:.8em;right:0;top:100%;color:#c75f04}.tabsWrap.tabsWrap__services{overflow-x:scroll}}.blogSub ul,.blog-sub ul{padding:0 !important}.blogSub ul>li>label>input.hs-input,.blog-sub li.hs-form-radio>label>input.hs-input{margin-right:10px !important}.blogSub .widget-type-form div.hs_email{margin-bottom:1em}.blog-sub h3{padding:0 0 20px !important;font-size:1.25em;letter-spacing:1.5px}.lightGreyBox.pricing-form--container{border:solid 2px #ececec}.darkFormFields .form ::-webkit-input-placeholder{color:#21253e}.darkFormFields .form ::-moz-placeholder{color:#21253e}.darkFormFields .form :-ms-input-placeholder{color:#21253e}.darkFormFields .form ::placeholder{color:#21253e}.form.ceo-question--form label{display:block !important;color:#fff;font-size:14px;text-transform:capitalize}.form.ceo-question--form textarea{width:100% !important}.form.ceo-question--form fieldset{margin-bottom:5px !important}.form.ceo-question--form .hs_submit input{font-size:1rem ~important}.lightGrey-popup{position:relative;background:#ececec;padding:20px;width:auto;max-width:500px;margin:20px auto;-webkit-box-shadow:5px 5px 0px #3b6d89;box-shadow:5px 5px 0px #3b6d89}.form--popup h3{color:#3b6d89;font-size:1.5em}.form--popup input[type="text"],.form--popup input textarea,.form--popup input[type="text"],.form--popup input[type="password"],.form--popup input[type="datetime"],.form--popup input[type="datetime-local"],.form--popup input[type="date"],.form--popup input[type="month"],.form--popup input[type="time"],.form--popup input[type="week"],.form--popup input[type="number"],.form--popup input[type="email"],.form--popup input[type="url"],.form--popup input[type="search"],.form--popup input[type="tel"],.form--popup input[type="color"],.form--popup select{background:#fff !important;font-size:.75em !important;padding:10px !important}.form--popup input.hs-button.primary.large{padding:10px 20px;font-size:1em}.video-landingpage .innerWrap,.fullWrap.video-landingpage{overflow:visible !important;clear:both}.hero--video.responsive-video{margin-bottom:-8em;position:relative;z-index:20}.wisita-video-thumb .wistia_embed{height:164px !important;width:260px !important}.hero--video .wistia_embed{margin:0 auto !important}.video-landingpage h1{font-size:2.5em !important}.video-landingpage h2{font-size:1.5em;margin:10px 0}@media(max-width:768px){.hero--video .wistia_embed{width:100%;max-width:600px;max-height:340px;height:100%}}@media(max-width:480px){.hero--video .wistia_embed{max-width:360px;max-height:210px}}@media(max-width:375px){.hero--video .wistia_embed{max-width:300px;max-height:180px}}.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body{padding:2em 1.5em !important}.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-preivew-wrapper>.advance-wrapper>button{background:#728c50 !important}.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-content-body h4,.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-content-body p,.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-content-body h4,.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form .leadin-content-body p{margin-left:145px}.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModeal-preview .leadin-content-body.leadin-preview-wrapper-no-image>.leadin-preview-wrapper h4,.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModeal-preview .leadin-content-body.leadin-preview-wrapper-no-image>.leadin-preview-wrapper p{margin-left:0 !important;text-align:center !important}.leadin-content-body.leadin-preview-wrapper-no-image>.leadin-preview-wrapper>h4,.leadin-content-body.leadin-preview-wrapper-no-image>.leadin-preview-wrapper>p{text-align:center !important}.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper{margin-left:0px !important;float:left !important}.leadin-content-body.leadin-preview-wrapper-no-image>.leadin-preview-wrapper>.advance-wrapper{width:100% !important}.dyno-image img{max-width:220px !important;height:auto;width:auto}.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image{float:left;width:auto !important;margin-right:0px !important;margin-bottom:0px !important}.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image{width:auto !important}.leadin-input-wrapper label{float:left !important;margin-bottom:20px;width:66%}.leadin-button-wrapper{margin-left:25% !important;margin-right:9.5% !important}@media only screen and (max-width:768px){.leadinModal.leadinModal-v3 .dyno-image img{max-width:220px !important;max-height:220px !important}.leadinModal.leadinModal-v3 .dyno-image{width:auto !important;margin-right:0px !important}.leadinModal.leadinModal-theme-default.leadinModal-v3 .clearfix-image,.leadinModal.leadinModal-theme-default.leadinModal-v3 .clearfix-image-description{clear:none !important}}@media only screen and (max-width:425px){.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-preview-wrapper h4,.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-message-wrapper h4,button.leadin-button.leadin-advance-button.leadin-button-primary{font-size:14px !important}.leadinModal.leadinModal-v3 .dyno-image img{max-width:155px !important;max-height:155px !important}}@media only screen and (max-width:375px){.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image{margin-bottom:20px !important;width:100% !important}.leadinModal.leadinModal-v3 .dyno-image img{max-width:250px !important}.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-preview-wrapper h4,.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-message-wrapper h4{margin-left:0 !important;margin-right:0 !important;width:100% !important;float:left;text-align:center !important;font-size:16px !important}.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper{margin-left:auto !important;float:none !important}}.pricing-table{border:1px solid #ddd;background:#fff;overflow:hidden;max-width:400px;margin:0 auto 1.5em auto}.pricing-table__header{color:#999;background:currentColor;position:relative;font-size:20px;padding:1.5rem;margin-bottom:1em}.pricing-table__header-blue{color:#3b6d89;background:currentColor}.pricing-table__header-green{color:#3b6d89;background:currentColor}.pricing-table__header:after{//background:currentColor;content:"";display:block;position:absolute;border-bottom:0 solid #fff;border-right:10em solid #fff;border-left:10em solid #fff;border-top:1em solid currentColor;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.pricing-table__header h3{color:#fff;font-size:1.3em;padding:0;text-align:center}.pricing-table__description{padding:1em 1.5em;font-size:.8em;text-align:center}.pricing-table__amount{border:1px solid #ddd;border-right:0;border-left:0;text-align:center;padding:1em 1.5em}.pricing-table__amount h3{padding:0;font-size:2em}.pricing-table__includes{padding:1em 1.5em;text-align:center}.pricing-table__includes ul{list-style:none;padding:0;margin:0}.pricing-table__includes ul li{font-size:.8em;display:block;padding:.25em 0}.pricing-table__includes ul em{color:#ddd}@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url("https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url("https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url("https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhs.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf") format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url("https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf") format('truetype');
}
body{font-family:'Open Sans',sans-serif;font-size:18px;line-height:1.55em;text-rendering:optimizelegibility;font-weight:400;margin:0;padding:0;border:0;color:#42403d}body *{box-sizing:border-box}h1,h2,h3,h4,h5,p{margin:0;padding:0 0 20px}h1,h2{font-family:'prenton','proxima-nova',Helvetica,sans-serif}h4{padding:0 0 10px}.bodyWrap .hs_cos_wrapper_type_rich_text ul,.bodyWrap .tab-copy ul,.bodyWrap .lp-body ul{padding:0;margin:0 0 20px 1em;list-style:none}.bodyWrap .hs_cos_wrapper_type_rich_text ul li,.bodyWrap .tab-copy ul li,.bodyWrap .lp-body ul li{position:relative;margin:0 0 10px;padding:0 0 0 20px;line-height:1.25em}.bodyWrap .hs_cos_wrapper_type_rich_text ul li:before,.bodyWrap .tab-copy ul li:before,.bodyWrap .lp-body ul li:before{content:'◼';position:absolute;left:0;color:#3b6d89;top:-2px}.bodyWrap ol{margin:0px 0px 30px;padding:0 0 0 2em}.bodyWrap ol li{margin:0 0 10px}.bodyWrap ol li+ul,.bodyWrap ol li ul{margin-top:10px !important}.bodyWrap .hs_cos_wrapper_type_rich_text a:not(.btn):not(.social-icon){color:#3b6d89;text-decoration:none;border-bottom:1.5px solid #3b6d89;transition:all .2s linear}.bodyWrap .hs_cos_wrapper_type_rich_text a:not(.btn):hover{border-bottom-color:transparent}ul.col-2{-webkit-column-count:2;-moz-column-count:2;column-count:2}.btn{color:#fff;background:#c75f04;border:2px solid #fff;text-transform:uppercase;padding:5px 20px;text-decoration:none;font-weight:600;font-size:1.08em;line-height:1em;transition:all .2s linear;white-space:nowrap;display:inline-block}.btn-arrow:before{content:'>';font-weight:200;padding:0 15px 0 0}.btn:hover{border-radius:10px}.btn-ghost{background:#fff;border-color:#c75f04;color:#c75f04}.btn-ghost:hover{background:#c75f04;color:#fff}.fullWrap{width:100%;overflow:hidden;margin:0;padding:0}.fullWrap .innerWrap{width:1140px;max-width:100%;padding:20px;box-sizing:border-box;margin:0 auto;overflow:hidden}.header-container-wrapper{position:relative;z-index:999;width:100%;background:#fff}.header-container-wrapper.fixed{position:fixed}.courtesyWrap{background:#3b6d89}.courtesyWrap .row-fluid [class*="span"]{min-height:0}.courtesyWrap .innerWrap{padding:15px 20px;font-size:.6em;font-weight:600;text-transform:uppercase;color:#fff;line-height:1em}.courtesyWrap .innerWrap a{color:#fff;text-decoration:none;transition:all .2s linear}.courtesyWrap .innerWrap a:hover{opacity:.7}.courtesyWrap .courtesyNav{text-align:right}.courtesyWrap .courtesyNav ul{margin:0;padding:0;list-style:none}.courtesyWrap .courtesyNav ul li{display:inline-block}.courtesyWrap .courtesyNav ul li a{display:inline-block;margin:0;padding:0}.courtesyWrap .courtesyNav ul li:not(:nth-child(1)):before{content:'|';padding:0 10px;opacity:.5}.courtesyWrap .courtesyNav ul li a.login:before{content:' ';width:10px;height:10px;display:inline-block;background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/lock-icon.html") no-repeat left center;margin-right:5px}.blog.custom-post .blogSidebar .widget-span ul.inputs-list li{border:0}ul.dropdown li{padding:7px 10px;border-style:solid;border-width:1px 1px 1px 0;border-color:#fff #d9d9d9 #d9d9d9;background-color:#f6f6f6;color:#000}ul.dropdown li.hover,ul.dropdown li:hover,ul.dropdown li.on{background-color:#eee;color:#000}ul.dropdown a:link,ul.dropdown a:visited{color:#000;text-decoration:none}ul.dropdown a:hover{color:#000}ul.dropdown a:active{color:orange}ul.dropdown ul{width:150px;margin-top:1px}ul.dropdown ul li{font-weight:normal}ul.dropdown *.dir{padding-right:20px}ul.dropdown-horizontal ul *.dir{padding-right:15px}ul.dropdown-vertical-rtl *.dir,ul.dropdown-horizontal>li.dropdown-vertical-rtl ul *.dir{padding-right:10px;padding-left:15px}ul.dropdown{width:760px;background-color:#eee;border-bottom:solid 1px #ccc}ul.dropdown li{border:0;background-color:#eee}ul.dropdown li.hover,ul.dropdown li:hover{background-color:#f6f6f6;color:#000}ul.dropdown ul{width:760px;margin-top:0;border-top:solid 1px #ccc;background-color:#f6f6f6}ul.dropdown ul li{background-color:#f6f6f6}ul.dropdown ul li.hover{margin:0;border:0}ul.dropdown ul *.dir{padding-right:7px;background-image:none}ul.dropdown,ul.dropdown li,ul.dropdown ul{list-style:none;margin:0;padding:0}ul.dropdown{position:relative;z-index:597;float:left}ul.dropdown li{float:left;min-height:1px;line-height:1.3em;vertical-align:middle}ul.dropdown li.hover,ul.dropdown li:hover{position:relative;z-index:599;cursor:default}ul.dropdown ul{visibility:hidden;position:absolute;top:100%;left:0;z-index:598;width:100%}ul.dropdown ul li{float:none}ul.dropdown ul ul{top:1px;left:99%}ul.dropdown li:hover>ul{visibility:visible}ul.dropdown-linear{width:100%}ul.dropdown-linear ul li{float:left}ul.dropdown-linear li.hover,ul.dropdown-linear li:hover{position:static}ul.dropdown-linear ul ul{display:none !important}.cse .gsc-control-cse,.gsc-control-cse{padding:0 !important}input.gsc-search-button,input.gsc-search-button:hover,input.gsc-search-button:focus{height:auto !important;width:auto !important;padding:11px 10px !important;margin-top:0 !important;border-radius:0 !important}table.gsc-search-box td{vertical-align:top !important}.gsc-control-cse div.gsc-input-box{overflow:hidden !important;height:35px !important}.gsc-results-wrapper-overlay.gsc-results-wrapper-visible{height:80% !important}#nav{position:absolute;top:40px;left:0;width:100%;text-align:right;background:#fff;border:0;-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);-moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);box-sizing:border-box}.mainNavWrap.fixed #nav{top:0;position:fixed}#nav .innerWrapper{width:1100px;max-width:100%;padding:0;margin:0 auto}#nav li{display:inline-block;vertical-align:middle;background:0;float:none;padding:29px 0;text-transform:uppercase;font-weight:600;font-size:.85em}#nav .logo{background:url("https://localhost/cdn2.pravysoft.net/hub/549461/hubfs/template-assets/shared/logo.html") no-repeat left center;background-size:contain;width:222px;height:78px;position:relative;float:left;top:0;left:0;font-size:0;padding:15px 0}#nav .search-button{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/search-icon.html") no-repeat center right;background-size:17px auto;height:48px;width:48px;font-size:0;padding:15px 0}#nav li a{padding:5px 0;margin:0 0 0 25px;border-bottom:3px solid transparent}#nav .logo a,#nav .search-button a{display:inline-block;height:100%;width:100%;border-bottom:0;margin:0}#nav li a:hover{border-color:#c75f04}#nav .search-button ul{font-size:15px;line-height:1.3em}#nav ul{width:100%;border:0;background:#fff;-webkit-box-shadow:inset 0px 0px 20px 0px rgba(0,0,0,0.25);-moz-box-shadow:inset 0px 0px 20px 0px rgba(0,0,0,0.25);box-shadow:inset 0px 0px 20px 0px rgba(0,0,0,0.25);transition:all .2s linear;color:#42403d;text-transform:none;font-weight:400;box-sizing:border-box}#nav ul .innerWrapper{margin:40px auto;overflow:hidden;text-transform:none;font-weight:400}#nav ul li{width:20%;display:inline-block;text-align:center;margin:0 0 0 25px;vertical-align:top;padding:0;text-transform:none;font-weight:400;font-size:1em}#nav ul li a{border-bottom:0;padding:0;margin:0;color:#42403d;transition:color .2s linear}#nav ul li a img{display:block;margin:0 auto 10px;border-radius:50%;opacity:.8;transition:all .2s linear}#nav ul li a:hover{color:#c75f04}#nav ul li a:hover img{opacity:1}#nav ul .span4{border-right:1px solid #7a7977;padding:0 40px 0 0;text-align:left}#nav h2{text-transform:uppercase;letter-spacing:1pt;font-weight:500;font-size:1.25em;padding:0 0 15px}#nav .btn{padding:5px 15px;font-size:.9em;border:0;color:#fff;margin:0}#nav .btn:hover{border-radius:6px}.mNavWrap{background:#fff;width:100%;position:fixed;top:0;left:0;-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);-moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);display:none;height:60px;z-index:99999}html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next,.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{margin-top:60px !important}.mNavWrap .innerWrap{padding:10px 20px;overflow:hidden;position:relative}.mNavWrap .mLogo{width:210px;float:left;padding:5px 0}.mNavWrap .mLogo a{display:block;line-height:0}.mNavWrap .mLinks{width:calc(100% - 230px);float:right;text-align:right;line-height:40px}.mNavWrap .mLinks a{height:30px;width:30px;background:no-repeat right center;background-size:contain;display:inline-block;vertical-align:middle}.mNavWrap .mLinks .phone{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/mobile_phone.html")}.mNavWrap .mLinks .loginTrigger{margin-left:10px;background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/mobile_login.html")}.mNavWrap .mLinks .menuTrigger{margin-left:10px;background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/mobile_menu.html");background-size:auto 25px;background-position:right center}html.mm-opened .mNavWrap .mLinks .menuTrigger{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/mobile_close.html")}#mNav{padding:10px 0 30px;background:#3b6d89;overflow-y:auto;max-width:480px !important}#mNav:not(.mm-opened){display:none}#mNav ul{position:relative;margin:0;padding:0;list-style:none}#mNav ul li{border-top:1px solid rgba(255,255,255,0.25);padding:15px 25px;font-size:1.05em;font-weight:600;text-transform:uppercase}#mNav ul li:first-child{border-top:0}#mNav ul li:last-child{border-bottom:1px solid rgba(255,255,255,0.25)}#mNav ul li a{color:#fff;text-decoration:none;display:block;width:100%}#mNav ul li ul.hs-menu-children-wrapper{margin:10px 0}#mNav ul li ul.hs-menu-children-wrapper li{border-top:0;text-transform:none;font-weight:500;line-height:1em;padding:10px 20px}#mNav ul li ul.hs-menu-children-wrapper li:last-child{border-bottom:0}.heroWrap{width:100%;padding:220px 0 100px;text-align:center;color:#fff;background-position:center center;background-repeat:no-repeat;background-size:cover}.heroWrap .innerWrap{display:inline-block;vertical-align:middle}.heroWrap h1{font-size:3.75em;font-weight:600;line-height:1em}.heroWrap h2{font-size:2.5em;font-weight:300;line-height:1.15em}.heroWrap h1 a,.heroWrap h2 a{color:#fff;text-decoration:none;transition:opacity .2s linear}.heroWrap h1 a:hover,.heroWrap h2 a:hover{opacity:.75}.heroWrap .btn{font-size:.85em;padding:15px 45px;margin:20px auto}.bodyWrap{padding:40px 0 0;margin:0}.bodyWrap img{max-width:100%;height:auto}.bodyWrap h1,.bodyWrap h2{font-size:2em;line-height:1.1em;font-weight:600;color:#3b6d89}.bodyWrap h3{font-size:1.45em;line-height:1.1em;font-weight:600;color:#3b6d89}.bodyWrap h4{font-size:1.15em;font-weight:500;color:#42403d;line-height:1.75em}.bodyWrap .innerWrap .row-fluid-wrapper{padding:0 0 40px}.bodyWrap .innerWrap .row-fluid-wrapper:last-child{padding-bottom:0}.bodyWrap .intro{line-height:2em;padding:20px 60px}.bodyWrap .resourceBg{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/resource-bar-bg.html") no-repeat bottom center #fff;background-size:100% auto;padding-bottom:160px;padding-top:40px}.bodyWrap .featuredResource{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/resource-bar.html") repeat-x left center transparent;background-size:auto 100%;margin:-35px 0;color:#fff}.bodyWrap .featuredResource h3{color:#fff}.bodyWrap .featuredResource .innerWrap{padding:0 20px}.bodyWrap .featuredResource .innerWrap .row-fluid-wrapper{padding-bottom:0}.bodyWrap .featured{display:table;width:100%;color:#fff}.bodyWrap .featured h3,.bodyWrap .featured h4{color:#fff}.bodyWrap .featured h3{padding-bottom:10px}.bodyWrap .featured h4{font-weight:300;padding-bottom:0;font-size:1em;line-height:1.25em}.bodyWrap .featured .btn{font-size:.78em;padding:10px 20px}.bodyWrap .featured .resImage{display:table-cell;vertical-align:middle;width:30%;text-align:center;padding-bottom:20px}.bodyWrap .featured .resCopy{display:table-cell;vertical-align:middle;width:70%;padding-bottom:20px}.bodyWrap .featured .resCopy .resCopyWrap{display:table;width:100%}.bodyWrap .featured .resCopy .span5,.bodyWrap .featured .resCopy .span7{float:none;display:table-cell;vertical-align:middle}.bodyWrap .featured .resCopy .span5{width:30%}.bodyWrap .featured .resCopy .span7{width:70%;padding-right:20px}.bodyWrap .mainSidebar ul{margin:0 0 30px;padding:0;list-style:none;background:#fbfbfb;border-top:1px solid rgba(0,0,0,0.15)}.bodyWrap .mainSidebar ul li{padding:0;border:1px solid rgba(0,0,0,0.15);border-top-width:0px;transition:all .2s linear}.bodyWrap .mainSidebar ul li:hover,.bodyWrap .mainSidebar ul li.active{background:#c75f04}.bodyWrap .mainSidebar ul li a{color:#7a7977;font-size:.95em;font-weight:700;text-decoration:none;padding:15px 20px;display:block;line-height:1.15em}.bodyWrap .mainSidebar ul li:hover a,.bodyWrap .mainSidebar ul li.active a{color:#fff}.footerCourtesy{background:#3b6d89}.footerCourtesy .row-fluid [class*="span"]{min-height:0}.footerCourtesy .innerWrap{padding:15px 20px;font-size:.6em;font-weight:600;text-transform:uppercase;color:#fff;line-height:1em}.footerCourtesy .innerWrap a{color:#fff;text-decoration:none;transition:all .2s linear}.footerCourtesy .innerWrap a:hover{opacity:.7}.footerCourtesy .innerWrap .span6{line-height:20px;vertical-align:middle}.footerCourtesy .innerWrap .span6+.span6{text-align:right}.footerCourtesy .innerWrap .span6+.span6 .footer-social{width:20px;height:20px;display:inline-block;margin-left:5px;vertical-align:middle;background-size:auto;background-repeat:no-repeat;background-position:center center}.footerCourtesy .innerWrap .span6+.span6 .footer-social:nth-child(1){margin-left:15px}.footerCourtesy .innerWrap .span6+.span6 .footer-social-linkedin{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-linkedin.html")}.footerCourtesy .innerWrap .span6+.span6 .footer-social-twitter{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-twitter.html")}.footerCourtesy .innerWrap .span6+.span6 .footer-social-youtube{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-youtube.html")}.footerCourtesy .innerWrap .span6+.span6 .footer-social-facebook{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-facebook.html")}.footerCourtesy .innerWrap .span6+.span6 .footer-social-google{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-google.html")}.footerMain{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-bg.html") no-repeat top right #414d51;background-size:cover;padding:40px 0}.footerMain .footerLogo{margin-bottom:20px}.footerMain ul{margin:20px 0;padding:0;list-style:none}.footerMain ul li{line-height:1.1em;margin:0 0 10px;padding:0}.footerMain ul li a{color:#fff;text-decoration:none;font-size:.95em;font-weight:600;text-transform:uppercase}.footerMain .hs-menu-children-wrapper{margin-top:10px}.footerMain .hs-menu-children-wrapper a{font-size:.76em;font-weight:400;text-transform:none}.footerMain .copyright{font-size:.65em;line-height:1.15em;color:#fff;text-align:center;border-top:1px solid rgba(255,255,255,0.5);margin:20px 0 0;padding:40px 0 0}.landing-page .header-container-wrapper .span6{height:17px;line-height:17px}.landing-page .courtesyWrap .innerWrap{padding:10px 20px}.landing-page .lp-share .divider{padding:0 15px}.landing-page .lp-share .lp-share-button{margin:0 0 0 5px;display:inline-block;background:no-repeat center center;background-size:contain;width:17px;height:17px;vertical-align:top;font-size:0;transition:all .2s linear}.landing-page .lp-share .lp-share-button:hover{opacity:.75}.landing-page .lp-share .lp-share-linkedin{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-linkedin.html");margin-left:15px}.landing-page .lp-share .lp-share-twitter{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-twitter.html")}.landing-page .lp-share .lp-share-facebook{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-facebook.html")}.landing-page .lp-share .lp-share-google{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/footer-social-google.html")}.landing-page .heroWrap{padding:80px 0 40px}.landing-page .heroWrap .innerWrap{padding:100px 20px;position:relative}.landing-page .heroWrap .logo{display:block;position:absolute;top:0;left:20px;background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/logo_white.html") no-repeat left top;background-size:contain;width:226px;height:30px;font-size:0}}.landing-page .lp-body{padding:0 80px;line-height:1.75em}.landing-page .lp-body h3{font-size:1.25em;color:#42403d;font-weight:400;line-height:1.5em}.landing-page .lp-body ul{margin:0 0 0 15px}.blueBox{background:#3b6d89;padding:40px;font-size:1.25em;line-height:1.5em}.blueBox h3{font-size:1.25em}.blueBox h4{font-size:1.25em;line-height:1.1em;font-weight:700;text-transform:uppercase}.blueBox .hs_cos_wrapper_type_rich_text ul{padding:0;margin:0 0 10px}.blueBox .hs_cos_wrapper_type_rich_text ul li{font-size:.7em;padding-left:15px}.blueBox .hs_cos_wrapper_type_rich_text ul li:before{color:#fff;font-size:.5em;top:0}.bodyWrap .lp-body ul li:before{color:#21253e;font-size:.55em;top:0}.blueBox,.blueBox h1,.blueBox h2,.blueBox h3,.blueBox h4,.blueBox h5{color:#fff}.landing-page .lp-form{padding:0 60px}.landing-page .lp-form h3{text-align:center;font-size:1.75em;line-height:1.1em;font-weight:700;text-transform:uppercase;color:#c75f04;padding:0 0 40px}.landing-page .lp-form .hs-form fieldset{max-width:none;width:100%;margin:0;padding:0}.landing-page .lp-form .hs-form fieldset{margin:0 0 30px}.landing-page .lp-form .hs-form fieldset .hs-form-field{padding:0 15px;box-sizing:border-box;position:relative}.landing-page .lp-form .hs-error-msgs{position:absolute;margin:0;padding:0;list-style:none;font-size:.75em;top:0;right:20px;color:red}.landing-page .lp-form .hs-form fieldset .hs-form-field>label{display:none}.landing-page .lp-form .hs-form fieldset .hs-form-field .input{margin:0}.landing-page .lp-form .hs-form fieldset .hs-form-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),.landing-page .lp-form .hs-form fieldset .hs-form-field textarea,.landing-page .lp-form .hs-form fieldset .hs-form-field select{width:100%;border:1px solid #21253e;background:#fff;font-family:inherit;font-size:1em;font-weight:400;line-height:1em;padding:10px;color:#21253e;box-sizing:border-box;height:auto}.landing-page .lp-form .hs-form .hs_submit{padding:0 10px;box-sizing:border-box;width:100%;text-align:center}.landing-page .lp-form .hs-form .hs_submit input{border:1px solid #c75f04;background:#c75f04;font-family:inherit;font-size:.8em;font-weight:600;line-height:1em;padding:20px;text-transform:uppercase;color:#fff;box-sizing:border-box;transition:all .2s linear;width:350px;max-width:100%;cursor:pointer;-webkit-appearance:none}.landing-page .lp-form .hs-form .hs_submit input:hover{border-radius:10px}.landing-page .footerMain{padding:20px 0 0}.landing-page .footerMain .copyright{margin-top:0;padding-top:0;border-top:0}.landing-page.get-a-quote .heroWrap{padding:20px 0 40px}.landing-page.get-a-quote .bodyWrap{padding:40px 0}.landing-page.get-a-quote .lp-quote{background:rgba(255,255,255,0.75) !important;width:calc(100% - 160px) !important;margin:40px 80px !important;float:none !important;padding:40px}.landing-page.get-a-quote .blueBox{font-size:.9em;padding:40px 25px}.landing-page.get-a-quote .blueBox h3{color:#fff;text-transform:uppercase;font-weight:800;font-size:1.5em;line-height:1em}.landing-page.get-a-quote .blueBox .hs-form .field{margin:0 0 20px;position:relative}.landing-page.get-a-quote .blueBox .hs-form .field .hs-error-msgs{position:absolute;margin:0;padding:0;list-style:none;font-size:.75em;color:red;bottom:-5px;right:5px}.landing-page.get-a-quote .blueBox .hs-form .field .hs-error-msgs li:before{display:none}.landing-page.get-a-quote .blueBox .hs-form .field>label:nth-child(1){display:none}.landing-page.get-a-quote .blueBox .hs-form .field input:not([type='radio']):not([type='checkbox']):not([type='file']){width:100%;font-family:inherit;font-size:.9em;font-weight:400;border:0;border-radius:0;padding:10px}.landing-page.get-a-quote .blueBox .hs-form .hs_submit input{width:100%;border:2px solid #fff;font-family:inherit;font-weight:600;text-transform:uppercase;background:#c75f04;color:#fff;font-size:1em;padding:15px 20px;transition:all .2s linear;cursor:pointer;-webkit-appearance:none}.landing-page.get-a-quote .blueBox .hs-form .hs_submit input:hover{border-radius:8px}.confirmation-page .bodyWrap{background-position:center center;padding:120px 0}.confirmation-page .bodyWrap .innerWrap .row-fluid-wrapper{padding:0}.confirmation-page .lp-copy .span5{text-align:center}.confirmation-page .lp-copy .btn{padding:15px 45px}.home .header-container-wrapper{background:transparent;position:absolute}.home .header-container-wrapper.fixed{position:fixed}.home .headerWrap #hs-link-my_logo{background-image:url("https://localhost/cdn2.pravysoft.net/hub/549461/hubfs/template-assets/shared/logo_white.html")}.home .headerWrap{-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);-moz-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);box-shadow:0px 0px 0px 0px rgba(0,0,0,0)}.home .headerWrap .mainNav ul li a{color:#fff}.home .headerWrap .mainNav ul li a.search-button::before{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/search-icon-white.html")}.home .header-container-wrapper.fixed #hs-link-my_logo{background-image:url("https://localhost/cdn2.pravysoft.net/hub/549461/hubfs/template-assets/shared/logo.html")}.home .header-container-wrapper.fixed{background:#fff;position:fixed;top:0;left:0;-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);-moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25)}.home .header-container-wrapper.fixed .mainNav ul li a{color:#21253e}.home .header-container-wrapper.fixed .mainNav ul li a.search-button::before{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/search-icon.html")}.home .heroWrap{background-attachment:fixed}.home .heroWrap .whiteBar{background:rgba(255,255,255,0.75);padding:0;color:#42403d;text-align:center;margin-top:100px}.home .heroWrap .whiteBar h4{font-size:1.35em;font-weight:700;margin:10px 0 0;padding:0}.home .heroWrap .whiteBar .innerWrap{display:table}.home .heroWrap .whiteBar .span4,.home .heroWrap .whiteBar .span2{display:table-cell;vertical-align:middle;float:none}.home .heroWrap .whiteBar .span4{text-align:left}.home .heroWrap .whiteBar a{color:#42403d;text-decoration:none;transition:all .2s linear}.home .heroWrap .whiteBar img:hover+a,.home .heroWrap .whiteBar a:hover{color:#c75f04}.home .heroWrap .whiteBar img{display:block;margin:0 auto 10px}.home .heroWrap .whiteBar span{display:block;font-size:.9em;line-height:1em}.home .we-can-help{text-align:center}.home .we-can-help img{border-radius:50%;margin-bottom:20px}.home .bodyWrap .howWrap{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/homepage/home-how.html") no-repeat right top;background-size:cover;padding:80px 0 0}.home .bodyWrap .featuredResource{padding:20px 0}.tabs{margin:0;padding:0;width:100%;display:table}.tabs li{width:25%;display:table-cell;background:rgba(122,121,119,0.15);padding:20px;border-width:1px;border-style:solid;border-color:rgba(255,255,255,0);border-right-color:rgba(21,26,43,0.4);text-align:center;position:relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;vertical-align:middle;cursor:pointer;transition:color .2s linear}.tabs li:hover{color:#8f8f8f}.tabs li:last-child{border-right-color:rgba(255,255,255,0)}.tabs li.active{background:#fff;border-color:rgba(21,26,43,0.4);border-bottom-color:#c75f04;border-bottom-width:10px}.tabs li.active:not(:first-child){border-left-width:0}.tabs li input{display:none}.tabs li label{font-size:1.12em;text-transform:uppercase;font-weight:700;cursor:pointer;line-height:1em}.tab-container{padding:80px}.tab-container h3{color:#42403d}.tab-copy{width:350px;max-width:100%}.home #nav{background:transparent;-webkit-box-shadow:inset 0 0 0 0 rgba(0,0,0,0);-moz-box-shadow:inset 0 0 0 0 rgba(0,0,0,0);box-shadow:inset 0 0 0 0 rgba(0,0,0,0)}.home #nav li a{color:#fff}.home #nav ul li a{color:#42403d}.home #nav ul li a:hover{color:#c75f04}.home #nav .logo{background-image:url("https://localhost/cdn2.pravysoft.net/hub/549461/hubfs/template-assets/shared/logo_white.html")}.home #nav .search-button{background-image:url("https://localhost/cdn2.pravysoft.net/hub/549461/hubfs/template-assets/shared/search-icon-white.html")}.home .header-container-wrapper.fixed .mainNavWrap #nav{background:#fff;-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);-moz-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.25)}.home .header-container-wrapper.fixed .mainNavWrap #nav li a{color:#000}.home .header-container-wrapper.fixed .mainNavWrap #nav .logo{background-image:url("https://localhost/cdn2.pravysoft.net/hub/549461/hubfs/template-assets/shared/logo.html")}.home .header-container-wrapper.fixed .mainNavWrap #nav .search-button{background-image:url("https://localhost/cdn2.pravysoft.net/hub/549461/hubfs/template-assets/shared/search-icon.html")}.home .bodyWrap .clientsWrap{padding:40px 0 0;background:#e8ebed}.home .bodyWrap .clientsWrap h2{padding-bottom:0}.home .bodyWrap .clientsWrap img{margin:0 10px;height:50px !important;width:auto !important}.home .testimonialsWrap{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/homepage/home-testimonials-bg.html") no-repeat center center #fff;background-size:auto 750px;position:relative;padding:20px 0 60px}.home .testimonialsWrap .innerWrap{position:relative;overflow:hidden}.home .testimonialsWrap h3{font-size:1.45em;text-transform:uppercase;letter-spacing:2pt;padding:40px 0;width:50%}.home .testimonialsWrap h4{text-transform:uppercase;padding-bottom:10px;line-height:1.1em}.home .testimonialsWrap .titleCompany{font-size:.85em;line-height:1.25em}.home .testimonialsWrap ul{padding:0;margin:0;width:100%;list-style:none}.home .testimonialsWrap .quoteInfo{width:80%;margin:0 auto}.home .testimonialsWrap .quoteInfo img{border-radius:50%;width:100%;height:auto}.home .testimonialsWrap .readMore{text-align:left;width:40%;position:absolute;left:20px;bottom:0;font-size:.78em;font-weight:600}.home .testimonialsWrap .readMore a{color:#3b6d89;text-decoration:none;transition:all .2s linear}.home .testimonialsWrap .readMore a:hover{color:#42403d}.home .testimonialsWrap .quote{color:#fff;font-size:1.35em;line-height:1.75em;font-weight:700;padding:0 40px 0 60px;margin-top:-80px;text-align:center}.home .testimonialsWrap .quote:before{content:'“';color:#6da0bc;font-size:1.7em;font-weight:800}.home .testimonialsWrap .quote:after{content:'”';color:#6da0bc;font-size:1.7em;font-weight:800}.home .testimonialsWrap .carousel-tabs{margin:0;padding:0;position:absolute;width:50%;right:0;list-style:none;text-align:center;bottom:0}.home .testimonialsWrap .carousel-tabs li{display:inline-block;font-size:0;margin:0 7.5px}.home .testimonialsWrap .carousel-tabs li a{width:10px;height:10px;background:transparent;border-radius:50%;border:2px solid #fff;display:block}.home .testimonialsWrap .carousel-tabs li.carousel-active-tab a{background:#fff}.blogSub{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/homepage/home-subscribe.html") no-repeat left center #fff;background-size:cover;padding:130px 0 90px}.blogSub h3{font-size:1.45em;text-transform:uppercase;letter-spacing:2pt;padding:0 0 20px}.blogSub .widget-type-form{padding:40px 40px 40px 60px;background:rgba(255,255,255,0.5);overflow:hidden}.blogSub .widget-type-form .hs-form-required{display:none}.blogSub .widget-type-form input{border:2px solid #3b6d89;font-family:inherit;font-size:14px;font-weight:400;background:transparent;padding:5px 15px;line-height:2em;width:auto;box-sizing:border-box}.blogSub .widget-type-form div.hs_email{width:calc(100% - 120px);float:left}.blogSub .widget-type-form div.hs_submit{width:100px;float:right}.blogSub .widget-type-form div.hs_submit input{border-color:#c75f04;background:#c75f04;color:#fff;text-transform:uppercase;font-weight:600;-webkit-appearance:none}.blogSub .widget-type-form .hs-error-msgs{margin:0;padding:0;list-style:none;position:absolute;font-size:.75em;font-weight:600;color:red}.servicesWrap{text-align:center}.servicesWrap .span3{margin-bottom:40px}.bodyWrap .servicesWrap .hs_cos_wrapper_type_rich_text a:not(.btn){border-bottom:0}.servicesWrap img{border-radius:50%;height:150px !important;width:auto !important;margin-bottom:20px;transition:all .2s linear}.servicesWrap img:hover{opacity:.75}.servicesWrap h3{font-size:1.15em;font-weight:600;text-transform:uppercase;color:#42403d;box-sizing:border-box;height:80px}.servicesWrap .btn{padding:2px 10px;font-size:.75em}.section-with-bg{background:no-repeat center top #353733;background-size:cover;color:#fff;padding:60px 0 80px}.section-with-bg .blue-box{background:#3b6d89;padding:15px 20px;margin:0 0 40px;display:inline-block;color:#fff;font-weight:500}.section-with-bg h3{font-size:1.4em;color:#fff;width:600px;max-width:100%;line-height:1.5em}.section-with-bg .whiteBar{overflow:hidden;padding:20px 0px;background:rgba(255,255,255,0.85);color:#42403d}.section-with-bg .whiteBar .innerWrap{display:table}.section-with-bg .whiteBar .innerWrap .span9,.section-with-bg .whiteBar .innerWrap .span3{display:table-cell;vertical-align:middle;float:none}.section-with-bg .whiteBar .innerWrap .span9 *,.section-with-bg .whiteBar .innerWrap .span3 *{vertical-align:middle}.section-with-bg .whiteBar h3{padding:0;width:100%;color:#42403d}.section-with-bg .whiteBar p{padding:0}.section-with-bg .whiteBar .btn{font-size:.8em;padding:10px 35px}.services .tabsWrap{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/services/services-what-you-get.html") no-repeat right top #fff;background-size:cover}.services .tabsWrap .tabs li{background:rgba(122,121,119,0.45)}.services .tabsWrap .tabs li.active{background:#fff}.services .tab-container{padding:80px 0}.services .tab-copy{width:600px}.ind-service .bodyWrap{padding-top:0}.ind-service .resourceBg .innerWrap{padding-top:0;margin-top:-1px}.ind-service .tab-container{padding:40px 0}.ind-service .tab-container h3{color:#3b6d89}.ind-service .tab-copy{width:100%}.ind-service .bodyWrap .resourceBg{padding-top:0}.ind-service .tabsWrap .tabs ul{padding:0;margin:0}.ind-service .tabsWrap .tabs ul li{cursor:default;border-color:rgba(255,255,255,0) rgba(21,26,43,0.4) rgba(255,255,255,0) rgba(255,255,255,0);border-bottom-width:10px;border-top-width:10px;padding:0}.ind-service .tabsWrap .tabs ul li:hover a{color:#8f8f8f}.ind-service .tabsWrap .tabs ul li:last-child{border-right:0}.ind-service .tabsWrap .tabs ul li.active{background:#fff;border-color:rgba(255,255,255,0) rgba(21,26,43,0.4) #c75f04 rgba(21,26,43,0.4)}.ind-service .tabsWrap .tabs ul li.active:last-child{border-right:1px solid rgba(21,26,43,0.4)}.ind-service .tabsWrap .tabs ul li a{display:block;width:100%;height:100%;font-size:1.12em;text-transform:uppercase;font-weight:700;line-height:1em;color:#42403d;text-decoration:none;padding:20px;transition:color .2s linear}.services .bodyWrap .featuredResource{margin:0px;background:#3b6d89;padding:20px 0 40px;line-height:2em}.storyCol{overflow:hidden;margin:60px 0px}.storyCol .withIcon{background-position:left top;background-size:58px auto;background-repeat:no-repeat;padding-left:88px}.partnersCol .titleRow{margin-bottom:0;overflow:hidden}.partnersCol .titleRow a{display:block}.partnersCol h3{width:calc(100% - 170px);float:left;padding-bottom:0;line-height:1.25em}.partnersCol .partnersLogo{width:150px;float:right;border:0;outline:0}.bodyWrap .blueBg{background:#3b6d89;color:#fff;padding:40px 0 0}.bodyWrap .blueBg *{color:#fff}.interiorTestimonials{text-align:center}.interiorTestimonials ul{margin:0;padding:0;width:100%;list-style:none}.interiorTestimonials .quote{line-height:1.5em;width:90%;margin:0 auto 20px}.interiorTestimonials .quote:before{content:'“';color:#6da0bc;font-size:1.7em;font-weight:800}.interiorTestimonials .quote:after{content:'”';color:#6da0bc;font-size:1.7em;font-weight:800}.interiorTestimonials h4{padding:0;color:#fff;text-transform:uppercase;letter-spacing:1pt;font-weight:600}.interiorTestimonials .titleCompany{font-size:.85em}.interiorTestimonials .carousel-tabs{margin:0;padding:0;width:100%;list-style:none;text-align:center}.interiorTestimonials .carousel-tabs li{display:inline-block;font-size:0;margin:0 7.5px;margin-top:20px}.interiorTestimonials .carousel-tabs li a{width:10px;height:10px;background:transparent;border-radius:50%;border:2px solid #fff;display:block}.interiorTestimonials .carousel-tabs li.carousel-active-tab a{background:#fff}.about .teamWrap{padding:40px 0 0;text-align:left}.about .teamWrap .hs_cos_wrapper_type_custom_widget{width:31%;margin:0 1% 50px;display:inline-block;float:none;vertical-align:top}.empWrap{text-align:left}.empWrap .profile{width:100%;display:block;position:relative;font-size:0;background-size:cover;background:position:center center;background-repeat:no-repeat;border:1px solid rgba(0,0,0,0.1);margin:0 auto 20px}.empWrap .profile .overlay{position:absolute;display:block;width:100%;height:100%;left:0;top:0;background:rgba(59,109,137,0.9);text-align:center;opacity:0;transition:all .2s linear}.empWrap .profile:hover .overlay{opacity:1}.empWrap .profile .overlay .btn{position:relative;top:70%;font-size:20px;background:#fff;color:#c75f04;padding:10px 50px}.empWrap h3{padding:0 0 5px;color:#42403d;font-weight:400}.empWrap h4{padding:0 0 5px;font-weight:300;font-size:1em}.empWrap .connect a{font-size:0;width:38px;height:38px;display:inline-block;margin:0 5px 0 0;background-repeat:no-repeat;background-size:auto 36px;background-position:left center;opacity:.85;transition:all .2s linear}.empWrap .connect a:hover{opacity:1}.empWrap .connect a.emp-email{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/about/emp-email.html")}.empWrap .connect a.emp-twitter{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/about/emp-twitter.html")}.empWrap .connect a.emp-linkedin{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/about/emp-linkedin.html")}.empWrap .connect a.emp-bio{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/about/emp-bio.html")}.empWrap.empHire h3{padding-bottom:25px}.empWrap.empHire .btn{font-size:.9em;padding:10px 25px}.empWrap.empHire .profile{transition:all .2s linear}.empWrap.empHire .profile:hover{opacity:.85}.videoWrap{position:relative;margin-bottom:100px}.videoWrap ul{list-style:none;padding:0;margin:0}.videoWrap .slidecontrols{position:relative;width:100%;left:0;top:0}.videoWrap .slidecontrols li{position:absolute;width:60px;height:60px;left:0;top:150px;font-size:0}.videoWrap .slidecontrols li a{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:left center;background-size:60px 60px;background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/careers/arrow-prev.html");transition:opacity .2s linear}.videoWrap .slidecontrols li a:hover{opacity:.75}.videoWrap .slidecontrols li+li{right:0;left:auto}.videoWrap .slidecontrols li+li a{background-position:right center;background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/careers/arrow-next.html")}.videoWrap .slider{text-align:center}.careersEmpWrap{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/careers/careers-benefits-bg-3.html") no-repeat center top;background-size:100% auto;padding:0 0 80px}.careersEmpWrap .benefitBlock{background:#fff;border:1px solid rgba(0,0,0,0.1);padding:30px;text-align:center}.careersEmpWrap .benefitBlock img{margin:30px auto}.careersEmpWrap .benefitBlock h4{font-size:1.1em;padding-bottom:0}.careersEmpWrap .blueBg{padding:60px 0}.careersEmpWrap .tab-content{font-size:1.3em;font-family:'prenton','proxima-nova',Helvetica,sans-serif;font-weight:700;line-height:1.75em;text-align:center}.careersEmpWrap .tab-content .quote:before{content:'“';color:#6da0bc;font-size:1.7em;font-weight:800}.careersEmpWrap .tab-content .quote:after{content:'”';color:#6da0bc;font-size:1.7em;font-weight:800}.careersEmpWrap .innerWrap.tabsWrap{padding-top:0}.careersEmpWrap .tabs{padding:0 0 40px;background:rgba(255,255,255,0.9)}.careersEmpWrap .tabs li,.careersEmpWrap .tabs li.active{border:0px none;background:transparent;padding:80px 20px 20px}.careersEmpWrap .tabs li{opacity:.25;transition:opacity .2s linear}.careersEmpWrap .tabs li:hover{opacity:.75}.careersEmpWrap .tabs li.active,.careersEmpWrap .tabs li.active:hover{opacity:1;background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/careers/careers-tabs-arrow.html") top center no-repeat;background-size:100px auto;opacity:1}.careersEmpWrap .tabs li img{border-radius:50%;border:3px solid rgba(0,0,0,0.25);margin:0 auto 10px}.careersEmpWrap .tabs li h3{font-size:1em;text-transform:none;color:#42403d;padding-bottom:0px}.careersEmpWrap .tabs li p{text-transform:none;font-weight:400;font-size:.75em}.careersEmpWrap .tabs li.active img{border-color:#c75f04}.careersEmpWrap .tabs li.active h3{color:#c75f04}.careersEmpWrap .tabs li .socialLinks a{font-size:0;display:inline-block;margin:0 2.5px 10px;width:30px;height:30px;background-size:15px auto;background-position:center center;background-repeat:no-repeat;background-color:rgba(0,0,0,0.25);transition:background .2s linear;border-radius:50%}.careersEmpWrap .tabs li .socialLinks a:nth-child(1){background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/careers/employee-email.html")}.careersEmpWrap .tabs li .socialLinks a:nth-child(2){background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/careers/employee-twitter.html")}.careersEmpWrap .tabs li .socialLinks a:nth-child(3){background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/careers/employee-linkedin.html")}.careersEmpWrap .tabs li.active .socialLinks a{background-color:#c75f04}.careersEmpWrap .tabs li .socialLinks a:hover{background-color:#c75f04}.careersEmpWrap .tabs li.active .socialLinks a:hover{background-color:rgba(0,0,0,0.5)}.careersEmpWrap .tabs li:not(.active):hover .socialLinks{pointer-events:none}.careersEmpWrap .tabs li:hover .socialLinks a:hover{background-color:rgba(0,0,0,0.5)}.about .partners{text-align:center}.about .partners a{text-decoration:none;outline:0}.about .partners img{margin:0 20px 40px;border:0;outline:0;opacity:.35;transition:all .2s linear}.about .partners img:hover{opacity:1}.bottomBtnGroup{padding:40px 0 30px}.bottomBtnGroup .btn{font-size:.8em;padding:10px 45px}.how-it-works .heroWrap{padding:160px 0 40px}.how-it-works .heroWrap .innerWrap{padding:20px 100px}.how-it-works .heroWrap h1{font-size:3em}.how-it-works .heroWrap h2{font-size:1.8em}.how-it-works .heroWrap h1:after{content:'»';font-weight:100;padding:0 0 0 30px}.heroForm{background:rgba(255,255,255,0.65);padding:20px;color:#42403d;font-size:.78em}.heroForm h3{font-size:1.9em;color:#c75f04;font-family:"prenton","proxima-nova",Helvetica,sans-serif;padding:0 0 15px}.heroForm .hs-form .hs-form-required{display:none}.heroForm .hs-form .field{margin:0 0 15px;position:relative}.heroForm .hs-form .hs-error-msgs{position:absolute;list-style:none;margin:0;top:1px;right:1px;font-size:.7em;font-weight:600;color:red;background:rgba(255,255,255,0.5);padding:5px;line-height:1em;pointer-events:none}.heroForm .hs-form .field input{width:100%;border:1px solid #21253e;background:#fff;font-family:inherit;font-size:inherit;font-weight:500;padding:5px;box-sizing:border-box;color:#42403d}.heroForm .hs-form .hs_submit input{background:#c75f04;font-family:inherit;font-size:inherit;color:#fff;width:100%;border:0;padding:5px;font-weight:500;box-sizing:border-box;transition:all .2s linear;cursor:pointer;-webkit-appearance:none}.heroForm .hs-form .hs_submit input:hover{border-radius:8px}.contact-us .bodyWrap h3{color:#42403d;font-family:"prenton","proxima-nova",Helvetica,sans-serif;font-weight:300;font-size:1.25em;line-height:1.45em;padding:0 0 30px}.contact-us .bodyWrap h3 strong,.contact-us .bodyWrap h3 b{font-weight:600}.contact-us .section-with-bg{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-bg.html")}.contact-us .section-with-bg h2{color:#fff}.contact-us .social-links .social-link{margin:20px 20px 0;width:100px;height:100px;display:inline-block;vertical-align:bottom;background:no-repeat center bottom;background-size:contain;transition:background-image .1s linear;text-decoration:none;font-size:0;border-bottom:0 !important}.contact-us .social-links .social-link-linkedin{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-linkedin.html")}.contact-us .social-links .social-link-twitter{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-twitter.html")}.contact-us .social-links .social-link-youtube{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-youtube.html")}.contact-us .social-links .social-link-facebook{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-facebook.html")}.contact-us .social-links .social-link-google{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-google.html")}.contact-us .social-links .social-link-linkedin:hover{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-linkedin-hover.html")}.contact-us .social-links .social-link-twitter:hover{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-twitter-hover.html")}.contact-us .social-links .social-link-youtube:hover{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-youtube-hover.html")}.contact-us .social-links .social-link-facebook:hover{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-facebook-hover.html")}.contact-us .social-links .social-link-google:hover{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/contact-social-google-hover.html")}.contact-us .contact-form{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/landing-page/lp-body-bg79b279b2.html?t=1447192255879") center center no-repeat;background-size:cover;padding:80px 0}.contact-us .contact-form h3{text-align:center;font-size:1.75em;line-height:1.1em;font-weight:700;text-transform:uppercase;color:#c75f04;padding:0 0 40px}.contact-us .contact-form .hs-form fieldset{max-width:none;width:100%;margin:0;padding:0}.contact-us .contact-form .hs-form fieldset{margin:0 0 30px}.contact-us .contact-form .hs-form fieldset .hs-form-field{padding:0 15px;box-sizing:border-box;position:relative}.contact-us .contact-form .hs-error-msgs{position:absolute;margin:0;padding:0;list-style:none;font-size:.75em;top:0;right:20px;color:red}.contact-us .contact-form .hs-form fieldset .hs-form-field>label{display:none}.contact-us .contact-form .hs-form fieldset .hs-form-field .input{margin:0}.contact-us .contact-form .hs-form fieldset .hs-form-field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),.contact-us .contact-form .hs-form fieldset .hs-form-field textarea,.contact-us .contact-form .hs-form fieldset .hs-form-field select{width:100%;border:1px solid #21253e;background:#fff;font-family:inherit;font-size:1em;font-weight:400;line-height:1em;padding:10px;color:#21253e;box-sizing:border-box;height:auto}.contact-us .contact-form .hs-form .hs_submit{padding:0 10px;box-sizing:border-box;width:100%;text-align:center}.contact-us .contact-form .hs-form .hs_submit input{border:1px solid #c75f04;background:#c75f04;font-family:inherit;font-size:1.2em;font-weight:600;line-height:1em;padding:20px;text-transform:uppercase;color:#fff;box-sizing:border-box;transition:all .2s linear;width:350px;max-width:100%;cursor:pointer;-webkit-appearance:none}.contact-us .contact-form .hs-form .hs_submit input:hover{border-radius:10px}.careers .jobAlert{padding:60px 0;margin:-60px auto 0}.careers .jobAlert .blueBg{padding:0}.careers .bodyWrap .featured{background:#3b6d89}.careers .bodyWrap .featuredPad{display:table;width:100%;max-width:1140px;margin:0 auto;padding:0 20px;box-sizing:border-box}.careers .bodyWrap .featured .resImage{width:15%;padding:0}.careers .bodyWrap .featured .resImage img{width:125px;height:auto;transform:scale(1.2,1.2)}.careers .bodyWrap .featured .resCopyWrap{padding:20px 0 0;font-size:.95em}.careers .bodyWrap .featured .resCopyWrap h3{padding:10px 0}.careers .bodyWrap .featured .hs-form{width:100%}.careers .bodyWrap .featured .hs-form *{box-sizing:border-box}.careers .bodyWrap .featured .hs-form fieldset{width:calc(100% - 140px);float:left}.careers .bodyWrap .featured .hs-form .field>label{display:none}.careers .bodyWrap .featured .hs-form input{font-family:inherit;font-size:14px;line-height:1.5em;color:#42403d;padding:5px 10px;border:1px solid #21253e;height:auto;border-radius:0;background:#fff;width:100%}.careers .bodyWrap .featured .hs-form .hs_submit{width:120px;float:right}.careers .bodyWrap .featured .hs-form .hs_submit input{border:2px solid #fff;padding:6.5px 10px;line-height:1em;font-size:12px;font-weight:600;text-transform:uppercase;background:#c75f04;color:#fff;margin:1px 0 0;transition:all .2s linear;cursor:pointer}.careers .bodyWrap .featured .hs-form .hs_submit input:hover{border-radius:6px}.careers .position{padding:0 0 60px}.careers .position h3{color:#3b6d89;padding:0}.careers .position p{padding:0 0 10px}.careers .position .btn{font-size:.75em;padding:10px 30px}.resources .blogSub{background-image:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/resources/resources-blog-sub.html");background-size:auto 100%;background-position:left bottom}.button-group{text-align:center}.button-group h3{color:#3b6d89;font-weight:700;font-size:2em;display:inline-block;padding:0}.button-group select{border:2px solid #3b6d89;vertical-align:top;padding:5px 10px;font-family:inherit;font-size:inherit;color:#42403d;width:290px;margin:0px 20px;border-radius:0;background:#fff}.resItem{background:#fbfbfb;border:1px solid rgba(0,0,0,0.15);padding:20px}.resItem .span5{text-align:center}.resItem h2{color:#42403d;font-family:'Open Sans',sans-serif;font-size:1.35em;font-weight:400;line-height:1.5em;padding:0 0 10px}.resItem h2 a{color:#42403d;text-decoration:none;transition:all .2s linear}.resItem h2 a:hover{color:#c75f04}.resItem h3{font-size:1.75em;line-height:1em;font-weight:700;color:#c75f04;font-family:"prenton","proxima-nova",Helvetica,sans-serif}.resItem .btn{font-size:.85em;padding:15px 35px;font-weight:700}.resItem:not(.resItemFeatured) .btn{width:100%;text-align:center;padding:10px}.resItem.resItemFeatured{padding:40px}.resItem.resItemFeatured image{width:100%}.resItem .resImage{-moz-box-shadow:inset 0 0 20px rgba(0,0,0,0.5);-webkit-box-shadow:inset 0 0 20px rgba(0,0,0,0.5);box-shadow:inset 0 0 20px rgba(0,0,0,0.5);height:175px;margin:0 0 10px;background-size:90% auto;background-position:center top 20px;background-repeat:no-repeat;position:relative}.resItem .resImage a{display:block;height:100%;width:100%}.resItem.video .resImage{background-size:cover;background-position:center center}.resItem.video .resImage:before{content:' ';position:absolute;width:100%;height:100%;background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/resources/resource-play-button.html") no-repeat center center;background-size:90px 90px;pointer-events:none;transition:all .2s linear}.resItem.video .resImage:hover:before{opacity:.75}.resItem .resImage:hover+div h2 a{color:#c75f04}.resWrap .resItem{width:30%;margin:0 1.5% 3%}.blog .blog-search{position:relative}.blog .blog-search input{height:34px;border:2px solid #3b6d89;font-family:inherit;font-size:16px;font-weight:400;width:100%;color:#42403d;background:#fff;padding:5px 10px;border-radius:0}.blog .blog-search a{background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/search-icon.html") no-repeat center center;background-size:17px auto;font-size:0;display:block;height:30px;width:30px;position:absolute;right:5px;top:2px}.blog .widget-type-post_filter select{height:34px;border:2px solid #3b6d89;font-family:inherit;font-size:16px;font-weight:400;width:100%;color:#42403d;background:#fff;border-radius:0;padding-left:10px;-webkit-appearance:none;-moz-appearance:none;outline:0}.blog-index .widget-type-post_filter .widget-module{position:relative}.blog-index .widget-type-post_filter .widget-module:after{content:'';display:block;height:100%;width:12px;background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/dropdown-icon.html") no-repeat center center;background-size:10px auto;position:absolute;right:5px;top:0;pointer-events:none}.blog-index .bodyWrap .featured .resImage img{max-height:200px}.blog .blog-section{margin:0 0 40px}.blog .blog-section-primary .span8{margin-left:0}.blog .post-listing .blog-sub{background:#fbfbfb;border:1px solid rgba(0,0,0,0.1);padding:20px;float:right}.blog .post-listing .blog-sub h3{text-transform:uppercase;font-weight:700}.blog .post-listing .blog-sub h3 span{display:block;color:#42403d;font-size:18px;line-height:1.5em;font-weight:400;text-transform:none;margin:10px 0 0}.blog .post-listing .blog-sub .hs-form .hs-form-required{display:none}.blog .post-listing .blog-sub .hs-form .field{position:relative}.blog .post-listing .blog-sub .hs-form input:not([type="submit"]){width:auto;border:2px solid #3b6d89;font-family:inherit;font-size:18px;color:#42403d;padding:5px 10px;border-radius:0;outline:0;background:transparent;margin:0 0 30px}.blog .post-listing .blog-sub .hs-form-checkbox{list-style:none;width:auto}.blog .post-listing .blog-sub .hs-form-radio{list-style:none}ul.inputs-list{list-style:none;padding-left:none}.hs_blog_default_pravysoft_blog_subscription{clear:left}.blog .post-listing .blog-sub .hs-form .hs-error-msgs{position:absolute;margin:0;padding:0;list-style:none;font-size:.7em;color:red;bottom:-5px;right:0}.blog .post-listing .blog-sub .hs-form input[type="submit"]{background:#c75f04;color:#fff;border:2px solid #c75f04;font-family:inherit;font-size:18px;font-weight:600;text-transform:uppercase;padding:5px 20px;cursor:pointer;border-radius:0;-webkit-appearance:none;transition:all .2s linear;margin:0}.blog .post-listing .blog-sub .hs-form input[type="submit"]:hover{border-radius:10px}.blog .post-listing .post-item{background:#fbfbfb;border:1px solid rgba(0,0,0,0.1);padding:20px}.blog .post-listing .post-item *{box-sizing:border-box}.blog .post-listing .post-item .post-header a{color:#c75f04;text-decoration:none}.blog .post-listing .post-item .post-header a .featured-bg{display:block;width:100%;height:200px;background-repeat:no-repeat;background-position:center center;background-size:cover;margin:0 0 20px}.blog .post-listing .post-item .post-header a h2{font-size:1.65em;font-weight:500;padding-bottom:0}.blog .blog-section-secondary .post-listing .post-item{margin-bottom:30px !important;position:relative}.blog .blog-section-secondary .post-listing .post-item:nth-child(3n+1){margin-left:0 !important}.blog .blog-section-secondary .post-listing .post-item .post-header{margin-bottom:10px}.blog .blog-section-secondary .post-listing .post-item .post-header a{color:#42403d}.blog .blog-section-secondary .post-listing .post-item .post-header a .featured-bg{height:150px}.blog .blog-section-secondary .post-listing .post-item .post-header a h2{font-size:1.35em;font-weight:400;color:#42403d;padding:0}.blog .post-listing .post-item .post-content{margin:0 0 10px}.blog .post-listing .post-item .post-content p{margin:0;padding:0}.blog .post-listing .post-item .category-tag{font-size:.75em;letter-spacing:.5pt;text-transform:uppercase;font-weight:700;background:#3f3f3f;display:block;color:#fff;width:100%;line-height:1.5em;padding:2.5px 10px;position:absolute;bottom:20px;left:20px;width:calc(100% - 40px)}.blog .post-listing .post-item.topic--sample-category-a .category-tag{background:#c75f04}.blog .post-listing .post-item.topic--sample-category-b .category-tag{background:#3b6d89}.blog .post-listing .post-item.topic--sample-category-c .category-tag{background:#494c61}.blog .post-listing .post-item.topic--sample-category-d .category-tag{background:#3b6d89}.blog .blog-pagination{text-align:center;padding:0 0 60px}.blog .blog-pagination a{margin-top:40px;color:#3b6d89;text-decoration:none;transition:all .2s linear}.blog .blog-pagination a:hover{color:#42403d}.blog .blog-pagination .next-posts-link{float:right}.blog .blog-pagination .previous-posts-link{float:left}.blog .blog-section-author .hs-author-profile{padding:0 0 40px;overflow:hidden}.blog .blog-section-author .hs-author-avatar{width:150px;height:auto;float:left;border-radius:10px;margin:0 20px 0 0}.blog .blog-section-author .blog-sub,.blog .featuredResource-author{display:none !important}.blog .blog-section-author .first-post{width:100% !important;float:none !important;clear:both}.blog .blog-section-author .first-post .post-item{background:#fbfbfb none repeat scroll 0% 0%;border:1px solid rgba(0,0,0,0.1);padding:20px}.blog .blog-section-author .first-post .post-header a{text-decoration:none}.blog .blog-section-author .first-post .post-header a h2{margin:20px 0 0;padding:0;font-weight:500}.blog .blog-section-author .first-post .post-header a span{height:250px;display:block;background-repeat:no-repeat;background-position:center center;background-size:cover}.blog.custom-post .blogPostWrap,.blog.custom-post .blogSidebar .widget-span.widget-type-post_listing,.blog.custom-post .blogSidebar .widget-span.widget-type-post_filter{background:#fbfbfb;border:1px solid rgba(0,0,0,0.1);padding:20px;margin-bottom:80px}.blog.custom-post .blogSidebar .widget-span.widget-type-post_listing,.blog.custom-post .blogSidebar .widget-span.widget-type-post_filter{margin-bottom:0}.blog.custom-post .blogSidebar .widget-span h3{text-transform:uppercase;padding-bottom:0}.blog.custom-post .blogSidebar .widget-span ul{margin:0;padding:20px 0 0;list-style:none}.blog.custom-post .blogSidebar .widget-span ul li{border-top:2px solid rgba(0,0,0,0.1)}.blog.custom-post .blogSidebar .widget-span ul li:first-child{border-top:0}.blog.custom-post .blogSidebar .widget-span ul li a{color:#42403d;display:block;padding:10px 0;width:100%;text-decoration:none;transition:all .2s linear}.blog.custom-post .blogSidebar .widget-span ul li a:hover{color:#3b6d89}.blog.custom-post .blogPostWrap .row-fluid-wrapper{padding:40px 0;border-bottom:2px solid #e8e8e8}.blog.custom-post .blogPostWrap .row-fluid-wrapper:first-child{padding-top:0}.blog.custom-post .blogPostWrap .row-fluid-wrapper:last-child{border-bottom:0;padding-bottom:0}.blog.custom-post .blog-section{margin-bottom:0}.blog.custom-post .blog-post-wrapper a{color:#3b6d89;text-decoration:none;transition:all .2s linear}.blog.custom-post .blog-post-wrapper a:hover{color:#42403d}.blog.custom-post .blog-post-wrapper .pravysoft-editable{font-size:.9em}.blog.custom-post .blog-post-wrapper .post-header hr{height:2px;background:#e8e8e8;border:0;margin:20px auto 40px;width:100%}.blog.custom-post .blog-post-wrapper h2{color:#3b6d89;font-family:'Open Sans',sans-serif;text-transform:uppercase}.blog.custom-post .blog-post-wrapper h2 a{border-bottom:0}.blog.custom-post .blog-post-wrapper h3{color:#42403d;font-size:1.25em;font-weight:400;line-height:1.5em}.blog.custom-post .blog-post-wrapper blockquote{color:#aeaead;text-transform:uppercase;letter-spacing:1pt;line-height:2em;padding:0 5em;margin:20px 0 40px}.blog.custom-post .blog-post-wrapper blockquote h3{line-height:2em;color:#aeaead}.social-wrapper{position:absolute;height:250px;margin:0;width:90px;left:5%;top:548px}.social-wrapper.pushed{top:508px}.social-wrapper.fixed{position:fixed;top:0px}.social-sharing-widget-vertical{text-align:center;margin:0;background:#fbfbfb;border:1px solid rgba(0,0,0,0.1);padding:10px;border-radius:0;position:relative;width:100%;height:100%}.social-break{width:100%;display:block}.blog.custom-post .shareWrap{border:1px solid #e8e8e8;background:#fff;padding:0;margin:20px 0;width:220px;font-size:0;display:none}.blog.custom-post .shareWrap img{margin:0}.blog.custom-post .shareWrap .shareLabel{font-weight:700;font-size:13px;vertical-align:middle;color:#969696;padding:0 5px 0 10px;display:inline-block}.blog.custom-post .shareWrap ul.shareLinks{margin:0;padding:0;font-size:0;line-height:0;display:inline-block;vertical-align:middle}.blog.custom-post .shareWrap ul.shareLinks li{padding:5px;margin:0;display:inline-block;vertical-align:top;background:#f8f8f8;border-left:1px solid #e8e8e8}.blog.custom-post .shareWrap ul.shareLinks li:first-child{background:url("https://localhost/cdn2.pravysoft.net/hubfs/150313/template-assets/shared-assets/shareArrow.html") no-repeat left top #f8f8f8;padding-left:15px;border-left:0}.blog.custom-post .shareWrap ul.shareLinks li:before{content:'';padding:0;margin:0}.blog.custom-post .shareWrap ul.shareLinks li img{cursor:pointer;transition:all .2s linear}.blog.custom-post .shareWrap ul.shareLinks li img:hover{opacity:.75}.blog.custom-post .blogPostWrap .widget-type-blog_subscribe .hs-form-required{display:none}.blog.custom-post .blogPostWrap .widget-type-blog_subscribe input{width:100%;font-family:inherit;font-size:16px;padding:5px 10px;background:#fff;border:2px solid #3b6d89;border-radius:0;color:#42403d}.blog.custom-post .blogPostWrap .hs-form input{list-style:none;width:auto}.blog.custom-post .blogPostWrap .widget-type-blog_subscribe .hs_email{width:calc(100% - 180px);float:left}.blog.custom-post .blogPostWrap .widget-type-blog_subscribe .hs_submit{width:150px;float:right}.blog.custom-post .blogPostWrap .widget-type-blog_subscribe .hs_submit input{color:#fff;background:#c75f04;border-color:#c75f04;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .2s linear;-webkit-appearance:none}.blog.custom-post .blogPostWrap .widget-type-blog_subscribe .hs_submit input:hover{border-radius:10px}.blog.custom-post .blogPostWrap .widget-type-blog_comments{margin:20px 0 !important;width:100%;font-size:.8em}.blog.custom-post .blogPostWrap .widget-type-blog_comments .field{margin:0 0 15px}.blog.custom-post .blogPostWrap .widget-type-blog_comments input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),.blog.custom-post .blogPostWrap .widget-type-blog_comments textarea{width:100%;font-family:inherit;font-size:16px;padding:5px 10px;background:#fff;border:2px solid #3b6d89;border-radius:0;color:#42403d}.blog.custom-post .blogPostWrap .widget-type-blog_comments input[type="submit"]{font-family:inherit;font-size:16px;padding:5px 35px;background:#fff;border:2px solid #c75f04;border-radius:0;color:#fff;background:#c75f04;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .2s linear;-webkit-appearance:none}.blog.custom-post .blogPostWrap .widget-type-blog_comments input[type="submit"]:hover{border-radius:10px}.services #nav li:nth-child(2) a,.ind-service #nav li:nth-child(2) a,.how-it-works #nav li:nth-child(4) a,.hs-content-id-3625361138 #nav li:nth-child(4) a,.hs-content-id-3594770747 #nav li:nth-child(3) a,.hs-content-id-3594814322 #nav li:nth-child(3) a,.hs-content-id-3590800348 #nav li:nth-child(3) a,.hs-content-id-3590846268 #nav li:nth-child(3) a,.hs-content-id-3724488570 #nav li:nth-child(3) a,.hs-content-id-3724688830 #nav li:nth-child(3) a,.hs-content-id-3724623695 #nav li:nth-child(3) a,.hs-content-id-3724721475 #nav li:nth-child(3) a,.hs-content-id-3590980378 #nav li:nth-child(3) a,.hs-content-id-3594770747 #nav li:nth-child(4) a:hover,.hs-content-id-3594814322 #nav li:nth-child(4) a:hover,.hs-content-id-3590800348 #nav li:nth-child(4) a:hover,.hs-content-id-3590846268 #nav li:nth-child(4) a:hover,.hs-content-id-3724488570 #nav li:nth-child(4) a:hover,.hs-content-id-3724688830 #nav li:nth-child(4) a:hover,.hs-content-id-3724623695 #nav li:nth-child(4) a:hover,.hs-content-id-3724721475 #nav li:nth-child(4) a:hover,.hs-content-id-3590980378 #nav li:nth-child(4) a:hover,.resources #nav li:nth-child(5) a,.about #nav li:nth-child(6) a,.hs-content-id-3642039053 #nav li:nth-child(6) a,.hs-content-id-3597913886 #nav li:nth-child(6) a,.hs-content-id-3644866432 #nav li:nth-child(6) a,.hs-content-id-3625344411 #nav li:nth-child(6) a,.blog #nav li:nth-child(7) a{border-bottom-color:#c75f04}.hs-content-id-3625361138 #nav li:nth-child(6) a,.hs-content-id-3594770747 #nav li:nth-child(4) a,.hs-content-id-3594814322 #nav li:nth-child(4) a,.hs-content-id-3590800348 #nav li:nth-child(4) a,.hs-content-id-3590846268 #nav li:nth-child(4) a,.hs-content-id-3724488570 #nav li:nth-child(4) a,.hs-content-id-3724688830 #nav li:nth-child(4) a,.hs-content-id-3724623695 #nav li:nth-child(4) a,.hs-content-id-3724721475 #nav li:nth-child(4) a{border-bottom-color:transparent}.hs-content-id-3644866432 .storyCol .withIcon{padding-left:90px;background-size:75px auto}.hs-content-id-3625361138 .storyCol .withIcon{padding:0;background-size:150px auto;background-position:right 20px top}.hs-content-id-3625361138 .storyCol .withIcon h3{padding-right:150px;min-height:80px}.hs-content-id-3724488570 .bodyWrap .featured h3{font-size:1.25em;padding-top:10px}.hs-content-id-3724488570 .bodyWrap .featured h4{font-size:.9em}@media all and (max-width:1480px){.social-wrapper{left:3%}}@media all and (max-width:1420px){.social-wrapper{left:0}}@media all and (max-width:1277px){.social-wrapper{display:none}.blog.custom-post .shareWrap{display:block}}@media all and (max-width:1140px){#nav,#nav ul{padding:0 20px}}@media all and (max-width:1040px){#nav li a{margin-left:20px}#nav .search-button{width:38px}.about .teamWrap .hs_cos_wrapper_type_custom_widget{width:30%;margin:0 1% 30px}.home .testimonialsWrap .quoteInfo{width:80%}}@media all and (max-width:960px){.section-with-bg .whiteBar .innerWrap .span9,.section-with-bg .whiteBar .innerWrap .span3{width:100%;display:block;margin:0;text-align:center}.section-with-bg .whiteBar .innerWrap .span9{margin-bottom:20px}}@media all and (max-width:920px){.courtesyWrap,.headerWrap,.headerWrap.fixed,.mainNavWrap,.mainNavWrap.fixed{display:none !important}.mNavWrap{display:block;top:0 !important;left:0 !important;-webkit-overflow-scrolling:touch}.home .header-container-wrapper{position:relative !important}.bodyWrap .featuredResource{margin:0;background:#3b6d89}.bodyWrap .featured .resImage{padding-bottom:0}.bodyWrap .featured .resImage img{margin:20px 0}.bodyWrap .featured .resCopy .span7,.bodyWrap .featured .resCopy .span5{display:block;width:100%;margin:0}.bodyWrap .featured h3{padding-bottom:10px}.bodyWrap .featured h4{padding-bottom:20px}.tab-container{background:rgba(255,255,255,0.15)}.landing-page .courtesyWrap{display:block !important}.landing-page .lp-body{padding:0 40px}.landing-page .lp-form{padding:0 20px}.how-it-works .heroWrap{padding:100px 0 40px}.how-it-works .heroWrap .innerWrap{padding:20px 40px}.resItem{font-size:.9em}.resItem:not(.resItemFeatured) .btn{font-size:.75em}}@media all and (max-width:860px){.blog .blog-section-primary .span4,.blog .blog-section-primary .span8{width:100%;float:none}.blog .blog-section-primary .span4{margin:0 0 30px}.careers .bodyWrap .featured .resImage{width:12%}.careers .bodyWrap .featured .resImage img{transform:scale(0.85,0.85)}.careers .bodyWrap .featured .hs-form fieldset{width:calc(100% - 90px)}.careers .bodyWrap .featured .hs-form .hs_submit{width:80px}.resWrap .resItem{width:45%;margin:0 2.5% 4%}}@media all and (max-width:767px){.heroWrap{padding:100px 0 20px}.heroWrap h1{font-size:2.5em}.heroWrap h2{font-size:2em}.footerCourtesy .innerWrap .span6,.footerCourtesy .innerWrap .span6+.span6,.footerMain{text-align:center}.tabs{border:1px solid rgba(21,26,43,0.4)}.tabs li{width:100%;display:block;border-right:0;border-left:0;border-top:0;padding:10px}.tab-container{background:rgba(255,255,255,0.5)}.tab-copy{width:100%}.bodyWrap .mainSidebar ul{border:0px none;background:0}.bodyWrap .mainSidebar ul li{display:block;border:0px none;padding:0 0 15px 15px;line-height:1em;position:relative}.bodyWrap .mainSidebar ul li:before{content:'»';padding:0;font-weight:100;color:#c75f04;position:absolute;left:0}.bodyWrap .mainSidebar ul li:hover,.bodyWrap .mainSidebar ul li.active{background:0}.bodyWrap .mainSidebar ul li:hover a,.bodyWrap .mainSidebar ul li.active a{color:#c75f04}.bodyWrap .mainSidebar ul li a{padding:0px;margin:0px;display:inline-block}.landing-page .courtesyWrap,.landing-page .courtesyWrap .courtesyNav{text-align:center}.landing-page .courtesyWrap .courtesyNav{margin-top:10px}.landing-page .courtesyWrap .courtesyNav .back-to-site,.landing-page .courtesyWrap .courtesyNav .divider{display:none}.landing-page .heroWrap{padding:100px 0 40px}.landing-page .heroWrap .logo{width:100%;background-position:center top;left:0}.landing-page .bodyWrap{padding:40px 0}.home .testimonialsWrap{background:#fff}.home .testimonialsWrap h3{width:100%;text-align:center}.home .testimonialsWrap h4{padding-bottom:0}.home .testimonialsWrap .quote{margin-top:0;color:#3b6d89;padding:0;font-size:1.15em}.home .testimonialsWrap .quoteInfo{text-align:center}.home .testimonialsWrap .quoteInfo img{width:auto;height:100px}.home .testimonialsWrap .readMore{position:relative;width:100%;text-align:center;left:0}.home .testimonialsWrap .readMore a{margin-top:30px;display:inline-block}.home .testimonialsWrap .carousel-tabs{position:relative;width:100%;padding:40px 0px 0px}.home .testimonialsWrap .carousel-tabs li a{border-color:#3b6d89}.home .testimonialsWrap .carousel-tabs li.carousel-active-tab a{background:#3b6d89}.blogSub .widget-type-form{padding:40px}.servicesWrap .span3{margin-bottom:60px}.servicesWrap img{margin-bottom:5px}.servicesWrap h3{height:auto;padding-bottom:10px}.services .tab-container{padding:40px 20px}.storyCol{margin:0}.storyCol .span6{margin:0 0 40px}.about .teamWrap{text-align:center}.about .teamWrap .hs_cos_wrapper_type_custom_widget{width:45%;margin:0 2% 30px}.heroForm{width:240px;max-width:100%;margin:40px auto 0}.how-it-works .heroWrap h1{font-size:2em}.how-it-works .heroWrap h1::after{display:none}.how-it-works .heroWrap h2{font-size:1.5em}.contact-us .social-links .social-link{width:50px;height:50px}.contact-us .bodyWrap iframe{height:450px !important}.blog .blog-search,.blog .widget-type-post_filter{margin-bottom:20px}.blog .post-listing .post-item .post-content{display:none}.blog .blog-section-secondary .post-listing .post-item .post-header a .featured-bg{height:200px}.blog .blog-section-secondary .post-listing .post-item{padding-bottom:20px}.blog .post-listing .post-item .category-tag{display:none}.blogSidebar{width:350px !important;max-width:100% !important;margin:0px auto 80px !important}.careersEmpWrap{background-position:center bottom}.careersEmpWrap .tabs{border:0;background:#fff}.careersEmpWrap .tabs li{display:inline-block;width:24%}.careersEmpWrap .innerWrap.tabsWrap{padding:0}.careersEmpWrap .blueBg{padding:20px 0}.careersEmpWrap .tab-content{font-weight:500}.careersEmpWrap .tabs li .socialLinks a{margin:0 0 5px;width:25px;height:25px}.benefitsWrap h2{padding:40px 0 60px;text-shadow:0 0 5px #fff}.benefitsWrap .span4.widget-type-custom_widget{display:table-cell;vertical-align:middle;padding:0px;width:33.33%;border:1px solid rgba(0,0,0,0.1);background:#fff}.careersEmpWrap .benefitBlock{border:0}.innerWrap .benefitsWrap .row-fluid-wrapper{padding-bottom:0}.careersEmpWrap .benefitBlock h4{font-size:.9em}.careersEmpWrap .benefitBlock img{margin:0 auto 10px;width:70%;height:auto}.resources .bodyWrap div.row-depth-2:nth-child(2),.resItem.resItemFeatured{display:none}.bodyWrap .resourceBg{padding:0 0 40px}.blueBox{padding:20px;font-size:1em}.ind-service .tabsWrap .tabs ul li a{padding:10px 20px 5px}}@media all and (max-width:680px){ul.col-2{-webkit-column-count:1;-moz-column-count:1;column-count:1}.home .heroWrap .whiteBar .innerWrap{display:block;text-align:center}.home .heroWrap .whiteBar .span4{width:100%;display:block;text-align:center;margin-bottom:20px}.home .heroWrap .whiteBar .span2{width:24%;display:inline-block}.bodyWrap .featuredResource{margin:0px;background:#3b6d89}.bodyWrap .featuredResource .innerWrap{padding:20px}.bodyWrap .featured .resImage{padding-bottom:0}.bodyWrap .featured .resCopy{padding-bottom:40px;padding-left:20px}.button-group h3{font-size:1.5em;padding:0 0 10px;display:block}.button-group select{margin:0 auto;max-width:100%}.bodyWrap .intro{padding:0}}@media all and (max-width:580px){.heroWrap{padding:60px 0 0}.heroWrap h1{font-size:1.5em}.heroWrap h2{font-size:1.25em}.landing-page .lp-body{padding:0 20px}.landing-page .lp-form{padding:0}.contact-us .social-links .social-link{margin:20px 10px 0}.blog .blog-pagination{padding-bottom:20px}.blog .blog-pagination a{margin-top:0;margin:0 0 20px;display:block}.blog .blog-pagination .next-posts-link,.blog .blog-pagination .previous-posts-link{float:none}.careersEmpWrap .tabs{padding:20px 0 0}.careersEmpWrap .tabs li,.careersEmpWrap .tabs li.active{width:48%;padding:20px}.careersEmpWrap .tabs li.active,.careersEmpWrap .tabs li.active:hover{background:0}.careersEmpWrap .tabs li img{margin-bottom:0}.benefitsWrap .span4.widget-type-custom_widget{display:block;margin:0 auto 20px;width:300px;max-width:100%}.resWrap{width:320px !important;max-width:100% !important;margin:0 auto !important}.resWrap .resItem{width:100%;margin:30px 0 0}.partnersCol .partnersLogo{float:none;margin:20px 0}.about .teamWrap{text-align:center}.about .teamWrap .hs_cos_wrapper_type_custom_widget{width:350px;max-width:100%;margin:0 auto 30px}.empWrap{text-align:center}.empWrap h3{font-size:1.2em}.empWrap h4{padding-bottom:0}.landing-page .heroWrap .innerWrap{padding:60px 20px 20px}.landing-page.get-a-quote .lp-quote{margin:40px auto !important;width:100% !important}}@media all and (max-width:520px){.mNavWrap .mLogo{padding:0}.mNavWrap .mLinks{line-height:30px}.mNavWrap{height:50px}html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next,.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{margin-top:50px !important}.home .heroWrap .whiteBar .span2{width:48%}.bodyWrap .featured{text-align:center}.bodyWrap .featured .resImage,.bodyWrap .featured .resCopy{width:100%;display:block;padding:0 0 20px}.tab-container{padding:30px}.tab-container h3{font-size:1.25em}.blueBox{font-size:.9em}.landing-page .lp-body{padding:0}.landing-page .lp-body img{float:none !important;margin:0 auto 20px !important;display:block}.blueBox h4{font-size:1.35em}.blogSub .widget-type-form{padding:30px 20px}.blogSub .widget-type-form div.hs_email{width:100%;float:none;margin:0 0 20px}.storyCol .withIcon{padding:68px 0 0 0}.hs-content-id-3644866432 .storyCol .withIcon{padding-top:0}.hs-content-id-3625361138 .storyCol .withIcon{padding:40px 0 0 0;background-position:left top;background-size:auto 35px}.hs-content-id-3625361138 .storyCol .withIcon h3{padding-right:0;min-height:0}.hs-content-id-3625361138 .storyCol .span6,.hs-content-id-3644866432 .storyCol .span6{margin:20px 0}.storyCol h3{padding-bottom:0}.partnersCol h3{width:100%;padding-bottom:15px}.partnersCol .clearfix{height:0}.about .teamWrap{text-align:center}.empWrap .profile{margin-bottom:10px}.empWrap.empHire .btn-arrow:before{display:none;font-size:.8em}.blog.custom-post .blogPostWrap .widget-type-blog_subscribe .hs_email,.blog.custom-post .blogPostWrap .widget-type-blog_subscribe .hs_submit{float:none}.blog.custom-post .blogPostWrap .widget-type-blog_subscribe .hs_email{width:100%;margin-bottom:15px}.blog.custom-post .blog-post-wrapper blockquote{padding:0 1em}.blog.custom-post .blog-post-wrapper h2{font-size:1.5em}.careers .bodyWrap .featured .resImage{width:100%}}@media all and (max-width:480px){.landing-page .lp-form .hs-form fieldset,.contact-us .contact-form .hs-form fieldset{margin-bottom:0}.landing-page .lp-form .hs-form fieldset .hs-form-field,.contact-us .contact-form .hs-form fieldset .hs-form-field{padding:0;margin:0 0 20px}.landing-page .lp-form .hs-error-msgs,.contact-us .contact-form .hs-error-msgs{right:10px}.contact-us .bodyWrap h2{font-size:1.5em}.contact-us .bodyWrap h3{font-size:1.15em;padding-bottom:20px}.contact-us .bodyWrap iframe{height:250px !important}.ind-service .tabsWrap .tabs ul li{border-bottom-width:1px;border-top-width:1px;border-bottom-color:rgba(21,26,43,0.4)}.ind-service .tabsWrap .tabs ul li:last-child{border-bottom-color:rgba(255,255,255,0)}.ind-service .tabsWrap .tabs ul li a{font-weight:500;font-size:1em;padding:5px 10px}.about .teamWrap .hs_cos_wrapper_type_custom_widget{width:250px}.empWrap .connect a{margin:0}}@media all and (max-width:420px){.mNavWrap .mLogo{width:180px;padding-top:2.5px}.mNavWrap .mLogo img{width:100%}.mNavWrap .mLinks{width:calc(100% - 190px)}.mNavWrap .mLinks a{width:20px;height:20px}#mNav ul li{font-size:.9em}.mNavWrap .mLinks .menuTrigger{background-size:auto 20px;background-position:right 5px center;width:25px}.mNavWrap .innerWrap{padding:10px}.contact-us .social-links .social-link{width:40px;height:40px;margin:10px 5px 0}}#nav .gs-webResult.gs-result a.gs-title{display:block !important;float:none !important;text-align:left !important;line-height:1.5em !important;height:auto !important;padding:0px !important;margin:0px !important;color:#3b6d89 !important;font-weight:600 !important}.gs-image-box a.gs-image{width:100% !important}.gs-image-box.gs-web-image-box.gs-web-image-box-portrait,.gs-image-box.gs-web-image-box.gs-web-image-box-landscape,.gsc-table-cell-thumbnail{width:100px !important;overflow:visible !important;height:auto !important}.gs-web-image-box-portrait img.gs-image,.gs-web-image-box-landscape img.gs-image{width:100px !important;max-width:none !important;max-height:none !important;border:1px solid rgba(0,0,0,0.1) !important;overflow:visible !important;height:auto !important}#nav .gs-webResult div.gs-visibleUrl,#nav .gs-imageResult div.gs-visibleUrl{color:#3b6d89 !important}#nav .gs-webResult.gs-result a.gs-title:hover{color:#42403d !important}.gs-webResult .gs-snippet{padding:0 0 0 20px !important}.gs-webResult .gs-fileFormat{text-align:left !important;padding:0 0 0 20px !important;font-weight:600 !important;font-size:.8em !important}@media all and (max-width:767px){body .SnapABug_Button{display:none !important}.resources .bodyWrap div.row-depth-2:nth-child(2),.resItem.resItemFeatured{display:block}}body{overflow-x:hidden}.green-bg{background:#3b6d89}.grey-bg{background:#7a7977}.light-grey-bg{background:#f2f2f3}.blue-bg{background:#3b6c89}body .container-fluid .row-fluid .header-footer-wrapper{width:1210px;max-width:100%;padding:0px 20px;box-sizing:border-box;margin:0 auto;display:block;float:none}body .container-fluid .row-fluid .wrapper{width:1210px;max-width:100%;padding:0px 20px;box-sizing:border-box;margin:0 auto;display:block;float:none}.equal-height-container>.row-fluid-wrapper>.row-fluid{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:stretch;-moz-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;flex-wrap:wrap;-wevkit-flex-wrap:wrap;flex-direction:row;-webkit-flex-direction:row;justify-content:center}.organge-cta a.cta_button{color:#fff;text-decoration:none;text-transform:uppercase;font-weight:600;background:#b96541;padding:15px 20px;clear:both;overflow:hidden;display:inline-block;text-align:center}@media(max-width:767px){.organge-cta a.cta_button{width:auto;display:block}}.top-header .left-col p{color:#fff;font-size:13px;font-weight:600;line-height:1.2;text-transform:uppercase;padding:8px 0px 0px;margin:0}.top-header .left-col p a{color:#fff;text-decoration:none}.top-header .top-menu ul li{margin-bottom:0}.top-header .top-menu ul li{font-family:'Open Sans',sans-serif !important;font-size:18px;line-height:1.55em;font-weight:400}.top-header{padding:4px 0px}.top-header .top-menu .hs_cos_wrapper{float:right}.top-header .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{font-size:11px;color:#fff;font-weight:600;text-transform:uppercase;padding:0px 10px;border-right:1px solid rgba(255,255,255,0.5);line-height:1;position:relative;font-family:'Open Sans',sans-serif !important}.top-header .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{opacity:.7}.top-header .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child a,.top-header .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(2) a{padding:0px 10px 0px 25px}.top-header .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child a:before,.top-header .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(2) a:before{content:' ';position:absolute;width:10px;height:10px;display:inline-block;background:url("https://localhost/cdn2.pravysoft.net/hubfs/549461/template-assets/shared/lock-icon.html") no-repeat left center;left:10px}.top-header .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{border-right:0px;padding-right:0px}@media(max-width:910px){.top-header .left-col{width:100%;display:block;margin:0px;text-align:center}.top-header .top-menu{width:100%;display:block;margin:0px}.top-header .top-menu .hs_cos_wrapper{float:none;text-align:center}body .row-fluid .top-header .top-menu ul{margin:0px;text-align:center}body .container-fluid .row-fluid .top-header .top-menu ul li{width:auto}body .header-section .main-header .custom-menu-primary.js-enabled{width:100%}}.header-section .main-header{padding:20px 0px 0px}.header-container-wrapper.fixed .header-section .main-header{padding:20px 0px 0px}.logo-module .white-logo{display:none}.home .logo-module .white-logo{display:block}.home .logo-module .colored-logo{display:none}.header-container-wrapper.fixed .logo-module .white-logo{display:none}.header-container-wrapper.fixed .logo-module .colored-logo{display:block}.header-section .main-header .main-nav .hs_cos_wrapper{float:right}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul{padding-top:10px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{position:relative;padding:0px 15px 0px 10px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{padding:0px 30px 0px 5px}.header-container-wrapper.fixed .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{color:#000;font-size:15px;max-width:100%;text-transform:uppercase;padding:0px;padding-bottom:30px;position:relative;font-family:'Open Sans',sans-serif !important}.home .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{color:#fff;font-size:15px;max-width:100%;text-transform:uppercase;padding:0px;padding-bottom:30px;position:relative;font-family:'Open Sans',sans-serif !important}.home.home-2019 .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{color:#000}.home-2019 .logo-module .white-logo{display:none}.home.home-2019 .logo-module .colored-logo{display:block}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{color:#000;font-size:15px;font-weight:600;max-width:100%;text-transform:uppercase;padding:0px;padding-bottom:20px;position:relative;font-family:'Open Sans',sans-serif !important}.header-container-wrapper.fixed .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{padding-bottom:20px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:after{content:'\f107';position:absolute;top:0;right:15px;font-family:"Font Awesome 5 Free";font-size:13px;font-weight:900;color:#000}.home .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:after{content:'\f107';position:absolute;top:0;right:15px;font-family:"Font Awesome 5 Free";font-size:13px;font-weight:900;color:#fff}.header-container-wrapper.fixed .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:after{color:#000}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover>a:before{content:'';position:absolute;bottom:15px;left:0;right:0;width:100%;height:4px;background:#ba6426}.home .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover>a:before{bottom:25px}.header-container-wrapper.fixed .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover>a:before{bottom:15px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child{padding-right:0px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{background:#fff;padding:30px;left:-30px;top:50px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-menu-depth-1 ul.hs-menu-children-wrapper:before{content:'';position:absolute;top:-15px;left:0;right:0;width:0;height:0;border-left:35px solid transparent;border-right:35px solid transparent;border-bottom:35px solid #fff;text-align:center;margin:0 auto}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2{line-height:1.5}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a{color:#000;font-size:14px;font-weight:400;text-transform:none;margin-bottom:20px;padding:0px;width:100%;font-family:'Open Sans',sans-serif !important}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper:before{display:none}@media(max-width:1200px) and (min-width:911px){.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children{padding:0px 20px 0px 5px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:after,.header-container-wrapper.fixed .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:after,.home .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:after{right:8px}}@media(min-width:910px){.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(1) ul.hs-menu-children-wrapper{width:1008px;left:-300px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(1) ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:first-child{width:24%;float:left}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(1) ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(2){width:27%;float:left}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(1) ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(3){width:49%;float:left}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(1) ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2>a{font-size:15px;text-transform:uppercase;font-weight:700;padding-bottom:10px;border-bottom:1px solid #959595;margin-bottom:20px;font-family:'Open Sans',sans-serif !important}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(1) ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3>a:hover{color:#c75f04}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(1):hover ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper{visibility:visible;opacity:1;width:525px;left:-30px;min-height:280px;padding-top:0px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(1) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:nth-child(3) ul.hs-menu-children-wrapper{-moz-column-count:2;-moz-column-gap:15px;-webkit-column-count:2;-webkit-column-gap:15px;column-count:2;column-gap:15px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-menu-depth-1:nth-child(1) ul.hs-menu-children-wrapper:before{left:-150px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:first-child>a{font-size:15px;text-transform:uppercase;font-weight:700;padding-bottom:10px;border-bottom:1px solid #959595;margin-bottom:20px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:first-child>a:hover{color:#000}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2>a:hover{color:#c75f04}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-menu-depth-1:nth-child(2) ul.hs-menu-children-wrapper:before{left:-70px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(4) ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2>a:hover{color:#c75f04}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-menu-depth-1:nth-child(4) ul.hs-menu-children-wrapper:before{left:-30px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-menu-depth-1:nth-child(5) ul.hs-menu-children-wrapper:before{left:initial;right:110px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper{width:700px;right:0;left:-505px;min-height:370px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2{float:left}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:first-child{width:38%}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:nth-child(2){width:62%}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2>a{font-size:15px;text-transform:uppercase;font-weight:700;padding-bottom:10px;border-bottom:1px solid #959595;margin-bottom:20px;font-family:'Open Sans',sans-serif !important}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(5):hover ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper{visibility:visible;opacity:1;width:457px;left:-30px;min-height:365px;padding-top:0px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 a{font-weight:400;font-size:14px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 a:hover{color:#c75f04}}@media(max-width:1200px) and (min-width:900px){body .container-fluid .row-fluid .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{font-size:11px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:after,.header-container-wrapper.fixed .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:after,.home .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:after{top:3px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper{left:-535px;min-height:440px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-menu-depth-1:nth-child(5) ul.hs-menu-children-wrapper:before{right:80px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-menu-depth-1 ul.hs-menu-children-wrapper:before{//left:-50px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{left:-50px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{position:relative;padding:0px 15px 0px 10px}.top-header .top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{font-size:10px;font-family:'Open Sans',sans-serif !important}.top-header .left-col p{font-size:11px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul{padding-top:5px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(1) ul.hs-menu-children-wrapper{left:-320px;min-height:370px}}.header-section .main-header .custom-menu-primary.js-enabled{width:93.452991%}.header-section .main-header .search-icon{width:4.982906%;margin-left:1.564103%}.custom-menu-primary .hs-menu-wrapper>ul{background:}.custom-menu-primary .hs-menu-wrapper>ul>li{background:}.custom-menu-primary .hs-menu-wrapper>ul>li>a{color:}.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{color:}.custom-menu-primary .hs-menu-wrapper>ul ul li{background:}.custom-menu-primary .hs-menu-wrapper>ul ul li a{color:}.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover{color:}.custom-menu-primary .hs-menu-wrapper>ul li a,.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{overflow:visible !important;max-width:none !important;width:auto !important}@media screen and (min-width:911px){.custom-menu-primary .hs-menu-wrapper{display:block !important}}.mobile-trigger,.child-trigger{display:none}@media(max-width:910px){.custom-menu-primary,.custom-menu-primary .hs-menu-wrapper>ul,.custom-menu-primary .hs-menu-wrapper>ul li,.custom-menu-primary .hs-menu-wrapper>ul li a{display:block;float:none;position:static;top:auto;right:auto;left:auto;bottom:auto;padding:0px;margin:0px;background-image:none;background-color:transparent;border:0px;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;max-width:none;width:100%;height:auto;line-height:1;font-weight:normal;text-decoration:none;text-indent:0px;text-align:left;color:#fff}.mobile-trigger{display:inline-block !important;cursor:pointer;position:absolute;top:0px;right:10px;width:auto;height:auto;padding:7px 10px 8px 10px;background:#fff;border:1px solid #000;font-size:16px;font-weight:normal;text-align:left;text-transform:uppercase;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#000}.mobile-trigger:hover{text-decoration:none;color:#fff;background-color:#000;border-color:transparent}.mobile-open .mobile-trigger{color:#fff;background-color:#000;border-color:transparent}.mobile-trigger i{display:inline;position:relative;top:-4px}.mobile-trigger i:before,.mobile-trigger i:after{position:absolute;content:''}.mobile-trigger i,.mobile-trigger i:before,.mobile-trigger i:after{width:22px;height:2px;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;background-color:#000;display:inline-block}.mobile-trigger i:before{top:-6px}.mobile-trigger i:after{top:6px}.mobile-trigger:hover i,.mobile-trigger:hover i:before,.mobile-trigger:hover i:after,.mobile-open .mobile-trigger i,.mobile-open .mobile-trigger i:before,.mobile-open .mobile-trigger i:after{background-color:#fff}.child-trigger{display:block !important;cursor:pointer;position:absolute;top:0px;right:0px;width:55px !important;min-width:55px !important;height:45px !important;padding:0 !important;border-left:1px dotted rgba(255,255,255,.20)}.child-trigger:hover{text-decoration:none}.child-trigger i{position:relative;top:50%;margin:0 auto !important;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.child-trigger i:after{position:absolute;content:''}.child-trigger i,.child-trigger i:after{width:10px;height:1px;background-color:#fff;display:block}.child-trigger i:after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.child-trigger.child-open i:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.custom-menu-primary.js-enabled{position:relative;padding-top:44px;margin:10px 0 10px 0}.custom-menu-primary.js-enabled .hs-menu-wrapper,.custom-menu-primary.js-enabled .hs-menu-children-wrapper{display:none}.custom-menu-primary ul.hs-menu-children-wrapper{visibility:visible !important;opacity:1 !important;position:static !important;display:none}.custom-menu-primary.js-enabled .hs-menu-wrapper{width:100%;position:relative;top:0;left:0;padding:0}.custom-menu-primary .hs-menu-wrapper{background-color:#000;width:100%}.custom-menu-primary .hs-menu-wrapper>ul>li{position:relative}.custom-menu-primary .hs-menu-wrapper>ul>li a{font-size:22px;line-height:45px;overflow:visible}.custom-menu-primary .hs-menu-wrapper>ul li{border-top:1px dotted rgba(255,255,255,.35)}.custom-menu-primary .hs-menu-wrapper>ul li a{padding:0 10px;color:#fff}.custom-menu-primary .hs-menu-wrapper>ul li a:hover{color:#fff}.custom-menu-primary .hs-menu-wrapper>ul ul li{background-color:rgba(255,255,255,.08)}.custom-menu-primary .hs-menu-wrapper>ul ul li a{text-indent:10px;font-size:16px}.custom-menu-primary .hs-menu-wrapper>ul ul ul li a{text-indent:30px}.custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a{text-indent:50px}}@media(max-width:910px){.header-section{padding:20px 0px 10px}.header-container-wrapper .header-section{position:relative}.header-section .top-header{display:none}.custom-menu-primary .hs-menu-wrapper{display:none}body .row-fluid .header-section .cmpy-logo{position:relative;max-width:150px;float:left;width:100%;//margin-top:15px;top:1px}.header-container-wrapper .row-fluid .header-section .main-nav{width:100%;max-width:100%;position:absolute;left:0;right:0;z-index:11;padding-top:0px;top:0}body .row-fluid .mobile-trigger{border:0;top:10px;right:20px;background:transparent;z-index:1;border:2px solid #3b6d89;border-radius:0px;padding:7px}body .row-fluid .mobile-trigger i{//transition:all .5s ease-in}.mobile-trigger i,.mobile-trigger i:before,.mobile-trigger i:after{width:25px;height:3px;background:#3b6d89;border-radius:2px}.mobile-trigger:hover{background-color:rgba(0,0,0,0);border-color:transparent}.mobile-trigger:hover i,.mobile-trigger:hover i:before,.mobile-trigger:hover i:after,.mobile-open .mobile-trigger i,.mobile-open .mobile-trigger i:before,.mobile-open .mobile-trigger i:after{background:#3b6d89}.mobile-open .mobile-trigger i{background:transparent;transition:all .1s ease-in}.mobile-open .mobile-trigger i:before{top:0;transform:rotate(45deg)}.mobile-open .mobile-trigger i:after{top:0;transform:rotate(-45deg)}.mobile-trigger i:before,.mobile-trigger i:after{transition:all .3s ease-in}.mobile-trigger i:before{top:-7px}.mobile-trigger i:after{top:7px}.header-container-wrapper .custom-menu-primary .hs-menu-wrapper{top:30px;background:#fff;padding:25px 0;position:relative}.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{border:0px;padding:0px;text-align:center}.header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{font-size:16px;line-height:50px;text-align:right;letter-spacing:.6px;padding:0px;text-align:left;color:#fff;padding:0px 20px}.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{background:transparent;padding:0px;top:0px;left:0px}.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{font-size:14px;line-height:18px}body .main-header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover a{color:#fff}.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper>li>a{color:#fff}.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper>li:hover>a{color:#fff}.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper>li{margin-bottom:10px}.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{background:transparent}.header-section .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger{border:0px}.header-section .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li .child-trigger i{//display:none;background:#000;height:2px}.child-trigger i,.child-trigger i:after{background:#000;height:2px}.main-nav .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{border:0px}body .row-fluid .top-menu ul{padding:0px 20px;margin:100px 0px 0px}body .container-fluid .row-fluid .top-menu ul li{display:inline-block;width:100%;max-width:48%}body .container-fluid .row-fluid .top-menu ul li a:hover:before{display:none}body .container-fluid .row-fluid .top-menu ul li:first-child{max-width:54%}body .container-fluid .row-fluid .top-menu ul li:last-child{max-width:44%}body .row-fluid .logo-module .white-logo{display:none}body .row-fluid .logo-module .colored-logo{display:block;max-width:170px}body .row-fluid .header-section .main-header{padding:0px 0px 10px}.header-container-wrapper .row-fluid .header-section .main-nav{margin:0px}.header-section .main-header .main-nav .hs_cos_wrapper{float:none}.home .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{color:#000;padding:0px 20px;//border-top:1px solid #000}.home .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child a{border:0px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{border-bottom:1px solid #000;padding:0px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover>a:before{display:none}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{background:#fff;padding:0px 00px 30px;left:0px;top:0px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2{line-height:1.2;margin:0px;border-top:1px solid #000;padding:0px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a{color:#000;font-size:13px;font-weight:600;text-transform:none;margin-bottom:0px;padding:10px 25px;width:100%;line-height:1.5}.header-container-wrapper.fixed .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{padding:0px 20px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 .child-trigger{height:35px !important}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3{border-top:1px solid #000;margin-bottom:0px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-menu-depth-1 ul.hs-menu-children-wrapper:before{display:none}.home .header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:after{display:none}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child{border:0px}.header-container-wrapper .custom-menu-primary .hs-menu-wrapper{padding:0px;top:20px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-3 a{padding:10px 0px}.header-section .main-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:after{display:none}.header-container-wrapper{position:relative !important}}.footer-section .top-foot-menu{background:url("https://strategyplusgroup.com/footer.jpg")no-repeat;background-size:cover;background-position:center;padding:60px 0px 40px}.footer-section .top-foot-menu .foot-menu{width:17.9%}.footer-section .top-foot-menu .foot-menu .head-text{position:relative;z-index:1}.footer-section .top-foot-menu .foot-menu .head-text:after{content:'';position:absolute;bottom:0;left:0;height:1px;width:62%;background:#7b7a78;z-index:-1}.footer-section .top-foot-menu .foot-menu .head-text h4{color:#fff;text-transform:uppercase;font-size:16px}.footer-section .top-foot-menu .foot-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul{margin-bottom:50px;margin-top:25px}.footer-section .top-foot-menu .foot-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a{font-size:12px;color:#fff;padding:0px 0px;margin-bottom:12px;line-height:1.5}.footer-section .top-foot-menu .foot-menu.col-one .hs-menu-wrapper.hs-menu-flow-vertical>ul{margin-bottom:80px}.footer-section .top-foot-menu .foot-menu.col-three .hs-menu-wrapper.hs-menu-flow-vertical>ul{margin-bottom:50px}.footer-section .top-foot-menu .foot-menu.col-four .hs-menu-wrapper.hs-menu-flow-vertical>ul{margin-bottom:20px}.footer-section .top-foot-menu .foot-menu.col-five .about-menu-items .hs-menu-wrapper.hs-menu-flow-vertical>ul{float:none}.footer-section .top-foot-menu .foot-menu.col-five .about-menu-items .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a{font-size:12px;color:#fff;padding:0px 0px;margin-bottom:12px;line-height:1.5;font-weight:400;text-transform:none}.footer-section .top-foot-menu .foot-menu.col-five .hs-menu-wrapper.hs-menu-flow-vertical>ul{//float:right}.footer-section .top-foot-menu .foot-menu.col-five .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a{font-size:16px;color:#fff;text-transform:uppercase;font-weight:700;margin-bottom:25px}.social-media-icons .social-icons ul{text-align:left}.social-media-icons .social-icons ul li{display:inline-block;margin:0px 5px}.partner-section{padding:30px 0px;text-align:center}.partner-section h3{margin-bottom:10px}.partner-section ul{list-style:none;padding:10px;margin:0px}.partner-section ul li{display:inline-block;vertical-align:middle;margin:0px 5px;width:15%;text-align:center}.copyright-module{padding:30px 0px}.copyright-module p{color:#fff;font-size:12px;padding:0px;margin-bottom:5px;line-height:1.5}.copyright-module .left-col p{text-align:right}.copyright-module .right-col ul{padding:7px 0px 0px;margin:0px;list-style:none}.copyright-module .right-col ul li{color:#fff;font-size:12px;padding:0px;display:inline-block;float:left;line-height:1.5;margin-right:20px}.copyright-module .right-col ul li img{max-width:50px}.copyright-module .right-col ul li:last-child{padding-top:6px}@media(max-width:1200px) and (min-width:767px){.footer-section .top-foot-menu .foot-menu.col-five{width:16.9%}.footer-section .top-foot-menu .foot-menu .head-text h4{font-size:14px}.footer-section .top-foot-menu .foot-menu.col-five .hs-menu-wrapper.hs-menu-flow-vertical>ul{margin-top:0px}.footer-section .top-foot-menu .foot-menu.col-five .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a{font-size:14px;color:#fff;text-transform:uppercase;font-weight:700;margin-bottom:15px}.social-media-icons .social-icons ul{padding:0px;text-align:left}.social-media-icons .social-icons ul li a{color:#fff;font-size:25px;margin-bottom:10px;display:block}.partner-section ul li{padding:0px 5px}}@media(max-width:767px){.footer-section .top-foot-menu{padding:40px 0px 20px}.footer-section .top-foot-menu .foot-menu{width:100%;display:block;float:none}.footer-section .top-foot-menu .foot-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul{margin-bottom:35px;margin-top:10px}.partner-section h3{margin-bottom:5px}.footer-section .top-foot-menu .foot-menu .head-text:after{width:100%}.partner-section ul li{display:inline-block;vertical-align:middle;margin:0px 0px;width:100%;text-align:center;float:none;margin-bottom:10px}.copyright-module{padding:30px 0px 10px}.copyright-module .left-col p{text-align:center}.copyright-module .right-col ul li{color:#fff;font-size:12px;padding:0px;display:block;float:none;line-height:1.5;margin-right:20px;text-align:center;margin-bottom:10px}.footer-section .top-foot-menu .foot-menu.col-five .hs-menu-wrapper.hs-menu-flow-vertical>ul{float:none}.footer-section .top-foot-menu .foot-menu.col-five .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a{margin-bottom:10px}}.two-col-section{background:#31383e}.two-col-section .small-wrapper>.row-fluid-wrapper>.row-fluid{background:#495055;padding:40px 20px 40px 70px;margin-bottom:50px}.two-col-section .left-col{text-align:center}.two-col-section .left-col img{max-width:170px}.two-col-section .right-col{padding-left:20px}.two-col-section .right-col .head-text{max-width:520px}.two-col-section .right-col .head-text h2{color:#fff;font-weight:500}.two-col-section .right-col .head-text p{color:#fff}body .container-fluid .row-fluid .small-wrapper{max-width:1210px;width:100%;padding:0px 20px;box-sizing:border-box;margin:0 auto;display:block;float:none}.testimonial-banner-section{background:#31383e}.testimonial-banner-section .small-wrapper{position:relative;z-index:1}.testimonial-banner-section .small-wrapper>.row-fluid-wrapper>.row-fluid{background:#3b6c89;padding:20px 40px 20px 70px}.testimonial-banner-section h1{color:#fff;font-weight:400;line-height:1.2;font-size:24px;max-width:700px}@media(max-width:767px){.testimonial-banner-section .small-wrapper>.row-fluid-wrapper>.row-fluid{padding:20px 20px}}.testimonial-section-one{position:relative;overflow:hidden;background:#31383e}.testimonial-section-one .small-wrapper>.row-fluid-wrapper>.row-fluid{background:#fff}.testimonial-section-one .left-col{width:70%;padding-top:40px;background:#fff}.testimonial-section-one .left-col .left-col-head-text{padding-left:70px;padding-right:50px}.testimonial-section-one .left-col .left-col-head-text h3{color:#3b6c89;text-transform:uppercase}.testimonial-section-one .left-col .left-col-head-text p{font-size:16px}.testimonial-section-one .left-col .left-col-head-text p strong{text-transform:uppercase;color:#3b6c89;font-size:1.17em}.left-list-items{position:relative;padding:20px 20px 20px 70px;border-right:1px solid #fff}.left-list-items:before{content:'';position:absolute;left:0;width:100%;height:100%;background:#f2f2f3;z-index:-1}.left-list-items .left-text{padding:}.left-list-items .left-text h3{padding:0px}.left-list-items .left-text ul{padding:0px 0px 0px 10px;list-style:none}.left-list-items .left-text ul li{position:relative}.left-list-items .left-text ul li:before{content:'';position:absolute;top:12px;left:-10px;width:4px;height:4px;background:#42403d;border-radius:50%}.testimonial-section-one .left-list-items.top-module{padding-bottom:0px;width:70%}.testimonial-section-one .left-list-items.top-module .head-text{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:stretch;-webkit-align-items:center;-ms-flex-align:center;align-items:center;flex-wrap:wrap;-wevkit-flex-wrap:wrap;flex-direction:row;-webkit-flex-direction:row}.testimonial-section-one .left-list-items.top-module h3{text-transform:uppercase;color:#3b6c89;padding-bottom:0px}.testimonial-section-one .left-list-items.bottom-module{width:70%;padding-top:0px;padding-bottom:0px}.testimonial-section-one .left-list-items.bottom-module>.row-fluid-wrapper>.row-fluid{background:#f2f2f3}.testimonial-section-one .left-list-items.bottom-module .left-text{padding-left:30px}.testimonial-section-one .side-bar-menu{width:30%;margin:0px;position:relative;padding:40px 30px 30px}.testimonial-section-one .side-bar-menu h3{color:#3b6c89;text-transform:uppercase}.testimonial-section-one .side-bar-menu:after{content:'';position:absolute;right:0;top:0px;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:20px solid #3b6c89;left:0;text-align:center;margin:0 auto}.testimonial-section-one .side-bar-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a{color:#42403d;padding:20px 0px 0px;white-space:normal;font-size:14px}.testimonial-section-one .side-bar-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a:hover{color:#c75f04}.testimonial-section-one .side-bar-menu ul{padding:0px;list-style:none;margin:0px}.testimonial-section-one .side-bar-menu ul li{color:#42403d;padding:20px 0px 0px;white-space:normal;font-size:14px}.testimonial-section-one .side-bar-menu ul li a{color:#42403d;text-decoration:none}.testimonial-section-one .side-bar-menu ul li:first-child{padding-top:0px}@media(max-width:767px){.testimonial-section-one .left-col{width:100%}.testimonial-section-one .side-bar-menu:after{display:none}.testimonial-section-one .left-col .left-col-head-text{padding:0px 20px 40px 20px}.left-list-items{position:relative;padding:20px 20px 20px 20px;border-right:1px solid #fff}.testimonial-section-one .side-bar-menu{width:100%;margin:0px;position:relative;padding:40px 20px 30px;margin-top:50px}.testimonial-cm .wrapper>.row-fluid-wrapper>.row-fluid{padding:40px 40px 20px}.testimonial-cm .text-module{position:relative;z-index:1;padding:0px 20px 0px 20px;margin-top:20px}.testimonial-cm .text-module:after{right:-20px}.testimonial-section-one .side-bar-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a{padding-bottom:0px}.testimonial-section-one .side-bar-menu .hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a b{width:auto;display:inline-block}.two-col-section .right-col{padding-left:20px;padding-right:20px;margin-top:30px}}.home-2019 .header-container-wrapper{background:#fff}