﻿.contact
{
}

::placeholder
{
    font-size: 14px;
    line-height: 18px;
}

option
{
    color: rgba(0, 0, 0, .6);
}

.form-control-lg
{
    font-size: 14px;
    line-height: 18px;
}

.hero .container .row > *, #get-the-channel .container .row > *, .contact-form .container .row > *
{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.form-label
{
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: .571em;
    color: rgba(0, 0, 0, .6);
}

select
{
    -webkit-appearance: listbox !important;
}

.d-flex .form-group
{
    width: 50%;
}

.d-flex .form-group:first-child
{
    margin-right: 20px;
}

.faqs_content p
{
    color: rgba(0, 0, 0, .6) !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.channel-provider
{
    background: rgba(21, 74, 75, .05) !important;
    border-color: rgba(21, 74, 75, .05) !important;
}

.channel-finder .channel-provider
{
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: transparent;
    box-sizing: border-box;
    border-radius: 2px;
    height: 46px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding: 14px 1em;
    color: #154a4b;
    margin: 0 0px 1.8rem;
}

.channel-finder .channel-provider
{
    line-height: 18px;
    display: inline-block;
    display: block;
    text-decoration: none;
    flex-basis: calc(25% - 16px);
    box-sizing: border-box;
    padding: 13px 1em;
}

.channel-finder .channel-provider span
{
    float: right;
}

.channel-finder .channel-provider span svg
{
    fill: #154a4b;
}

.channel-finder p
{
    margin: 16px 36px 16px 0px;
}

.channel-finder .gel-pica
{
    font-size: 1em;
    line-height: 1.25em;
    color: #154a4b;
    font-weight: 700;
}

.channel-finder .gel-brevier
{
    font-size: 15px;
    color: #333;
}

.chanel .carousel-bg
{
    overflow: visible !important;
    padding-left: 0;
    padding-right: 0;
}

.channel-finder .select-channel
{
    display: flex;
}

.channel-finder select
{
    background-color: transparent !important;
    border: none;
    width: 25%;
    padding: 0;
    height: 20px;
    color: #333 !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
    font-weight: 700;
}

.channel-finder select:focus
{
    background-color: transparent !important;
    border: none;
    outline: 0;
    box-shadow: none;
}

.form-field
{
    margin-top: 1.6625em;
    align-items: center;
    margin-bottom: 1.525em;
}

.form-check-input[type=checkbox]
{
    border: 1px solid #e0e0e0;
    border-radius: 0;
    width: 40px;
    height: 40px;
    position: absolute;
}

select, textarea, input.textfield
{
    border-radius: 10px;
}

select .selected
{
    color: rgba(0,0,0,.4) !important;
}

::placeholder
{
    color: rgba(0,0,0,.4) !important;
}

select
{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #fafafa;
    height: 45px;
    width: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    padding: 0.5rem;
    border-radius: 0;
}

-webkit-appearance
{
    padding: 1em;
}

.check
{
    width: 30px;
    height: 30px
}

.form-check-input:checked, .check:checked, input-validation-error
{
    background-color: #154a4b;
    accent-color: #154a4b;
}

.form-check-label
{
    margin-left: 20px;
    color: #154a4b !important;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

.form-check-input:checked[type=checkbox]
{
    --bs-form-check-bg-image: url('../../nordicimages/tick.svg');
}

.form-check-label a
{
    color: #154a4b !important;
    text-decoration: underline;
}

#Message-error, .field-validation-error, .txtError
{
    color: red;
    font-size: 14px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 599px)
{
    .channel-header
    {
        padding-top: 3rem;
    }

    .channel-header .header
    {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 16px;
    }

    .channel-header .sub-title
    {
        flex-basis: 100%;
        margin-right: 0px;
    }

    .channel-header .header .button-group
    {
        flex-direction: column;
        align-items: flex-start;
    }

    .channel-header .sub-title .button-group .buttonGreen
    {
        width: 100%;
    }

    .channel-header .sub-title .button-group .btnactive
    {
        width: 100%;
        padding-left: 34%;
        padding-right: 34%;
    }

    .channel-header .header .button-group a
    {
        margin: 0 0 10px 0;
    }

    .channel-header .sub-title h2
    {
        margin-bottom: 24px;
        font-size: 1.25em;
        font-weight: 400;
        line-height: 1.2em;
    }

    .channel-header .social ul
    {
        justify-content: flex-start;
    }

    .channel-header .social ul > li:first-child a
    {
        margin-left: 0;
    }

    .channel-finder select
    {
        background-color: #fff !important;
        border: none;
        width: 100%;
        padding: 10px;
        height: 50px;
        color: #333 !important;
        margin-bottom: 20px;
    }

    .channel-finder .select-channel
    {
        display: grid;
    }

    .d-flex
    {
        display: flex !important;
    }

    .location-select__countries ul.countries
    {
        height: 100px;
    }

    .d-flex .form-group
    {
        width: 100%;
    }
}

@media screen and (min-device-width: 600px) and (max-device-width: 820px)
{
    .faqs_content
    {
        margin-right: 0px;
    }
}

@media (min-width: 1008px)
{
    .channel-header .header
    {
        align-items: flex-end;
    }

    .channel-header .sub-title
    {
        margin-top: -5px;
    }
}

.accordion-body .accordion__content p:last-of-type {
    font-size: 14px !important;
    color: rgba(0, 0, 0, .87);
}

.accordion-body .accordion__content p {
    color: rgba(0, 0, 0, .6);
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
}
