﻿

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Lexend+Deca|Source+Sans+Pro:200,300,400,600&display=swap");

:root {
    --navy: #2a2f35;
    --navy-safe-on-white: #657386;
    --navy-safe-on-navy: #8b979c;
    --brown: #826f4d;
    --brown-safe-on-navy: #ae9975;
    --grey: #757575;
    --grey-accent: #eaeaea;
    --off-white: #f4f4f4;
    --white: #fff;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

    html.translated-ltr {
        color: unset !important;
    }

    html font {
        color: unset !important;
    }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-family: "Source Sans Pro", "sans-serif";
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

.pp-main {
    width: 100%;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a, a.btn-rectangle--linkedin,
.btn-rectangle--linkedin,
.btn-rectangle--light.btn-rectangle--linkedin,
.btn-rectangle--dark.btn-rectangle--linkedin, a.btn-rectangle--dark,
.btn-rectangle--dark,
.btn-rectangle--light.btn-rectangle--dark, a.btn-rectangle--light,
.btn-rectangle--light {
    background-color: transparent;
}

    a:visited,
    .btn-rectangle--linkedin:visited,
    .btn-rectangle--dark:visited,
    .btn-rectangle--light:visited {
        color: #A446E2;
    }

    a.footer-link-white,
    .footer-link-white.btn-rectangle--linkedin,
    .footer-link-white.btn-rectangle--dark,
    .footer-link-white.btn-rectangle--light {
        position: relative;
        transition: clip-path 275ms ease;
    }

        a.footer-link-white:visited span,
        .footer-link-white.btn-rectangle--linkedin:visited span,
        .footer-link-white.btn-rectangle--dark:visited span,
        .footer-link-white.btn-rectangle--light:visited span {
            color: #A446E2 !important;
        }

@media only screen and (max-width: 767px) {
    a.footer-link-white,
    .footer-link-white.btn-rectangle--linkedin,
    .footer-link-white.btn-rectangle--dark,
    .footer-link-white.btn-rectangle--light {
        transition: none;
    }
}

a.footer-link-white:hover span::before,
.footer-link-white.btn-rectangle--linkedin:hover span::before,
.footer-link-white.btn-rectangle--dark:hover span::before,
.footer-link-white.btn-rectangle--light:hover span::before, a.footer-link-white:focus span::before,
.footer-link-white.btn-rectangle--linkedin:focus span::before,
.footer-link-white.btn-rectangle--dark:focus span::before,
.footer-link-white.btn-rectangle--light:focus span::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

a.footer-link-white span,
.footer-link-white.btn-rectangle--linkedin span,
.footer-link-white.btn-rectangle--dark span,
.footer-link-white.btn-rectangle--light span {
    position: relative;
    display: inline-block;
    color: #fff;
}

    a.footer-link-white span::before,
    .footer-link-white.btn-rectangle--linkedin span::before,
    .footer-link-white.btn-rectangle--dark span::before,
    .footer-link-white.btn-rectangle--light span::before {
        position: absolute;
        content: attr(data-content);
        color: #e9a938;
        text-decoration: underline;
        text-decoration-color: #e9a938;
        clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
        transition: clip-path 275ms ease;
    }

@media only screen and (max-width: 767px) {
    a.footer-link-white span::before,
    .footer-link-white.btn-rectangle--linkedin span::before,
    .footer-link-white.btn-rectangle--dark span::before,
    .footer-link-white.btn-rectangle--light span::before {
        transition: none;
    }
}

a.footer-link-yellow,
.footer-link-yellow.btn-rectangle--linkedin,
.footer-link-yellow.btn-rectangle--dark,
.footer-link-yellow.btn-rectangle--light {
    position: relative;
    transition: clip-path 275ms ease;
}

@media only screen and (max-width: 767px) {
    a.footer-link-yellow,
    .footer-link-yellow.btn-rectangle--linkedin,
    .footer-link-yellow.btn-rectangle--dark,
    .footer-link-yellow.btn-rectangle--light {
        transition: none;
    }
}

a.footer-link-yellow:visited span,
.footer-link-yellow.btn-rectangle--linkedin:visited span,
.footer-link-yellow.btn-rectangle--dark:visited span,
.footer-link-yellow.btn-rectangle--light:visited span {
    color: #A446E2 !important;
}

a.footer-link-yellow:hover span::before,
.footer-link-yellow.btn-rectangle--linkedin:hover span::before,
.footer-link-yellow.btn-rectangle--dark:hover span::before,
.footer-link-yellow.btn-rectangle--light:hover span::before, a.footer-link-yellow:focus span::before,
.footer-link-yellow.btn-rectangle--linkedin:focus span::before,
.footer-link-yellow.btn-rectangle--dark:focus span::before,
.footer-link-yellow.btn-rectangle--light:focus span::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

a.footer-link-yellow span,
.footer-link-yellow.btn-rectangle--linkedin span,
.footer-link-yellow.btn-rectangle--dark span,
.footer-link-yellow.btn-rectangle--light span {
    position: relative;
    display: inline-block;
    color: #e9a938;
}

    a.footer-link-yellow span::before,
    .footer-link-yellow.btn-rectangle--linkedin span::before,
    .footer-link-yellow.btn-rectangle--dark span::before,
    .footer-link-yellow.btn-rectangle--light span::before {
        position: absolute;
        content: attr(data-content);
        color: #ffba3f;
        text-decoration: underline;
        text-decoration-color: #ffba3f;
        clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
        transition: clip-path 275ms ease;
    }

@media only screen and (max-width: 767px) {
    a.footer-link-yellow span::before,
    .footer-link-yellow.btn-rectangle--linkedin span::before,
    .footer-link-yellow.btn-rectangle--dark span::before,
    .footer-link-yellow.btn-rectangle--light span::before {
        transition: none;
    }
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong,
.bold {
    font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

body * {
    color: #000;
}

body {
    padding-top: 75px !important;
    background-color: #f4f4f4;
}

.text-center {
    text-align: center;
}

.align-self-end {
    align-self: flex-end;
}

.page-title {
    font-size: 40px;
    font-family: "Lexend Deca", "sans-serif";
    padding: 3rem 0;
    margin: 3rem 0;
}

.page-sub-title, .page-sub-section {
    font-size: 28px;
    font-family: "Lexend Deca", "sans-serif";
    padding: 4rem 0;
    margin: 4rem 0;
    border-bottom: 2px solid #EAEAEA;
}

.page-sub-title, .page-sub-section {
    font-size: 28px;
    font-family: "Lexend Deca", "sans-serif";
    padding: 4rem 0;
    margin: 4rem 0;
    border-bottom: 2px solid #EAEAEA;
}

    .page-sub-title .sub-text, .page-sub-section .sub-text {
        font-family: "Source Sans Pro", "sans-serif";
        font-size: 15px;
        font-weight: 300 !important;
    }

.strong-sub-title {
    font-weight: 900;
    font-size: 18px;
}

.sub-section-heading {
    font-size: 24px;
    color: #2A2F35;
    font-family: "Source Sans Pro", "sans-serif";
    margin: 1rem 0;
}

a.btn-rectangle, a.btn-rectangle--linkedin, a.btn-rectangle--dark,
.btn-rectangle--dark.btn-rectangle--linkedin, a.btn-rectangle--light,
.btn-rectangle--light.btn-rectangle--linkedin,
.btn-rectangle--light.btn-rectangle--dark,
.btn-rectangle,
.btn-rectangle--linkedin,
.btn-rectangle--dark,
.btn-rectangle--light {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: "Source Sans Pro", "sans-serif";
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 2px;
   /* border-radius: 20px;*/
    height: 40px;
    border-width: 2px;
    border-style: solid;
    padding: 0rem 3rem;
    line-height: 1;
    text-decoration: none;
    cursor: default;
}

    a.btn-rectangle:before, a.btn-rectangle:after,
    .btn-rectangle:before,
    .btn-rectangle--linkedin:before,
    .btn-rectangle--dark:before,
    .btn-rectangle--light:before,
    .btn-rectangle:after,
    .btn-rectangle--linkedin:after,
    .btn-rectangle--dark:after,
    .btn-rectangle--light:after {
        display: flex;
        justify-content: center;
        align-items: center;
        content: attr(data-wipe);
        padding-top: inherit;
        padding-bottom: inherit;
        white-space: nowrap;
        position: absolute;
        height: 100%;
        bottom: 0;
        top: 0;
        overflow: hidden;
        color: #F1F1F2;
        background: var(--navy);
    }

    a.btn-rectangle:hover,
    .btn-rectangle:hover,
    .btn-rectangle--linkedin:hover,
    .btn-rectangle--dark:hover,
    .btn-rectangle--light:hover {
        cursor: pointer;
    }

@media only screen and (max-width: 991px) {
    a.btn-rectangle, a.btn-rectangle--linkedin, a.btn-rectangle--dark,
    .btn-rectangle--dark.btn-rectangle--linkedin, a.btn-rectangle--light,
    .btn-rectangle--light.btn-rectangle--linkedin,
    .btn-rectangle--light.btn-rectangle--dark,
    .btn-rectangle,
    .btn-rectangle--linkedin,
    .btn-rectangle--dark,
    .btn-rectangle--light {
        height: 32px;
        font-size: 1rem;
        padding: 0 1rem;
    }
}

a.btn-rectangle span,
.btn-rectangle span,
.btn-rectangle--linkedin span,
.btn-rectangle--dark span,
.btn-rectangle--light span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    margin: 3px 0 0;
}

a.btn-rectangle--light,
.btn-rectangle--light.btn-rectangle--linkedin,
.btn-rectangle--light.btn-rectangle--dark,
.btn-rectangle--light,
.btn-rectangle--light {
    background-color: var(--white);
    border-color: var(--navy);
    color: var(--navy) !important;
}

a.btn-rectangle--dark,
.btn-rectangle--dark.btn-rectangle--linkedin,
.btn-rectangle--dark,
.btn-rectangle--dark.btn-rectangle--light,
.btn-rectangle--dark {
    text-decoration: none !important;
    border-color: var(--white);
    background-color: var(--navy);
    color: var(--white) !important;
}

    a.btn-rectangle--dark:before, a.btn-rectangle--dark:after,
    .btn-rectangle--dark:before,
    .btn-rectangle--dark:after {
        color: var(--navy);
        background: var(--white);
    }

a.btn-rectangle--linkedin,
.btn-rectangle--linkedin,
.btn-rectangle--linkedin.btn-rectangle--light,
.btn-rectangle--linkedin.btn-rectangle--dark,
.btn-rectangle--linkedin {
    background-color: var(--white);
    border-color: #2867b2;
    color: #2867b2 !important;
    width: 50%;
}

input[type=text], select {
    border-color: #826f4d;
}

.search-input {
    height: 40px;
    width: 300px;
    border: 1px solid #826f4d;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: none;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.search-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    background-color: #2a2f35;
    border: 1px solid #2a2f35;
    border-left: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .search-submit .search-icon {
        display: flex;
        height: 26px;
        width: 26px;
        content: "";
        background-image: url("../images/icon-search-submit.png");
        background-position: center;
        background-repeat: no-repeat;
    }

/* The toggle - the box around the slider */
.toggle {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 42px;
}

    /* Hide default HTML checkbox */
    .toggle input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eaeaea;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 36px;
        width: 36px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        border: 2px solid #b5b5b5;
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
    }

input + .slider:after {
    position: absolute;
    content: "OFF";
    right: 10px;
    bottom: 10px;
    font-weight: normal;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider:after {
    position: absolute;
    content: "ON";
    left: 10px;
    bottom: 10px;
    font-weight: normal;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #eaeaea;
}

input:focus + .slider {
    box-shadow: 0 0 1px #eaeaea;
}

input:checked + .slider:before {
    -webkit-transform: translateX(37px);
    -ms-transform: translateX(37px);
    transform: translateX(37px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    border: 1px solid #806d4c;
}

    .slider.round:before {
        border-radius: 50%;
    }

.content-wrapper, .content-wrapper--fluid, .content-wrapper--text, .content-wrapper--row {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 3rem;
    margin: 0 auto;
}

.content-wrapper--row {
    flex-direction: row;
}

@media only screen and (max-width: 767px) {
    .content-wrapper, .content-wrapper--fluid, .content-wrapper--text, .content-wrapper--row {
        width: 100%;
        padding: 0 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .content-wrapper, .content-wrapper--fluid, .content-wrapper--text, .content-wrapper--row {
        max-width: 1200px;
    }
}

.content-wrapper--text {
    max-width: 960px;
}

@media only screen and (min-width: 768px) {
    .content-wrapper--text {
        width: 75%;
    }
}

.content-wrapper--fluid {
    max-width: unset;
    flex-direction: row;
    padding: 0 3rem !important;
}

@media only screen and (max-width: 767px) {
    .content-wrapper--fluid {
        padding: 0;
    }
}

.content-wrapper--default-template-text {
    display: flex;
    flex-direction: column;
    width: calc(100% - 2rem);
    padding: 0 2rem;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .content-wrapper--default-template-text {
        padding: 0 1rem;
    }
}

@media only screen and (min-width: 992px) {
    .content-wrapper--default-template-text {
        max-width: 75%;
    }
}

.wl-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 75px !important;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
}

    .wl-header .content-wrapper, .wl-header .content-wrapper--row, .wl-header .content-wrapper--text, .wl-header .content-wrapper--fluid {
        align-items: center;
    }

.wl-header__menu-btn {
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}

    .wl-header__menu-btn .hamburger-menu {
        width: 40px;
        height: 50px;
        z-index: 999999;
        padding-top: 6px;
    }

        .wl-header__menu-btn .hamburger-menu span {
            height: 3px;
            display: block;
            width: 40px;
            display: block;
            background: #00446A;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            border-radius: 1px;
        }

            .wl-header__menu-btn .hamburger-menu span:nth-child(1) {
                margin: 12px 0 0 0;
            }

            .wl-header__menu-btn .hamburger-menu span:nth-child(2) {
                margin: 4px 0;
            }

            .wl-header__menu-btn .hamburger-menu span:nth-child(3) {
                width: 50%;
            }

            .wl-header__menu-btn .hamburger-menu span:nth-child(4) {
                margin: 6px 0;
                width: 75%;
            }

        .wl-header__menu-btn .hamburger-menu.active {
            margin-top: 6px;
        }

            .wl-header__menu-btn .hamburger-menu.active span:nth-child(1) {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                position: relative;
                top: 0px;
            }

            .wl-header__menu-btn .hamburger-menu.active span:nth-child(2) {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
                position: relative;
                top: -7px;
            }

            .wl-header__menu-btn .hamburger-menu.active span:nth-child(3) {
                display: none;
            }

            .wl-header__menu-btn .hamburger-menu.active span:nth-child(4) {
                display: none;
            }

.wl-header__logo {
    display: flex;
    margin: 0 2rem;
    width: 145px;
}

.wl-header__menu {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Lexend Deca", "sans-serif";
}

    .wl-header__menu li {
        margin: 0 2rem;
    }

        .wl-header__menu li a,
        .wl-header__menu li .btn-rectangle--light,
        .wl-header__menu li .btn-rectangle--dark,
        .wl-header__menu li .btn-rectangle--linkedin {
            color: #2a2f35;
        }

.wl-header__searchbar {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.wl-header__create-ticket {
    display: flex;
    margin: 0 3rem;
}

    .wl-header__create-ticket .btn-rectangle,
    .wl-header__create-ticket .btn-rectangle--light,
    .wl-header__create-ticket .btn-rectangle--dark,
    .wl-header__create-ticket .btn-rectangle--linkedin {
        width: 210px;
    }

.wl-header__user {
    display: flex;
    flex-direction: row;
}

    .wl-header__user .profile-icon {
        margin: 0 0.5rem;
    }

    .wl-header__user .name {
        display: flex;
        align-items: center;
        margin: 0 0.5rem;
    }

.wl-searchbar {
    display: flex;
    height: 40px;
}

    .wl-searchbar input[type=text] {
        border-color: #fff;
    }

    .wl-searchbar .search-input {
        height: 40px;
        width: 300px;
        border: 1px solid #fff;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-right: none;
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wl-searchbar .search-submit {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        background-color: #7d6b4a;
        border: 1px solid #fff;
        border-left: none;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

        .wl-searchbar .search-submit .search-icon {
            display: flex;
            height: 26px;
            width: 26px;
            content: "";
            background-image: url("../images/icon-search-submit.png");
            background-position: center;
            background-repeat: no-repeat;
        }

.wl-dashboard {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

    .wl-dashboard .partner-company {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .wl-dashboard .partner-company .wrapper {
            display: flex;
            border-bottom: 2px solid #ae9975;
            padding-bottom: 0.5rem;
        }

        .wl-dashboard .partner-company .company-icon {
            display: flex;
            width: 18px;
            height: 18px;
            margin-left: 2px;
            margin-right: 0.5rem;
        }

        .wl-dashboard .partner-company .company-name {
            display: flex;
            font-size: 14px;
            text-transform: uppercase;
            color: #fff;
            letter-spacing: 1.5px;
            font-weight: 600;
            margin: 0 0.5rem;
        }

    .wl-dashboard .bg-image-wrapper {
        background-image: url("../images/img-banner-login-1@2x.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-grow: 1;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        height: 270px;
    }

@media only screen and (max-width: 991px) {
    .wl-dashboard .bg-image-wrapper {
        height: 390px;
        background-image: url("../images/img-banner-login-1@2x.jpg");
    }
}

.wl-dashboard .bg-image-wrapper .greeting {
    color: #fff;
    font-size: 50px;
    letter-spacing: 1px;
}

.wl-dashboard .filter-section-wrapper {
    display: flex;
    flex-direction: row;
}

@media only screen and (min-width: 992px) {
    .wl-dashboard .filter-section-wrapper .wl-searchbar {
        align-self: flex-end;
        margin-right: 1.5rem;
    }
}

@media only screen and (max-width: 991px) {
    .wl-dashboard .filter-section-wrapper {
        flex-direction: column;
    }

        .wl-dashboard .filter-section-wrapper .filter-option {
            margin-top: 2rem;
        }

            .wl-dashboard .filter-section-wrapper .filter-option:first-child {
                margin-left: 0;
            }
}

.wl-dashboard .filter-results-wrapper {
    margin: 3rem 0 0;
}

    .wl-dashboard .filter-results-wrapper .content-wrapper, .wl-dashboard .filter-results-wrapper .content-wrapper--row, .wl-dashboard .filter-results-wrapper .content-wrapper--text, .wl-dashboard .filter-results-wrapper .content-wrapper--fluid {
        display: flex;
        flex-direction: row;
        padding: 0 3rem;
    }

        .wl-dashboard .filter-results-wrapper .content-wrapper .filter-option, .wl-dashboard .filter-results-wrapper .content-wrapper--row .filter-option, .wl-dashboard .filter-results-wrapper .content-wrapper--text .filter-option, .wl-dashboard .filter-results-wrapper .content-wrapper--fluid .filter-option {
            display: flex;
            flex-direction: column;
            margin-left: 1.5rem;
        }

            .wl-dashboard .filter-results-wrapper .content-wrapper .filter-option label, .wl-dashboard .filter-results-wrapper .content-wrapper--row .filter-option label, .wl-dashboard .filter-results-wrapper .content-wrapper--text .filter-option label, .wl-dashboard .filter-results-wrapper .content-wrapper--fluid .filter-option label {
                font-size: 14px;
                color: #000;
            }

            .wl-dashboard .filter-results-wrapper .content-wrapper .filter-option select, .wl-dashboard .filter-results-wrapper .content-wrapper--row .filter-option select, .wl-dashboard .filter-results-wrapper .content-wrapper--text .filter-option select, .wl-dashboard .filter-results-wrapper .content-wrapper--fluid .filter-option select {
                padding: 1rem 1.5rem 1rem 1rem;
                min-width: 80px;
            }

        .wl-dashboard .filter-results-wrapper .content-wrapper .filter-results, .wl-dashboard .filter-results-wrapper .content-wrapper--row .filter-results, .wl-dashboard .filter-results-wrapper .content-wrapper--text .filter-results, .wl-dashboard .filter-results-wrapper .content-wrapper--fluid .filter-results {
            display: flex;
            flex-grow: 1;
            flex-direction: row;
            align-items: flex-end;
        }

        .wl-dashboard .filter-results-wrapper .content-wrapper .save-filters, .wl-dashboard .filter-results-wrapper .content-wrapper--row .save-filters, .wl-dashboard .filter-results-wrapper .content-wrapper--text .save-filters, .wl-dashboard .filter-results-wrapper .content-wrapper--fluid .save-filters {
            display: flex;
            flex-direction: row;
            align-items: flex-end;
            margin-left: 3rem;
        }

.wl-filters .filters-wrapper, .wl-filters .filters-wrapper--grey {
    display: flex;
    flex-direction: row;
}

    .wl-filters .filters-wrapper .filter-option, .wl-filters .filters-wrapper--grey .filter-option {
        display: flex;
        flex-direction: column;
        margin-left: 2rem;
    }

        .wl-filters .filters-wrapper .filter-option label, .wl-filters .filters-wrapper--grey .filter-option label {
            font-size: 14px;
            color: #000;
        }

            .wl-filters .filters-wrapper .filter-option label.white, .wl-filters .filters-wrapper--grey .filter-option label.white {
                color: #fff;
            }

        .wl-filters .filters-wrapper .filter-option select, .wl-filters .filters-wrapper--grey .filter-option select {
            padding: 1rem 1.5rem 1rem 1rem;
            min-width: 140px;
        }

    .wl-filters .filters-wrapper .filter-results, .wl-filters .filters-wrapper--grey .filter-results {
        display: flex;
        flex-grow: 1;
        flex-direction: row;
        align-items: flex-end;
    }

    .wl-filters .filters-wrapper .save-filters, .wl-filters .filters-wrapper--grey .save-filters {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        margin-left: 3rem;
    }

.wl-filters .filters-wrapper--grey {
    background-color: transparent;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

    .wl-filters .filters-wrapper--grey h3 {
        margin: 0;
    }

.wl-leads-wrapper {
    padding: 3rem 0;
}

.wl-lead-single {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
}

    .wl-lead-single:last-child {
        margin-bottom: 0;
    }

    .wl-lead-single.retained .status-indicator {
        background-color: #7d6b4a;
    }

    .wl-lead-single.not-retained .status-indicator {
        background-color: #757575;
    }

    .wl-lead-single.pending .status-indicator {
        background-color: #2a2f35;
    }

    .wl-lead-single .status-indicator {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 45px;
    }

        .wl-lead-single .status-indicator .status-text {
            display: flex;
            padding: 2rem 0;
            writing-mode: vertical-rl;
            text-orientation: mixed;
            transform: rotate(180deg);
            text-transform: uppercase;
            text-align: right;
            color: #fff;
            font-weight: 600;
            line-height: 1;
        }

    .wl-lead-single .lead-content-wrapper {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        padding-left: 1rem;
    }

        .wl-lead-single .lead-content-wrapper .filter-option {
            display: flex;
            flex-direction: column;
            margin-left: 1.5rem;
        }

            .wl-lead-single .lead-content-wrapper .filter-option label {
                font-weight: 900;
                font-size: 18px;
                color: #000;
            }

            .wl-lead-single .lead-content-wrapper .filter-option select {
                padding: 1rem 1.5rem 1rem 1rem;
                min-width: 80px;
            }

    .wl-lead-single .info-section {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
    }

    .wl-lead-single .lead-info {
        display: flex;
        min-height: 130px;
        align-items: stretch;
        padding: 2rem;
        flex-direction: column;
    }

        .wl-lead-single .lead-info .lead-state-type {
            font-weight: 900;
            font-size: 18px;
        }

        .wl-lead-single .lead-info .lead-name {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .wl-lead-single .lead-info .lead-name .icon-name {
                width: 18px;
                height: 18px;
            }

            .wl-lead-single .lead-info .lead-name .name-text {
                font-size: 24px;
                font-weight: 900;
                margin-left: 0.5rem;
                position: relative;
            }

                .wl-lead-single .lead-info .lead-name .name-text:after {
                    content: "";
                    display: flex;
                    right: -2rem;
                    top: 10px;
                    position: absolute;
                    height: 14px;
                    width: 8px;
                    background: url("../images/icon-arrow.png") no-repeat;
                }

    .wl-lead-single .status-selectors {
        display: flex;
        flex-grow: 1;
        padding: 2rem;
    }

    .wl-lead-single .date-info {
        display: flex;
        min-height: 130px;
        flex-direction: column;
        justify-content: flex-start;
        padding: 2rem;
    }

        .wl-lead-single .date-info .date {
            font-size: 24px;
            font-weight: 500;
            line-height: 29px;
        }

        .wl-lead-single .date-info .time {
            font-size: 16px;
            text-align: right;
        }

    .wl-lead-single .passengers-linked-case-section {
        display: flex;
        flex-direction: row;
        border-top: 2px solid var(--grey-accent);
        margin: 0 2rem;
    }

@media only screen and (max-width: 991px) {
    .wl-lead-single .passengers-linked-case-section {
        flex-direction: column;
    }
}

.wl-lead-single .passengers-wrapper {
    display: flex;
    flex-direction: row;
    padding: 2rem 0;
}

@media only screen and (max-width: 991px) {
    .wl-lead-single .passengers-wrapper {
        padding-bottom: 1rem;
    }
}

.wl-lead-single .passengers-wrapper .passenger {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 2rem;
}

    .wl-lead-single .passengers-wrapper .passenger .icon-passenger {
        width: 18px;
        height: 18px;
    }

    .wl-lead-single .passengers-wrapper .passenger .passenger-name-text {
        font-size: 18px;
        margin-left: 0.5rem;
    }

.wl-lead-single .linked-case-wrapper {
    display: flex;
    flex-direction: row;
    padding-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
    .wl-lead-single .linked-case-wrapper {
        margin-left: 3rem;
        padding: 2rem 0;
    }
}

.wl-lead-single .linked-case-wrapper .linked-case {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 2rem;
}

    .wl-lead-single .linked-case-wrapper .linked-case .icon-case {
        width: 18px;
        height: 18px;
    }

    .wl-lead-single .linked-case-wrapper .linked-case .case-detail {
        font-size: 18px;
        margin-left: 0.5rem;
    }

.wl-send-message {
    background: #fff;
}

    .wl-send-message .options-wrapper {
        display: flex;
        flex-direction: row;
        background: #fff;
        padding: 3rem 0;
    }

        .wl-send-message .options-wrapper .option {
            display: flex;
            flex-direction: column;
            margin-left: 1.5rem;
        }

            .wl-send-message .options-wrapper .option:first-child {
                margin-left: 0;
            }

            .wl-send-message .options-wrapper .option label {
                font-size: 14px;
                color: #000;
            }

            .wl-send-message .options-wrapper .option select {
                padding: 1rem 1.5rem 1rem 1rem;
                min-width: 80px;
            }

.wl-send-message__textarea textarea {
    border-color: #EAEAEA;
    padding: 1.5rem;
    width: 100%;
    font-size: 16px;
    resize: none;
}

.wl-send-message__submit {
    margin: 3rem 0 10rem;
}

    .wl-send-message__submit .save-button {
        width: 140px;
    }

footer {
    clear: both;
    position: relative;
    /* height: 46px; */
    margin-top: 7.31%;
}

.wl-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6rem 0;
    background-color: var(--navy);
}

    .wl-footer .logo-row img {
        width: 250px;
        margin-bottom: 2rem;
    }

    .wl-footer .address-row span {
        font-size: 16px;
        color: var(--navy-safe-on-navy);
    }

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    /*min-height: calc(100vh - ((100px*8.25)/2));*/
}

.content {
    flex-grow: 1;
    flex-shrink: 0;
}

.wl-header__logo a {
    display: inline-block;
}

    .wl-header__logo a img {
        display: block;
        height: 100%;
        width: 100%;
    }
