/* Main form (footer band) */

.nf-form-cont .nf-form-content {
    max-width: 100% !important;
}

.nf-form-cont .nf-form-content {
    padding: 0 !important;
}

.nf-form-cont .nf-row {
    padding-top: 1em !important;
}

.nf-form-cont .nf-multi-cell .nf-cell:nth-child(odd) {
    padding-left: 0 !important;
}

.nf-form-cont .nf-multi-cell .nf-cell:nth-child(even) {
    padding-left: 1em !important;
    padding-right: 0 !important;
}

@media only screen and (max-width: 600px) {
    .nf-form-cont .nf-multi-cell .nf-cell:nth-child(odd),
    .nf-form-cont .nf-multi-cell .nf-cell:nth-child(even) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .nf-form-cont .nf-multi-cell .nf-row .nf-cell:first-child {
        padding-bottom: 1em;
    }
}

.nf-form-cont .ninja-forms-field {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    background: transparent !important;
}

.nf-form-cont label {
    font-weight: normal !important;
}

.nf-form-cont .submit-wrap input {
    display: inline-block !important;
    font-style: normal !important;
    text-align: center !important;
    vertical-align: middle !important;
    margin-top: 1px !important;
    margin-bottom: 1px !important;
    cursor: pointer !important;
    background-image: none !important;
    border-style: solid !important;
    outline: none !important;
    white-space: pre-wrap !important;
    -webkit-text-stroke: 0px !important;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out,
        border-color 200ms ease-in-out !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    color: #ffffff !important;
    background-color: #95be0c !important;
    border-color: #95be0c !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    padding: 14px 40px 14px 40px !important;
}

/* Currency Selector */

header {
    margin-top: 0;
}

@media (min-width: 960px) {
    .country_wrapper {
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media (max-width: 959px) {
    .country_wrapper {
        display: none;
    }
}

.country_wrapper .dropdown dd,
.country_wrapper .dropdown dt,
.dropdown ul {
    margin: 0px;
    padding: 0px;
}

.country_wrapper .dropdown dd ul li a span:first-child,
.country_wrapper .dropdown dt a span span:first-child {
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    background-size: contain;
    font-weight: 300;
    margin-top: 7px;
}

.flag_usd {
    background-image: url(../img/usd.png) !important;
}

.flag_eur {
    background-image: url(../img/eur.png) !important;
}

.flag_gbp {
    background-image: url(../img/gbp.png) !important;
}

.country_wrapper .dropdown {
    width: 190px;
    text-align: left;
}

.country_wrapper .dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 5px;
    white-space: nowrap;
}

.country_wrapper .dropdown dt a img {
    position: relative;
    z-index: 1;
}

.country_wrapper .dropdown dt a span span {
    display: inline-block;
    padding: 0;
}

.country_wrapper .dropdown dt a span span:first-child {
    padding: 0;
}

.country_wrapper .dropdown dd {
    position: relative;
}

.country_wrapper .dropdown a,
.dropdown a:visited {
    color: #4a535f;
    text-decoration: none;
    outline: none;
}

.country_wrapper .dropdown a:hover {
    color: #5d4617;
}

.country_wrapper .dropdown dt a:hover,
.dropdown dt a:focus {
    color: #5d4617;
}

.country_wrapper .dropdown dt a {
    position: relative;
    background: #fff;
    display: block;
    padding-right: 20px;
    overflow: hidden;
}

.country_wrapper .dropdown dd ul {
    background: #f0f2f7;
    width: 100%;
    color: #c5c0b0;
    display: none;
    left: 0px;
    padding: 0;
    position: absolute;
    list-style: none;
    max-height: 170px;
    overflow-y: scroll;
    top: 0;
    z-index: 2;
}

.country_wrapper li a {
    font-size: 13px;
}

.country_wrapper li a span:nth-child(2) {
    line-height: 2em;
}

.country_wrapper .dropdown dd ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.country_wrapper .dropdown dd ul::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
      border-radius:10px;*/
}

.country_wrapper .dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
    background: blue;
}

.country_wrapper .dropdown span.value {
    display: none;
}

.country_wrapper .dropdown dd ul li a {
    padding: 5px;
    display: block;
    font-size: 16px !important;
    font-weight: 300;
    font-weight: 300;
}

.country_wrapper .dropdown dd ul li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.country_wrapper dl.dropdown {
    display: inline-block;
    margin: -3px 0 0 1px;
}

.country_wrapper dl.dropdown > span:nth-child(2) {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.country_wrapper dl.dropdown dt span:nth-child(2) {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
}

.country_wrapper .countryFlag {
    padding: 0;
    /*background-image: url("https://i.imgur.com/OQiDoZe.png");*/
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    margin-right: 4px;
    width: 16px;
    cursor: pointer;
    white-space: nowrap;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #bfbfc1 #b6b6b6 #969696;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

/* Search */

.menu-smart .header_form {
    position: absolute;
    top: 0;
    margin-top: -40px !important;
    height: auto !important;
    z-index: 200;
}

@media (max-width: 959px) {
    .menu-smart .header_form {
        display: none;
    }
}

.menu-smart .header_form input[type="search"] {
    width: 150px !important;
    border: none;
    border-bottom: 1px solid black;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 10px;
    -webkit-transition: width 0.55s ease;
    -moz-transition: width 0.55s ease;
    -o-transition: width 0.55s ease;
    transition: width 0.55s ease;
    font-size: 16px;
}

.menu-smart .header_form input[type="search"]:focus {
    width: 250px !important;
}

.search-container-inner i.fa {
    right: 0 !important;
    margin-right: 0 !important;
}

/* CTA Button */

.hmenu .menu-primary .menu-smart > li:last-child > a.btn {
    height: auto !important;
    text-align: center;
    padding: 10px 20px !important;
}

.hmenu .menu-primary .menu-smart > li > a.btn::before,
.hmenu .menu-primary .menu-smart > li > a.btn::after {
    display: none !important;
}

@media (max-width: 959px) {
    .menu-smart li.menu_cta {
        padding: 10px;
    }
}

/* Crumbs */

#breadcrumbs {
    color: #999;
}

/* Downloads table */

table.table-bordered th {
    font-weight: 500;
    vertical-align: top;
    border: 1px solid #999 !important;
}

table.table-bordered td {
    font-weight: 300;
    vertical-align: top;
    border: 1px solid #999 !important;
}

/* Modal */

.sparkling-modal-frame {
    border-radius: 3px;
}

.sparkling-modal-title {
    background-color: #314052;
    color: #fff;
    border-radius: 3px 3px 0 0;
}

.i-close div {
    background: #fff;
}

.sparkling-modal-close:hover {
    background: #171f28;
}

/* Menu updates and currency switcher */
.menu-btn-container,
.nf-form-cont .submit-wrap input {
    background-color: #ff7800 !important;
    border-color: #ff7800 !important;
    color: white;
}
.menu-btn-container:hover,
.nf-form-cont .submit-wrap input:hover {
    background-color: transparent !important;
    color: #ff7800 !important;
}
.country_wrapper .dropdown dt a {
    padding: 0;
}
.country_wrapper .dropdown dt a .flag_gbp ~ span,
.country_wrapper .dropdown dt a .flag_usd ~ span,
.country_wrapper .dropdown dt a .flag_eur ~ span {
    display: none;
    padding: 0;
}

.country_wrapper .dropdown .flag_gbp ~ span,
.country_wrapper .dropdown .flag_usd ~ span,
.country_wrapper .dropdown .flag_eur ~ span {
    color: #202945 !important;
    font-family: Lato, "Helvetica Neue", "sans-serif -apple-system",
        BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell !important;
    font-size: 15px !important;
    font-weight: 400;
}
.country_wrapper .dropdown dd ul {
    right: 0;
    left: unset !important;
}
.custom-link:hover ~ .uncol .btn-accent {
    background: transparent;
    border-color: #ff7800 !important;
    color: #ff7800 !important;
}
.nf-form-cont .nf-form-content .nf-field-element input[type=checkbox] {
    background: #ffffff !important;
    border: 1px solid #c4c4c4 !important;
    margin-right: 5px;
    margin-top: -2px;
}
.nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-cont .nf-form-content input:not([type="button"]):not([type="checkbox"]),
.nf-form-cont .nf-form-content textarea.ninja-forms-field,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]) {
    /* background: #ffffff !important; */
    border: 1px solid #c4c4c4 !important;
    width: 100%;
}
.menu-horizontal ul.menu-smart ul {
    pointer-events: auto !important;
    visibility: visible !important;
}
.country_wrapper .dropdown {
    text-align: center;
    width: 240px;
}
div.nf-form-layout > form > div > div.nf-after-form-content > nf-section > div.nf-form-hp > nf-section > label,
div.nf-form-layout > form > div > div.nf-after-form-content > nf-section > div.nf-form-hp > nf-section > label .nf-field-hp{
    visibility:hidden;
}
@media only screen and (min-width: 960px) {
    .country_wrapper {
        position: relative;
        width: 36px !important;
    }
    .country_wrapper .dropdown {
        width: 190px;
        text-align: left;
    }
    .country_wrapper .dropdown dd ul {
        background-color: #fefefe !important;
        box-shadow: 0px 20px 60px -30px rgb(0 0 0 / 45%) !important;
        top: 28px !important;
        transition: all 0.3s ease-in-out;
    }
    .shrinked ~ .main-menu-container .country_wrapper .dropdown dd ul {
        top: 18px !important;
    }
    .menu-horizontal ul.menu-smart ul {
        min-width: 200px;
    }
}
.sparkling-modal-frame {
    left: 465px !important;
    right: 15px;
	height: 100% !important;
    top: 350px !important;
    z-index: 10000 !important;
}
.sparkling-modal-content iframe {
    width: 100% !important;
}