/* Fonts */
@font-face {
    font-family: AGPN;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/agpn/agpn-regular.woff2') format("woff2")
}

@font-face {
    font-family: AGPN;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/agpn/agpn-semibold.woff2') format("woff2")
}

@font-face {
    font-family: AGPN;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/agpn/agpn-bold.woff2') format("woff2")
}

@font-face {
    font-family: AGPNCondensed;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/agpn/agpn-condensed-regular.woff2') format("woff2")
}

body {
    margin: 0;
    padding: 0;
    font-family: AGPN, Arial, Helvetica, sans-serif !important;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.25em;
    color: #262626;
}

.smooth-loading {
    display: none;
    transition-property: opacity;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}

#wrapper,
#subscription-wrapper {
    box-sizing: border-box;
    max-width: 980px;
    padding: 50px 30px;
    min-width: 280px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

#subscription-wrapper {
    max-width: calc(100% - 20px);
}

#subscription-wrapper .field:first-child {
    margin-top: -20px;
}

.title {
    margin: 5px 0 0 0;
}

.field,
.search-field {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

h1 {
    font-family: AGPN, Arial sans-serif;
    color: #262626;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 22px;
    line-height: 1.1em;
}

h3 {
    margin-top: 0;
}

a,
a:visited {
    color: #007cc7;
    text-decoration: none;
}

a:hover {
    color: #004985;
    text-decoration: underline;
}

.field > label {
    margin-bottom: 8px;
}

.ui-multiselect,
.portal-search-title > input,
input,
select {
    cursor: pointer;
    border: 1px solid #b2d0e3;
    color: #444;
    font-family: AGPN, Arial, Helvetica, sans-serif;
    font-size: 22px;
    height: 45px;
    outline: medium none;
    width: 100%;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

.ui-icon.ui-icon-triangle-1-s {
    display: none;
}

.portal-search-frame button,
button {
    position: relative;
}

#filter-1 button:after {
    background: #fff url("../images/dropdown.png") no-repeat scroll 0 0 / 16px 11px;
    border-left: 5px solid #fff;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-left: -5px;
    position: absolute;
    right: 9px;
    top: 16px;
    transition: all 0.5s ease 0s;
    width: 17px;
}

.portal-search-frame button.ui-state-active:after {
    background: url(../images/dropdown.png) no-repeat scroll 0 0 / 16px 11px !important;
    transform: rotateX(180deg);
}

.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
    min-height: 190px;
}

select {
    padding: 0 5px;
}

select > option {
    padding: 2px 8px;
}

.ui-corner-all > span {
    font-size: 22px !important;
    padding-top: 2px;
}

.ui-multiselect:focus,
.ui-multiselect:hover,
.portal-search-title > input:focus,
.portal-search-title > input:hover,
input:focus,
input:hover,
select:hover,
select:focus {
    outline: 0;
    border: 1px solid #0065a2;
}

.ui-multiselect-header ul li {
    float: left;
    padding: 0 10px 0 0;
    display: none;
}

.ui-multiselect-header li.ui-multiselect-close {
    float: right;
    text-align: right;
    padding-right: 0;
    display: block;
}

.ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
    line-height: 1.5em;
    overflow: hidden;
    padding: 2px 10px 4px;
    text-align: left;
    white-space: nowrap;
}

.ui-multiselect-menu {
    display: none;
    position: absolute;
    z-index: 1;
    text-align: left;
    background: #fff;
    border: 1px solid #e5e7e6;
    border-top: 0;
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-multiselect-checkboxes {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ui-multiselect-checkboxes label {
    cursor: pointer;
    display: block;
    border: 1px solid transparent;
    padding: 0;
    font-family: AGPN, Arial, Helvetica, sans-serif;
}

.ui-multiselect-checkboxes label input {
    display: none;
}

.ui-multiselect-checkboxes li {
    clear: both;
    font-size: 12px;
    line-height: 1.25em;
    padding: 3px 0 6px 11px;
    border-bottom: 1px solid #e5e7e6;
}

.ui-multiselect-checkboxes li:hover {
    background: #efefef;
}

.ui-multiselect-checkboxes li:last-child {
    border-bottom: 0;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
    display: block;
    padding: 3px;
    margin: 1px 0;
    text-decoration: none;
}

.ui-multiselect.ui-widget.ui-state-default.ui-corner-all.ui-state-active {
    text-align: left;
}

input[type='checkbox']:not(:checked),
input[type='checkbox']:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

input[type='checkbox'] + span {
    -moz-user-select: none;
    backface-visibility: hidden;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.25em;
    padding-left: 30px;
    position: relative;
}

input[type='checkbox'] + span::before,
input[type='checkbox'] + span::after {
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 0;
    content: '';
}

input[type='checkbox'] + span::before {
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #b2d0e3;
    width: 15px;
    height: 15px;
}

input[type='checkbox'] + span::after {
    background: #b2d0e3;
    color: #b2d0e3;
    content: "-";
    font-size: 15px;
    height: auto;
    line-height: 17px;
    text-align: center;
    transform: scale(0.5);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width: 17px;
}

input[type='checkbox']:hover + span::before {
    border: 1px solid #b2d0e3;
}

input[type='checkbox']:checked + span::after {
    color: #0065a2;
    background: #0065a2;
}

.button,
.jobabo-submit-button,
.jobabo-close-button,
.button:visited,
.jobabo-submit-button:visited,
.jobabo-close-button:visited {
    font-family: AGPN, Arial, Helvetica, sans-serif !important;
    background: #007ab8;
    border: 1px solid #007ab8;
    border-radius: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 22px;
    font-weight: normal;
    padding: 10px 20px 14px;
    text-decoration: none;
    display: inline-block;
    margin-top: 40px;
}

.button:hover,
.jobabo-submit-button:hover,
.jobabo-close-button:hover {
    color: #FFFFFF;
    background: #004774;
    text-decoration: none;
}

/* Print */
.printable-only {
    display: block !important;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 18px;
    }
    h1 {
        font-size: 28px;
    }
    header {
        margin-bottom: 26px !important;
    }
    .button, .jobabo-submit-button, .jobabo-close-button {
        font-size: 18px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 440px) {
    #subscription-wrapper {
        margin-left: 0;
        max-width: 100%;
    }

    .span_1_of_2 {
        width: 100%;
        padding-right: 0;
        text-align: left;
    }

    .span_2_of_2 {
        width: 100%;
        padding-left: 0;
    }

    .title {
        margin: 0 0 3px 0;
    }

}