:root {
    --site-width: 1140px;
    --orange: #F89A3E;
    --black: #001522;
    --purple: #744261;
    --green: #8D9256;
    --blue: #547085;
    --red: #AD4638;
    --link: #F89A3E;
    --link-accent: #DF6D3B;
}

@font-face {
 font-family: "BellRG";
 src: url("bellrg.eot"); /* EOT file for IE */
 font-display: swap;
}
@font-face {
 font-family: "BellRG";
 src: url("bellrg.ttf"); /* TTF file for CSS3 browsers */
 font-display: swap;
}
h1, h2, h3, h4 {
    font-family: "BellRG";
}
body, html {
    overflow-x: hidden !important;
    min-height: 100vh;
}
body {
    padding: 0px;
    margin: 0px;
    font-size: 1rem;
    line-height: 1.3rem;
    color: #001522;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px !important;
    background: #FFF;
    padding-top: 92px;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
a {
    color: var(--link);
    transition: color .25s, background .25s;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    color: var(--link-accent);
}
p {
    line-height: 1.3rem;   
}
.footer-container {
    background: var(--orange);
    color: #FFF;
}
.footer-container .module {
    border: none;
    margin-top: 0px;
}
.footer-container .module-title {
    background: transparent;   
}
.footer-content {
    max-width: var(--site-width);
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    color: #FFF;
}
.footer-content pre {
    color: #FFF;   
}
.footer-content a {
    color: #FFF;
    text-decoration: underline;
}
.footer-content ul {
    list-style-type: none;
    padding: 0px;
}
.footer-content li {
    display: block;
    margin-bottom: 10px;
}
.footer-content li:last-of-type {
    margin-bottom: 0px;   
}
.footer-content .module-title, .footer-content .module-inner {
    padding: 0px;   
}
.footer-content .module-title {
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.footer-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 40px;
}
.footer-logos > :not(style):not(section), .footer-logos > * > * {
    max-height: 60px;
    width: auto;
    display: flex;
}
.badge2-tr {
    width: 148px !important;
    max-height: none !important;
    display: inline !important;
}
.badge2-tr * {
    max-height: none !important;
}
.badge-link-tr {
    display: block;
}
.header-container {
    background: var(--orange);
    color: #FFF;
}
.body-container {
    position: relative;
    overflow: hidden;
}
.body-container::before {
    content: " ";
    position: fixed;
    width: 110vw;
    height: 1720px;
    z-index: -1;
    background: url(../images/orange-tracks-resized.png);
    background-repeat: repeat-x;
    transform: rotate(-25deg);
    opacity: .10;
    top: -270px;
}
.body-content {
    max-width: var(--site-width);
    margin-left: auto;
    margin-right: auto;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;  
}
.button {
    background: var(--link);
    color: #FFF;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 5px;
    transition: background .25s;
    border: 2px solid var(--link);
    cursor: pointer;
}
.button.hollow {
    background: transparent;
    color: var(--link);
}
.button.hollow:hover {
    background: var(--link);
    color: #FFF;
}
.button:hover {
    text-decoration: none;
    color: #FFF;
    background: var(--link-accent);
}
.button.black {
    background: #000;
    color: #FFF !important;
    border: 1px solid #000 !important;
}
.button.black:hover {
    background: #FFF;
    color: #000 !important;
}
input[type="text"],input[type="password"], input[type="email"], select {
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    width: 100% !important;
}
.header-login .dropdown {
    float: right;   
}
.user-menu {
    padding: 20px;
    border: none;
    color: #FFF;
    cursor: pointer;
    background: transparent;
    display: inline-block;
    text-decoration: none !important;
    float: right;
}
.user-menu:hover {
    color: #FFF;   
}
.header-content {
    max-width: var(--site-width);
    margin-left: auto;
    margin-right: auto;
}
.module-title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 22px;
}
.module-inner p:last-of-type {
    margin-bottom: 0px;   
}
.component-title {
    margin-bottom: 40px;   
}
.footer-content {
    padding-bottom: 40px;   
}
.stay-in-touch > p:first-of-type > a {
    display: inline-block;
    font-size: 34px;
    margin-right: 10px;
}
.share-buttons {
    margin-top: 40px;   
}
.share-buttons a {
    font-size: 28px;
    display: inline-block;
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 3px;
    color: #FFF !important;
    padding-top: 11px;
    margin-right: 5px;
    margin-bottom: 20px;
    position: relative;
    transition: top .25s;
    top: 0px;
}
.share-buttons a:hover {
    top: -5px;
}
.share-buttons a:last-of-type {
    margin-right: 0px;   
}
.whatsapp-button {
    background: #075e54;
}
.facebook-button {
    background: #3b5998; 
}
.twitter-button {
    background: #1da1f2;   
}
.google-button {
    background: #dd4b39;   
}
.footer-col-4 svg {
    font-size: 30px;
    display: inline-block;
    margin-right: 10px;
}
.footer-col-4 a:last-of-type svg {
    margin-right: 0px;   
}
.autocomplete-suggestions {
    background: #FFF;
    color: #001522;
    overflow-y: auto;
    width: 430px !important;
}
.autocomplete-suggestion {
    padding: 10px 20px;
    padding-left: 40px;
    cursor: pointer;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    font-size: 16px;
    line-height: 16px;
}
.autocomplete-suggestion:hover, .autocomplete-selected {
    background: #f89a3e;
    color: #001522;
}
.autocomplete-group {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}
.request-callback {
    background: #F89A3E;
    padding: 15px;
    color: #FFF;
    position: fixed;
    top: 66px;
    right: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 100;
    transition: background .25s, color .25s;
    border: 1px solid #F89A3E;
    border-right: none;
    display: block;
    align-items: center;
}
.request-callback:hover {
    background: #FFF;
    color: #F89A3E;
}
.request-callback svg {
    margin-right: 10px;
}
.phone-number {
    display: block;
    margin-top: 10px;
}
.module-14 {
    margin-top: 20px;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    opacity: 1
}
select {
    border: 1px solid #C1C1C1 !important;
    padding: 0px 10px;
    padding-right: 40px;
    height: 40px;
    background-image: url('../../../../templates/dragoman/images/select-arrow.png');
    background-size: 28px 20px;
    background-position: right center;
    background-repeat: no-repeat;
    outline: none !important;
    -moz-outline: none !important;
    -webkit-outline: none !important;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}
input[type="text"] {
    border: 1px solid #CCC;
    border-bottom: 1px solid #F87A3E;
    padding: 0px 10px;
    padding-right: 40px;
    height: 40px;
}
.tooltip, .tooltip-inner {
    min-width: 25vw !important;
}
.footer-social {
    
}
.footer-social a {
    display: inline-block;
    color: #FFF;
    font-size: 2.5rem;
    line-height: 2.5rem;
    padding-right: 20px;
}
.footer-address {
    font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: 2px;
}
.footer-menu {
    margin-bottom: 40px;
}
.footer-menu h3 {
    font-family: "Arial", sans-serif;
    border: none !important;
    padding: 0px !important;
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: bold;
}
.footer-menu a {
    display: inline-block;
    padding-top: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8rem;
}
.pagination, .pagination > a {
    border-radius: 0px !important;
}
.share-buttons a {
    color: #FFF !important;
    background: #F89A3E !important;
}
.system-message {
    position: fixed;
    top: 92px;
    width: var(--site-width);
    z-index: 1;
    text-align: center;
    transition: opacity .5s;
}
.system-message.inactive {
    opacity: 0;
}
.contact-form {
    padding-top: 540px;
    padding-bottom: 40px;
}
.pagination .btn {
    background: #F89A3E;
    border: none;
    padding: .5rem 1rem;
}
.pagination .btn[disabled="disabled"] {
    background: rgba(248, 154, 62, .5);
    border: none;
}
.whatsapp-button {
    display: none !important;
}