/* Minification failed. Returning unminified contents.
(309,26): run-time error CSS1019: Unexpected token, found ':'
(309,26): run-time error CSS1042: Expected function, found ':'
(309,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?iuo0yu');
  src:  url('../fonts/icomoon.eot?iuo0yu#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?iuo0yu') format('truetype'),
    url('../fonts/icomoon.woff?iuo0yu') format('woff'),
    url('../fonts/icomoon.svg?iuo0yu#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-dropdown:before {
  content: "\e901";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-right:before {
  content: "\e903";
}
.icon-arrow-up:before {
  content: "\e904";
}
.icon-checkbox-check:before {
  content: "\e905";
}
.icon-checkbox-uncheck:before {
  content: "\e906";
}
.icon-down-indicator:before {
  content: "\e907";
}
.icon-download-icon:before {
  content: "\e908";
}
.icon-droppin-desktop:before {
  content: "\e909";
}
.icon-email-inline:before {
  content: "\e90a";
}
.icon-facebook-inline:before {
  content: "\e90b";
}
.icon-linkedin-inline:before {
  content: "\e90c";
}
.icon-progress-arrow-left:before {
  content: "\e90d";
}
.icon-progress-arrow-right:before {
  content: "\e90e";
}
.icon-pullquote-close-desktop:before {
  content: "\e90f";
}
.icon-pullquote-open-desktop:before {
  content: "\e910";
}
.icon-search-field-icon:before {
  content: "\e911";
}
.icon-search-topnav:before {
  content: "\e912";
}
.icon-tag-close:before {
  content: "\e913";
}
.icon-twitter-inline:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url("../images/icons/Twitter-X-White-Logo-PNG.png");
    background-size: 23px auto;
    background-repeat: no-repeat;
}


.idealselect {
    position: relative;
    display: inline-block;
    zoom: 1;
}

    .idealselect * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .idealselect:before, .idealselect:after {
        content: "";
        display: table;
    }

    .idealselect:after {
        clear: both;
    }

    .idealselect:focus {
        outline: none;
    }

    .idealselect ul {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        list-style: none;
    }

    .idealselect .title {
        position: relative;
        display: block;
        padding: .55em 1em;
        padding-right: 3.05em;
        line-height: normal;
        text-decoration: none;
        color: #999;
        background: #fff;
        border: 1px solid #c0c0c0;
        height: 32px;
    }

        .idealselect .title:after {
            content: "";
            position: absolute;
            right: .55em;
            top: 50%;
            margin-top: -.1em;
            border-width: .4em;
            border-style: solid;
            border-color: transparent;
            border-top-color: #666;
        }

        .idealselect .title i {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 2em;
            border-left: 1px solid #aaa;
            background: #ddd;

        }

        .idealselect .title:hover {
            color: #fff;
            background: #999;
        }

        .idealselect .title:focus {
            outline: none;
        }

    .idealselect:focus .title {
        border-color: #3f9dcc;
        -webkit-box-shadow: 0 0 1px #3f9dcc;
        box-shadow: 0 0 1px #3f9dcc;
    }

    .idealselect.openfocus .title {
        border-color: #aaa;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .idealselect.open .title {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        .idealselect.open .title:after {
            margin-top: -.6em;
            border-color: transparent;
            border-bottom-color: #666;
        }

    .idealselect .dropdown {
        display: none;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 0;
        width: 100%;
        max-height: 14em;
        overflow-y: auto;
        color: #999999;
        background: #fff;
        border: 1px solid #c0c0c0;
    }

        .idealselect .dropdown li {
            padding: 0 1em;
            height: 2em;
            line-height: 2;
            color: #444;
            cursor: default;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

            .idealselect .dropdown li:hover {
                color: #fff;
                background: #999999;
            }

            .idealselect .dropdown li.selected, .idealselect .dropdown li.selectedactive {
                color: #fff;
                background: #285d85;
            }

    .idealselect.open .dropdown {
        display: block;
    }

.ie9 .idealselect .dropdown {
    width: auto;
    min-width: 100%;
}

/* Modal message dialog styles */

/* Override bootstrap btn-default text color - too light. */
#commonModalDialog .common-modal-button { color: #808080; }

/* Generic styles to allow hiding file input control behind UI content */
/* (Hiding file input and triggering click from other UI does not work on all browsers, ex: iPhone iOS 9) */
/* (Styling of file input to look like button - from Effective UI - does not work on all browsers - ex: Firefox, IE) */

.cookie-banner {
    position: fixed;
    height: auto;
    bottom: 0px;
    width: 100%;
    padding: 20px 14px 5px 14px;
    justify-content: center;
    background-color: #d6d7d7;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    color: #484848;
    line-height: 1.5;
    text-align: center;
    font-size: 13px;
    z-index: 99;
}

.close {
    height: 20px;
    background-color: white;
    border: none;
    color: #484848;
    border-radius: 2px;
    cursor: pointer;
    padding: 15px;
    line-height: 0;
}

.cookie-banner p {
    margin: 0 0 10px 0;
    padding: 0px 16px;
    line-height: 19px;
    justify-content: center;
    font-size: 15px;
    text-align: center;
}

.cookie-banner a {
    color:#EE4E26; 
}

.divClose {
    padding: 0 0 5px 0;
}

.file-input-wrapper {
    display: inline-block;
    font-size: 14px;
    height: auto;
    overflow: hidden;
    position: relative;
    width: auto;
    cursor: pointer;
}

.file-input-control {
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    text-align: right;
    z-index: 2;
    cursor: pointer;
}

.file-input-content {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    cursor: pointer;
}

::-webkit-file-upload-button {
    cursor: pointer;
}

.div-separator {
    border-bottom: 1px #d8d8d8 solid;
    padding-bottom: 25px;
}

.padding-left-10 {
    padding-left: 10px;
}


/*.footer_nav_section { min-height: 191px !important }*/

.notes-text { line-height: 22px !important }

/* Allow header image to clip on small screens, to prevent scrolling width */
.dynamic-background {
    overflow-x: hidden;
}

#jobsPerPageDiv .idealselect { width: 60% !important }


.vjs-loading-spinner
{
	display: none;
	visibility: hidden;
}

