/*font-family: 'Avenir Next Rounded Pro', sans-serif;
font-family: 'Avenir Next LT Pro', sans-serif;*/
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('https://f.hubspotusercontent10.net/hubfs/7033065/blog-assets/fonts/AvenirNextLTPro-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('https://f.hubspotusercontent10.net/hubfs/7033065/blog-assets/fonts/AvenirNextLTPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('https://f.hubspotusercontent10.net/hubfs/7033065/blog-assets/fonts/AvenirNextLTPro-It.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('https://f.hubspotusercontent10.net/hubfs/7033065/blog-assets/fonts/AvenirNextLTPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('https://f.hubspotusercontent10.net/hubfs/7033065/blog-assets/fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next Rounded Pro';
    src: url('https://f.hubspotusercontent10.net/hubfs/7033065/blog-assets/fonts/AvenirNextRoundedPro-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: souvenir-light;
    src: url(https://f.hubspotusercontent10.net/hubfs/7033065/blog-assets/fonts/2P4J1qH.otf);
}

:root {
    --primary: #505e5f;
    --secondary: #ff6a14;
    --gray: #333;
    --yellow: #ffc73c;
    --green: #157a51;
    --light-green: #bfdfd1;
    --orange: #f59651;
}
body, html {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--gray);
    text-align: left;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: no-common-ligatures;
    -moz-font-feature-settings: "liga" 0, "clig" 0;
    -webkit-font-feature-settings: "liga" 0, "clig" 0;
    font-feature-settings: "liga" 0, "clig" 0;
    overscroll-behavior: auto contain;
}
/*h1, h2, h3, h4 {
    font-family: 'Avenir Next Rounded Pro',sans-serif;
    line-height: 1.2;
    color: var(--primary);
}
h5, h6 {
    line-height: 1.5;
    color: var(--secondary);
}
h1 {
    margin-bottom: 1rem;
    font-size: 2.5rem;
}
h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
}
h3 {
    margin-bottom: 1rem;
    font-size: 2rem;
}
h4 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}*/
a, a:hover {
    color: var(--secondary);
    transition: all 0.15s ease-in-out !important;
    text-decoration: none;
    outline: none;
}
a:hover, a:focus {
    font-family: inherit;;
    color: var(--yellow);
}
/*b, strong {
    font-weight: 600;
}
p:last-of-type {
    margin-bottom: 0;
}
p:last-of-type + a {
    margin-top: 2rem;
}
p:last-of-type + h1, p:last-of-type + h2, p:last-of-type + h3, p:last-of-type + h4, p:last-of-type + h5, p:last-of-type + form, p:last-of-type + div.image {
    margin-top: 1rem;
}
.small, small {
    font-size: .8rem;
}
.medium {
    font-size: 1.25rem;
}
.large {
    font-size: 2rem;
}
.x-large {
    font-size: 3.5rem;
}
blockquote {
    font-size: 1.7rem;
}
form {
    position: relative;
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .2s ease-in-out;
    vertical-align: top;
    box-shadow: none;
    outline: none;
}
.container {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 100%;
    position: relative;
}
.container.fixed-bottom {
    position: fixed;
}*/
.btn {
    padding: .325rem 1rem;
    font-family: 'Avenir Next LT Pro',sans-serif;
    font-size: 1.25rem;
    font-weight: 600 !important;
    border-width: 2px;
    border-radius: .75rem;
    box-shadow: none;
}
.btn:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn.small {
    padding: .25rem .75rem;
    font-size: 1rem;
}
.btn.large {
    margin: 2rem 0;
    padding: 1rem 3rem;
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
}
.btn.rounded {
    border-radius: 50rem !important;
}
.bg-primary {
    background-color: var(--secondary) !important;
}
.bg-light-green {
    background-color: var(--light-green) !important;
}
.btn-primary {
    color: #fff !important;
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: var(--yellow) !important;
    border-color: var(--yellow) !important;
}
.btn-primary i[class*='fa-'], .btn-secondary i[class*='fa-'] {
    color: var(--yellow) !important;
    transition: all 0.15s ease-in-out !important;
}
.btn-primary:hover i[class*='fa-'], .btn-secondary:hover i[class*='fa-'] {
    color: #fff !important;
}
.btn.disabled i[class*='fa-'], .btn.disabled:hover i[class*='fa-'], .btn:disabled i[class*='fa-'], .btn:disabled:hover i[class*='fa-'] {
    color: #9fa4a4 !important
}
.btn-secondary {
    color: #fff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-secondary:hover {
    color: #fff !important;
    background-color: var(--gray) !important;
    border-color: var(--gray) !important;
}
.btn-green {
    color: #fff;
    background-color: var(--green) !important;
    border-color: var(--green) !important;
}
.btn-green:hover {
    color: #fff;
    background-color: var(--gray) !important;
    border-color: var(--gray) !important;
}
.btn-green i[class*='fa-'] {
    color: rgba(255,255,255,.5) !important;
    transition: all 0.15s ease-in-out !important;
}
.btn-green:hover i[class*='fa-'] {
    color: #fff !important;
}
.btn[class*="btn-outline-"] {
    border-width: 2px;
}
.btn-outline-primary {
    color: var(--primary) !important;
    background-color: transparent !important;
    border-color: var(--primary) !important;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-outline-secondary {
    color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}
.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}
.btn.disabled, .btn:disabled,.btn.disabled:hover, .btn:disabled:hover {
    color: #9fa4a4 !important;
    background: #e9f1f2 !important;
    border-color: #e9f1f2 !important;
    opacity: 1 !important;
    cursor: wait;
}
.btn .spinner-border {
    margin: 0 .5rem 0 -1.5rem;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-width: .125em;
    border-radius: 50%;
    opacity:.5;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.text-primary {
    color: var(--primary) !important;
}
.text-secondary {
    color: var(--secondary) !important;
}
.text-gray {
    color: var(--gray) !important;
}
.text-yellow {
    color: var(--yellow) !important;
}
.text-orange {
    color: var(--orange) !important;
}
.text-green {
    color: var(--green) !important;
}
.text-light-green {
    color: var(--light-green) !important;
}
/*.hidden {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: all 0.2s ease-in-out !important;
}
.row {
    margin-right: -30px;
    margin-left: -30px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 30px;
    padding-left: 30px;
}
::placeholder {
    color: var(--primary) !important;
    opacity: .35 !important;
    transition: all 0.2s ease-in-out;
}
input:focus::placeholder {
    opacity: .35 !important;
}*/

/* HEADER */
div[data-global-resource-path="@hubspot/session/templates/partials/header.html"] {
    display: none;
}
header {
    height: 90px;
}
header .container {
    height: 100%;
}
header.bg-white {
    transition: all 0.2s ease-in-out;
}
header.header-home {
    background: transparent !important;
}
header.header-active, header.focus-active, header.header-home:hover {
    background: #fff !important;
}
header:not(.header-home) .logo-white, header.header-home:hover .logo-white, header.header-home .logo-main, header.header-home.header-active .logo-white, header.header-home.focus-active .logo-white {
    display: none;
}
header:not(.header-home) .logo-main, header.header-home:hover .logo-main, header.header-home .logo-white, header.header-home.header-active .logo-main, header.header-home.focus-active .logo-main {
    display: block;
}
header nav {
    padding: 0 !important;
    height: 100%;
}
header .navbar-brand {
    width: 155px;
}
header .navbar-brand img {
    width: 100%;
    height: auto;
}
nav ul > li a, header.header-home:hover nav ul > li > a, header.header-active nav ul > li > a, header.header-home.header-active nav ul > li > a, header.header-home.focus-active nav ul > li > a, header.header-home.header-active nav ul > li.dropdown .btn-group > a, header.header-home.focus-active nav ul > li.dropdown .btn-group > a {
    font-family: 'Avenir Next Rounded Pro',sans-serif !important;
    font-size: 1.15rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary) !important;
}
nav ul > li a:hover, header.header-home:hover nav ul > li > a:hover, header.header-active nav ul > li > a:hover, header.header-home.header-active nav ul > li > a:hover, header.header-home.focus-active nav ul > li > a:hover, header.header-home.header-active nav ul > li.dropdown .btn-group > a:hover, header.header-home.focus-active nav ul > li.dropdown .btn-group > a:hover {
    font-family: 'Avenir Next Rounded Pro',sans-serif !important;
    color: #a7aeaf !important;
}
nav ul > li a.active {
    color: var(--secondary) !important;
    opacity: 1;
}
.navbar-collapse {
    padding-right: 2rem;
}
nav ul > li .dropdown-toggle:after {
    display: inline-block;
    vertical-align: middle;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: .75rem;
    line-height: 0;
    border: none;
    color: var(--primary) !important;
}
nav ul li.dropdown .btn-group .nav-link {
    padding-right: .255em;
}
nav ul li.dropdown .btn-group .dropdown-toggle-split {
    padding: .5rem .5625rem .5rem 0;
}
nav ul > li.show .dropdown-toggle:after, nav ul > li.dropdown .btn-group.show .dropdown-toggle:after, nav ul > li.dropdown:hover .dropdown-toggle:after {
    content: '\f106';
    color: var(--secondary);
}
header.header-home nav ul > li > a, header.header-home nav ul > li.dropdown .btn-group > a {
    color: #fff !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
header ul.nav.subnav {
    display: none;
}
header form[name="search"] input {
    padding: 0 3rem 0 1rem !important;
    width: 250px;
    height: auto;
    font-size: 1.125rem;
    line-height: 42px !important;
    background: #e5e7e7 !important;
    border: none !important;
    outline: none !important;
    vertical-align: middle;
}
header form[name="search"] {
    margin: 0 1rem;
    position: relative;
}
header form[name="search"] .btn {
    padding: 0;
    width: 3rem;
    height: 42px;
    font-size: 19px;
    line-height: 42px !important;
    text-align: center;
    color: var(--primary);
    border-radius: 50rem;
    border: 0;
    opacity: .5;
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
}
header form[name="search"] .btn:hover {
    opacity: 1;
}
nav ul.user-menu li a {
    font-size: 1rem !important;
    text-transform: none !important;
}
nav ul.user-menu li a .avatar {
    margin-right: .75rem;
    width: 42px;
    height: 42px;
    border: 2px solid var(--primary);
    border-radius: 50rem;
    background: #d3d7d7 url(../images/homeshake-icon-dark.svg) no-repeat center center;
    background-size: 65%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
nav ul.user-menu li a .avatar img {
    width: 100%;
    height: auto;
}
nav ul.user-menu > li.user > a:after {
    margin-left: .5rem;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: 1.15rem;
    line-height: 0;
    font-weight: 400;
    border: none;
    color: var(--yellow);
    display: inline-block;
    vertical-align: middle;
}
nav ul.user-menu > li.user.show > a:after {
    content: '\f106';
}
nav ul.user-menu li .dropdown-menu {
    margin: 0;
    padding: .325rem;
    border: 1px solid #f4f2ef;
}
nav ul.user-menu li .dropdown-menu a, nav ul.user-menu li .dropdown-menu a.active {
    padding: .25rem .75rem;
    font-family: 'Avenir Next Rounded Pro',sans-serif;
    font-size: .875rem !important;
    color: var(--primary) !important;
    background: transparent;
    border-radius: 50rem;
    transition: all 0.2s ease-in-out;
}
nav ul.user-menu li .dropdown-menu a i {
    width: 1rem;
    text-align: center;
    color: var(--secondary);
    transition: all 0.2s ease-in-out;
}
nav ul.user-menu li .dropdown-menu a:hover {
    color: #fff !important;
    background: var(--secondary);
}
nav ul.user-menu li .dropdown-menu a:hover i {
    color: #fff;
}
.dropdown-divider {
    height: 0;
    margin: .325rem 0;
    overflow: hidden;
    border-top: 1px solid #f4f2ef;
}
.body-wrapper {
    margin-top: 90px;
}

/* FOOTER */
div[data-global-resource-path="@hubspot/session/templates/partials/footer.html"] {
    display: none;
}
footer {
    padding: 4rem 0;
    color: #fff;
    background: var(--primary);
    position: relative;
    z-index: 10;
}
footer .container {
    padding-right: 0;
    padding-left: 0;
}
.copyright, .disclaimer {
    font-size: 12px;
    line-height: 18px;
}
footer .logo-footer {
    width: 100%;
    max-width: 225px;
    display: block;
}
footer .logo-footer img {
    width: 100%;
    height: auto;
}
footer nav {
    margin: 3rem 0;
    font-size: 1rem;
    line-height: 1;
}
footer nav a, footer nav a:hover {
    margin: 0 .5rem;
    font-family: 'Avenir Next Rounded Pro',sans-serif;
    color: #fff;
}
footer nav .footer-subnav a {
    font-size: .9rem;
}
footer nav a:hover {
    color: #FFC73C;
}

@media screen and (max-width:1300px) {
    body, html {
        font-size: 14px;
    }
    header .navbar-brand {
        margin-right: .75rem;
        width: 125px;
    }
    header form[name="search"] {
        margin: 0 .75rem;
    }
    header form[name="search"] input {
        width: 230px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .75rem;
        padding-left: .75rem;
    }
    nav div.notifications a:after {
        right: -1px;
    }
}
@media screen and (max-width:1120px) {
    header .navbar-brand {
        margin-right: .5rem;
    }
    header form[name="search"] {
        margin: 0 .5rem;
    }
    header form[name="search"] input {
        width: 200px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    nav ul.user-menu li .dropdown-menu a, nav ul.user-menu li .dropdown-menu a.active {
        font-size: 1.125rem !important;
    }
    nav ul.user-menu li .dropdown-menu a i {
        width: 1.75rem;
    }
    nav ul.user-menu li a .name {
        display: none;
    }
    nav ul.user-menu li a .avatar {
        margin: 0;
    }
    nav ul.user-menu li.notifications {
        margin-left: -1rem;
    }
    nav ul.user-menu li.notifications a {
        height: 100%;
    }
    nav ul.user-menu li.notifications a i {
        display: none;
    }
}
@media screen and (max-width:991px) {
    header {
        padding: 10px 0;
        height: auto;
    }
    header .container {
        min-height: 30px;
    }
    header .navbar-brand {
        margin: .2223rem 1rem;
        width: 91px;
        left: 25px;
        position: relative;
    }
    header .navbar-toggler {
        padding: 0;
        width: 25px;
        height: 14px;
        background: none !important;
        border: none;
        outline: none;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all .15s ease-in-out;
        cursor: pointer;
        z-index: 99;
        display: block;
        position: absolute;
        top: 8px;
        left: 0;
    }
    header .navbar-toggler span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: var(--secondary);
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .1s ease-in-out;
        -moz-transition: .1s ease-in-out;
        -o-transition: .1s ease-in-out;
        transition: .1s ease-in-out;
    }
    header .navbar-toggler span:nth-child(1) {
        top: 0px;
    }
    header .navbar-toggler span:nth-child(2), header .navbar-toggler span:nth-child(3) {
        top: 6px;
    }
    header .navbar-toggler span:nth-child(4) {
        top: 12px;
    }
    header .navbar-toggler:not(.collapsed) span:nth-child(1) {
        top: 9px;
        width: 0%;
        left: 50%;
        display: none;
    }
    header .navbar-toggler:not(.collapsed)  span:nth-child(2) {
        width: 100%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    header .navbar-toggler:not(.collapsed)  span:nth-child(3) {
        width: 100%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    header .navbar-toggler:not(.collapsed)  span:nth-child(4) {
        top: 9px;
        width: 0%;
        left: 50%;
        display: none;
    }
    header .navbar-nav:not(.user-menu) {
        margin-bottom: 1rem;
        width: 100%;
        text-align: left;
    }
    header nav ul.navbar-nav:not(.user-menu) > li {
        margin: 0;
    }
    header nav ul.navbar-nav:not(.user-menu) > li > a, header nav ul.navbar-nav:not(.user-menu) > li.dropdown .btn-group > a, header.header-home nav ul.navbar-nav:not(.user-menu) > li > a, header.header-home nav ul.navbar-nav:not(.user-menu) > li.dropdown .btn-group > a {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    header ul.nav.subnav a {
        font-size: 1.15rem !important;
        line-height: 1.5rem !important;
        text-transform: none;
    }
    nav ul > li .dropdown-toggle:after {
        display: none !important;
    }
    header ul.nav.subnav {
        display: block;
    }
    header a#user-signin {
        color: #fff !important;
        background-color: var(--secondary) !important;
        border-color: transparent !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: .75rem .5rem;
    }
    .navbar-expand-lg .nav.subnav.navbar-nav .nav-link {
        padding: .5rem;
    }
    .navbar-collapse {
        padding: 10px 0 2rem;
        transition: all 0.25s ease-in-out;
    }
    .navbar-collapse.show {
        height: calc(100vh - 40px);
        overflow-y: auto;
    }
    header form[name="search"] {
        margin: 0 auto 0 1.75rem;
    }
    header form[name="search"] input {
        padding: 0 2.5rem 0 1rem;
        line-height: 30px !important;
    }
    header form[name="search"] .btn {
        width: 2.5rem;
        height: 30px;
        font-size: 16px;
        line-height: 30px !important;
    }
    nav ul.user-menu {
        margin: 1rem 0 1.5rem;
        padding: 0;
        display: block;
        border-top: 1px solid #f4f2ef;
        border-bottom: 1px solid #f4f2ef;
    }
    nav ul.user-menu li a.nav-link {
        padding: .75rem 0 !important;
    }
    nav ul.user-menu li a .name {
        padding-left: .75rem;
        width: calc(100% - 60px);
        font-size: 1.15rem;
        display: inline-block;
    }
    nav ul.user-menu li a .avatar {
    }
    nav ul.user-menu li .dropdown-menu {
        margin: 0;
        padding: 0 0 .325rem;
        background: none;
        border: none;
    }
    nav div.notifications {
        top: 3px;
        transform: none;
    }
    .body-wrapper {
        margin-top: 50px;
    }
}

@media screen and (max-width:768px) {
    footer .contact a, footer .contact span {
        font-size: .85rem;
    }
    footer nav .footer-subnav a {
        line-height: 1.5rem;
    }
    footer nav .footer-subnav a:after {
        content: '';
        display: block;
    }
}
@media screen and (max-width:576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
    footer .logo-footer {
        width: 150px;
    }
    footer h3 {
        font-size: 1.45rem;
    }
    footer .contact a, footer .contact span {
        font-size: .75rem;
        line-height: 1;
    }
    footer .small {
        font-size: 90%;
        line-height: 1.75;
    }
    .body-wrapper {
        margin-top: 47px;
    }
}
@media screen and (max-width:500px) {
    header form[name="search"] {
        width: calc(100% - 180px);
    }
    header form[name="search"] input {
        width: 100%;
    }
}

@media screen and (max-width:380px) {
    footer nav .footer-nav {
        text-align: center;
    }
    footer nav .footer-nav a {
        line-height: 1.5rem;
    }
    footer nav .footer-nav a:after {
        content: '';
        display: block;
    }
}
@media screen and (max-width:320px) {
    body, html {
        font-size: 12px;
    }
}

/* LOADER */
.page-loader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
    background: #fff;
}
.page-loader .progress {
    margin: -12em 0 0 -12em;
    width: 50px;
    height: 50px;
    font-size: 2px;
    position: absolute;
    text-indent: -9999em;
    top: 50vh;
    left: 50vw;
    background: transparent;
    border-top: 0.8em solid rgba(35, 35, 35, 0.2);
    border-right: 0.8em solid rgba(35, 35, 35, 0.2);
    border-bottom: 0.8em solid rgba(35, 35, 35, 0.2);
    border-left: 0.8em solid var(--secondary);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: preloader 0.7s infinite linear;
    -moz-animation: preloader 0.7s infinite linear;
    animation: preloader 0.7s infinite linear;
}
.page-loader .progress, .page-loader .progress:after {
    border-radius: 50%;
    width: 24em;
    height: 24em;
}
 @-webkit-keyframes preloader {
 0% {
 -webkit-transform:rotate(0deg);
}
 100% {
 -webkit-transform:rotate(360deg);
}
}
 @-moz-keyframes preloader {
 0% {
 -moz-transform:rotate(0deg);
}
 100% {
 -moz-transform:rotate(360deg);
}
}
 @keyframes preloader {
 0% {
 -webkit-transform:rotate(0deg);
 -moz-transform:rotate(0deg);
 -ms-transform:rotate(0deg);
 -o-transform:rotate(0deg);
 transform:rotate(0deg);
}
 100% {
 -webkit-transform:rotate(360deg);
 -moz-transform:rotate(360deg);
 -ms-transform:rotate(360deg);
 -o-transform:rotate(360deg);
 transform:rotate(360deg);
}
}
.no-js .page-loader {
    display: none;
}

@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-sm-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-sm-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-sm {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-md-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-md-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-md {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-lg-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-lg-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-lg {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-xl-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-xl-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-xl {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
