body {
    margin: 0;
    font-family: "HelveticaNeueWorld", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #282a32;
    background-color: #fff
}

body.overflow-hidden {
    overflow: hidden
}

body h1, body d-tag, body h2, body h3, body h4, body h5 {
    line-height: 1.4
}

body h1 {
    font-weight: 600
}

body h2 {
    font-weight: 600
}

body h3 {
    font-weight: 600
}

body h4 {
    font-weight: 600
}

body h5 {
    font-weight: 600
}

body h6 {
    font-weight: 600
}

body a {
    color: #386097;
    text-decoration: none
}

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

body ul, body ol {
    list-style: none;
    padding: 0
}

body :focus:not(:focus-visible) {
    outline: none
}

body :focus-visible {
    border: 1px solid #386097
}

#content article figure {
    margin: 0 0 1em
}

#content article table {
    margin: 1em 0
}

#content article table tr td, #content article table tr th {
    padding: 10px
}

article ul, article ol {
    list-style: disc;
    padding: 0 0em 0.5em 2em
}

article ul li, article ol li {
    position: relative;
    line-height: 1.6
}

article ul li p, article ol li p {
    margin-bottom: 0.8em
}

article ol {
    list-style: decimal
}

article ol li {
    padding: 0.5em 0.5em 0
}

article ol[type="I"] li {
    list-style: upper-roman
}

article ol[type="i"] li {
    list-style: lower-roman
}

article ol[type="a"] li {
    list-style: lower-alpha
}

article ol[type="A"] li {
    list-style: upper-alpha
}

figure img {
    max-width: 100%
}

figure.grayscale, figure.img__grayscale {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1)
}

figure.rounded, figure.img__rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

figure.rounded img, figure.img__rounded img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

figure.rounded-circle, figure.img__circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

figure.rounded-circle img, figure.img__circle img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

figure.organic, figure.img__organic {
    -webkit-border-radius: 40% 60% 55% 45%/46% 40% 60% 54%;
    -moz-border-radius: 40% 60% 55% 45%/46% 40% 60% 54%;
    -ms-border-radius: 40% 60% 55% 45%/46% 40% 60% 54%;
    border-radius: 40% 60% 55% 45%/46% 40% 60% 54%;
    overflow: hidden
}

figure.organic img, figure.img__organic img {
    -webkit-border-radius: 40% 60% 55% 45%/46% 40% 60% 54%;
    -moz-border-radius: 40% 60% 55% 45%/46% 40% 60% 54%;
    -ms-border-radius: 40% 60% 55% 45%/46% 40% 60% 54%;
    border-radius: 40% 60% 55% 45%/46% 40% 60% 54%
}

figure.square-image, figure.img__square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

figure.square-image img, figure.img__square img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.mediaWrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 1.5em
}

.mediaWrapper iframe, .mediaWrapper .iframe-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.icon_save, .icon_fav {
    position: relative
}

.icon_save:after, .icon_fav:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2em
}

.icon_save:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f097"
}

.icon_fav:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f02e";
    font-weight: normal
}

.icon svg {
    height: 18px;
    width: 18px;
    margin-right: 0.25em
}

svg .theme-primary, svg .theme-color {
    fill: #386097
}

[class*="__slider"] {
    opacity: 0
}

[class*="__slider"].slick-initialized, [class*="__slider"].ri-grid-loading {
    opacity: 1
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 90%
}

.grid-fluid {
    width: 100%
}

@media (min-width: 1600px) {
    .grid {
        width: 100%;
        max-width: 1440px
    }
}

.spacer {
    padding-right: 2em
}

@media (max-width: 767px) {
    .spacer {
        padding: 0
    }
}

.grid-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

.grid-flex .col-half {
    width: 50%;
    float: left
}

.flex-group {
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media (max-width: 767px) {
    .flex-group {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.flex-container {
    flex: 0 1 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column wrap;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    list-style: none
}

.flex-container:last-child {
    flex-grow: 0
}

.flex-item {
    flex: 0 1 auto;
    padding: 0.3em 2em;
    text-align: left
}

.flex-item span {
    font-weight: 600;
    margin-right: 10px
}

header {
    position: relative;
    padding: 20px 0;
    display: block
}

.btn__lg {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 120%;
    padding: 25px 40px
}

.btn__lg:hover, .btn__lg:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

.btn__primary {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px
}

.btn__primary:hover, .btn__primary:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

.btn__sm {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 80%;
    padding: 10px 15px
}

.btn__sm:hover, .btn__sm:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

.btn__inverse {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #d66b14;
    border-color: #d66b14;
    color: #fff
}

.btn__inverse:hover, .btn__inverse:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

.btn__inverse:hover, .btn__inverse:active {
    color: #fff;
    background: #c25700;
    border-color: #c25700
}

.btn__outline {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #282a32;
    background: transparent;
    border-color: #386097
}

.btn__outline:hover, .btn__outline:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

.btn__outline:hover, .btn__outline:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab
}

.btn__link {
    font-size: 16px;
    color: #386097;
    padding: 15px 20px;
    display: inline-block
}

.btn__link:hover, .btn__link:active {
    color: #315484
}

.btn__link-sm {
    font-size: 80%;
    padding: 10px 15px;
    display: inline-block
}

.icon-btn {
    padding: 0;
    color: #fff;
    background-color: transparent;
    border: 0;
    text-decoration: none
}

.icon-btn.underline {
    border-bottom: 5px solid #fff
}

.icon-btn i {
    color: #fff;
    font-size: 2rem
}

.go-back {
    color: var(--font-color);
    display: block;
    margin: 2em 1em
}

.go-back:hover {
    color: #c25700
}

.go-back:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    padding-right: 10px
}

i.svg {
    font-size: 16px;
    font-style: normal;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    line-height: 2
}

i.svg svg {
    width: 20px;
    height: 20px
}

.ckeditor.editable, .od_lava_text {
    border-color: #217dfa
}

input, select, textarea {
    background: #ebebeb;
    padding: 20px;
    box-shadow: none;
    border-radius: 0
}

input[type="file"] {
    background: transparent;
    width: 100%;
    padding: 0;
    line-height: 1
}

input[type="text"]:focus, select:focus, textarea:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.form-group, .form-control {
    font-size: 95%
}

.forms .underline input, .forms .underline select, .forms .underline textarea, form .underline input, form .underline select, form .underline textarea {
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0;
    border-bottom: 4px solid #386097;
    font-size: 14px
}

.forms .underline input:focus, .forms .underline input:active, .forms .underline select:focus, .forms .underline select:active, .forms .underline textarea:focus, .forms .underline textarea:active, form .underline input:focus, form .underline input:active, form .underline select:focus, form .underline select:active, form .underline textarea:focus, form .underline textarea:active {
    border-bottom: 4px solid #fff;
    color: #282a32;
    box-shadow: none
}

.forms .underline .selectize-input, form .underline .selectize-input {
    border: 0;
    border-bottom: 4px solid #fff
}

.forms .boxed input, .forms .boxed select, .forms .boxed textarea, form .boxed input, form .boxed select, form .boxed textarea {
    background: #fff;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.forms .boxed input:focus, .forms .boxed input:active, .forms .boxed select:focus, .forms .boxed select:active, .forms .boxed textarea:focus, .forms .boxed textarea:active, form .boxed input:focus, form .boxed input:active, form .boxed select:focus, form .boxed select:active, form .boxed textarea:focus, form .boxed textarea:active {
    background: #fff;
    color: #282a32;
    border-color: #fff
}

.text-label {
    margin: 0 0 1em;
    display: block
}

.dynamic-form {
    background: var(--bg-light);
    padding: 2em;
    border-radius: 5px
}

.dynamic-form form .radio input[type="radio"], .dynamic-form form .radio-inline input[type="radio"], .dynamic-form form .checkbox input[type="checkbox"], .dynamic-form form .checkbox-inline input[type="checkbox"] {
    height: auto;
    margin: 5px 0 0 0
}

.dynamic-form form .check_boxes, .dynamic-form form .radio_buttons {
    display: inline-block
}

.dynamic-form form .check_boxes.inline-option, .dynamic-form form .radio_buttons.inline-option {
    display: inline-block
}

.dynamic-form form .check_boxes.list-option, .dynamic-form form .radio_buttons.list-option {
    display: block
}

.dynamic-form form .check_boxes label, .dynamic-form form .radio_buttons label {
    padding: 0 20px 0 0;
    display: inline-block !important
}

.dynamic-form form .check_boxes .checkbox label, .dynamic-form form .check_boxes .radio label, .dynamic-form form .radio_buttons .checkbox label, .dynamic-form form .radio_buttons .radio label {
    padding: 0 0.85em 0 0.5em;
    display: inline-block !important
}

.dynamic-form form .check_boxes.list-option, .dynamic-form form .radio_buttons.list-option {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.dynamic-form form .check_boxes.list-option input[type="checkbox"], .dynamic-form form .radio_buttons.list-option input[type="checkbox"] {
    margin-right: 10px
}

.dynamic-form form .form-group {
    margin: 10px 0;
    padding: 0 15px
}

.dynamic-form form input, .dynamic-form form textarea {
    padding: 0 15px;
    height: 45px;
    border-color: #ccc;
    font-size: 14px
}

.dynamic-form form textarea {
    padding: 20px 15px;
    height: 100px
}

.dynamic-form form .form-actions {
    text-align: right
}

.dynamic-form form .form-actions input {
    height: auto;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 80%;
    padding: 10px 15px
}

.dynamic-form form .form-actions input:hover, .dynamic-form form .form-actions input:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

.edit .img-container {
    width: 100%;
    position: relative
}

.edit .img-container .settings {
    top: 170px;
    right: 10px;
    position: relative
}

.edit .img-container .settings ul {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 9999999;
    margin-top: 0px
}

.edit .img-container .settings ul li {
    text-indent: 0;
    line-height: 10px
}

.edit .img-container .settings ul li a {
    font-size: 12px;
    font-weight: 700;
    color: #fff !important
}

.edit .img-container .settings ul li:before {
    margin: 0;
    content: ""
}

.edit .img-container .settings ul li .caret {
    margin-bottom: 0px !important
}

.edit .img-container .settings .dropdown-toggle {
    margin-bottom: 0px;
    background-color: #3899ec;
    border: 1px solid #3899ec;
    padding: 10px
}

.edit .img-container .settings .dropdown-menu {
    border: 0px;
    margin-top: 2px;
    border-radius: 3px;
    padding: 40px 10px 10px 10px
}

.edit .img-container .settings .dropdown-menu .image-title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding: 9px;
    color: #fff;
    font-weight: 700;
    background-color: #3899ec;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.edit .img-container .settings .dropdown-menu span {
    font-size: 12px;
    position: relative;
    top: -10px;
    left: -10px;
    padding: 8px;
    color: #fff;
    font-weight: 700;
    line-height: 14px;
    width: calc(100% + 20px);
    background-color: #b9b9b9;
    display: inline-block
}

.edit .img-container .settings .dropdown-menu span.success {
    background-color: #017500
}

.edit .img-container .settings .dropdown-menu form.settings-form {
    width: 255px
}

.edit .img-container .settings .dropdown-menu form.settings-form label {
    font-size: 12px;
    margin-bottom: 8px;
    color: #4b4b4b !important
}

.edit .img-container .settings .dropdown-menu form.settings-form input.string {
    height: 30px;
    padding: 6px 8px;
    margin-bottom: 8px
}

.edit .visible-edit {
    border: 2px solid #217dfa;
    padding: 0;
    display: block;
    font-size: 85%
}

.edit .visible-edit .edit_tips {
    background: #217dfa;
    color: #fff;
    padding: 1em;
    letter-spacing: 1px
}

.edit .visible-edit.marker {
    border: none;
    margin-top: 1em
}

.edit .visible-edit.marker .edit_tips.flag {
    border-radius: 4px 4px 0 0;
    padding: 0.5em 1em;
    display: inline-block;
    text-transform: capitalize
}

.edit .visible-edit .edit_items {
    padding: 1em
}

.edit .visible-edit .edit_items li .edit-title {
    font-weight: bold;
    padding: 1em;
    background: #d9d9d9
}

.edit__header {
    background: #217dfa;
    color: #fff;
    font-size: 16px;
    padding: 1em;
    text-transform: uppercase;
    letter-spacing: 1px
}

.edit__content {
    padding: 1em
}

.edit__content li .edit-title {
    font-size: 16px;
    font-weight: bold;
    padding: 1em;
    background: #d9d9d9
}

.mayon-button a {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px
}

.mayon-button a:hover, .mayon-button a:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

.mayon-button-outline a {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #282a32;
    background: transparent;
    border-color: #386097
}

.mayon-button-outline a:hover, .mayon-button-outline a:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

.mayon-button-outline a:hover, .mayon-button-outline a:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab
}

.mayon-button-inverse a {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #d66b14;
    border-color: #d66b14;
    color: #fff
}

.mayon-button-inverse a:hover, .mayon-button-inverse a:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

.mayon-button-inverse a:hover, .mayon-button-inverse a:active {
    color: #fff;
    background: #c25700;
    border-color: #c25700
}

.mayon-button-large a {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 120%;
    padding: 25px 40px
}

.mayon-button-large a:hover, .mayon-button-large a:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

.mayon-button-small a {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 80%;
    padding: 10px 15px
}

.mayon-button-small a:hover, .mayon-button-small a:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

.btn-default:not(.fab-menu), .btn-primary {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 80%;
    padding: 10px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 7px 15px
}

.btn-default:not(.fab-menu):hover, .btn-default:not(.fab-menu):active, .btn-primary:hover, .btn-primary:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

.btn-default:not(.fab-menu).linkedin, .btn-primary.linkedin {
    background-color: #007bb6;
    border-color: #007bb6;
    display: block;
    margin-bottom: 20px
}

.btn-default:not(.fab-menu).linkedin span, .btn-primary.linkedin span {
    background: url(https://image-assets.manpower.volcanic.cloud/api/v1/assets/images/2dbb3c3bd5a58cc571e4c8a24ece99c2?t=1642700925) center center no-repeat;
    background-size: contain;
    height: 20px;
    width: 100px;
    display: inline-block;
    text-indent: -9999px
}

.btn-default:not(.fab-menu).linkedin:hover, .btn-primary.linkedin:hover {
    background-color: #006a9d
}

.no-list, .unstyled {
    margin: 0;
    padding: 0 0 10px;
    list-style: none
}

.no-list li, .unstyled li {
    padding: 0 0 5px;
    line-height: 1.6
}

.image-float-right {
    float: right
}

.image-float-right img {
    margin-left: 2em
}

.image-float-left {
    float: left
}

.image-float-left img {
    margin-right: 2em
}

.embeded iframe {
    max-width: 100%
}

.mtop {
    margin-top: 110px
}

#focus-header {
    padding: 0;
    margin: 0 auto
}

#focus-header #logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#focus-header #logo a {
    display: block;
    text-indent: -9999px;
    background: url(https://image-assets.manpower.volcanic.cloud/api/v1/assets/images/f3027a93421145c0c962a6d4229cfcd7?t=1640877733) center center no-repeat;
    height: 70px;
    width: 150px;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 auto
}

#focus-header #logo a img {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "object-fit: contain;";
    object-fit: contain
}

nav.pagination {
    font-size: 90%;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

nav.pagination span {
    color: #282a32;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-right: none
}

nav.pagination span:last-of-type {
    border-right: 1px solid rgba(0, 0, 0, 0.15)
}

nav.pagination span a {
    padding: 12px 17px;
    display: inline-block;
    color: #282a32;
    background: #f5f4f4;
    text-decoration: none
}

nav.pagination span a:hover {
    color: #fff;
    background: #386097
}

nav.pagination span.current {
    background: #fff;
    font-weight: bold;
    padding: 12px 17px;
    display: inline-block
}

nav.pagination span.gap {
    display: none
}

nav.pagination span.prev, nav.pagination span.next, nav.pagination span.first, nav.pagination span.last {
    margin: 0
}

nav.pagination span.prev a, nav.pagination span.next a, nav.pagination span.first a, nav.pagination span.last a {
    padding: 12px;
    margin: 0;
    display: inline-block;
    background: #f5f4f4;
    color: #282a32
}

nav.pagination span.prev a i, nav.pagination span.next a i, nav.pagination span.first a i, nav.pagination span.last a i {
    display: none
}

nav.pagination span.prev a:hover, nav.pagination span.next a:hover, nav.pagination span.first a:hover, nav.pagination span.last a:hover {
    background: #386097;
    color: #ffffff
}

.cc-window {
    background-color: #fff
}

.cc-window.cc-floating {
    padding: 1em 1.5em !important
}

.cc-window .cc-btn {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 80%;
    padding: 10px 15px
}

.cc-window .cc-btn:hover, .cc-window .cc-btn:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

.select--custom {
    position: relative;
    display: block;
    margin-top: 0.5em;
    padding: 0;
    border: none;
    min-width: 200px
}

.select--custom select {
    width: 100%;
    margin: 0.5em 0 0.8em;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.35);
    background: #f2f2f2;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    font-size: 1em;
    color: #282a32;
    padding: 10px 15px;
    line-height: 1.6;
    border-radius: 5px
}

.select--custom:after {
    position: absolute;
    width: 0;
    top: 50%;
    right: 1em;
    z-index: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 120%;
    content: "\f0d7";
    pointer-events: none;
    text-align: center;
    color: #282a32;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 600px) {
    .select--custom {
        width: 100%
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .select--custom select::-ms-expand {
        display: none
    }

    select:focus::-ms-value {
        background: transparent;
        color: #000
    }
}

body:last-child .select--custom::after, x:-moz-any-link {
    display: none
}

body:last-child .select--custom select, x:-moz-any-link {
    padding-right: 0.8em
}

_::-moz-progress-bar, body:last-child .select--custom {
    overflow: hidden
}

_::-moz-progress-bar, body:last-child .select--custom:after {
    display: block
}

_::-moz-progress-bar, body:last-child .select--custom select {
    padding-right: 1.9em;
    -moz-appearance: window;
    text-indent: 0.01px;
    text-overflow: "";
    width: 110%
}

_::-moz-progress-bar, body:last-child .select--custom select:focus {
    outline: 2px solid rgba(180, 222, 250, 0.7)
}

x:-o-prefocus, .select--custom::after {
    display: none
}

select:focus {
    outline: none;
    box-shadow: 0 0 1px 3px #b4defa;
    background-color: transparent;
    color: #222;
    border: 1px solid #000
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

html {
    font-size: 14px
}

@media (min-width: 768px) {
    html {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    html {
        font-size: 18px
    }
}

h1, .h1 {
    font-size: 39.81312px
}

h2, .h2 {
    font-size: 33.1776px
}

h3, .h3 {
    font-size: 27.648px
}

h4, .h4 {
    font-size: 23.04px
}

h5, .h5 {
    font-size: 19.2px
}

h6, .h6 {
    font-size: 16px
}

.lead, .mayon-lead-text {
    font-size: 19.2px
}

.small, .mayon-small-text {
    font-size: 80%
}

.display-4, .mayon-display_4, .mayon-display-4 {
    font-size: 55.81312px
}

.display-3, .mayon-display_3, .mayon-display-3 {
    font-size: 66.975744px
}

.display-2, .mayon-display_2, .mayon-display-2 {
    font-size: 80.3708928px
}

.display-1, .mayon-display_1, .mayon-display-1 {
    font-size: 96.44507136px
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 48.828125px
    }

    h2, .h2 {
        font-size: 39.0625px
    }

    h3, .h3 {
        font-size: 31.25px
    }

    h4, .h4 {
        font-size: 25px
    }

    h5, .h5 {
        font-size: 20px
    }

    h6, .h6 {
        font-size: 16px
    }

    .lead, .mayon-lead-text {
        font-size: 20px
    }

    .small, .mayon-small-text {
        font-size: 80%
    }

    .display-4, .mayon-display_4, .mayon-display-4 {
        font-size: 64.828125px
    }

    .display-3, .mayon-display_3, .mayon-display-3 {
        font-size: 77.79375px
    }

    .display-2, .mayon-display_2, .mayon-display-2 {
        font-size: 93.3525px
    }

    .display-1, .mayon-display_1, .mayon-display-1 {
        font-size: 112.023px
    }
}

#template-contact_100 {
    padding: 2em 0 4em;
    position: relative
}

#template-contact_100.branches {
    padding: 2em 0 4em;
    margin: 0 auto
}

#template-contact_100.branches .header {
    padding: 15px 3em 15px 0
}

#template-contact_100.branches .items {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

#template-contact_100.branches .items a {
    color: var(--font-color)
}

#template-contact_100.branches .items.layout-list .item {
    width: 100%;
    margin: 1em 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#template-contact_100.branches .items.layout-list .item:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 2em
}

#template-contact_100.branches .items.layout-list .item__img {
    width: 100%
}

#template-contact_100.branches .items.layout-list .item__content {
    flex: 1;
    padding: 1em 0 1em 2em;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

#template-contact_100.branches .items.column-3 .item {
    width: calc(100% / 3 - 1em);
    margin: 0 1em 2em 0
}

#template-contact_100.branches .items.column-2 .item {
    width: calc(100% / 2 - 1em);
    margin: 0 1em 2em 0
}

#template-contact_100.branches .items .item {
    position: relative;
    margin: 0 1em 2em 0;
    padding: 0 2em 0 0
}

#template-contact_100.branches .items .item__img {
    width: 100%;
    height: 300px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.7));
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-contact_100.branches .items .item__img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.65
}

#template-contact_100.branches .items .item__img.img__grayscale {
    background: linear-gradient(0deg, #000, #020202)
}

#template-contact_100.branches .items .item__img.img__grayscale img {
    filter: grayscale(1) brightness(1);
    -webkit-filter: grayscale(1) brightness(1)
}

#template-contact_100.branches .items .item__img.img__organic img {
    border-radius: 51% 49% 55% 45% / 42% 40% 60% 58%
}

#template-contact_100.branches .items .item__img.img__rounded {
    border-radius: 8px
}

#template-contact_100.branches .items .item__img.img__rounded img {
    border-radius: 8px
}

#template-contact_100.branches .items .item__img.img__rounded .item--hover {
    border-radius: 8px
}

#template-contact_100.branches .items .item__img.img__circle {
    border-radius: 50%;
    height: 260px;
    width: 260px
}

#template-contact_100.branches .items .item__img.img__circle img {
    border-radius: 50%
}

#template-contact_100.branches .items .item__img.img__circle .item--hover {
    border-radius: 50%
}

#template-contact_100.branches .items .item__content {
    padding: 0 0 2em;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-contact_100.branches .items .item__content.content-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

#template-contact_100.branches .items .item__content .item-title {
    margin: 0 0 10px;
    padding: 0
}

#template-contact_100.branches .items .item__content .item-desc {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#template-contact_100.branches .items .item-info .item--address .item__add, #template-contact_100.branches .items .item-info .item--address .item__postcode {
    margin: 0 0 0.5em
}

#template-contact_100.branches .items .item-info i {
    margin-right: 10px
}

#template-contact_100.branches .items .item .branch-map {
    width: 360px;
    height: 230px
}

#template-contact_100.branches .items .item .branch-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 0.5em
}

#template-contact_100.branches .items .item .branch-social li {
    margin-right: 0.85em
}

#template-contact_100.branches .items .item:hover > *:not(.item__img) {
    opacity: 1
}

#template-contact_100.branches .items .item:hover .item-desc {
    opacity: 1;
    display: block
}

#template-contact_100.branches .items .item:hover .item__img {
    box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.5);
    background: var(--bg-color)
}

#template-contact_100.branches .items .item:hover .item__img img {
    opacity: 0.2
}

@media (max-width: 1170px) {
    #template-contact_100.branches .items .item {
        width: calc(33.33% - 2em)
    }

    #template-contact_100.branches .items .item__img {
        height: auto
    }

    #template-contact_100.branches .items .item__img.img__circle, #template-contact_100.branches .items .item__img.img__square {
        width: 220px;
        height: 220px
    }

    #template-contact_100.branches .items .item__img.img__circle img, #template-contact_100.branches .items .item__img.img__square img {
        width: 220px;
        height: 220px
    }
}

@media (max-width: 767px) {
    #template-contact_100.branches .items .item {
        width: calc(50% - 2em)
    }
}

@media (max-width: 568px) {
    #template-contact_100.branches .items {
        padding: 0;
        margin: 0 auto
    }

    #template-contact_100.branches .items.column-3 .item, #template-contact_100.branches .items.column-2 .item {
        width: 100%;
        margin: 0 auto 2em
    }

    #template-contact_100.branches .items.layout-list .item {
        margin: 0;
        padding: 1em 0 0
    }

    #template-contact_100.branches .items.layout-list .item__content {
        padding: 1em 0 0.5em
    }

    #template-contact_100.branches .items .item {
        width: 100%;
        margin: 1em auto
    }

    #template-contact_100.branches .items .item__img {
        height: 300px
    }
}

@media (max-width: 899px) {
    #template-contact_100 .grid-flex {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #template-contact_100 .grid-flex .col-9, #template-contact_100 .grid-flex .col-3 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0
    }
}

#search.filters {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 2em;
    padding: 0 0 1em
}

#search.filters .quick-search.search__item {
    margin: 0 1.5em 0 0;
    position: relative
}

#search.filters .quick-search.search__item input, #search.filters .quick-search.search__item select {
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 45px;
    padding: 10px 15px;
    background: var(--bg-light);
    border-radius: 6px;
    width: 100%;
    font-size: 16px
}

#search.filters .quick-search.search__item input:hover, #search.filters .quick-search.search__item input:focus, #search.filters .quick-search.search__item select:hover, #search.filters .quick-search.search__item select:focus {
    border-color: #282a32;
    color: #282a32
}

#search.filters .quick-search.search__item:after {
    background-size: contain;
    content: "";
    display: inline-block;
    height: 14px;
    width: 15px;
    position: absolute;
    z-index: 1;
    top: 30%;
    right: 1em
}

#search.filters span {
    margin: 0 1em 0 0
}

#search.filters span p {
    margin: 0
}

#search.filters .filter-buttons {
    border-right: 1px solid rgba(40, 42, 50, 0.3);
    padding-right: 1em
}

#search.filters .filter-select {
    margin: 0 1em;
    padding: 0.8em 1em;
    border: none;
    background: #f3f3f4;
    border-radius: 8px
}

#search.filters .filter-combo {
    padding: 0 1em
}

#search.filters .filter-combo label {
    padding: 0 2em 0 0;
    font-weight: 400
}

#search.filters .filter-combo label input {
    margin-right: 8px
}

@media (max-width: 767px) {
    #search.filters .quick-search.search__item {
        margin: 0 1.5em 1em 0
    }
}

#template-events_100 {
    overflow: hidden
}

#template-events_100.events {
    position: relative;
    padding: 4em 0;
    margin: 0 auto
}

#template-events_100.events .header {
    padding: 20px 0 15px
}

#template-events_100.events .items {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1em
}

#template-events_100.events .items.layout-list .item {
    width: 100%;
    margin: 0 1em 2em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

#template-events_100.events .items.layout-list .item__img {
    width: 340px;
    margin: 0;
    height: 210px
}

#template-events_100.events .items.layout-list .item__content {
    width: calc(100% - 340px);
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 260px
}

#template-events_100.events .items.layout-list .item__content .item-desc {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#template-events_100.events .items.column-2 .item {
    width: calc(100% / 2 - 1em);
    margin: 0 1em 2em
}

#template-events_100.events .items.column-2 .item__img {
    height: 300px;
    width: 300px
}

#template-events_100.events .items.column-2 .item__img img {
    height: 100%;
    width: 100%
}

#template-events_100.events .items.column-2 .item__content {
    width: calc(100% - 300px)
}

#template-events_100.events .items.column-2 .item__content .disc-name {
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

#template-events_100.events .items .item {
    position: relative;
    width: calc(100% / 3 - 2em);
    margin: 0 1em 2em;
    overflow: hidden
}

#template-events_100.events .items .item.box-shadow {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1)
}

#template-events_100.events .items .item__img {
    width: 100%;
    height: 200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-events_100.events .items .item__img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-events_100.events .items .item__img.img__grayscale {
    background: linear-gradient(0deg, #000, #020202)
}

#template-events_100.events .items .item__img.img__grayscale img {
    filter: grayscale(1) brightness(1);
    -webkit-filter: grayscale(1) brightness(1)
}

#template-events_100.events .items .item__img.img__organic img {
    border-radius: 51% 49% 55% 45% / 42% 40% 60% 58%
}

#template-events_100.events .items .item__img.img__rounded {
    border-radius: 8px
}

#template-events_100.events .items .item__img.img__rounded img {
    border-radius: 8px
}

#template-events_100.events .items .item__img.img__rounded .item--hover {
    border-radius: 8px
}

#template-events_100.events .items .item__img.img__circle {
    border-radius: 50%;
    height: 260px;
    width: 260px
}

#template-events_100.events .items .item__img.img__circle img {
    border-radius: 50%
}

#template-events_100.events .items .item__img.img__circle .item--hover {
    border-radius: 50%
}

#template-events_100.events .items .item__content {
    padding: 1em 1.5em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-events_100.events .items .item__content.content-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

#template-events_100.events .items .item__content .item-title {
    padding: 0;
    line-height: 1.4 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#template-events_100.events .items .item__content .item-desc {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#template-events_100.events .items .item-date {
    background: #282a32;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.65em 0.85em;
    color: #fff;
    font-size: 80%
}

#template-events_100.events .items .item-location, #template-events_100.events .items .item-date, #template-events_100.events .items .item-time {
    margin: 0 0 8px;
    font-size: 90%
}

#template-events_100.events .items .item-location i, #template-events_100.events .items .item-date i, #template-events_100.events .items .item-time i {
    margin: 0 5px 0 0;
    width: 15px;
    color: var(--font-color)
}

#template-events_100.events .items .item-location, #template-events_100.events .items .item-time {
    width: 100%
}

#template-events_100.events .items .item-tag {
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5em
}

#template-events_100.events .items .item-tag .tag {
    display: inline-block;
    margin: 0 10px 0 0;
    background: #000;
    font-size: 75%;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 0 0 0.5em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-events_100.events .items .item-tag .tag a {
    color: #fff;
    display: block;
    text-decoration: none
}

#template-events_100.events .items .item-tag .tag:hover {
    background: #386097
}

#template-events_100.events .items .item-tag .tag:hover a {
    color: #fff
}

#template-events_100.events .items .item:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
    background: var(--bg-light)
}

@media (max-width: 1170px) {
    #template-events_100.events .items.layout-list .item__content {
        width: 100%
    }

    #template-events_100.events .items .item {
        width: calc(100% / 2 - 2.5em)
    }

    #template-events_100.events .items .item__img {
        height: auto
    }

    #template-events_100.events .items .item__img.img__circle, #template-events_100.events .items .item__img.img__square {
        width: 100%;
        height: 260px
    }

    #template-events_100.events .items .item__img.img__circle img, #template-events_100.events .items .item__img.img__square img {
        width: 100%;
        height: 100%
    }
}

@media (max-width: 568px) {
    #template-events_100.events .items {
        padding: 0;
        margin: 0 auto
    }

    #template-events_100.events .items.layout-list .item {
        margin: 1em auto
    }

    #template-events_100.events .items .item {
        width: 100%;
        margin: 1em auto
    }

    #template-events_100.events .items .item__img {
        height: 300px
    }
}

@media (max-width: 360px) {
    #template-events_100.events .items.layout-list .item {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 999px) {
    #template-events_100 .grid-flex {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #template-events_100 .grid-flex .col-9, #template-events_100 .grid-flex .col-3 {
        width: 100%;
        max-width: 100%
    }
}

#general-content-101 {
    margin: 0 auto;
    padding: 20px;
    background: #f6f6f7
}

#general-content-101 header h4 {
    color: #495966
}

#general-content-101 figure {
    width: 90px;
    height: 90px
}

#general-content-101 figure img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: contain;";
    object-fit: contain
}

#general-content-101 article .general-1, #general-content-101 article .general-2, #general-content-101 article .general-3, #general-content-101 article .general-4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    padding: 30px 30px
}

#general-content-101 .slider-nav-general {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

#general-content-101 .slider-nav-general .prev-slide-general, #general-content-101 .slider-nav-general .next-slide-general {
    display: none;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer
}

#general-content-101 .slider-nav-general .prev-slide-general i, #general-content-101 .slider-nav-general .next-slide-general i {
    color: #c25700;
    vertical-align: bottom
}

#general-content-101 .slider-nav-general .prev-slide-general:hover i, #general-content-101 .slider-nav-general .next-slide-general:hover i {
    color: #386097
}

@media (max-width: 1280px) {
    #general-content-101 .slider-nav-general .prev-slide-general, #general-content-101 .slider-nav-general .next-slide-general {
        display: inline-block
    }
}

@media (max-width: 991px) {
    #general-content-101 article {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #general-content-101 article .general-1, #general-content-101 article .general-2, #general-content-101 article .general-3, #general-content-101 article .general-4 {
        padding: 30px 0
    }
}

#general-content-114 {
    margin: 0 auto;
    padding: 20px;
    background: #f6f6f7
}

#general-content-114 header h4 {
    color: #495966
}

#general-content-114 figure {
    width: 90px;
    height: 90px
}

#general-content-114 figure img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: contain;";
    object-fit: contain
}

#general-content-114 article .general-1, #general-content-114 article .general-2, #general-content-114 article .general-3, #general-content-114 article .general-4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    padding: 30px 30px
}

#general-content-114 .slider-nav-general {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

#general-content-114 .slider-nav-general .prev-slide-general, #general-content-114 .slider-nav-general .next-slide-general {
    display: none;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer
}

#general-content-114 .slider-nav-general .prev-slide-general i, #general-content-114 .slider-nav-general .next-slide-general i {
    color: #c25700;
    vertical-align: bottom
}

#general-content-114 .slider-nav-general .prev-slide-general:hover i, #general-content-114 .slider-nav-general .next-slide-general:hover i {
    color: #386097
}

@media (max-width: 1280px) {
    #general-content-114 .slider-nav-general .prev-slide-general, #general-content-114 .slider-nav-general .next-slide-general {
        display: inline-block
    }
}

@media (max-width: 991px) {
    #general-content-114 article {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #general-content-114 article .general-1, #general-content-114 article .general-2, #general-content-114 article .general-3, #general-content-114 article .general-4 {
        padding: 30px 0
    }
}

#side-jobs_100 {
    padding: 0.5em 2em;
    background: var(--bg-light)
}

#side-jobs_100 .header {
    border-bottom: 1px solid #282a32;
    padding: 1em 0 0
}

#side-jobs_100 .job--details {
    display: block;
    padding: 0 0 1em
}

#side-jobs_100 .job--details .job-title {
    display: block;
    width: 100%
}

#side-jobs_100 .job--details .job-title a {
    color: var(--font-color)
}

#side-jobs_100 .job--details .job-discipline {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#side-jobs_100 .job--details .job-type:before {
    content: "\f017";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px
}

#side-jobs_100 .job--details .job-location:before {
    content: "\f041";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px
}

#side-jobs_100 .job--details .job-type, #side-jobs_100 .job--details .job-location {
    display: block;
    margin-bottom: 0.5em;
    font-size: 90%;
    width: 100%
}

#side-jobs_100 .job--details .job-type:before, #side-jobs_100 .job--details .job-location:before {
    width: 20px
}

#side-jobs_100 .job--details .job-desc {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#side-jobs_100 .job--details .posted-date {
    margin-bottom: 10px;
    display: block;
    font-size: 80%
}

#side-jobs_100 .job--details .posted-date:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    padding-right: 6px;
    vertical-align: middle
}

#side-jobs_100 .job--details .btn--wrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#side-jobs_100 .job--details .item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
    padding: 1.2em 0 0.8em;
    margin-bottom: 0.5em
}

#side-jobs_100 .job--details .item:last-of-type {
    border: none
}

#side-jobs_100 .job--details .item:hover {
    border-bottom: 1px solid #386097
}

#side-jobs_100 .job--details .item:hover .job-title a {
    color: #386097
}

#side-jobs_100 .job--details .item:hover:last-of-type {
    border: none
}

#side-jobs_100 .job--details .item:hover .posted-date:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    background: #386097
}

#side-jobs_100 .cta-link {
    color: #386097;
    display: block;
    padding: 0.5em 2em 1.5em;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#side-jobs_100 .cta-link:after {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    color: #282a32;
    padding-left: 10px;
    opacity: 0
}

#side-jobs_100 .cta-link:hover {
    color: #282a32;
    background: transparent
}

#side-jobs_100 .cta-link:hover:after {
    opacity: 1
}

#share-blogs_100.social-share {
    padding: 0 1% 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    background: #f5f4f4
}

#share-blogs_100.social-share.fixed {
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 1;
    -moz-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
}

#share-blogs_100.social-share header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-grow: 1;
    padding: 0 10px
}

#share-blogs_100.social-share header h5 {
    margin: 0;
    color: #282a32
}

#share-blogs_100.social-share ol, #share-blogs_100.social-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -ms-justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly
}

#share-blogs_100.social-share ol.fill-circle li a, #share-blogs_100.social-share ul.fill-circle li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #282a32
}

#share-blogs_100.social-share ol li, #share-blogs_100.social-share ul li {
    margin: 10px 8px;
    text-align: center
}

#share-blogs_100.social-share ol li a, #share-blogs_100.social-share ul li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 110%;
    display: block
}

#share-blogs_100.social-share ol li a .text, #share-blogs_100.social-share ul li a .text {
    display: none
}

#share-blogs_100.social-share ol li i, #share-blogs_100.social-share ul li i {
    color: #282a32;
    font-size: 110%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#share-blogs_100.social-share ol li.fb a i:hover, #share-blogs_100.social-share ul li.fb a i:hover {
    color: #3b5998
}

#share-blogs_100.social-share ol li.tw a i:hover, #share-blogs_100.social-share ul li.tw a i:hover {
    color: #1da1f2
}

#share-blogs_100.social-share ol li.ln a i:hover, #share-blogs_100.social-share ul li.ln a i:hover {
    color: #007bb5
}

#share-blogs_100.social-share ol li.whatsapp a i:hover, #share-blogs_100.social-share ul li.whatsapp a i:hover {
    color: #25d366
}

#share-blogs_100.social-share ol li.mail a i:hover, #share-blogs_100.social-share ul li.mail a i:hover {
    color: #282a32
}

#share-blogs_100.social-share ol li:hover a, #share-blogs_100.social-share ul li:hover a {
    color: #282a32;
    border: none
}

#share-blogs_100.social-share ol li:hover a i, #share-blogs_100.social-share ul li:hover a i {
    color: #282a32
}

#share-blogs_100.social-share ol.circle li a, #share-blogs_100.social-share ul.circle li a {
    border-radius: 50%
}

#share-blogs_100.social-share ol.rounded li a, #share-blogs_100.social-share ul.rounded li a {
    border-radius: 6px
}

#share-blogs_100.social-share ol.fill li, #share-blogs_100.social-share ul.fill li {
    margin: 10px 4px
}

#share-blogs_100.social-share ol.fill li a, #share-blogs_100.social-share ul.fill li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #f6f6f6;
    height: 35px;
    width: 35px;
    font-size: 1.2rem
}

#share-blogs_100.social-share ol.fill li a i, #share-blogs_100.social-share ul.fill li a i {
    font-size: 1.2rem
}

@media (max-width: 568px) {
    #share-blogs_100.social-share header {
        display: none
    }
}

#blog-archive .heading {
    padding: 0;
    border-bottom: 1px solid #282a32;
    margin-bottom: 1em
}

#blog-archive a {
    color: var(--font-color)
}

#blog-archive a:hover {
    color: #386097
}

#blog-archive.card {
    background: var(--bg-light);
    padding: 1em 1.5em;
    border: none
}

#blog-archive .list-group--item {
    margin: 0 0 0.85em;
    display: block
}

#search_blogs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 2em;
    padding: 0 0 1em
}

#search_blogs.card {
    background: var(--bg-light);
    padding: 1em 1.5em;
    border: none
}

#search_blogs .quick-search.search__item {
    margin: 0 0 1em 0;
    position: relative;
    width: 100%
}

#search_blogs .quick-search.search__item input, #search_blogs .quick-search.search__item select {
    border: 1px solid var(--bg-light);
    height: 45px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    width: 100%;
    font-size: 16px
}

#search_blogs .quick-search.search__item input:hover, #search_blogs .quick-search.search__item input:focus, #search_blogs .quick-search.search__item select:hover, #search_blogs .quick-search.search__item select:focus {
    border-color: #282a32;
    color: #282a32
}

#search_blogs .quick-search.search__item:after {
    background-size: contain;
    content: "";
    display: inline-block;
    height: 14px;
    width: 15px;
    position: absolute;
    z-index: 1;
    top: 30%;
    right: 1em
}

#search_blogs .filter-buttons {
    border-right: 1px solid rgba(40, 42, 50, 0.3);
    padding-right: 1em
}

#search_blogs .filter-select {
    margin: 0 0 1em 0;
    padding: 0.8em 1em;
    border: none;
    background: #f3f3f4;
    border-radius: 8px;
    width: 100%
}

#search_blogs .filter-combo {
    padding: 0 1em
}

#search_blogs .filter-combo label {
    padding: 0 2em 0 0;
    font-weight: 400
}

#search_blogs .filter-combo label input {
    margin-right: 8px
}

@media (max-width: 767px) {
    #search_blogs .quick-search.search__item {
        margin: 0 1.5em 1em 0
    }
}

#side-consultants_100 {
    overflow: hidden;
    background: var(--bg-light);
    padding: 0 1em
}

#side-consultants_100.consultants {
    position: relative;
    margin: 0 auto
}

#side-consultants_100.consultants .header {
    padding: 1em 0
}

#side-consultants_100.consultants .team {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 auto
}

#side-consultants_100.consultants .team.team__slider {
    display: block;
    padding: 0 1em
}

#side-consultants_100.consultants .team.team__slider .item {
    margin: 0 1em
}

#side-consultants_100.consultants .team .item {
    position: relative;
    margin: 0 auto 1em;
    width: 100%
}

#side-consultants_100.consultants .team .item:after {
    content: "";
    background: rgba(0, 0, 0, 0.15);
    height: 1px;
    width: 100%;
    display: block;
    margin-bottom: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#side-consultants_100.consultants .team .item__img {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#side-consultants_100.consultants .team .item__img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    object-position: top center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#side-consultants_100.consultants .team .item__img.img__grayscale {
    background: linear-gradient(0deg, #000, #020202)
}

#side-consultants_100.consultants .team .item__img.img__grayscale img {
    filter: grayscale(1) brightness(1);
    -webkit-filter: grayscale(1) brightness(1)
}

#side-consultants_100.consultants .team .item__img.img__organic img {
    border-radius: 51% 49% 55% 45% / 42% 40% 60% 58%
}

#side-consultants_100.consultants .team .item__img.img__rounded {
    border-radius: 8px
}

#side-consultants_100.consultants .team .item__img.img__rounded img {
    border-radius: 8px
}

#side-consultants_100.consultants .team .item__img.img__square img {
    height: 200px;
    width: 200px
}

#side-consultants_100.consultants .team .item__img.img__circle img {
    border-radius: 50%;
    height: 200px;
    width: 200px
}

#side-consultants_100.consultants .team .item__content {
    padding: 0.8em;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#side-consultants_100.consultants .team .item__content .con-name {
    margin: 0 0 5px;
    padding: 0;
    width: 100%
}

#side-consultants_100.consultants .team .item__content .con-position {
    margin-bottom: 0.5em
}

#side-consultants_100.consultants .team .item__content .desc {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#side-consultants_100.consultants .team .item__content .view-btn {
    width: 100%;
    display: block
}

#side-consultants_100.consultants .team .item__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 1em
}

#side-consultants_100.consultants .team .item__social.space-between {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#side-consultants_100.consultants .team .item__social li {
    margin: 0.5em 0
}

#side-consultants_100.consultants .team .item__social li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#side-consultants_100.consultants .team .item__social li a.email i, #side-consultants_100.consultants .team .item__social li a.branch-name i, #side-consultants_100.consultants .team .item__social li a.linked_in i, #side-consultants_100.consultants .team .item__social li a.phone i, #side-consultants_100.consultants .team .item__social li a.tw i, #side-consultants_100.consultants .team .item__social li a.fb i {
    color: var(--font-color);
    width: 25px
}

#side-consultants_100.consultants .team .item__social li a.email svg, #side-consultants_100.consultants .team .item__social li a.branch-name svg, #side-consultants_100.consultants .team .item__social li a.linked_in svg, #side-consultants_100.consultants .team .item__social li a.phone svg, #side-consultants_100.consultants .team .item__social li a.tw svg, #side-consultants_100.consultants .team .item__social li a.fb svg {
    height: 25px;
    width: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#side-consultants_100.consultants .team .item__social li a.linked_in i, #side-consultants_100.consultants .team .item__social li a.tw i, #side-consultants_100.consultants .team .item__social li a.fb i {
    width: 25px;
    color: var(--font-color);
    font-size: 120%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#side-consultants_100.consultants .team .item__social li a.linked_in svg, #side-consultants_100.consultants .team .item__social li a.tw svg, #side-consultants_100.consultants .team .item__social li a.fb svg {
    height: 18px;
    width: 18px
}

#side-consultants_100.consultants .team .item__social li a.linked_in svg path, #side-consultants_100.consultants .team .item__social li a.linked_in svg g, #side-consultants_100.consultants .team .item__social li a.tw svg path, #side-consultants_100.consultants .team .item__social li a.tw svg g, #side-consultants_100.consultants .team .item__social li a.fb svg path, #side-consultants_100.consultants .team .item__social li a.fb svg g {
    fill: var(--font-color)
}

#side-consultants_100.consultants .team .item__social li a.linked_in .linkedin_profile, #side-consultants_100.consultants .team .item__social li a.tw .linkedin_profile, #side-consultants_100.consultants .team .item__social li a.fb .linkedin_profile {
    display: none
}

#side-consultants_100.consultants .team .item__social li a:hover.email svg path, #side-consultants_100.consultants .team .item__social li a:hover.phone svg path {
    fill: #386097
}

#side-consultants_100.consultants .team .item:hover:after {
    background: #386097
}

@media (max-width: 1170px) {
    #side-consultants_100.consultants .team .item__img.img__circle img {
        height: 140px;
        width: 140px
    }
}

@media (max-width: 360px) {
    #side-consultants_100.consultants .team .item {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 10px auto;
        width: 100%
    }

    #side-consultants_100.consultants .team .item__social li a {
        text-align: left;
        font-size: 13px
    }

    #side-consultants_100.consultants .team .item__img img {
        width: 100%
    }
}

#job-alert-success_100 {
    text-align: center
}

#job-alert-success_100.job-alerts {
    padding: 2em 0
}

#job-alert-success_100.job-alerts .message {
    margin-bottom: 1em
}

#job-alert-success_100.job-alerts .message .quick-links {
    padding: 1em 0
}

#job-alert-success_100.job-alerts .message .quick-links a {
    margin: 0 10px
}

.awli-widget-holder {
    text-align: center
}

#job-application_100 {
    margin: 2em auto;
    overflow-x: hidden
}

#job-application_100 #new_job_application {
    width: 100%;
    margin: 0 auto
}

#job-application_100 #new_job_application input {
    font-size: 14px
}

#job-application_100 #new_job_application label {
    font-weight: 400
}

#job-application_100 #new_job_application input[type="text"] {
    padding: 1.5em
}

#job-application_100 #new_job_application input[type="checkbox"], #job-application_100 #new_job_application input[type="radio"] {
    margin: 0 0.5em
}

#job-application_100 #new_job_application .form-group {
    padding: 0
}

#job-application_100 #new_job_application #cvs-upload-form .row {
    margin: 0
}

#job-application_100 #new_job_application #cvs-upload-form .uploader-show-link {
    padding: 0em
}

#job-application_100 #new_job_application p {
    font-size: 80%
}

#job-application_100 #new_job_application .hidden {
    display: none
}

#job-application_100 #new_job_application .uploader-show-link {
    padding: 0 0.85em
}

#job-application_100 #new_job_application .actions {
    margin: 1em auto 0;
    text-align: center;
    width: 100%;
    padding: 0
}

#job-application_100 #new_job_application .actions input {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 120%;
    padding: 25px 40px;
    width: 100%;
    margin: 0 auto
}

#job-application_100 #new_job_application .actions input:hover, #job-application_100 #new_job_application .actions input:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

#job-application_100 .job-apply {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex: 1
}

#job-application_100 .job-apply__details {
    width: 65%;
    display: inline-flex
}

#job-application_100 .job-apply__details .job-title {
    font-size: 46px;
    line-height: 1.2
}

#job-application_100 .job-apply__details ul li, #job-application_100 .job-apply__details ul dd, #job-application_100 .job-apply__details dl li, #job-application_100 .job-apply__details dl dd {
    padding: 8px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#job-application_100 .job-apply__details ul li .text, #job-application_100 .job-apply__details ul dd .text, #job-application_100 .job-apply__details dl li .text, #job-application_100 .job-apply__details dl dd .text {
    color: var(--font-color);
    padding: 0 15px 0 0;
    min-width: 150px
}

#job-application_100 .job-apply__details ul li .list a, #job-application_100 .job-apply__details ul dd .list a, #job-application_100 .job-apply__details dl li .list a, #job-application_100 .job-apply__details dl dd .list a {
    line-height: 1.4
}

#job-application_100 .job-apply__form {
    background-color: var(--bg-light);
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 2em;
    position: relative;
    width: 35%
}

#job-application_100 .job-apply__form .bg_img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%
}

#job-application_100 .job-apply__form .bg_img img {
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    height: 100%;
    width: 100%
}

#job-application_100 .job-apply__details {
    padding: 0 2em 2em 0
}

#job-application_100 .job-apply .icon {
    margin-right: 0.65em;
    width: 15px
}

@media (max-width: 769px) {
    #job-application_100 .job-apply__form, #job-application_100 .job-apply__details {
        width: 100%;
        margin: 0 auto
    }

    #job-application_100 .job-apply__form .job-title, #job-application_100 .job-apply__details .job-title {
        font-size: 30px
    }

    #job-application_100 .job-apply__form {
        padding: 1em
    }
}

#job-application_100 .line-divider {
    line-height: 0.5;
    text-align: center;
    position: relative;
    color: var(--font-color);
    margin: 1em 0
}

#job-application_100 .line-divider span {
    display: inline-block;
    position: relative;
    font-size: 80%
}

#job-application_100 .line-divider span:before, #job-application_100 .line-divider span:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #c3c3c3;
    top: 0;
    width: 5vw
}

#job-application_100 .line-divider span:before {
    right: 100%;
    margin-right: 15px
}

#job-application_100 .line-divider span:after {
    left: 100%;
    margin-left: 15px
}

#job-application_100 .site--logo {
    width: 100%;
    margin: 0 auto 0.85em;
    text-align: center
}

#job-application_100 .site--logo img {
    height: 50px;
    width: auto;
    font-family: "object-fit: contain;";
    object-fit: contain
}

#job-application_100 #social-login {
    padding: 0 1em;
    width: 100%;
    margin: 0 auto
}

#job-application_100 #social-login .social-login {
    padding: 15px;
    margin: 5px auto;
    display: block;
    text-align: center
}

#job-application_100 #social-login .social-login.linkedin {
    background-color: #007bb5;
    color: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 120%;
    letter-spacing: 0.5px
}

#job-application_100 #social-login .social-login.linkedin .linkedin__logo {
    background: url(https://image-assets.manpower.volcanic.cloud/api/v1/assets/images/45c0c26f7c42949c8a3a26120c8928ca?t=1640877733) no-repeat;
    width: 80px;
    height: 20px;
    margin-bottom: 3px;
    margin-left: 6px;
    display: inline-block;
    background-size: contain
}

#job-application_100 #social-login .social-login.seek {
    background-color: #e60278;
    color: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
    letter-spacing: 0.5px
}

#job-application_100 #social-login .social-login.seek .seek__logo {
    background: url(/images/seek.png) no-repeat;
    width: 75px;
    height: 30px;
    margin-left: 6px;
    display: inline-block;
    background-size: contain
}

@media (max-width: 425px) {
    #job-application_100 .job-apply__details {
        padding: 0
    }

    #job-application_100 .job-apply__details ul dd, #job-application_100 .job-apply__details dl dd {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #job-application_100 .job-apply__details ul dd .text, #job-application_100 .job-apply__details dl dd .text {
        min-width: 100%
    }

    #job-application_100 .job-apply__details ul dd .list, #job-application_100 .job-apply__details dl dd .list {
        margin-left: 1.5em
    }

    #job-application_100 #social-login {
        padding: 0
    }
}

#register-101 .login-register-page .simple_form {
    margin: 0
}

#register-101 .login-register-page .file input {
    padding: 10px 0 !important;
    font-size: 12px
}

#register-101 .login-register-page #h1-text {
    text-align: center;
    padding-bottom: 12px;
    font-size: 26px;
    display: block;
    font-weight: bold
}

#register-101 .login-register-page a.linkedin span, #register-101 .login-register-page a.facebook span {
    display: inline-block;
    width: 60px;
    height: 20px;
    margin-left: 5px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translateY(4px)
}

#register-101 .login-register-page a.linkedin span {
    background-image: url(https://image-assets.manpower.volcanic.cloud/api/v1/assets/images/2dbb3c3bd5a58cc571e4c8a24ece99c2?t=1642700925)
}

#register-101 .login-register-page a.facebook span {
    background-image: url(/images/facebook.png)
}

#register-101 .login-register-page .login-register-wrapper {
    margin: 0 auto;
    width: 350px;
    max-width: 90%
}

#register-101 .login-register-page .login-register-wrapper > div {
    width: 100%
}

#register-101 .login-register-page .login-register-wrapper > div .btn {
    width: 100%;
    color: #ffffff;
    margin-bottom: 1rem;
    padding: 0.8rem 1rem
}

#register-101 .login-register-page .login-register-wrapper > div .btn.linkedin {
    background: #007bb6;
    border-color: #007bb6
}

#register-101 .login-register-page .login-register-wrapper > div .btn.linkedin:hover {
    background: #0067a2;
    border-color: #0067a2
}

#register-101 .login-register-page .login-register-wrapper > div .btn.facebook {
    background: #3b5998;
    border-color: #3b5998
}

#register-101 .login-register-page .login-register-wrapper > div .btn.facebook:hover {
    background: #274584;
    border-color: #274584
}

#register-101 .login-register-page .login-register-wrapper > div > form {
    width: 100%
}

#register-101 .login-register-page .login-register-wrapper > div > form .form-group {
    margin-bottom: 10px;
    padding: 0
}

#register-101 .login-register-page .login-register-wrapper > div > form input {
    height: 40px;
    padding: 1rem;
    width: 100%
}

#register-101 .login-register-page .login-register-wrapper > div > form input:focus {
    -webkit-box-shadow: 0px 0px 2px 5px #98cdf8;
    -moz-box-shadow: 0px 0px 2px 5px #98cdf8;
    box-shadow: 0px 0px 2px 3px #98cdf8
}

#register-101 .login-register-page .login-register-wrapper > div > form input:-webkit-autofill, #register-101 .login-register-page .login-register-wrapper > div > form input:-webkit-autofill:hover, #register-101 .login-register-page .login-register-wrapper > div > form input:-webkit-autofill:focus, #register-101 .login-register-page .login-register-wrapper > div > form input:-webkit-autofill:active {
    background-color: #fff
}

#register-101 .login-register-page .login-register-wrapper > div > form button {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 80%;
    padding: 10px 15px;
    display: block;
    width: 100%;
    font-weight: 400
}

#register-101 .login-register-page .login-register-wrapper > div > form button:hover, #register-101 .login-register-page .login-register-wrapper > div > form button:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

#register-101 .login-register-page .login-register-wrapper .divider {
    margin: 5px 0;
    font-size: 16px;
    position: relative;
    width: 100%;
    text-align: center
}

#register-101 .login-register-page .login-register-wrapper .divider:before, #register-101 .login-register-page .login-register-wrapper .divider:after {
    content: "";
    position: absolute;
    height: 1px;
    background: rgba(40, 42, 50, 0.25);
    width: 45%;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

#register-101 .login-register-page .login-register-wrapper .divider:after {
    right: 0;
    left: auto
}

#register-101 .login-register-page .login-register-wrapper .already-registered {
    text-align: center
}

#register-101 .login-register-page .login-register-wrapper .already-registered p, #register-101 .login-register-page .login-register-wrapper .already-registered a {
    text-align: center
}

#register-101 .login-register-page .login-register-wrapper .already-registered a {
    color: #c25700;
    font-weight: 600
}

#register-101 .login-register-page .login-register-wrapper .already-registered a:hover {
    color: #386097
}

#register-101 .login-register-page .forgot-password {
    font-size: 14px;
    margin-top: 10px
}

#register-101 .login-register-page .already-registered {
    background: #f2f2f2;
    padding: 15px
}

#login-100 .login-register-page #h1-text {
    text-align: center;
    padding-bottom: 12px;
    font-size: 26px;
    display: block;
    font-weight: bold
}

#login-100 .login-register-page a.linkedin span, #login-100 .login-register-page a.facebook span {
    display: inline-block;
    width: 60px;
    height: 20px;
    margin-left: 5px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transform: translateY(4px)
}

#login-100 .login-register-page a.linkedin span {
    background-image: url(https://image-assets.manpower.volcanic.cloud/api/v1/assets/images/2dbb3c3bd5a58cc571e4c8a24ece99c2?t=1642700925)
}

#login-100 .login-register-page a.facebook span {
    background-image: url(/images/facebook.png)
}

#login-100 .login-register-page .login-register-wrapper {
    margin: 0 auto;
    width: 350px;
    max-width: 90%
}

#login-100 .login-register-page .login-register-wrapper > div {
    width: 100%
}

#login-100 .login-register-page .login-register-wrapper > div .btn {
    width: 100%;
    color: #ffffff;
    margin-bottom: 1rem;
    padding: 0.8rem 1rem
}

#login-100 .login-register-page .login-register-wrapper > div .btn.linkedin {
    background: #007bb6;
    border-color: #007bb6
}

#login-100 .login-register-page .login-register-wrapper > div .btn.linkedin:hover {
    background: #0067a2;
    border-color: #0067a2
}

#login-100 .login-register-page .login-register-wrapper > div .btn.facebook {
    background: #3b5998;
    border-color: #3b5998
}

#login-100 .login-register-page .login-register-wrapper > div .btn.facebook:hover {
    background: #274584;
    border-color: #274584
}

#login-100 .login-register-page .login-register-wrapper > div > form {
    width: 100%
}

#login-100 .login-register-page .login-register-wrapper > div > form .form-group {
    margin-bottom: 10px;
    padding: 0
}

#login-100 .login-register-page .login-register-wrapper > div > form input {
    height: 40px;
    padding: 1rem;
    width: 100%
}

#login-100 .login-register-page .login-register-wrapper > div > form input:focus {
    -webkit-box-shadow: 0px 0px 2px 5px #98cdf8;
    -moz-box-shadow: 0px 0px 2px 5px #98cdf8;
    box-shadow: 0px 0px 2px 3px #98cdf8
}

#login-100 .login-register-page .login-register-wrapper > div > form input:-webkit-autofill, #login-100 .login-register-page .login-register-wrapper > div > form input:-webkit-autofill:hover, #login-100 .login-register-page .login-register-wrapper > div > form input:-webkit-autofill:focus, #login-100 .login-register-page .login-register-wrapper > div > form input:-webkit-autofill:active {
    background-color: #fff
}

#login-100 .login-register-page .login-register-wrapper > div > form button {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 80%;
    padding: 10px 15px;
    display: block;
    width: 100%;
    font-weight: 400
}

#login-100 .login-register-page .login-register-wrapper > div > form button:hover, #login-100 .login-register-page .login-register-wrapper > div > form button:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

#login-100 .login-register-page .login-register-wrapper .divider {
    margin: 5px 0;
    font-size: 16px;
    position: relative;
    width: 100%;
    text-align: center
}

#login-100 .login-register-page .login-register-wrapper .divider:before, #login-100 .login-register-page .login-register-wrapper .divider:after {
    content: "";
    position: absolute;
    height: 1px;
    background: rgba(40, 42, 50, 0.25);
    width: 45%;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

#login-100 .login-register-page .login-register-wrapper .divider:after {
    right: 0;
    left: auto
}

#login-100 .login-register-page .login-register-wrapper .already-registered {
    text-align: center;
    margin: 1.5rem 0
}

#login-100 .login-register-page .login-register-wrapper .already-registered p, #login-100 .login-register-page .login-register-wrapper .already-registered a {
    text-align: center
}

#login-100 .login-register-page .login-register-wrapper .already-registered a {
    color: #c25700;
    font-weight: 600
}

#login-100 .login-register-page .login-register-wrapper .already-registered a:hover {
    color: #386097
}

#login-100 .login-register-page .forgot-password {
    font-size: 14px;
    margin-top: 10px
}

#login-100 .login-register-page .already-registered {
    background: #f2f2f2;
    padding: 15px;
    margin: 20px 0 !important
}

#activity-logs .activity-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 20px 0
}

#activity-logs .activity-title h4 {
    margin: 0;
    position: relative;
    display: inline-block
}

#activity-logs .activity-title .download-log a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

#activity-logs .activity-title .download-log a i {
    margin: 0 15px 0 0;
    font-size: 20px;
    color: #282a32;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#activity-logs .activity-title .download-log a:hover i {
    opacity: 1;
    color: #fff
}

#activity-logs .activity-log .table-responsive .table tbody tr:nth-child(even) {
    background-color: rgba(136, 176, 231, 0.3)
}

.fa-download:before {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f019" !important;
    position: relative;
    top: -1px;
    font-style: normal
}

#profile-preview {
    text-align: center
}

#profile-preview .profile-img {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    align-self: center
}

#profile-preview .profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#profile-preview .profile-img svg {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    overflow: visible
}

#profile-preview .profile-img svg g {
    fill: #fff;
    stroke: #fff
}

#profile-preview .profile-bar {
    padding: 40px 0 31px 0
}

#profile-preview .profile-bar #percent, #profile-preview .profile-bar #bar {
    background-color: #386097
}

#profile-preview .profile-bar #bar {
    height: 5px;
    background-color: #386097
}

#profile-preview .profile-bar #percent {
    position: absolute;
    left: 0.5%;
    top: -40px;
    padding: 8px 10px;
    background-color: #386097;
    color: #fff;
    font-size: 12px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#profile-preview .profile-bar #percent:after {
    position: absolute;
    content: "";
    display: block;
    bottom: -7px;
    left: 49%;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #386097;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

#profile-preview .profile-bar #progress {
    width: 90%;
    position: relative;
    display: inline-block;
    background-color: rgba(56, 96, 151, 0.2)
}

#profile-preview .profile-bar #progress #bar {
    width: 0.5%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#profile-preview .profile-info {
    margin: 15px 0
}

#profile-preview .profile-info h5 {
    color: #282a32;
    font-weight: 600
}

#profile-preview .profile-img__upload {
    position: absolute;
    right: 0;
    top: 10%
}

#profile-preview .profile-img__upload .camera-upload {
    position: absolute;
    background: #386097;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer
}

#profile-preview .profile-img__upload .camera-upload i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#profile-preview .position {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase
}

#profile-preview .set-pw, #profile-preview .edit-profile {
    display: inline-block
}

@media (max-width: 1200px) {
    #profile-preview .set-pw a.btn__primary, #profile-preview .edit-profile a.btn__primary {
        width: -webkit-fill-available
    }

    #profile-preview .gdpr-rights a {
        width: 100%
    }
}

#profile-preview .fa-star-o:before {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f005"
}

#profile-preview .fa-linkedin:before {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0e1";
    position: relative;
    top: -1px
}

#profile-preview .fa-facebook:before {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f09a";
    position: relative;
    top: -1px
}

#profile-preview .fa-whatsapp:before {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f232";
    position: relative;
    top: -1px
}

#profile-preview .fa-twitter:before {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f099";
    position: relative;
    top: -1px
}

#profile-preview .fa-envelope-o:before {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0e0";
    position: relative;
    top: -1px
}

#profile-preview .fa-pencil-alt:before {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f040";
    position: relative;
    top: -1px
}

#my-data {
    order: 2;
    text-align: left
}

#my-data h2 {
    text-align: left;
    margin-bottom: 0;
    position: relative
}

#my-data h2 .edit-icon {
    position: absolute;
    background: url(/images/edit-icon.png) no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    top: -5px;
    right: 0
}

#my-data form .form-group {
    padding: 0 8px
}

#my-data form .form-group.radio_buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

#my-data form .form-group.radio_buttons.inline-option {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

#my-data span.checkbox, #my-data span.radio {
    margin: 0 5px 0 8px;
    min-height: 25px
}

#my-data span.checkbox label, #my-data span.radio label {
    vertical-align: middle;
    padding-left: 10px
}

#my-data .character-counter {
    display: inline-block;
    position: relative;
    top: 5px;
    float: right
}

#my-data abbr[title="required"] {
    color: red
}

#my-data ::-webkit-input-placeholder {
    color: #182848
}

#my-data :-moz-placeholder {
    color: #182848
}

#my-data ::-moz-placeholder {
    color: #182848
}

#my-data :-ms-input-placeholder {
    color: #182848
}

#my-data p {
    margin: 0 0 30px 5px;
    border-bottom: solid 1px rgba(20, 11, 69, 0.1);
    padding: 5px;
    width: 98%
}

#my-data p a {
    color: #6386b6;
    background: transparent;
    padding: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#my-data p a:hover {
    color: #386097;
    background: #f5f4f4
}

#my-data button {
    border: none;
    border-radius: initial;
    background: #386097;
    color: #fff;
    padding: 15px 20px;
    margin-top: 15px;
    font-size: 14px;
    float: right;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#my-data button:hover {
    background: #c25700;
    color: #fff
}

#my-data form .form-group {
    margin-bottom: 30px
}

#my-data .platform-form {
    margin-bottom: 0
}

@media (max-width: 1170px) {
    #my-data .platform-form h4 {
        border-top-width: 10px
    }

    #my-data .platform-form h4:after {
        bottom: 0
    }
}

@media (max-width: 767px) {
    #my-data p {
        width: 100%
    }
}

#my-consents {
    order: 4
}

#my-consents .consent-list {
    border-bottom: solid 1px rgba(56, 96, 151, 0.1);
    padding: 15px 0 15px;
    position: relative
}

#my-consents .consent-list.terms {
    border-bottom: none;
    padding-bottom: 0
}

#my-consents .consent-list select, #my-consents .consent-list input {
    border: solid 1px #386097;
    padding: 20px
}

#my-consents .consent-list h6 {
    margin-bottom: 5px;
    display: inline-block
}

#my-consents .consent-list p {
    margin: 0 10px
}

#my-consents .consent-list p a span {
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#my-consents .consent-list p a i {
    color: #282a32;
    font-size: 16px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#my-consents .consent-list p a:hover span {
    border-bottom: 1px solid rgba(56, 96, 151, 0.7)
}

#my-consents .consent-list p a:hover i {
    opacity: 0.9
}

#my-consents .consent-list .form {
    position: absolute;
    bottom: 0;
    right: 0
}

#my-consents .consent-list label {
    margin-bottom: 20px;
    cursor: pointer
}

#my-consents .consent-list label input {
    display: none
}

#my-consents .consent-list label span {
    height: 13px;
    width: 13px;
    border: 1px solid #000;
    display: inline-block;
    position: relative
}

#my-consents .consent-list [type="checkbox"]:checked + span:before {
    content: "\2714";
    position: absolute;
    color: #386097;
    top: -3px;
    left: 0;
    font-size: 12px
}

.modal.fade .modal-dialog {
    max-width: 60% !important
}

@media (max-width: 568px) {
    .modal.fade .modal-dialog {
        max-width: 80% !important;
        margin-left: auto;
        margin-right: auto
    }
}

.modal.fade .modal-dialog .modal-body {
    max-height: 70vh;
    overflow-y: scroll
}

#create-job-alert form > .row {
    margin-left: 0;
    margin-right: 0
}

#create-job-alert form .create-alert {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

#create-job-alert form .create-alert button {
    margin: 0 0.5em 0.5em 0
}

#create-job-alert form .create-alert button i {
    font-size: 15px;
    margin-right: 5px;
    opacity: 0.5
}

#create-job-alert form .create-alert button:hover i {
    opacity: 1
}

#suggested-jobs {
    position: relative;
    order: 6
}

#suggested-jobs.job-tab {
    order: 5
}

#suggested-jobs .card {
    padding-bottom: 39px
}

#suggested-jobs .job-arrow {
    position: absolute;
    top: 40%;
    right: 0;
    fill: #182848;
    width: 16px;
    height: 16px;
    background: url(/images/right-arrow.png);
    background-size: 16px 16px
}

#suggested-jobs ul {
    margin: 0;
    display: none
}

#suggested-jobs ul.slick-initialized {
    display: block
}

#suggested-jobs ul .slick-list {
    padding: 0 0 15% 0
}

#suggested-jobs ul .slick-slide {
    margin: 0 !important;
    opacity: 0.4
}

#suggested-jobs ul .slick-slide.slick-active {
    opacity: 1
}

#suggested-jobs ul li {
    position: relative;
    margin: 0 0 1em
}

#suggested-jobs ul li a {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    color: #282a32;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#suggested-jobs ul li a article {
    position: relative;
    padding: 10px;
    display: inline-block;
    width: 100%
}

#suggested-jobs ul li a article span {
    position: relative;
    font-size: 16px;
    margin: 0;
    font-family: "HelveticaNeueWorld", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #282a32;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#suggested-jobs ul li a article .suggested-jobs-info {
    position: relative;
    display: block;
    font-size: 12px;
    width: 100%;
    font-weight: 300
}

#suggested-jobs ul li a article .suggested-jobs-info span.info {
    display: inline-block;
    width: calc(50% - 2px);
    margin: 0 0 10px 0;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#suggested-jobs ul li a article .suggested-jobs-info p {
    position: relative;
    margin: 5px 0 0 0;
    opacity: 0.7;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#suggested-jobs ul li a:hover {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4)
}

#suggested-jobs ul li a:hover article .apply {
    background: #c25700
}

#suggested-jobs ul li a:hover article .apply p {
    color: #fff
}

#suggested-jobs ul li a:hover article .suggested-jobs-info {
    color: #c25700
}

#suggested-jobs .slick-dots > li {
    border: none;
    border-radius: none;
    box-shadow: none
}

#suggested-jobs .slick-dots > li button:before {
    font-size: 20px
}

#suggested-jobs button.slick-arrow {
    position: absolute;
    top: -40px
}

#suggested-jobs button.slick-arrow.slick-next, #suggested-jobs button.slick-arrow.slick-prev {
    height: 30px;
    width: 30px
}

#suggested-jobs button.slick-arrow:before {
    font-size: 25px;
    color: rgba(56, 96, 151, 0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#suggested-jobs button.slick-arrow.slick-next {
    right: 0;
    left: auto
}

#suggested-jobs button.slick-arrow.slick-prev {
    right: 35px;
    left: auto
}

#suggested-jobs button.slick-arrow:hover:before {
    color: #386097
}

#suggested-jobs .slick-prev:before {
    content: "\f106";
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

#suggested-jobs .slick-next:before {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

#saved-jobs {
    position: relative;
    order: 6
}

#saved-jobs.job-tab {
    order: 5
}

#saved-jobs .card {
    padding-bottom: 39px
}

#saved-jobs .job-arrow {
    position: absolute;
    top: 40%;
    right: 0;
    fill: #182848;
    width: 16px;
    height: 16px;
    background: url(/images/right-arrow.png);
    background-size: 16px 16px
}

#saved-jobs .flash-link {
    width: 100%;
    text-align: center
}

#saved-jobs .flash-link a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

#saved-jobs .flash-link a i, #saved-jobs .flash-link a span {
    color: #fff
}

#saved-jobs .flash-link a i {
    font-size: 32px;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#saved-jobs .flash-link a span {
    margin: 15px 0
}

#saved-jobs .flash-link a:hover i {
    opacity: 0.7
}

#saved-jobs .saved-jobs-wrapper {
    display: none;
    position: relative
}

#saved-jobs .saved-jobs-wrapper.slick-initialized {
    display: block
}

#saved-jobs .saved-jobs-wrapper .slick-list {
    padding: 0 0 20% 0
}

#saved-jobs .saved-jobs-wrapper .slick-slide {
    margin: 0 !important
}

#saved-jobs .saved-jobs-wrapper li {
    position: relative;
    margin: 0 0 1em
}

#saved-jobs .saved-jobs-wrapper li > a {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #282a32;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#saved-jobs .saved-jobs-wrapper li > a article {
    position: relative;
    padding: 28px 10px 10px;
    display: inline-block;
    width: 100%
}

#saved-jobs .saved-jobs-wrapper li > a article span {
    position: relative;
    font-size: 16px;
    margin: 0;
    font-family: "HelveticaNeueWorld", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #282a32;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#saved-jobs .saved-jobs-wrapper li > a article .saved-jobs-info {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    font-size: 12px;
    width: 100%;
    font-weight: 300
}

#saved-jobs .saved-jobs-wrapper li > a article .saved-jobs-info span.info {
    display: inline-block;
    width: calc(50% - 2px);
    margin: 0 0 10px 0;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#saved-jobs .saved-jobs-wrapper li > a article .saved-jobs-info p {
    position: relative;
    margin: 5px 0 0 0;
    opacity: 0.7;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#saved-jobs .saved-jobs-wrapper li > a:hover {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4)
}

#saved-jobs .saved-jobs-wrapper li > a:hover .job-arrow {
    position: absolute;
    top: 40%;
    right: 0;
    fill: #182848;
    width: 16px;
    height: 16px;
    background: url(/images/right-arrow-hover.png);
    background-size: 16px 16px
}

#saved-jobs .saved-jobs-wrapper li > a:hover article .apply {
    background: #c25700
}

#saved-jobs .saved-jobs-wrapper li > a:hover article .apply p {
    color: #fff
}

#saved-jobs .saved-jobs-wrapper li > a:hover article .saved-jobs-info {
    color: #c25700
}

#saved-jobs .saved-jobs-wrapper li:nth-child(3) dl, #saved-jobs .saved-jobs-wrapper li:last-child dl {
    border-bottom: solid 1px transparent
}

#saved-jobs .saved-jobs-wrapper .unsave_job {
    position: absolute;
    top: 10px;
    right: 10px
}

#saved-jobs .saved-jobs-wrapper .unsave_job .unsave-job i.fa-bookmark-o:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#saved-jobs .saved-jobs-wrapper .unsave_job .unsave-job:hover i:before {
    content: "\f02e";
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

#saved-jobs .slick-dots > li {
    border: none;
    border-radius: none;
    box-shadow: none
}

#saved-jobs .slick-dots > li button:before {
    font-size: 20px
}

#saved-jobs button.slick-arrow {
    position: absolute;
    top: -40px
}

#saved-jobs button.slick-arrow.slick-next, #saved-jobs button.slick-arrow.slick-prev {
    height: 30px;
    width: 30px
}

#saved-jobs button.slick-arrow:before {
    font-size: 25px;
    color: rgba(56, 96, 151, 0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#saved-jobs button.slick-arrow.slick-next {
    right: 0;
    left: auto
}

#saved-jobs button.slick-arrow.slick-prev {
    right: 35px;
    left: auto
}

#saved-jobs button.slick-arrow:hover:before {
    color: #386097
}

#saved-jobs .slick-prev:before {
    content: "\f106";
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

#saved-jobs .slick-next:before {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

#set-up-job-alerts {
    position: relative;
    order: 4
}

#set-up-job-alerts h6 {
    font-weight: 600
}

#set-up-job-alerts p {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0
}

#set-up-job-alerts p.freq {
    margin-right: 20px
}

#set-up-job-alerts .job-alerts {
    padding: 26px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1)
}

#set-up-job-alerts .job-alerts .alert-tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#set-up-job-alerts .job-alerts .alert-tag .card-alert {
    margin: 0 0.5rem 0.5rem 0;
    max-width: 100%;
    border-radius: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#set-up-job-alerts .job-alerts .alert-tag .card-alert a {
    margin: 0;
    padding: 10px
}

#set-up-job-alerts .job-alerts .alert-tag .card-alert a:not(.cross-delete) {
    overflow-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    width: 100%
}

#set-up-job-alerts .job-alerts .alert-tag .card-alert a:hover {
    background: #386097
}

#set-up-job-alerts .job-alerts .alert-tag .card-alert a.cross-delete {
    font-size: 16px;
    padding: 8px 10px 5px 4px
}

#set-up-job-alerts .job-alerts .alert-tag .card-alert a.cross-delete:hover {
    color: #386097
}

#set-up-job-alerts .job-alerts .alert-tag .card-alert:hover a {
    background: #c25700
}

#set-up-job-alerts .job-alerts .alert-tag .flash-notice {
    max-width: 100%;
    width: 100%
}

#set-up-job-alerts .job-alerts .alert-tag .flash-notice p {
    text-align: center
}

#set-up-job-alerts .unsubscribed-notifications {
    position: relative;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 20px 0 20px
}

#set-up-job-alerts .job-alert-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#set-up-job-alerts .job-alert-wrapper .job-alerts-mail {
    position: relative;
    background: #f3f3f3;
    padding: 20px;
    border: 4px;
    flex-basis: calc(20% - 15px)
}

#set-up-job-alerts .job-alert-wrapper .job-alerts-mail .frequency-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

#set-up-job-alerts .job-alert-wrapper .job-alerts-mail .frequency-flex .alert-freq {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#set-up-job-alerts .job-alert-wrapper #create-job-alert {
    flex-basis: calc(75% - 10px)
}

#set-up-job-alerts .job-alert-wrapper #create-job-alert form > .row {
    margin-left: 0;
    margin-right: 0
}

#set-up-job-alerts .job-alert-wrapper #create-job-alert form .create-alert {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

#set-up-job-alerts .job-alert-wrapper #create-job-alert form .create-alert button i {
    font-size: 15px;
    margin-right: 5px;
    opacity: 0.5
}

#set-up-job-alerts .job-alert-wrapper #create-job-alert form .create-alert button:hover i {
    opacity: 1
}

#set-up-job-alerts .job-alert-wrapper .alert-frequency input#daily, #set-up-job-alerts .job-alert-wrapper .alert-frequency input#weekly, #set-up-job-alerts .job-alert-wrapper .alert-frequency input#unsubscribe {
    position: absolute;
    opacity: 0;
    display: none
}

#set-up-job-alerts .job-alert-wrapper .alert-frequency input#daily:checked + label svg path, #set-up-job-alerts .job-alert-wrapper .alert-frequency input#weekly:checked + label svg path, #set-up-job-alerts .job-alert-wrapper .alert-frequency input#unsubscribe:checked + label svg path {
    stroke-dashoffset: 0
}

#set-up-job-alerts .job-alert-wrapper .alert-frequency #daily + label, #set-up-job-alerts .job-alert-wrapper .alert-frequency #weekly + label, #set-up-job-alerts .job-alert-wrapper .alert-frequency #unsubscribe + label {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background-color: transparent;
    border: solid 1px #c25700;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#set-up-job-alerts .job-alert-wrapper .alert-frequency #daily + label.active, #set-up-job-alerts .job-alert-wrapper .alert-frequency #weekly + label.active, #set-up-job-alerts .job-alert-wrapper .alert-frequency #unsubscribe + label.active {
    pointer-events: none
}

#set-up-job-alerts .job-alert-wrapper .alert-frequency #daily + label:active, #set-up-job-alerts .job-alert-wrapper .alert-frequency #weekly + label:active, #set-up-job-alerts .job-alert-wrapper .alert-frequency #unsubscribe + label:active {
    transform: scale(1.05)
}

#set-up-job-alerts .job-alert-wrapper .alert-frequency #daily + label svg, #set-up-job-alerts .job-alert-wrapper .alert-frequency #weekly + label svg, #set-up-job-alerts .job-alert-wrapper .alert-frequency #unsubscribe + label svg {
    pointer-events: none;
    position: absolute;
    left: 2px;
    width: 9px;
    height: 9px;
    top: 2px
}

#set-up-job-alerts .job-alert-wrapper .alert-frequency #daily + label svg path, #set-up-job-alerts .job-alert-wrapper .alert-frequency #weekly + label svg path, #set-up-job-alerts .job-alert-wrapper .alert-frequency #unsubscribe + label svg path {
    fill: none;
    stroke: #c25700;
    stroke-width: 7px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 100;
    stroke-dashoffset: 101;
    transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91)
}

@media (max-width: 1440px) {
    #set-up-job-alerts .job-alert-wrapper form {
        display: block
    }

    #set-up-job-alerts .job-alert-wrapper .job-alerts-mail .enable-notifications {
        width: 100%
    }

    #set-up-job-alerts .job-alert-wrapper p.freq {
        margin-bottom: 0
    }

    #set-up-job-alerts .job-alert-wrapper .sm-btn {
        margin-top: 15px
    }
}

@media (max-width: 999px) {
    #set-up-job-alerts .job-alert-wrapper {
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    #set-up-job-alerts .job-alert-wrapper .job-alerts-mail {
        flex-basis: 100%;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        border-left: none;
        padding: 0;
        margin: 0 0 15px 0
    }

    #set-up-job-alerts .job-alert-wrapper .job-alerts-mail .frequency-flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 1em
    }

    #set-up-job-alerts .job-alert-wrapper .job-alerts-mail .frequency-flex .alert-freq .alert-frequency {
        margin: 3px 10px
    }

    #set-up-job-alerts .job-alert-wrapper #create-job-alert {
        flex-basis: 100%;
        padding: 1em
    }
}

@media (max-width: 425px) {
    #set-up-job-alerts .job-alert-wrapper .job-alerts-mail .frequency-flex {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 999px) {
    #set-up-job-alerts .job-alerts {
        padding: 1em
    }
}

#my-applications-001 {
    position: relative
}

#my-applications-001 .applied-list-jobs-wrapper .slick-list {
    padding: 0 0 5% 0
}

#my-applications-001 .applied-list-jobs-wrapper li {
    margin: 5px 0
}

#my-applications-001 .applied-list-jobs-wrapper li a article {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#my-applications-001 .applied-list-jobs-wrapper li a article .info-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#my-applications-001 .applied-list-jobs-wrapper li a article .info-wrapper h5 {
    display: inline-block;
    margin: 0 20px 0 0
}

#my-applications-001 .applied-list-jobs-wrapper li a article .info-wrapper i {
    font-size: 4px;
    padding: 0 5px
}

#my-applications-001 .applied-list-jobs-wrapper li a article .view-job {
    color: #282a32;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#my-applications-001 .applied-list-jobs-wrapper li a article .view-job i {
    font-size: 12px;
    padding: 0 5px
}

#my-applications-001 .applied-list-jobs-wrapper li a:hover article {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4)
}

#my-applications-001 .applied-list-jobs-wrapper li a:hover article .view-job {
    color: #000
}

#my-applications-001 .slick-dots > li > button:before {
    font-size: 20px
}

#my-applications-001 button.slick-arrow {
    position: absolute;
    top: -40px
}

#my-applications-001 button.slick-arrow.slick-next, #my-applications-001 button.slick-arrow.slick-prev {
    height: 30px;
    width: 30px
}

#my-applications-001 button.slick-arrow:before {
    font-size: 25px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#my-applications-001 button.slick-arrow.slick-next {
    right: 0;
    left: auto
}

#my-applications-001 button.slick-arrow.slick-prev {
    right: 35px;
    left: auto
}

#my-applications-001 button.slick-arrow:hover:before {
    color: #386097
}

#my-applications-001 .slick-prev:before {
    content: "\f106";
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

#my-applications-001 .slick-next:before {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

@media (max-width: 568px) {
    #my-applications-001 .applied-list-jobs-wrapper li a article {
        margin: 5px 0;
        padding: 8px 20px 8px
    }

    #my-applications-001 .applied-list-jobs-wrapper li a article .view-job {
        min-width: 100px;
        text-align: right
    }
}

#job-alerts {
    margin-right: 0
}

#job-alerts h2 {
    text-align: left
}

#job-alerts .alert-tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#job-alerts .alert-tag .card-alert {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0.5rem 0.5rem 0;
    max-width: 100%
}

#job-alerts .alert-tag .card-alert a {
    margin: 0;
    padding: 10px;
    font-size: 14px
}

#job-alerts .alert-tag .card-alert a:not(.cross-delete) {
    overflow-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    width: 100%
}

#job-alerts .alert-tag .card-alert a:hover {
    background: #386097
}

#job-alerts .alert-tag .card-alert a.cross-delete {
    padding: 10px 10px 10px 5px
}

#job-alerts .alert-tag .card-alert a.cross-delete:hover {
    color: #386097
}

#job-alerts .alert-tag .card-alert:hover a {
    background: #c25700
}

#job-alerts .job-alert-link {
    float: right;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    position: relative
}

#job-alerts .job-alert-link span, #job-alerts .job-alert-link i {
    color: #fff
}

#job-alerts .create-alert {
    text-align: right;
    font-size: 16px;
    display: inline-block;
    margin-top: 15px;
    position: relative
}

#job-alerts .create-alert span, #job-alerts .create-alert i {
    color: #386097
}

#job-alerts .flash-link {
    text-align: center
}

#job-alerts .flash-link a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

#job-alerts .flash-link a i, #job-alerts .flash-link a span {
    color: #fff
}

#job-alerts .flash-link a i {
    font-size: 50px;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#job-alerts .flash-link a span {
    margin: 15px 0
}

#job-alerts .flash-link a:hover i {
    opacity: 0.7
}

@media (max-width: 1280px) {
    #job-alerts.data {
        margin-right: 0 !important
    }
}

#my-requests .requests-title, #my-requests .requests-title-sar {
    cursor: pointer;
    position: relative;
    padding: 0 30px 0 0;
    margin: 10px 0;
    border-bottom: solid 2px rgba(40, 42, 50, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#my-requests .requests-title span i, #my-requests .requests-title-sar span i {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: rotate(-180deg) scale(0.5)
}

#my-requests .requests-title i.fa-minus, #my-requests .requests-title-sar i.fa-minus {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 20px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#my-requests .requests-title.active span i, #my-requests .requests-title-sar.active span i {
    transform: rotate(0deg) scale(1);
    opacity: 0.5
}

#my-requests .requests-title.active i.fa-minus, #my-requests .requests-title-sar.active i.fa-minus {
    opacity: 0;
    transform: rotate(180deg) scale(0.5)
}

#my-requests .requests-title:hover, #my-requests .requests-title-sar:hover {
    border-bottom: solid 2px rgba(40, 42, 50, 0.3)
}

#my-requests .rtbf-wrapper, #my-requests .rtbf-wrapper-sar {
    overflow: hidden;
    margin: 0 0 25px
}

#my-requests .rtbf-wrapper .rtbf-description, #my-requests .rtbf-wrapper .rtbf-description-sar, #my-requests .rtbf-wrapper-sar .rtbf-description, #my-requests .rtbf-wrapper-sar .rtbf-description-sar {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    overflow: visible;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1)
}

#my-requests .rtbf-wrapper .rtbf-description.minimize, #my-requests .rtbf-wrapper .rtbf-description-sar.minimize, #my-requests .rtbf-wrapper-sar .rtbf-description.minimize, #my-requests .rtbf-wrapper-sar .rtbf-description-sar.minimize {
    transform: translateY(-300px);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    height: 0px
}

#my-requests .rtbf-wrapper .rtbf-description .gdpr-rights, #my-requests .rtbf-wrapper .rtbf-description-sar .gdpr-rights, #my-requests .rtbf-wrapper-sar .rtbf-description .gdpr-rights, #my-requests .rtbf-wrapper-sar .rtbf-description-sar .gdpr-rights {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

#my-requests .rtbf-wrapper .rtbf-description .gdpr-rights .requested, #my-requests .rtbf-wrapper .rtbf-description-sar .gdpr-rights .requested, #my-requests .rtbf-wrapper-sar .rtbf-description .gdpr-rights .requested, #my-requests .rtbf-wrapper-sar .rtbf-description-sar .gdpr-rights .requested {
    border: 2px solid rgba(40, 42, 50, 0.6);
    color: rgba(40, 42, 50, 0.8)
}

#my-requests .rtbf-wrapper .rtbf-description .gdpr-rights a, #my-requests .rtbf-wrapper .rtbf-description-sar .gdpr-rights a, #my-requests .rtbf-wrapper-sar .rtbf-description .gdpr-rights a, #my-requests .rtbf-wrapper-sar .rtbf-description-sar .gdpr-rights a {
    border: 2px solid #bb2124;
    border-radius: 8px;
    background: transparent;
    color: #bb2124;
    padding: 10px 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#my-requests .rtbf-wrapper .rtbf-description .gdpr-rights a:hover, #my-requests .rtbf-wrapper .rtbf-description-sar .gdpr-rights a:hover, #my-requests .rtbf-wrapper-sar .rtbf-description .gdpr-rights a:hover, #my-requests .rtbf-wrapper-sar .rtbf-description-sar .gdpr-rights a:hover {
    color: white;
    background: #bb2124
}

#candidash-001 .dashboard-navigation-001 {
    background: #fff;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1)
}

#candidash-001 .dashboard-navigation-001 ul.topnav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#candidash-001 .dashboard-navigation-001 ul.topnav li {
    position: relative;
    display: inline-block;
    padding: 1rem
}

#candidash-001 .dashboard-navigation-001 ul.topnav li a {
    cursor: pointer;
    padding: 1rem;
    font-size: 16px;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#candidash-001 .dashboard-navigation-001 ul.topnav li a:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 0%;
    background: #386097;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#candidash-001 .dashboard-navigation-001 ul.topnav li a.active {
    font-weight: 400
}

#candidash-001 .dashboard-navigation-001 ul.topnav li a:hover {
    text-decoration: none
}

#candidash-001 .dashboard-navigation-001 ul.topnav li a:hover:after, #candidash-001 .dashboard-navigation-001 ul.topnav li a.active:after {
    width: 100%
}

#candidash-001 .dashboard-navigation-001 ul.topnav li a.soon-tab:hover:after, #candidash-001 .dashboard-navigation-001 ul.topnav li a.soon-tab .active:after {
    opacity: 0
}

#candidash-001 .dashboard-navigation-001 ul.topnav li a.icon {
    display: none;
    background: transparent
}

#candidash-001 .dashboard-navigation-001 ul.topnav li a.icon:after {
    opacity: 0
}

#candidash-001 .dashboard-navigation-001 ul.topnav li a.onboarding {
    display: none
}

#candidash-001 .dashboard-navigation-001 ul.topnav li a.payslips {
    display: none
}

#candidash-001 .dashboard-navigation-001 ul.topnav li a.scheduling {
    display: none
}

#candidash-001 .dashboard-navigation-001 ul.topnav .right-nav {
    margin-left: auto
}

@media (max-width: 767px) {
    #candidash-001 .dashboard-navigation-001 ul.topnav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
        -ms-justify-content: space-around;
        -webkit-justify-content: space-around;
        justify-content: space-around
    }

    #candidash-001 .dashboard-navigation-001 ul.topnav li {
        padding: 1rem 1.2rem
    }
}

#candidash-001 .dashboard-info .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#candidash-001 .dashboard-info .wrapper .col-left, #candidash-001 .dashboard-info .wrapper .col-mid, #candidash-001 .dashboard-info .wrapper .col-right {
    flex: 1 1;
    margin: 5px
}

@media (max-width: 768px) {
    #candidash-001 .dashboard-info .wrapper {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

#candidash-001 {
    font-size: 14px;
    background: #f5f5f5
}

#candidash-001 #flash-notice.alert {
    width: 45%;
    border: 1px solid rgba(40, 167, 69, 0.25);
    border-radius: 15px;
    padding: 10px;
    margin: 30px 0;
    background: rgba(40, 167, 69, 0.25);
    box-shadow: 1px 1px 10px #313131;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1)
}

#candidash-001 #flash-notice.alert .alert-dash-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center
}

#candidash-001 #flash-notice.alert .alert-dash-wrapper i {
    font-size: 30px;
    border-radius: 50%;
    border: 3px solid green;
    padding: 15px;
    color: white;
    background: green
}

#candidash-001 #flash-notice.alert .alert-dash-wrapper article {
    margin: 0 0 0 20px;
    display: inline-block
}

#candidash-001 #flash-notice.alert .alert-dash-wrapper article h4 {
    text-shadow: 1px 0.5px grey
}

#candidash-001 #flash-notice.alert .alert-dash-wrapper article p {
    margin: 0
}

@media (max-width: 768px) {
    #candidash-001 #flash-notice.alert {
        width: 80%
    }

    #candidash-001 #flash-notice.alert .alert-dash-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    #candidash-001 #flash-notice.alert .alert-dash-wrapper article {
        margin: 10px 0 0;
        text-align: center
    }
}

#candidash-001 .dash-tab {
    padding: 2rem
}

#candidash-001 .dash-tab .inline-form input {
    width: 100%
}

#candidash-001 .dash-tab .inline-form .button.primary {
    width: 20%
}

#candidash-001 .row {
    margin-bottom: 15px
}

#candidash-001 .mt30 {
    margin-top: 15px !important
}

#candidash-001 .card {
    position: relative;
    background: #fff;
    padding: 30px;
    margin-bottom: 15px;
    border-radius: 3px;
    margin-bottom: 0;
    -webkit-align-content: flex-start;
    align-content: flex-start
}

#candidash-001 .card.user-profile {
    height: initial
}

#candidash-001 .card .title {
    color: #282a32;
    margin: 0 0 15px;
    padding: 0 0 10px
}

#candidash-001 .card .notify-card-title {
    border-bottom: solid 2px rgba(194, 87, 0, 0.1);
    margin-bottom: 15px
}

#candidash-001 .card .notify-card-title h4 {
    margin: 0;
    position: relative;
    display: inline-block;
    border-bottom: none
}

#candidash-001 .card .notify-card-title h4.title {
    margin: 0 !important
}

#candidash-001 .card .flash-notice {
    max-width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-align: center;
    opacity: 0.75
}

#candidash-001 .card .flash-notice p {
    margin: 0;
    font-size: 16px;
    color: #282a32
}

#candidash-001 .card .flash-notice p i {
    font-size: 18px;
    opacity: 0.6;
    margin: 0 5px 0 0
}

#candidash-001 .card .flash-link {
    display: inline-block;
    margin-top: 30px;
    position: relative;
    width: 100%
}

#candidash-001 .card .flash-link span, #candidash-001 .card .flash-link i {
    color: #000
}

#candidash-001 .card .notifications {
    position: absolute;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    background: #c25700;
    top: 0;
    right: -35px;
    width: 25px;
    height: 25px;
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

#candidash-001 .location > p {
    width: 310px
}

#candidash-001 .form-control {
    border-color: #aaa
}

@media (max-width: 767px) {
    #candidash-001 .dash-tab {
        padding: 1rem
    }

    #candidash-001 .card {
        padding: 30px 6%
    }

    #candidash-001 .mt30 {
        margin-top: 10px !important
    }

    #candidash-001 .row {
        margin-left: -5px;
        margin-right: -5px
    }
}

#candidash-001 .select2-container .select2-selection--single {
    height: 45px
}

#candidash-001 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 18px;
    line-height: 45px
}

#candidash-001 .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #444
}

#candidash-001 .select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 5px
}

#candidash-001 .select2-container .select2-selection--single .select2-selection__arrow b {
    border: none;
    top: 30%;
    margin-left: -1px
}

#candidash-001 .select2-container .select2-selection--single .select2-selection__arrow b:after {
    content: "\f078";
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 11px;
    font-weight: normal
}

#candidash-001 #inline-search {
    position: relative;
    padding: 0;
    margin-bottom: 20px
}

#candidash-001 #inline-search .form {
    width: 100%;
    padding: 0
}

#candidash-001 #inline-search .form dl {
    padding: 0
}

#candidash-001 #inline-search .form dl dd {
    width: calc(50% - 91px)
}

#candidash-001 #inline-search input {
    background: #fff !important;
    color: #858585;
    font-size: 16px;
    padding: 18px 50px 15px !important;
    border-bottom: solid 5px transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#candidash-001 #inline-search input:active, #candidash-001 #inline-search input:focus {
    border-bottom: solid 5px #c25700
}

#candidash-001 #inline-search .btns {
    width: auto;
    padding: 23px 40px
}

#candidash-001 #inline-search span:actve {
    border-bottom: solid 5px black
}

#candidash-001 #inline-search ::-webkit-input-placeholder {
    color: #858585
}

#candidash-001 #inline-search :-moz-placeholder {
    color: #858585
}

#candidash-001 #inline-search ::-moz-placeholder {
    color: #858585
}

#candidash-001 #inline-search :-ms-input-placeholder {
    color: #858585
}

#candidash-001 .one-col {
    order: 5;
    margin-right: 13px
}

#candidash-001 .alert-tag {
    text-align: left
}

#candidash-001 .alert-tag a {
    margin-right: 15px;
    position: relative;
    background-color: #383635;
    font-size: 13px;
    padding: 5px 20px 5px 5px;
    margin-bottom: 5px;
    line-height: 15px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#candidash-001 .alert-tag a span {
    font-size: 18px;
    position: absolute;
    right: 5px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#candidash-001 .alert-tag a:hover {
    background-color: #c25700
}

#candidash-001 .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 0 30px 0 30px
}

#candidash-001 .overlay {
    width: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    overflow-x: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 2px 6px #ececec;
    -moz-box-shadow: 0px 2px 6px #ececec;
    box-shadow: 0px 2px 6px #ececec;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#candidash-001 .overlay .closebtn {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 20px;
    z-index: 999;
    padding: 0;
    color: #386097
}

#candidash-001 .overlay .closebtn:hover:after {
    display: none
}

#candidash-001 .overlay a.add-dropdown {
    padding: 15px 100px 18px 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #386097;
    display: block;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#candidash-001 .overlay a.add-dropdown:last-child:after {
    opacity: 0
}

#candidash-001 .overlay a.add-dropdown:hover:after, #candidash-001 .overlay a.add-dropdown:focus:after {
    background: #c25700;
    opacity: 1
}

#candidash-001 .overlay a.add-dropdown:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    opacity: 1;
    background: rgba(56, 96, 151, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#candidash-001 .overlay .create-blank {
    font-size: 16px;
    margin: 10px 20px 20px 20px;
    text-align: right;
    cursor: pointer;
    color: #c25700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#candidash-001 .overlay .create-blank i {
    margin-right: 5px
}

#candidash-001 .overlay .create-blank:hover {
    color: #386097
}

#candidash-001 .box-wrapper {
    position: absolute;
    width: 100%
}

#candidash-001 .box-wrapper .box {
    padding: 30px 15px
}

#candidash-001 .box-wrapper .box p br {
    display: none
}

#candidash-001 .box-wrapper .box a {
    color: #386097;
    text-decoration: underline;
    font-size: 1.8rem;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    z-index: 1
}

#candidash-001 .box-wrapper .box a:hover {
    color: #c25700
}

#candidash-001 .box-wrapper .box a:after {
    content: "\f178";
    padding-left: 5px
}

#candidash-001 .box-wrapper .box a:after:hover {
    padding-left: 15px
}

@media (max-width: 737px) {
    #candidash-001 .box-wrapper .box a {
        font-size: 1.6rem;
        font-size: 16px
    }
}

@media (max-width: 768px) {
    #candidash-001 .data {
        margin-right: 0 !important
    }

    #candidash-001 .sm-btn {
        padding: 13px 16px
    }

    #candidash-001 #inline-search.e_inline_search input {
        padding: 16px 30px 13px !important;
        margin-bottom: 10px !important
    }

    #candidash-001 #inline-search.e_inline_search .form dl {
        display: block;
        text-align: center
    }

    #candidash-001 #inline-search.e_inline_search .form dl dd {
        width: 100%
    }

    #candidash-001 #inline-search.e_inline_search .btns {
        padding: 13px 40px
    }
}

@media (max-width: 500px) {
    #candidash-001 h2 {
        font-size: 20px
    }
}

#candidash-001 .no-list {
    list-style: none
}

#candidash-001 .no-list li {
    display: inline-block
}

#candidash-001 .tes .tab-pane {
    padding: 15px 5px
}

#candidash-001 .tes .responsive-tabs.nav-tabs {
    position: relative;
    z-index: 10;
    height: 42px;
    overflow: visible;
    border-bottom: none
}

@media (min-width: 768px) {
    #candidash-001 .tes .responsive-tabs.nav-tabs {
        border-bottom: 1px solid #ddd
    }
}

#candidash-001 .tes .responsive-tabs.nav-tabs span.glyphicon {
    position: absolute;
    top: 14px;
    right: 22px
}

#candidash-001 .tes .responsive-tabs.nav-tabs span.glyphicon.glyphicon-triangle-top {
    display: none
}

@media (min-width: 768px) {
    #candidash-001 .tes .responsive-tabs.nav-tabs span.glyphicon {
        display: none
    }
}

#candidash-001 .tes .responsive-tabs.nav-tabs > li {
    display: none;
    float: none;
    text-align: center
}

#candidash-001 .tes .responsive-tabs.nav-tabs > li:last-of-type > a {
    margin-right: 0
}

#candidash-001 .tes .responsive-tabs.nav-tabs > li > a {
    margin-right: 0;
    background: #fff;
    border: 1px solid #dddddd
}

@media (min-width: 768px) {
    #candidash-001 .tes .responsive-tabs.nav-tabs > li > a {
        margin-right: 4px
    }
}

#candidash-001 .tes .responsive-tabs.nav-tabs > li.active {
    display: block
}

#candidash-001 .tes .responsive-tabs.nav-tabs > li.active a {
    border: 1px solid #dddddd;
    border-radius: 2px
}

@media (min-width: 768px) {
    #candidash-001 .tes .responsive-tabs.nav-tabs > li.active a {
        border-bottom-color: transparent
    }
}

@media (min-width: 768px) {
    #candidash-001 .tes .responsive-tabs.nav-tabs > li {
        display: block;
        float: left
    }
}

#candidash-001 .tes .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
    display: block
}

@media (min-width: 768px) {
    #candidash-001 .tes .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
        display: none
    }
}

#candidash-001 .tes .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-bottom {
    display: none
}

#candidash-001 .tes .responsive-tabs.nav-tabs.open > li {
    display: block
}

#candidash-001 .tes .responsive-tabs.nav-tabs.open > li a {
    border-radius: 0
}

#candidash-001 .tes .responsive-tabs.nav-tabs.open > li:first-of-type a {
    border-radius: 2px 2px 0 0
}

#candidash-001 .tes .responsive-tabs.nav-tabs.open > li:last-of-type a {
    border-radius: 0 0 2px 2px
}

#candidash-001 #drop-area {
    border: 2px dashed #ccc;
    border-radius: 20px;
    margin: 50px auto;
    padding: 20px
}

#candidash-001 #drop-area.highlight {
    border-color: purple
}

#candidash-001 p {
    margin-top: 0
}

#candidash-001 .my-form {
    margin-bottom: 10px
}

#candidash-001 #gallery {
    margin-top: 10px
}

#candidash-001 #gallery img {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle
}

#candidash-001 #fileElem {
    display: none
}

.files .drag-drop {
    text-align: center;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-style: dashed;
    padding: 20px 0;
    cursor: copy;
    min-height: 130px
}

.files .drag-drop .dz-message i {
    font-size: 32px;
    font-style: normal;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.files .drag-drop .dz-message:hover i {
    opacity: 0.7
}

.files .drag-drop p {
    font-size: 12px;
    color: #282a32
}

.files .drag-drop .dropzone {
    min-height: auto
}

.files .drag-drop .dz-default.dz-message {
    display: none
}

.files .drag-drop .dropzone {
    background: none;
    border: none;
    padding: 0
}

.files .db-cv-upload {
    position: relative;
    border: solid 2px rgba(56, 96, 151, 0.1);
    padding: 10px 23px 10px 50px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.files .db-cv-upload i {
    position: absolute;
    left: 20px;
    font-size: 20px;
    font-style: normal;
    top: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.files .db-cv-upload svg {
    position: absolute;
    left: 15px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.files .db-cv-upload svg g {
    fill: black
}

.files .db-cv-upload span {
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.files .db-cv-upload span.times {
    float: right
}

.files .db-cv-upload:hover {
    border: solid 2px #c25700
}

.files .db-cv-upload:hover svg g {
    fill: #c25700
}

.files .db-cv-upload:hover i {
    opacity: 0.4
}

.files .db-cv-upload:hover span {
    opacity: 0.8
}

.files .dz-processing .dz-success-mark, .files .dz-processing .dz-error-mark {
    display: none
}

.files #cv-loader {
    display: none;
    position: absolute;
    top: calc(50% - 16px);
    right: calc(50% - 16px)
}

.files .dz-started {
    opacity: 0.7;
    pointer-events: none;
    position: relative
}

.files .dz-started #cv-loader {
    display: block
}

.files .dz-started .dz-message {
    opacity: 0.1
}

.files .files-upload_cvs, .files .files-upload_documents, .files .files-upload_cover_letters {
    position: relative;
    max-height: 170px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0;
    margin: 0
}

.files .files-upload_cvs li, .files .files-upload_documents li, .files .files-upload_cover_letters li {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.files .files-upload_cvs li .delete, .files .files-upload_documents li .delete, .files .files-upload_cover_letters li .delete {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.files .files-upload_cvs li .delete i, .files .files-upload_documents li .delete i, .files .files-upload_cover_letters li .delete i {
    position: relative;
    top: 5px;
    padding: 10px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.files .files-upload_cvs li .delete:hover, .files .files-upload_documents li .delete:hover, .files .files-upload_cover_letters li .delete:hover {
    background: rgba(187, 33, 36, 0.8)
}

.files .files-upload_cvs li .delete:hover i, .files .files-upload_documents li .delete:hover i, .files .files-upload_cover_letters li .delete:hover i {
    transform: rotate(180deg);
    color: white
}

.files .files-upload_cvs li:last-child .db-cv-upload, .files .files-upload_documents li:last-child .db-cv-upload, .files .files-upload_cover_letters li:last-child .db-cv-upload {
    margin-bottom: 0
}

#share-jobs_100.social-share {
    padding: 1.2em 2em;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    background: var(--bg-light);
    border-radius: 5px
}

#share-jobs_100.social-share header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-grow: 1;
    padding: 0
}

#share-jobs_100.social-share header h4 {
    margin: 0
}

#share-jobs_100.social-share ul {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

#share-jobs_100.social-share ul li {
    margin: 15px 15px 0 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#share-jobs_100.social-share ul li:last-of-type {
    margin-right: 0
}

#share-jobs_100.social-share ul li a {
    line-height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#share-jobs_100.social-share ul li a .text {
    display: none
}

#share-jobs_100.social-share ul li i {
    color: var(--font-color);
    font-size: 130%
}

#share-jobs_100.social-share ul li:hover a {
    color: #386097;
    border: none
}

#share-jobs_100.social-share ul li:hover a i {
    color: #386097
}

#share-jobs_100.social-share ul.brand li a {
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 40px;
    width: 40px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    text-decoration: none
}

#share-jobs_100.social-share ul.fill li.fb a i {
    color: #3b5998
}

#share-jobs_100.social-share ul.fill li.fb a:hover {
    background: #3b5998
}

#share-jobs_100.social-share ul.fill li.tw a i {
    color: #1da1f2
}

#share-jobs_100.social-share ul.fill li.tw a:hover {
    background: #1da1f2
}

#share-jobs_100.social-share ul.fill li.ln a i {
    color: #007bb5
}

#share-jobs_100.social-share ul.fill li.ln a:hover {
    background: #007bb5
}

#share-jobs_100.social-share ul.fill li.whatsapp a i {
    color: #25d366
}

#share-jobs_100.social-share ul.fill li.whatsapp a:hover {
    background: #25d366
}

#share-jobs_100.social-share ul.fill li.mail a:hover {
    background: #db4437
}

.fill-bg .fb a {
    background: #3b5998
}

.fill-bg .ig a {
    background: #c32aa3
}

.fill-bg .tw a {
    background: #1da1f2
}

.fill-bg .gplus a {
    background: #db4437
}

.fill-bg .ln a {
    background: #007bb5
}

.fill-bg .pin a {
    background: #bd081c
}

.fill-bg .wapp a {
    background: #25d366
}

.fill-bg .yt a {
    background: red
}

#side-blogs_100 {
    margin: 1em auto
}

#side-blogs_100.blogs {
    background: var(--bg-light);
    padding: 0.5em 2em
}

#side-blogs_100.blogs .heading {
    border-bottom: 1px solid var(--font-color);
    padding: 1em 0 0;
    margin-bottom: 2em
}

#side-blogs_100.blogs .heading h4 {
    color: var(--font-color)
}

#side-blogs_100.blogs a {
    color: var(--font-color)
}

#side-blogs_100.blogs .item {
    width: 100%;
    display: block;
    margin: 0 0 1.5em;
    padding: 0
}

#side-blogs_100.blogs .item:after {
    content: "";
    background: rgba(0, 0, 0, 0.15);
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#side-blogs_100.blogs .item.hidden {
    display: none
}

#side-blogs_100.blogs .item-details {
    width: calc(100% - 150px);
    padding-left: 1em;
    flex: 1
}

#side-blogs_100.blogs .item .read-time {
    font-size: 80%
}

#side-blogs_100.blogs .item .blog-title {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold
}

#side-blogs_100.blogs .item .blog-desc {
    font-size: 90%;
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.6em
}

#side-blogs_100.blogs .item .blog-img {
    margin: 0;
    position: relative;
    height: 100%;
    width: 150px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#side-blogs_100.blogs .item .blog-img img {
    height: 100%;
    width: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#side-blogs_100.blogs .item .blog-img.organic {
    border-radius: 40% 60% 55% 45% / 46% 40% 60% 54%
}

#side-blogs_100.blogs .item .blog-img.organic img {
    border-radius: 40% 60% 55% 45% / 46% 40% 60% 54%
}

#side-blogs_100.blogs .item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none
}

#side-blogs_100.blogs .item a.f-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

#side-blogs_100.blogs .item a .blog-title {
    margin: 0 0 5px
}

#side-blogs_100.blogs .item a:hover .blog-title {
    color: #386097
}

#side-blogs_100.blogs .item a:hover .item-details:after {
    width: 100%;
    background: rgba(56, 96, 151, 0.75)
}

#side-blogs_100.blogs .item a:hover .blog-img.organic {
    animation: bg-move 30s linear infinite forwards, border-move 15s linear infinite forwards
}

#side-blogs_100.blogs .item a:hover .blog-img.organic img {
    animation: bg-move 30s linear infinite forwards, border-move 15s linear infinite forwards
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
    #side-blogs_100.blogs .item {
        padding: 0
    }

    #side-blogs_100.blogs .item .blog-img {
        width: 100%
    }

    #side-blogs_100.blogs .item .blog-img img {
        width: 200px
    }

    #side-blogs_100.blogs .item .item-details {
        width: 100%;
        padding: 10px 0
    }
}

@media (max-width: 1280px) {
    #side-blogs_100.blogs .item .blog-img {
        width: 110px
    }
}

@media (max-width: 640px) {
    #side-blogs_100.blogs .item {
        padding: 0
    }
}

#general-content-102 {
    padding: 20px 0 40px 0;
    background: #f6f6f7
}

#latest-events_100 {
    position: relative;
    padding: 2em 1em;
    overflow: hidden
}

#latest-events_100 .events {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#latest-events_100 .events .event__slider {
    display: block
}

#latest-events_100 .events .event-date {
    background: #282a32;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.65em;
    color: #fff;
    font-size: 80%
}

#latest-events_100 .events .event-location i, #latest-events_100 .events .event-date i, #latest-events_100 .events .event-time i {
    margin: 0 5px 0 0;
    width: 15px;
    color: var(--font-color)
}

#latest-events_100 .events .event-title {
    line-height: 1.4 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#latest-events_100 .events .event--item {
    padding: 0.85em 1em 1em
}

#latest-events_100 .events .event .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    background: var(--bg-light);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 2em;
    overflow: hidden;
    padding: 0
}

#latest-events_100 .events .event .item a {
    color: var(--font-color);
    text-decoration: none
}

#latest-events_100 .events .event-img {
    height: 100%;
    width: 100%;
    position: relative;
    margin: 0
}

#latest-events_100 .events .event-img img {
    width: 100%;
    height: 120px;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#latest-events_100 .events .event-date, #latest-events_100 .events .event-time {
    margin: 0
}

#latest-events_100 .events .event-tag {
    border: 1px solid #386097;
    background: #fff;
    font-size: 80%;
    padding: 6px 10px
}

#latest-events_100 .events .event-desc {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 767px) {
    #latest-events_100 .events {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #latest-events_100 .events .event {
        width: 100%
    }

    #latest-events_100 .events .event--item {
        width: 100%;
        padding: 1em
    }

    #latest-events_100 .events .event-img {
        width: 100%
    }
}

.edit .video-play {
    display: none
}

#general-content-100 {
    padding: 20px 0
}

#general-content-100.background {
    background: #f6f6f7
}

#general-content-100 .content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

#general-content-100 .content-wrapper.content-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#general-content-100 .content-wrapper.content-reverse > article {
    padding: 0 40px 0 0
}

#general-content-100 .vid-section {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%
}

#general-content-100 .vid-section video {
    margin-top: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#general-content-100 .video-play {
    text-align: center;
    z-index: 4
}

#general-content-100 .video-play .video-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #fff;
    text-transform: uppercase
}

#general-content-100 .video-play .video-btn span {
    order: 2
}

#general-content-100 .video-play:hover .video-btn {
    transform: scale(1)
}

#general-content-100 .video-play {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    width: 100%
}

#general-content-100 figure {
    position: relative
}

#general-content-100 figure img {
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    height: 350px;
    width: 550px
}

#general-content-100 article {
    padding: 0 0 0 40px;
    flex-basis: 60%
}

@media (max-width: 991px) {
    #general-content-100 .content-wrapper {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #general-content-100 .content-wrapper.content-reverse {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #general-content-100 .content-wrapper.content-reverse > article {
        padding: 0
    }

    #general-content-100 .content-wrapper article {
        padding: 0
    }

    #general-content-100 .content-wrapper figure {
        width: 100%
    }

    #general-content-100 .content-wrapper figure img {
        width: 100%
    }
}

.video-modal, .video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0;
    -moz-transform: translate(500%, 0%);
    -o-transform: translate(500%, 0%);
    -ms-transform: translate(500%, 0%);
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.video-modal .overlay {
    z-index: 0;
    background: rgba(40, 42, 50, 0.95);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s
}

.video-modal .video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625)
}

@media (max-width: 767px) {
    .video-modal .video-modal-content {
        width: calc(100% - 5em);
        height: 0;
        padding-top: calc((100% - 5em) * 0.5625)
    }
}

@media (min-aspect-ratio: 16 / 9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778)
    }
}

@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625)
    }
}

.close-video-modal {
    display: block;
    position: absolute;
    left: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff
}

iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5)
}

.show-video-modal .video-modal {
    opacity: 1;
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%)
}

.show-video-modal .video-modal .overlay {
    opacity: 1
}

.show-video-modal .video-modal, .show-video-modal .video-modal-content {
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%)
}

#latest-featured-candidates_100 {
    padding: 4em 0;
    background: var(--bg-light)
}

#latest-featured-candidates_100 .candidates {
    position: relative
}

#latest-featured-candidates_100 .candidates-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -1em
}

#latest-featured-candidates_100 .candidates-item .item {
    width: calc(33.33% - 2.8em);
    margin: 0 1em 1.5em;
    padding: 1.5em;
    background: var(--bg-light);
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#latest-featured-candidates_100 .candidates-item .item.bordered {
    border: 1px solid rgba(0, 0, 0, 0.1)
}

#latest-featured-candidates_100 .candidates-item .item-info {
    margin: 1em auto;
    color: var(--font-color)
}

#latest-featured-candidates_100 .candidates-item .item-featured {
    position: absolute;
    top: 0;
    left: 2em;
    padding: 0.5em 0.85em;
    background: #799ac3;
    border-radius: 0 0 5px 5px;
    font-size: 85%;
    color: var(--font-color)
}

#latest-featured-candidates_100 .candidates-item .item-featured:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f005";
    display: inline-block;
    margin-right: 5px
}

#latest-featured-candidates_100 .candidates-item .item-tags .tag-name {
    background: var(--bg-light);
    padding: 0.5em 0.85em;
    margin: 0 0.5em 0.85em 0;
    color: var(--font-color);
    display: inline-block;
    font-size: 80%
}

#latest-featured-candidates_100 .candidates-item .item-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center
}

#latest-featured-candidates_100 .candidates-item .item-img {
    width: 110px;
    margin-right: 1em;
    height: 110px
}

#latest-featured-candidates_100 .candidates-item .item-img img {
    height: 100%;
    width: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    object-position: top center
}

#latest-featured-candidates_100 .candidates-item .item-img.img__circle img {
    border-radius: 50%
}

#latest-featured-candidates_100 .candidates-item .item-content {
    margin-bottom: 1em
}

#latest-featured-candidates_100 .candidates-item .item-content_secondary {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#latest-featured-candidates_100 .candidates-item .item-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center
}

#latest-featured-candidates_100 .candidates-item .item-header_info {
    width: calc(100% - 130px);
    flex: 1
}

#latest-featured-candidates_100 .candidates-item .item-img {
    width: 80px;
    margin-right: 1em;
    height: 80px
}

#latest-featured-candidates_100 .candidates-item .item-img img {
    height: 100%;
    width: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    object-position: top center
}

#latest-featured-candidates_100 .candidates-item .item-img.img__circle img {
    border-radius: 50%
}

#latest-featured-candidates_100 .candidates-item .item-location {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px
}

#latest-featured-candidates_100 .candidates-item .item-location i {
    margin-right: 0.85em
}

#latest-featured-candidates_100 .candidates-item .item-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#latest-featured-candidates_100 .candidates-item .item-content p {
    margin: 0
}

#latest-featured-candidates_100 .candidates-item .item-content ul li {
    margin: 0
}

#latest-featured-candidates_100 .candidates__slider {
    display: block
}

@media (max-width: 568px) {
    #latest-featured-candidates_100 .candidates .candidates--item .item {
        width: 90%;
        margin: 0 auto 1.5em;
        height: auto
    }
}

@media (max-width: 375px) {
    #latest-featured-candidates_100 .candidates .candidates--item .item-header {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #latest-featured-candidates_100 .candidates .candidates--item .item-header_info {
        width: 100%
    }
}

#main_banner_103 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    min-height: 365px
}

#main_banner_103 figure {
    z-index: -1;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#main_banner_103 figure img {
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    width: 100%;
    height: 100%
}

#main_banner_103 .content-wrapper {
    width: 100%
}

#main_banner_103 .banner-caption {
    max-width: 680px;
    min-height: 30px;
    margin-left: 90px;
    position: relative;
    padding: 30px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9)
}

#main_banner_103 .banner-caption .page-title {
    margin-top: 0;
    color: #386097
}

@media (max-width: 991.98px) {
    #main_banner_103 .banner-caption {
        margin-left: initial
    }
}

body.edit #main_banner_103 {
    display: block
}

body.edit #main_banner_103 figure {
    position: static;
    z-index: 0
}

body.edit #main_banner_103 .content-wrapper {
    background-color: #eee
}

.edit .vid-section {
    display: none
}

.edit figure {
    position: relative !important
}

.edit .content-wrapper {
    background: #282a32
}

#cta-general-100 {
    position: relative;
    overflow: hidden;
    min-height: 300px
}

#cta-general-100 figure {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 0
}

#cta-general-100 figure img {
    position: relative;
    width: 100%;
    min-height: 100%;
    opacity: 0.5;
    margin: 0 auto;
    object-fit: cover
}

#cta-general-100 .content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
    text-align: left
}

#cta-general-100 .content-wrapper.align-center {
    align-items: center
}

#cta-general-100 .content-wrapper.align-left {
    align-items: flex-start
}

#cta-general-100 .content-wrapper.align-right {
    align-items: flex-end
}

#cta-general-100 .content-wrapper.text-left {
    text-align: left
}

#cta-general-100 .content-wrapper.text-center {
    text-align: center
}

#cta-general-100 .content-wrapper.text-right {
    text-align: right
}

#cta-general-100 .content-wrapper.justify-top {
    justify-content: flex-start
}

#cta-general-100 .content-wrapper.justify-bottom {
    justify-content: flex-end
}

#cta-general-100 .content-wrapper.justify-center {
    justify-content: center
}

#cta-general-100 .content-wrapper article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -ms-justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    min-height: 300px
}

#cta-general-100 .content-wrapper article .title h4, #cta-general-100 .content-wrapper article p {
    color: #fff
}

#cta-general-100 .content-wrapper article .title {
    padding: 20px 0 0 0
}

#cta-general-100 .content-wrapper article a {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #d66b14;
    border-color: #d66b14;
    color: #fff;
    font-size: 80%;
    padding: 10px 15px
}

#cta-general-100 .content-wrapper article a:hover, #cta-general-100 .content-wrapper article a:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

#cta-general-100 .content-wrapper article a:hover, #cta-general-100 .content-wrapper article a:active {
    color: #fff;
    background: #c25700;
    border-color: #c25700
}

#cta-general-100 .container-fluid {
    z-index: 1
}

#cta-general-100 .half-width {
    width: 50%
}

@media (max-width: 991px) {
    #cta-general-100 .half-width {
        width: 100%
    }
}

#featured_articles_102 {
    padding: 3em 0;
    overflow: hidden
}

#featured_articles_102 .items-wrapper, #featured_articles_102 .item-card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#featured_articles_102 .items-wrapper {
    margin: 0 -0.5em
}

#featured_articles_102 .items-wrapper .slick-list {
    width: 100%
}

#featured_articles_102 .items-wrapper li {
    width: 100%;
    margin: 0 0.5em 1em
}

#featured_articles_102 .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#featured_articles_102 .slick-slide {
    height: auto
}

#featured_articles_102 .item-card {
    height: 260px;
    padding: 1em;
    border-radius: 5px;
    color: #282a32;
    background: #f5f4f4
}

#featured_articles_102 .item-card:hover figure img {
    transform: scale(1.1)
}

#featured_articles_102 .item-card:hover .read-more, #featured_articles_102 .item-card:hover .item-title {
    color: #386097
}

#featured_articles_102 article {
    flex: 1;
    position: relative;
    padding: 0.5em 1em 3em
}

#featured_articles_102 .item-desc {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width: 1600px) {
    #featured_articles_102 .item-desc {
        line-height: 1.6 !important;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

#featured_articles_102 .item-title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.4 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#featured_articles_102 .read-more {
    position: absolute;
    bottom: 2em;
    left: 1em;
    font-weight: 500;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#featured_articles_102 figure {
    width: 180px;
    height: 100%;
    overflow: hidden
}

#featured_articles_102 figure img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (min-width: 769px) {
    #featured_articles_102 .items-wrapper li {
        width: calc(50% - 1em)
    }
}

@media (min-width: 1250px) {
    #featured_articles_102 .items-wrapper li {
        width: calc(100% / 3 - 1em)
    }
}

@media (max-width: 450px) {
    #featured_articles_102 .item-card {
        height: 100%;
        padding-bottom: 0;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #featured_articles_102 figure {
        width: 100%;
        height: 240px
    }
}

#e-side-jobs-01 {
    margin: 20px 0;
    background: #fafafa
}

#e-side-jobs-01 header {
    background: #f5f4f4;
    display: block
}

#e-side-jobs-01 header h4 {
    margin: 0;
    padding: 0 20px;
    text-transform: none;
    color: #282a32;
    font-weight: 600
}

#e-side-jobs-01 a.item {
    color: #282a32;
    display: block;
    padding: 5px 20px
}

#e-side-jobs-01 a.item .job-title {
    color: #282a32;
    font-weight: 600
}

#e-side-jobs-01 a.item > article {
    padding: 0 0 10px
}

#e-side-jobs-01 a.item .item-date {
    color: #282a32;
    font-size: 13px;
    margin-bottom: 20px;
    display: block
}

#e-side-jobs-01 a.item .item-date:before {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f017";
    font-size: 18px;
    padding-right: 6px;
    vertical-align: middle
}

#e-side-jobs-01 a.item .item-date:after {
    background: #282a32;
    content: "";
    display: block;
    height: 2px;
    margin: 10px 0;
    width: 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#e-side-jobs-01 a.item:hover {
    background: #eeecec
}

#e-side-jobs-01 a.item:hover .item-date:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    background: #386097
}

#e-side-jobs-01 .cta-link {
    color: #386097;
    font-weight: 700;
    display: block;
    padding: 10px 15px 25px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#e-side-jobs-01 .cta-link:after {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    color: #282a32;
    padding-left: 10px;
    opacity: 0
}

#e-side-jobs-01 .cta-link:hover {
    color: #282a32;
    background: transparent
}

#e-side-jobs-01 .cta-link:hover:after {
    opacity: 1
}

#e-side-jobs-01 .link {
    padding: 5px 15px
}

.connecting-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 1000000;
    background: #fff
}

.connecting-loader .loader-wrapper {
    display: inline-block;
    position: relative;
    top: calc(50% - 40px);
    padding: 20px
}

.connecting-loader i {
    position: absolute;
    top: 20%;
    left: 35%;
    color: #007bb6;
    font-size: 3rem
}

.connecting-loader p {
    margin-top: 40px
}

.loader-icon {
    color: #386097;
    font-size: 4rem;
    text-indent: -9999em;
    overflow: hidden;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#content-block_100 {
    padding: 1em 0;
    position: relative
}

#content-block_100 .page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    padding: 2em 0
}

#content-block_100 .page-info, #content-block_100 .page-img {
    width: 50%;
    max-width: 50%
}

#content-block_100 .page-img {
    margin: 0;
    width: 100%;
    height: 100%
}

#content-block_100 .page-img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#content-block_100 .page-info {
    padding: 1em 3em
}

#content-block_100 .page:nth-child(even) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#content-block_100 .page a {
    color: var(--font-color);
    text-decoration: none
}

#content-block_100 .page a.disable-link {
    pointer-events: none
}

@media (max-width: 1024px) {
    #content-block_100 .page-info {
        padding: 1em 2em
    }

    #content-block_100 .page-info p {
        line-height: 1.6 !important;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #content-block_100 .page-info p:not(:first-of-type) {
        display: none
    }
}

@media (max-width: 767px) {
    #content-block_100 .page {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0
    }

    #content-block_100 .page:nth-child(even) {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #content-block_100 .page-info, #content-block_100 .page-img {
        width: 100%;
        max-width: 100%;
        padding: 1em
    }
}

#content-block_100 .content .column-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#content-block_100 .content .column-2 dd {
    width: 50%;
    padding: 0 2em
}

#content-block_100 .boxed {
    width: 75%;
    margin: 0 auto
}

@media (max-width: 767px) {
    #content-block_100 .content .column-2 dd {
        width: 100%;
        padding: 1em
    }
}

#cta-block_100 {
    padding: 3em 0;
    position: relative
}

#cta-block_100.block .bg-img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    background: #000
}

#cta-block_100.block .bg-img img {
    height: 100%;
    width: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    opacity: 0.6
}

#cta-block_100.block .bg-img.bg--dark {
    background: #000
}

#cta-block_100.block .bg-img.bg--gradient:before {
    width: 55%;
    display: block;
    content: "";
    height: 100%;
    background: linear-gradient(270deg, rgba(252, 252, 253, 0) 0%, #f8f8f9 100%);
    z-index: 1;
    position: absolute
}

#cta-block_100.block .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

#cta-block_100.block .content-item {
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto
}

#cta-block_100.block .content-item.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#cta-block_100.block .content-half--width {
    width: 50%;
    padding: 0 2em 0 0
}

#cta-block_100.block .content-img {
    width: 650px;
    height: 100%;
    max-width: 100%
}

#cta-block_100.block .content-img img {
    height: 100%;
    width: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#cta-block_100.block .content-overlap {
    -webkit-align-items: center;
    align-items: center
}

#cta-block_100.block .content-overlap .content-item {
    flex: 1;
    margin-left: -10em;
    background: var(--bg-light);
    border-radius: 4px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    padding: 4em
}

@media (max-width: 999px) {
    #cta-block_100.block .content-overlap .content-img {
        width: 580px
    }

    #cta-block_100.block .content-overlap .content-item {
        padding: 2em
    }
}

@media (max-width: 768px) {
    #cta-block_100.block .content {
        width: 100%
    }

    #cta-block_100.block .content-half--width {
        width: 100%
    }

    #cta-block_100.block .content-overlap {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #cta-block_100.block .content-overlap .content-item {
        margin-left: 0;
        padding: 2em
    }

    #cta-block_100.block .content-overlap .content-img {
        width: 100%;
        margin: 0
    }
}

#cta-block_100.boxed {
    width: 90%;
    margin: 2em auto 4em
}

.edit #cta-block_100 {
    background: #e7e7e7
}

.edit #cta-block_100 .bg-img {
    position: relative;
    top: unset;
    left: unset;
    transform: none
}

#latest-blogs_101 {
    overflow: hidden;
    background: var(--bg-light)
}

#latest-blogs_101.blogs {
    position: relative;
    padding: 2em 0 4em;
    margin: 0 auto
}

#latest-blogs_101.blogs .header {
    padding: 20px 0 15px
}

#latest-blogs_101.blogs .items {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -1em
}

#latest-blogs_101.blogs .items__slider {
    display: block
}

#latest-blogs_101.blogs .items.layout-list .item {
    width: calc(100% / 2 - 2em);
    margin: 0 1em 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center
}

#latest-blogs_101.blogs .items.layout-list .item__img {
    width: 260px;
    margin: 0;
    height: 280px
}

#latest-blogs_101.blogs .items.layout-list .item__img img {
    width: 100%
}

#latest-blogs_101.blogs .items.layout-list .item__content {
    flex: 1;
    padding: 2em 1.5em
}

#latest-blogs_101.blogs .items.column-3 .item {
    width: calc(100% / 3 - 2em);
    margin: 0 1em 2em
}

#latest-blogs_101.blogs .items .item {
    position: relative;
    width: calc(100% / 4 - 2em);
    margin: 0 1em 2em;
    overflow: hidden
}

#latest-blogs_101.blogs .items .item.box-shadow {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15)
}

#latest-blogs_101.blogs .items .item__img {
    width: 100%;
    height: 200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.7));
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#latest-blogs_101.blogs .items .item__img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.65
}

#latest-blogs_101.blogs .items .item__img.img__square {
    height: 265px;
    width: 265px
}

#latest-blogs_101.blogs .items .item__img.img__grayscale {
    background: linear-gradient(0deg, #000, #020202)
}

#latest-blogs_101.blogs .items .item__img.img__grayscale img {
    filter: grayscale(1) brightness(1);
    -webkit-filter: grayscale(1) brightness(1)
}

#latest-blogs_101.blogs .items .item__img.img__organic img {
    border-radius: 51% 49% 55% 45% / 42% 40% 60% 58%
}

#latest-blogs_101.blogs .items .item__img.img__rounded {
    border-radius: 8px
}

#latest-blogs_101.blogs .items .item__img.img__rounded img {
    border-radius: 8px
}

#latest-blogs_101.blogs .items .item__img.img__rounded .item--hover {
    border-radius: 8px
}

#latest-blogs_101.blogs .items .item__img.img__circle {
    border-radius: 50%;
    height: 260px;
    width: 260px
}

#latest-blogs_101.blogs .items .item__img.img__circle img {
    border-radius: 50%
}

#latest-blogs_101.blogs .items .item__img.img__circle .item--hover {
    border-radius: 50%
}

#latest-blogs_101.blogs .items .item__content {
    padding: 1em 1.25em;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#latest-blogs_101.blogs .items .item__content.content-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

#latest-blogs_101.blogs .items .item__content .item-title {
    margin: 0 0 5px;
    padding: 0;
    line-height: 1.4 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#latest-blogs_101.blogs .items .item__content .item-title a {
    color: inherit
}

#latest-blogs_101.blogs .items .item__content .item-desc {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1)
}

#latest-blogs_101.blogs .items .item-tag {
    position: absolute;
    top: 1em;
    z-index: 1;
    margin: 0;
    padding: 0;
    left: 1em
}

#latest-blogs_101.blogs .items .item-tag .tag {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 75%
}

#latest-blogs_101.blogs .items .item-tag .tag a {
    color: #fff;
    background: #000;
    border-radius: 4px;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer
}

#latest-blogs_101.blogs .items .item-tag .tag a:hover {
    background: #386097;
    color: #fff
}

#latest-blogs_101.blogs .items .item-author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    width: 100%
}

#latest-blogs_101.blogs .items .item-author--img {
    margin: 0 10px 0 0
}

#latest-blogs_101.blogs .items .item-author--img img {
    height: 25px;
    width: 25px;
    border-radius: 50%
}

#latest-blogs_101.blogs .items .item-author--name {
    font-size: 80%;
    margin-bottom: 15px
}

#latest-blogs_101.blogs .items .item-author--name .name {
    margin-left: 4px
}

#latest-blogs_101.blogs .items .item:hover {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15);
    background: var(--bg-color)
}

@media (max-width: 1170px) {
    #latest-blogs_101.blogs .items .item {
        width: calc(33.33% - 2em)
    }
}

@media (max-width: 767px) {
    #latest-blogs_101.blogs .items .item {
        width: calc(50% - 2em)
    }
}

@media (max-width: 568px) {
    #latest-blogs_101.blogs .items {
        padding: 0;
        margin: 0 auto
    }

    #latest-blogs_101.blogs .items .item {
        width: 100%;
        margin: 1em auto
    }

    #latest-blogs_101.blogs .items .item__img {
        height: 300px
    }
}

#latest-clients_100 {
    padding: 3em 0 0;
    overflow: hidden;
    position: relative
}

#latest-clients_100 .bg-img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    background: #000
}

#latest-clients_100 .bg-img img {
    height: 100%;
    width: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    opacity: 0.95
}

#latest-clients_100 .client {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

#latest-clients_100 .client.clients__slider {
    display: block
}

#latest-clients_100 .client .item {
    width: calc(100% / 5 - 1em);
    margin: 0 0.5em
}

#latest-clients_100 .client .item .client-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

#latest-clients_100 .client .item .client-img img {
    width: auto;
    height: 100px;
    padding: 0 0.5em;
    font-family: "object-fit: contain;";
    object-fit: contain
}

#latest-clients_100 .client .item .client-img.img-grayscale {
    filter: grayscale(0)
}

#latest-clients_100 .client .item .client-info {
    padding: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

@media (max-width: 1024px) {
    #latest-clients_100 .client .client-item {
        width: calc(100% / 4 - 1em)
    }
}

@media (max-width: 768px) {
    #latest-clients_100 .client .client-item {
        width: calc(100% / 3 - 1em)
    }
}

@media (max-width: 568px) {
    #latest-clients_100 .client .client-item {
        width: calc(100% / 2 - 1em)
    }
}

@media (max-width: 425px) {
    #latest-clients_100 .client .client-item {
        width: 100%;
        margin: 1em auto
    }
}

.edit #latest-clients_100 {
    background: #e7e7e7
}

.edit #latest-clients_100 .bg-img {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    max-height: 450px;
    overflow: hidden;
    background: #f5f4f4
}

#latest-testimonials_100 {
    padding: 4em 0;
    overflow: hidden;
    position: relative;
    background: var(--bg-light)
}

#latest-testimonials_100 .testimonial .quote-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 4em;
    text-align: center
}

#latest-testimonials_100 .testimonial .quote-title {
    order: 1;
    margin: 0
}

#latest-testimonials_100 .testimonial .quote-body {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
    margin: 0 auto
}

#latest-testimonials_100 .testimonial .quote-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 65%;
    margin: 1em auto
}

#latest-testimonials_100 .testimonial .quote-img.circle {
    border-radius: 50%;
    overflow: hidden
}

#latest-testimonials_100 .testimonial .quote-img img {
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    width: 70px;
    height: 70px;
    margin: 0 15px
}

#latest-testimonials_100 .testimonial .quote--top {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%
}

#latest-testimonials_100 .testimonial .quote--top:before {
    content: "";
    background: url(https://image-assets.manpower.volcanic.cloud/api/v1/assets/images/de10fa165bcb1b99ebf6efc7bf55c16b?t=1651398557) no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#stats_100 {
    padding: 3em 0 2em;
    position: relative
}

#stats_100.stats {
    background: var(--bg-light)
}

#stats_100.stats.bg--white {
    background: var(--bg-color)
}

#stats_100.stats .bg-img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    background: #000
}

#stats_100.stats .bg-img.bg--gradient {
    background: linear-gradient(270deg, #afc1e8 0.01%, #39374b 100%)
}

#stats_100.stats .bg-img img {
    height: 100%;
    width: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    opacity: 0.7
}

#stats_100.stats .stat.layout-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#stats_100.stats .stat.layout-column .header {
    width: 50%;
    padding-right: 2em
}

#stats_100.stats .stat.layout-column .content {
    width: 50%
}

#stats_100.stats .stat.layout-column .content-item {
    margin-bottom: 1.5em
}

@media (max-width: 1024px) {
    #stats_100.stats .stat.layout-column {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #stats_100.stats .stat.layout-column .header, #stats_100.stats .stat.layout-column .content {
        width: 100%
    }
}

@media (max-width: 767px) {
    #stats_100.stats .stat.layout-column {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #stats_100.stats .stat.layout-column .header, #stats_100.stats .stat.layout-column .content {
        width: 100%
    }

    #stats_100.stats .stat.layout-column .content-item {
        padding: 0
    }
}

@media (max-width: 425px) {
    #stats_100.stats .stat.layout-column .content-item {
        width: 100%
    }
}

#stats_100.stats .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2em
}

#stats_100.stats .content.column-4 {
    margin: 0 -2em 3em
}

#stats_100.stats .content.column-4 .content-item {
    width: calc(100% / 4 - 1em)
}

#stats_100.stats .content.column-2 .content-item {
    width: calc(100% / 2 - 1em)
}

#stats_100.stats .content-item {
    -webkit-align-items: center;
    align-items: center;
    padding: 0 2em
}

#stats_100.stats .content-item p {
    margin: 0
}

#stats_100.stats .content-item.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#stats_100.stats .content-item .content-img img {
    height: 100%;
    width: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#stats_100.stats .content-item .count-up .numerical {
    color: #386097;
    line-height: 1.6
}

#stats_100.stats .content-info {
    width: 50%;
    padding: 0 2.5em
}

@media (max-width: 1024px) {
    #stats_100.stats .content.column-4, #stats_100.stats .content.column-3 {
        margin: 1em auto
    }

    #stats_100.stats .content.column-4 .content-item, #stats_100.stats .content.column-3 .content-item {
        width: calc(100% / 2 - 2em)
    }
}

@media (max-width: 568px) {
    #stats_100.stats {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #stats_100.stats .content.column-4, #stats_100.stats .content.column-3, #stats_100.stats .content.column-2 {
        margin: 1em auto
    }

    #stats_100.stats .content.column-4 .content-item, #stats_100.stats .content.column-3 .content-item, #stats_100.stats .content.column-2 .content-item {
        width: 100%
    }
}

.edit #stats_100 .bg-img {
    position: relative;
    top: unset;
    left: unset;
    transform: none
}

#template-404_100.page-404 {
    text-align: center;
    padding: 100px 20px 50px
}

#template-404_100.page-404 h1 {
    font-size: 50px;
    color: #386097;
    font-weight: 600;
    position: relative
}

#template-404_100.page-404 h1 .err {
    display: block;
    color: var(--font-color);
    opacity: 0.1;
    font-size: 4em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1
}

@media (max-width: 767px) {
    #template-404_100.page-404 h1 {
        line-height: 1.6
    }
}

#template-404_100.page-404 .links {
    color: var(--font-color)
}

#template-404_100.page-404 .links a:first-of-type {
    padding-right: 10px;
    border-right: 1px solid #ccc
}

#template-404_100.page-404 .links .go-back, #template-404_100.page-404 .links .return-to {
    display: inline-block;
    padding: 0 10px;
    margin: 0
}

#template-404_100.page-404 .links .return-to {
    color: var(--font-color)
}

#template-404_100.page-404 .links .return-to:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f015";
    margin-left: 15px
}

#template-404_100.page-404 .page-img {
    height: 100%;
    width: 100%
}

#template-404_100.page-404 .page-img img {
    height: 200px;
    width: auto;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#template-404_100.page-404 .page-img svg {
    height: 130px
}

#template-404_100.page-404 h2 {
    margin: 2em auto 0.5em
}

#template-404_100 svg .theme-color {
    fill: #386097;
    stop-color: #386097
}

#template-blog_100 {
    padding: 0 0 3em;
}

#template-blog_100 .blog-img {
    height: 450px;
    width: 100%;
    position: relative
}

#template-blog_100 .blog-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    object-position: top center
}

#template-blog_100 .blog-tags {
    border-top: 1px solid #eeecec;
    position: relative;
    padding: 10px 15px 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center
}

#template-blog_100 .blog-tags .tag-title {
    margin: 0 15px 0 0
}

#template-blog_100 .blog-tags ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#template-blog_100 .blog-tags ul .tag {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-blog_100 .blog-tags ul .tag a {
    color: #1e2028;
    font-size: 12px;
    padding: 5px 10px;
    display: block;
    text-decoration: none
}

#template-blog_100 .blog-tags ul .tag:hover {
    background: #386097;
    border-color: #386097
}

#template-blog_100 .blog-tags ul .tag:hover a {
    color: #fff
}

#template-blog_100 .blog-author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-size: 90%
}

#template-blog_100 .blog-author--img {
    margin: 0 10px
}

#template-blog_100 .blog-author--img img {
    height: 40px;
    width: 40px
}

#template-blog_100 .blog-author--name .name {
    margin-left: 0.5em
}

#template-blog_100 .blog-author .date-posted {
    margin-right: 0.85em
}

@media (max-width: 767px) {
    #template-blog_100 .grid-flex {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #template-blog_100 .col-8, #template-blog_100 .col-4 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0
    }
}

#template-blogs_102 {
    overflow: hidden
}

#template-blogs_102.blogs {
    position: relative;
    padding: 0;
    margin: 0 auto
}

#template-blogs_102.blogs .header {
    padding: 20px 0 15px
}

#template-blogs_102.blogs .items {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -1em
}

#template-blogs_102.blogs .items.layout-list .item {
    width: 100%;
    margin: 0 1em 2em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

#template-blogs_102.blogs .items.layout-list .item__img {
    width: 340px;
    margin: 0;
    height: 260px
}

#template-blogs_102.blogs .items.layout-list .item__content {
    width: calc(100% - 340px);
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 260px
}

#template-blogs_102.blogs .items.layout-list .item__content .item-desc {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;
}

#template-blogs_102.blogs .items.column-3 .item {
    width: calc(100% / 3 - 1em);
    margin: 0 1em 2em;
    text-align: center
}

#template-blogs_102.blogs .items.column-3 .item__img {
    height: 100px;
    width: 100px
}

#template-blogs_102.blogs .items.column-3 .item__img img {
    height: 90px;
    width: 90px
}

#template-blogs_102.blogs .items.column-3 .item__content {
    width: calc(100% - 100px)
}

#template-blogs_102.blogs .items.column-3 .item__content .disc-name {
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

#template-blogs_102.blogs .items .item {
    position: relative;
    width: calc(100% / 2 - 2em);
    margin: 0 1em 2em;
    overflow: hidden
}

#template-blogs_102.blogs .items .item__img {
    width: 100%;
    height: 260px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-blogs_102.blogs .items .item__img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-blogs_102.blogs .items .item__img.img__grayscale {
    background: linear-gradient(0deg, #000, #020202)
}

#template-blogs_102.blogs .items .item__img.img__grayscale img {
    filter: grayscale(1) brightness(1);
    -webkit-filter: grayscale(1) brightness(1)
}

#template-blogs_102.blogs .items .item__img.img__organic img {
    border-radius: 51% 49% 55% 45% / 42% 40% 60% 58%
}

#template-blogs_102.blogs .items .item__img.img__rounded {
    border-radius: 8px
}

#template-blogs_102.blogs .items .item__img.img__rounded img {
    border-radius: 8px
}

#template-blogs_102.blogs .items .item__img.img__rounded .item--hover {
    border-radius: 8px
}

#template-blogs_102.blogs .items .item__img.img__circle {
    border-radius: 50%;
    height: 260px;
    width: 260px
}

#template-blogs_102.blogs .items .item__img.img__circle img {
    border-radius: 50%
}

#template-blogs_102.blogs .items .item__img.img__circle .item--hover {
    border-radius: 50%
}

#template-blogs_102.blogs .items .item__content {
    padding: 1em 1.5em 2em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background: var(--bg-light);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-blogs_102.blogs .items .item__content.content-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

#template-blogs_102.blogs .items .item__content .item-title {
    margin: 0 0 5px;
    padding: 0;
    line-height: 1.4 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 65px;
}

#template-blogs_102.blogs .items .item__content .item-desc {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#template-blogs_102.blogs .items .item-tag {
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5em
}

#template-blogs_102.blogs .items .item-tag .tag {
    display: inline-block;
    margin: 0 10px 0 0;
    background: #000;
    font-size: 75%;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 0 0 0.5em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-blogs_102.blogs .items .item-tag .tag a {
    color: #fff;
    display: block;
    text-decoration: none
}

#template-blogs_102.blogs .items .item-tag .tag:hover {
    background: #386097
}

#template-blogs_102.blogs .items .item-tag .tag:hover a {
    color: #fff
}

#template-blogs_102.blogs .items .item-author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    width: 100%
}

#template-blogs_102.blogs .items .item-author--img {
    margin: 0 10px 0 0
}

#template-blogs_102.blogs .items .item-author--img img {
    height: 25px;
    width: 25px;
    border-radius: 50%
}

#template-blogs_102.blogs .items .item-author--name {
    font-size: 80%;
    margin-bottom: 15px
}

#template-blogs_102.blogs .items .item-author--name .name {
    margin-left: 4px
}

#template-blogs_102.blogs .items .item:hover {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15)
}

#template-blogs_102.blogs .items .item:hover .item__content {
    background: var(--bg-light)
}

@media (max-width: 1170px) {
    #template-blogs_102.blogs .items.layout-list .item__content {
        width: 100%
    }

    #template-blogs_102.blogs .items .item {
        width: calc(100% / 2 - 2.5em)
    }

    #template-blogs_102.blogs .items .item__img {
        height: auto
    }

    #template-blogs_102.blogs .items .item__img.img__circle, #template-blogs_102.blogs .items .item__img.img__square {
        width: 100%;
        height: 260px
    }

    #template-blogs_102.blogs .items .item__img.img__circle img, #template-blogs_102.blogs .items .item__img.img__square img {
        width: 100%;
        height: 100%
    }
}

@media (max-width: 568px) {
    #template-blogs_102.blogs .items {
        padding: 0;
        margin: 0 auto
    }

    #template-blogs_102.blogs .items.layout-list .item {
        margin: 1em auto
    }

    #template-blogs_102.blogs .items .item {
        width: 100%;
        margin: 1em auto
    }

    #template-blogs_102.blogs .items .item__img {
        height: 300px
    }
}

@media (max-width: 425px) {
    #template-blogs_102.blogs .items.layout-list .item {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 999px) {
    #template-blogs_102.blogs .grid-flex {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #template-blogs_102.blogs .grid-flex .col-9, #template-blogs_102.blogs .grid-flex .col-3 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%
    }

    #template-blogs_102.blogs .items {
        margin: 0 auto
    }

    #template-blogs_102.blogs .items.layout-list .item, #template-blogs_102.blogs .items .item {
        margin: 0 auto 1em
    }
}

#latest-jobs_100 {
    position: relative;
    overflow: hidden;
    padding: 1.5em 0
}

#latest-jobs_100.latest-jobs {
    position: relative;
    margin: 0 auto
}

#latest-jobs_100.latest-jobs header.header__inline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

#latest-jobs_100.latest-jobs header.header_center {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

#latest-jobs_100.latest-jobs header.header_space-between {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#latest-jobs_100.latest-jobs header h2, #latest-jobs_100.latest-jobs header h3 {
    display: inline;
    margin: 0
}

#latest-jobs_100.latest-jobs .bg-img {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: #fff
}

#latest-jobs_100.latest-jobs .bg-img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    opacity: 1
}

#latest-jobs_100.latest-jobs .jobs {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2em
}

#latest-jobs_100.latest-jobs .jobs.jobs__slider {
    display: block;
    margin: 0
}

#latest-jobs_100.latest-jobs .jobs .sector {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    height: 25.6px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none
}

#latest-jobs_100.latest-jobs .jobs .sector:first-of-type {
    display: block
}

#latest-jobs_100.latest-jobs .jobs .item {
    margin: 0 2em;
    padding: 1.5em 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: calc(100% / 2 - 4em);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

#latest-jobs_100.latest-jobs .jobs .item.card {
    border: none;
    background: var(--bg-color);
    border-radius: 6px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    padding: 1.5em;
    margin: 1em 0.85em
}

#latest-jobs_100.latest-jobs .jobs .item a {
    color: var(--font-color);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch
}

#latest-jobs_100.latest-jobs .jobs .item dt {
    position: relative;
    margin: 0;
    width: 100%
}

#latest-jobs_100.latest-jobs .jobs .item dt.job-title h3 {
    line-height: 1.4 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#latest-jobs_100.latest-jobs .jobs .item dd {
    margin: 0;
    padding: 0;
    position: relative
}

#latest-jobs_100.latest-jobs .jobs .item dd.job-location, #latest-jobs_100.latest-jobs .jobs .item dd.job-salary {
    font-size: 16px;
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    height: 25.6px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 600
}

#latest-jobs_100.latest-jobs .jobs .item dd.job-location:before, #latest-jobs_100.latest-jobs .jobs .item dd.job-salary:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c25700;
    margin-right: 0.6em
}

#latest-jobs_100.latest-jobs .jobs .item dd.job-location:before {
    content: "\f041";
    display: inline-block
}

#latest-jobs_100.latest-jobs .jobs .item dd.job-salary:before {
    content: "\f51e";
    display: inline-block;
    font-size: 80%
}

#latest-jobs_100.latest-jobs .jobs .item dd.desc p {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 767px) {
    #latest-jobs_100.latest-jobs .jobs {
        margin: 0 auto
    }

    #latest-jobs_100.latest-jobs .jobs .item {
        width: 100%;
        margin: 0 auto 0.5em
    }
}

.edit #latest-jobs_100 {
    position: relative;
    overflow: hidden
}

.edit #latest-jobs_100.latest-jobs figure {
    position: relative;
    transform: none;
    top: unset;
    left: unset
}

#template-discipline_100 {
    padding: 4em 0
}

@media (max-width: 1024) {
    #template-discipline_100 .grid-flex {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row
    }

    #template-discipline_100 .grid-flex .col-8, #template-discipline_100 .grid-flex .col-4 {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width: 768px) {
    #template-discipline_100 .grid-flex {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #template-discipline_100 .grid-flex .col-8, #template-discipline_100 .grid-flex .col-4 {
        width: 100%;
        max-width: 100%
    }
}

#template-disciplines_100 {
    overflow: hidden
}

#template-disciplines_100.disciplines {
    position: relative;
    padding: 2em 0 4em;
    margin: 0 auto
}

#template-disciplines_100.disciplines .header {
    padding: 20px 0 15px
}

#template-disciplines_100.disciplines .header h2, #template-disciplines_100.disciplines .header h3 {
    color: #282a32
}

#template-disciplines_100.disciplines .header h2:after, #template-disciplines_100.disciplines .header h3:after {
    display: none
}

#template-disciplines_100.disciplines .header .title.light h2:before {
    background: #fff
}

#template-disciplines_100.disciplines .header .link {
    float: right;
    padding: 0
}

#template-disciplines_100.disciplines .header .link.icon:after {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    padding: 0 0 4px 10px;
    vertical-align: middle;
    font-size: 2.6rem
}

#template-disciplines_100.disciplines .items {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1em
}

#template-disciplines_100.disciplines .items--hover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-disciplines_100.disciplines .items--hover .item-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 0 2em
}

#template-disciplines_100.disciplines .items--hover .item-links a {
    margin-bottom: 15px
}

#template-disciplines_100.disciplines .items.layout-list .item {
    width: calc(100% / 2 - 2em);
    margin: 0 1em 2em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center
}

#template-disciplines_100.disciplines .items.layout-list .item__img {
    width: 280px
}

#template-disciplines_100.disciplines .items.layout-list .item__content {
    width: calc(100% - 280px);
    padding: 1em 1em 1em 1.5em;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    flex: 1
}

#template-disciplines_100.disciplines .items.layout-list .item__content .item-desc {
    display: block
}

#template-disciplines_100.disciplines .items:not(.layout-list).column-4 .item {
    width: calc(100% / 4 - 2em);
    margin: 0 1em 1.5em
}

#template-disciplines_100.disciplines .items:not(.layout-list).column-3 .item {
    width: calc(100% / 3 - 2em);
    margin: 0 1em 1.5em
}

#template-disciplines_100.disciplines .items:not(.layout-list).column-3 .item__content {
    width: calc(100% - 100px)
}

#template-disciplines_100.disciplines .items.icons .item {
    background: #f5f4f4;
    margin: 0 0.5em 1em;
    width: calc(100% - 4 / 1em);
    padding: 1em 0.5em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-disciplines_100.disciplines .items.icons .item:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    font-size: 1em;
    position: absolute;
    top: 2em;
    right: 2em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-disciplines_100.disciplines .items.icons .item__img {
    height: auto;
    width: auto;
    margin: 0.5em 1em;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

#template-disciplines_100.disciplines .items.icons .item__content {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 1em 0 0;
    text-align: left;
    flex: unset
}

#template-disciplines_100.disciplines .items.icons .item__content .item-name {
    padding: 0 1em
}

#template-disciplines_100.disciplines .items.icons .item:hover {
    background: #386097
}

#template-disciplines_100.disciplines .items.icons .item:hover:after {
    color: #fff;
    right: 1.5em
}

#template-disciplines_100.disciplines .items.icons .item:hover .item__content .item-name {
    color: #fff
}

#template-disciplines_100.disciplines .items .item {
    position: relative;
    width: calc(100% / 4 - 2em);
    margin: 0 1em 2em 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    word-break: break-word
}

#template-disciplines_100.disciplines .items .item__img {
    width: 100%;
    height: 280px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

#template-disciplines_100.disciplines .items .item__img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-disciplines_100.disciplines .items .item__img.img__square {
    height: 240px
}

#template-disciplines_100.disciplines .items .item__img.img__square img {
    object-position: top center
}

#template-disciplines_100.disciplines .items .item__img.img__grayscale {
    background: linear-gradient(0deg, #000, #020202)
}

#template-disciplines_100.disciplines .items .item__img.img__grayscale img {
    filter: grayscale(1) brightness(1);
    -webkit-filter: grayscale(1) brightness(1)
}

#template-disciplines_100.disciplines .items .item__img.img__organic img {
    border-radius: 51% 49% 55% 45% / 42% 40% 60% 58%
}

#template-disciplines_100.disciplines .items .item__img.img__rounded {
    border-radius: 8px
}

#template-disciplines_100.disciplines .items .item__img.img__rounded img {
    border-radius: 8px
}

#template-disciplines_100.disciplines .items .item__img.img__circle {
    border-radius: 50%;
    height: 260px;
    width: 260px
}

#template-disciplines_100.disciplines .items .item__img.img__circle img {
    border-radius: 50%
}

#template-disciplines_100.disciplines .items .item__img .has_icon svg {
    height: 65px;
    width: 65px
}

#template-disciplines_100.disciplines .items .item__content {
    padding: 1em 0.8em;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center
}

#template-disciplines_100.disciplines .items .item__content .item-name {
    margin: 0 0 5px;
    padding: 0
}

#template-disciplines_100.disciplines .items .item__content .item-secondary {
    margin-bottom: 0.5em
}

#template-disciplines_100.disciplines .items .item__content .item-desc {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none
}

#template-disciplines_100.disciplines .items .item-link {
    color: #282a32
}

#template-disciplines_100.disciplines .items .item:hover .items--hover {
    opacity: 1;
    transform: scale(1)
}

#template-disciplines_100.disciplines .items .item:hover .item__img img {
    transform: scale(1.1)
}

#template-disciplines_100.disciplines .items .item:hover .item__img .has_icon svg path, #template-disciplines_100.disciplines .items .item:hover .item__img .has_icon svg g {
    fill: #fff
}

#template-disciplines_100.disciplines .items .view-more {
    display: block;
    width: 100%
}

@media (max-width: 1170px) {
    #template-disciplines_100.disciplines .items .item {
        margin: 0 1em;
        width: calc(32% - 2em)
    }

    #template-disciplines_100.disciplines .items .item__img {
        height: auto
    }

    #template-disciplines_100.disciplines .items .item__img.img__circle, #template-disciplines_100.disciplines .items .item__img.img__square {
        width: 220px;
        height: 220px
    }

    #template-disciplines_100.disciplines .items .item__img.img__circle img, #template-disciplines_100.disciplines .items .item__img.img__square img {
        width: 220px;
        height: 220px
    }

    #template-disciplines_100.disciplines .items:not(.layout-list).column-4 .item, #template-disciplines_100.disciplines .items:not(.layout-list).column-3 .item {
        width: calc(33% - 2em)
    }

    #template-disciplines_100.disciplines .items.layout-list .item__img {
        width: 200px
    }

    #template-disciplines_100.disciplines .items.layout-list .item__content {
        width: calc(100% - 200px)
    }
}

@media (max-width: 767px) {
    #template-disciplines_100.disciplines .items:not(.layout-list).column-4 .item, #template-disciplines_100.disciplines .items:not(.layout-list).column-3 .item {
        margin: 0 0.5em 1em;
        width: calc(50% - 1em)
    }

    #template-disciplines_100.disciplines .items.layout-list .item {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #template-disciplines_100.disciplines .items.layout-list .item__content, #template-disciplines_100.disciplines .items.layout-list .item__img {
        width: 100%
    }

    #template-disciplines_100.disciplines .items.column-4 .item, #template-disciplines_100.disciplines .items.column-3 .item {
        margin: 0 0.5em 1em;
        width: calc(50% - 1em)
    }

    #template-disciplines_100.disciplines .items .item {
        margin: 0 auto;
        width: calc(50% - 1em)
    }

    #template-disciplines_100.disciplines .items .item__img {
        height: auto
    }

    #template-disciplines_100.disciplines .items .item__img.img__circle, #template-disciplines_100.disciplines .items .item__img.img__square {
        width: 220px;
        height: 220px
    }

    #template-disciplines_100.disciplines .items .item__img.img__circle img, #template-disciplines_100.disciplines .items .item__img.img__square img {
        width: 220px;
        height: 220px
    }
}

@media (max-width: 568px) {
    #template-disciplines_100.disciplines .items {
        padding: 0 1em
    }

    #template-disciplines_100.disciplines .items.column-4 .item, #template-disciplines_100.disciplines .items.column-3 .item {
        margin: 0 auto 1em;
        width: 95%
    }

    #template-disciplines_100.disciplines .items .item__content {
        width: 100%
    }
}

@media (max-width: 480px) {
    #template-disciplines_100.disciplines .items:not(.layout-list).column-4 .item, #template-disciplines_100.disciplines .items:not(.layout-list).column-3 .item {
        margin: 0 auto 1em;
        width: 100%
    }

    #template-disciplines_100.disciplines .items .item {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 10px auto;
        width: 100%
    }

    #template-disciplines_100.disciplines .items .item__img img {
        width: 100%
    }
}

[data-theme="dark"] #template-disciplines_100.disciplines .items.icons .item {
    background: #242525;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

[data-theme="dark"] #template-disciplines_100.disciplines .items.icons .item:hover {
    background: #386097
}

[data-theme="dark"] #template-disciplines_100.disciplines .items .item-link {
    color: #fff
}

[data-theme="dark"] #template-disciplines_100.disciplines .items .item .item__img .has_icon svg path, [data-theme="dark"] #template-disciplines_100.disciplines .items .item .item__img .has_icon svg g {
    fill: #fff
}

#template-event_100 {
    padding: 2em 0 3em
}

#template-event_100 .event-img {
    height: auto;
    width: 100%
}

#template-event_100 .event-img img {
    width: 100%;
    height: 100%;
    max-width: 100%
}

#template-event_100 .event-tags {
    border-top: 1px solid #eeecec;
    position: relative;
    padding: 10px 15px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center
}

#template-event_100 .event-tags .tag-title {
    margin: 0 15px 0 0
}

#template-event_100 .event-tags ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#template-event_100 .event-tags ul .tag {
    display: inline-block;
    float: left;
    margin: 10px 10px 0 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-event_100 .event-tags ul .tag a {
    color: #1e2028;
    font-size: 12px;
    padding: 5px 10px;
    display: block;
    text-decoration: none
}

#template-event_100 .event-tags ul .tag:hover {
    background: #386097;
    border-color: #386097
}

#template-event_100 .event-tags ul .tag:hover a {
    color: #fff
}

#template-event_100 .event-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 2em
}

#template-event_100 .event-info i {
    margin: 0 5px 0 10px
}

#template-event_100 .event-info span {
    margin-right: 1em
}

#template-event_100 .event-info .event-register a {
    color: #fff
}

#template-event_100 .event-info .date, #template-event_100 .event-info .name {
    margin: 0 4px
}

#template-event_100 .col-4 {
    margin-left: 1em
}

@media (max-width: 899px) {
    #template-event_100 .grid-flex {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #template-event_100 .col-8, #template-event_100 .col-4 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin: 0 auto;
        border: none
    }

    #template-event_100 .spacer {
        padding-right: 0 !important
    }
}

@media (max-width: 736px) {
    #template-event_100 .event-info {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    #template-event_100 .event-info span {
        margin-bottom: 0.85em
    }
}

#search.filters {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 2em;
    padding: 0 0 1em
}

#search.filters .quick-search.search__item {
    margin: 0 1.5em 0 0;
    position: relative
}

#search.filters .quick-search.search__item input, #search.filters .quick-search.search__item select {
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 45px;
    padding: 10px 15px;
    background: var(--bg-light);
    border-radius: 6px;
    width: 100%;
    font-size: 16px
}

#search.filters .quick-search.search__item input:hover, #search.filters .quick-search.search__item input:focus, #search.filters .quick-search.search__item select:hover, #search.filters .quick-search.search__item select:focus {
    border-color: #282a32;
    color: #282a32
}

#search.filters .quick-search.search__item:after {
    background-size: contain;
    content: "";
    display: inline-block;
    height: 14px;
    width: 15px;
    position: absolute;
    z-index: 1;
    top: 30%;
    right: 1em
}

#search.filters span {
    margin: 0 1em 0 0
}

#search.filters span p {
    margin: 0
}

#search.filters .filter-buttons {
    border-right: 1px solid rgba(40, 42, 50, 0.3);
    padding-right: 1em
}

#search.filters .filter-select {
    margin: 0 1em;
    padding: 0.8em 1em;
    border: none;
    background: #f3f3f4;
    border-radius: 8px
}

#search.filters .filter-combo {
    padding: 0 1em
}

#search.filters .filter-combo label {
    padding: 0 2em 0 0;
    font-weight: 400
}

#search.filters .filter-combo label input {
    margin-right: 8px
}

@media (max-width: 767px) {
    #search.filters .quick-search.search__item {
        margin: 0 1.5em 1em 0
    }
}

#template-events_100 {
    overflow: hidden
}

#template-events_100.events {
    position: relative;
    padding: 4em 0;
    margin: 0 auto
}

#template-events_100.events .header {
    padding: 20px 0 15px
}

#template-events_100.events .items {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1em
}

#template-events_100.events .items.layout-list .item {
    width: 100%;
    margin: 0 1em 2em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

#template-events_100.events .items.layout-list .item__img {
    width: 340px;
    margin: 0;
    height: 210px
}

#template-events_100.events .items.layout-list .item__content {
    width: calc(100% - 340px);
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 260px
}

#template-events_100.events .items.layout-list .item__content .item-desc {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#template-events_100.events .items.column-2 .item {
    width: calc(100% / 2 - 1em);
    margin: 0 1em 2em
}

#template-events_100.events .items.column-2 .item__img {
    height: 300px;
    width: 300px
}

#template-events_100.events .items.column-2 .item__img img {
    height: 100%;
    width: 100%
}

#template-events_100.events .items.column-2 .item__content {
    width: calc(100% - 300px)
}

#template-events_100.events .items.column-2 .item__content .disc-name {
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

#template-events_100.events .items .item {
    position: relative;
    width: calc(100% / 3 - 2em);
    margin: 0 1em 2em;
    overflow: hidden
}

#template-events_100.events .items .item.box-shadow {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1)
}

#template-events_100.events .items .item__img {
    width: 100%;
    height: 200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-events_100.events .items .item__img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-events_100.events .items .item__img.img__grayscale {
    background: linear-gradient(0deg, #000, #020202)
}

#template-events_100.events .items .item__img.img__grayscale img {
    filter: grayscale(1) brightness(1);
    -webkit-filter: grayscale(1) brightness(1)
}

#template-events_100.events .items .item__img.img__organic img {
    border-radius: 51% 49% 55% 45% / 42% 40% 60% 58%
}

#template-events_100.events .items .item__img.img__rounded {
    border-radius: 8px
}

#template-events_100.events .items .item__img.img__rounded img {
    border-radius: 8px
}

#template-events_100.events .items .item__img.img__rounded .item--hover {
    border-radius: 8px
}

#template-events_100.events .items .item__img.img__circle {
    border-radius: 50%;
    height: 260px;
    width: 260px
}

#template-events_100.events .items .item__img.img__circle img {
    border-radius: 50%
}

#template-events_100.events .items .item__img.img__circle .item--hover {
    border-radius: 50%
}

#template-events_100.events .items .item__content {
    padding: 1em 1.5em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-events_100.events .items .item__content.content-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

#template-events_100.events .items .item__content .item-title {
    padding: 0;
    line-height: 1.4 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#template-events_100.events .items .item__content .item-desc {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#template-events_100.events .items .item-date {
    background: #282a32;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.65em 0.85em;
    color: #fff;
    font-size: 80%
}

#template-events_100.events .items .item-location, #template-events_100.events .items .item-date, #template-events_100.events .items .item-time {
    margin: 0 0 8px;
    font-size: 90%
}

#template-events_100.events .items .item-location i, #template-events_100.events .items .item-date i, #template-events_100.events .items .item-time i {
    margin: 0 5px 0 0;
    width: 15px;
    color: var(--font-color)
}

#template-events_100.events .items .item-location, #template-events_100.events .items .item-time {
    width: 100%
}

#template-events_100.events .items .item-tag {
    position: relative;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5em
}

#template-events_100.events .items .item-tag .tag {
    display: inline-block;
    margin: 0 10px 0 0;
    background: #000;
    font-size: 75%;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 0 0 0.5em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-events_100.events .items .item-tag .tag a {
    color: #fff;
    display: block;
    text-decoration: none
}

#template-events_100.events .items .item-tag .tag:hover {
    background: #386097
}

#template-events_100.events .items .item-tag .tag:hover a {
    color: #fff
}

#template-events_100.events .items .item:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
    background: var(--bg-light)
}

@media (max-width: 1170px) {
    #template-events_100.events .items.layout-list .item__content {
        width: 100%
    }

    #template-events_100.events .items .item {
        width: calc(100% / 2 - 2.5em)
    }

    #template-events_100.events .items .item__img {
        height: auto
    }

    #template-events_100.events .items .item__img.img__circle, #template-events_100.events .items .item__img.img__square {
        width: 100%;
        height: 260px
    }

    #template-events_100.events .items .item__img.img__circle img, #template-events_100.events .items .item__img.img__square img {
        width: 100%;
        height: 100%
    }
}

@media (max-width: 568px) {
    #template-events_100.events .items {
        padding: 0;
        margin: 0 auto
    }

    #template-events_100.events .items.layout-list .item {
        margin: 1em auto
    }

    #template-events_100.events .items .item {
        width: 100%;
        margin: 1em auto
    }

    #template-events_100.events .items .item__img {
        height: 300px
    }
}

@media (max-width: 360px) {
    #template-events_100.events .items.layout-list .item {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 999px) {
    #template-events_100 .grid-flex {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #template-events_100 .grid-flex .col-9, #template-events_100 .grid-flex .col-3 {
        width: 100%;
        max-width: 100%
    }
}

#template-contact_100 {
    padding: 2em 0 4em;
    position: relative
}

#template-contact_100.branches {
    padding: 2em 0 4em;
    margin: 0 auto
}

#template-contact_100.branches .header {
    padding: 15px 3em 15px 0
}

#template-contact_100.branches .items {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

#template-contact_100.branches .items a {
    color: var(--font-color)
}

#template-contact_100.branches .items.layout-list .item {
    width: 100%;
    margin: 1em 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#template-contact_100.branches .items.layout-list .item:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 2em
}

#template-contact_100.branches .items.layout-list .item__img {
    width: 100%
}

#template-contact_100.branches .items.layout-list .item__content {
    flex: 1;
    padding: 1em 0 1em 2em;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

#template-contact_100.branches .items.column-3 .item {
    width: calc(100% / 3 - 1em);
    margin: 0 1em 2em 0
}

#template-contact_100.branches .items.column-2 .item {
    width: calc(100% / 2 - 1em);
    margin: 0 1em 2em 0
}

#template-contact_100.branches .items .item {
    position: relative;
    margin: 0 1em 2em 0;
    padding: 0 2em 0 0
}

#template-contact_100.branches .items .item__img {
    width: 100%;
    height: 300px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.7));
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-contact_100.branches .items .item__img img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.65
}

#template-contact_100.branches .items .item__img.img__grayscale {
    background: linear-gradient(0deg, #000, #020202)
}

#template-contact_100.branches .items .item__img.img__grayscale img {
    filter: grayscale(1) brightness(1);
    -webkit-filter: grayscale(1) brightness(1)
}

#template-contact_100.branches .items .item__img.img__organic img {
    border-radius: 51% 49% 55% 45% / 42% 40% 60% 58%
}

#template-contact_100.branches .items .item__img.img__rounded {
    border-radius: 8px
}

#template-contact_100.branches .items .item__img.img__rounded img {
    border-radius: 8px
}

#template-contact_100.branches .items .item__img.img__rounded .item--hover {
    border-radius: 8px
}

#template-contact_100.branches .items .item__img.img__circle {
    border-radius: 50%;
    height: 260px;
    width: 260px
}

#template-contact_100.branches .items .item__img.img__circle img {
    border-radius: 50%
}

#template-contact_100.branches .items .item__img.img__circle .item--hover {
    border-radius: 50%
}

#template-contact_100.branches .items .item__content {
    padding: 0 0 2em;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#template-contact_100.branches .items .item__content.content-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

#template-contact_100.branches .items .item__content .item-title {
    margin: 0 0 10px;
    padding: 0
}

#template-contact_100.branches .items .item__content .item-desc {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#template-contact_100.branches .items .item-info .item--address .item__add, #template-contact_100.branches .items .item-info .item--address .item__postcode {
    margin: 0 0 0.5em
}

#template-contact_100.branches .items .item-info i {
    margin-right: 10px
}

#template-contact_100.branches .items .item .branch-map {
    width: 360px;
    height: 230px
}

#template-contact_100.branches .items .item .branch-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 0.5em
}

#template-contact_100.branches .items .item .branch-social li {
    margin-right: 0.85em
}

#template-contact_100.branches .items .item:hover > *:not(.item__img) {
    opacity: 1
}

#template-contact_100.branches .items .item:hover .item-desc {
    opacity: 1;
    display: block
}

#template-contact_100.branches .items .item:hover .item__img {
    box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.5);
    background: var(--bg-color)
}

#template-contact_100.branches .items .item:hover .item__img img {
    opacity: 0.2
}

@media (max-width: 1170px) {
    #template-contact_100.branches .items .item {
        width: calc(33.33% - 2em)
    }

    #template-contact_100.branches .items .item__img {
        height: auto
    }

    #template-contact_100.branches .items .item__img.img__circle, #template-contact_100.branches .items .item__img.img__square {
        width: 220px;
        height: 220px
    }

    #template-contact_100.branches .items .item__img.img__circle img, #template-contact_100.branches .items .item__img.img__square img {
        width: 220px;
        height: 220px
    }
}

@media (max-width: 767px) {
    #template-contact_100.branches .items .item {
        width: calc(50% - 2em)
    }
}

@media (max-width: 568px) {
    #template-contact_100.branches .items {
        padding: 0;
        margin: 0 auto
    }

    #template-contact_100.branches .items.column-3 .item, #template-contact_100.branches .items.column-2 .item {
        width: 100%;
        margin: 0 auto 2em
    }

    #template-contact_100.branches .items.layout-list .item {
        margin: 0;
        padding: 1em 0 0
    }

    #template-contact_100.branches .items.layout-list .item__content {
        padding: 1em 0 0.5em
    }

    #template-contact_100.branches .items .item {
        width: 100%;
        margin: 1em auto
    }

    #template-contact_100.branches .items .item__img {
        height: 300px
    }
}

@media (max-width: 899px) {
    #template-contact_100 .grid-flex {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #template-contact_100 .grid-flex .col-9, #template-contact_100 .grid-flex .col-3 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0
    }
}


:root {
    --primary-color: $primary-color;
    --secondary-color: $secondary-color;
    --font-color: #282a32;
    --bg-light: #f5f4f4;
    --bg-color: #fff;
    --heading-color: $primary-color
}

[data-theme="dark"] {
    --font-color: #f3fdfd;
    --bg-color: #131415;
    --bg-light: #242525;
    --heading-color: $font-color
}

[data-theme="dark"] html, [data-theme="dark"] body {
    color: #fff;
    background-color: var(--bg-color)
}

.mayon-button-small-inverse {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #d66b14;
    border-color: #d66b14;
    color: #fff;
    font-size: 80%;
    padding: 10px 15px
}

.mayon-button-small-inverse:hover, .mayon-button-small-inverse:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

.mayon-button-small-inverse:hover, .mayon-button-small-inverse:active {
    color: #fff;
    background: #c25700;
    border-color: #c25700
}

.mayon-button-small-inverse a {
    color: #fff
}

.mayon-button-small-inverse a:hover {
    color: #fff
}

body p {
    margin: 5px 0 0 0
}

body a:hover {
    text-decoration: none
}

.container {
    max-width: 1600px;
    padding-top: 20px;
    padding-bottom: 20px
}

@media (max-width: 1599px) {
    .container {
        max-width: 90%
    }
}

.grid {
    width: 90%;
    max-width: 1350px
}

.grid-fluid {
    width: 95%;
    margin: auto;
    max-width: 1600px
}

@media (max-width: 768px) {
    .grid-fluid {
        width: 90%
    }
}

.mediaWrapper {
    height: 100%
}

form abbr {
    color: red
}

.dynamic-form {
    background: #eee;
    padding: 30px
}

.dynamic-form form div:not(.form-group):not(.form-actions):not(.col-md-12) {
    display: none !important
}

.dynamic-form form .form-group > label {
    font-weight: 600
}

.dynamic-form form .radio_buttons.optional, .dynamic-form form .check_boxes.optional {
    margin: 10px 0
}

.dynamic-form form .radio_buttons .radio, .dynamic-form form .radio_buttons .checkbox, .dynamic-form form .check_boxes .radio, .dynamic-form form .check_boxes .checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 8px 0
}

.dynamic-form form .radio_buttons .radio label, .dynamic-form form .radio_buttons .checkbox label, .dynamic-form form .check_boxes .radio label, .dynamic-form form .check_boxes .checkbox label {
    margin: 0;
    padding-left: 10px
}

.dynamic-form form .radio_buttons .radio:last-child, .dynamic-form form .radio_buttons .checkbox:last-child, .dynamic-form form .check_boxes .radio:last-child, .dynamic-form form .check_boxes .checkbox:last-child {
    margin-bottom: 10px
}

.dynamic-form form .form-actions {
    flex: 1;
    text-align: center;
    padding-top: 2em
}

#header, #focus-header {
    z-index: 10;
    position: relative;
    width: 100%;
    padding: 10px 20px 10px 50px
}

#header.sticky, #focus-header.sticky {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5)
}

#header .logo-wrapper, #focus-header .logo-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#header .logo-content, #focus-header .logo-content {
    margin: 0;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

#header .logo-content #logo, #focus-header .logo-content #logo {
    display: block;
    width: 160px;
    height: 80px;
    text-indent: -9999px;
    background-size: contain !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#header .logo-content #logo a, #focus-header .logo-content #logo a {
    background: none
}

#header .logo-content #logo img, #focus-header .logo-content #logo img {
    display: block;
    width: auto;
    height: 100%
}

#header .logo-content #logo:hover, #focus-header .logo-content #logo:hover {
    opacity: 0.8
}

#header .logo-content #language, #focus-header .logo-content #language {
    margin-left: 30px
}

#header .logo-content #language button, #focus-header .logo-content #language button {
    background: transparent;
    border-radius: 50%;
    border: none;
    padding: 0
}

#header .logo-content #language button:focus, #focus-header .logo-content #language button:focus {
    outline: none
}

#header .logo-content #language img, #focus-header .logo-content #language img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    object-fit: cover
}

#header .logo-content #language .dropdown-menu, #focus-header .logo-content #language .dropdown-menu {
    display: block;
    z-index: -1;
    min-width: 100%;
    margin-left: -32px;
    opacity: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#header .logo-content #language .dropdown-menu.show, #focus-header .logo-content #language .dropdown-menu.show {
    margin-left: 10px;
    opacity: 1
}

#header .logo-content #language .dropdown-menu .active, #focus-header .logo-content #language .dropdown-menu .active {
    display: none
}

#header .header-content, #focus-header .header-content {
    padding: 0;
    margin: 0;
    margin-left: 10px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

#header .top-nav, #focus-header .top-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#header .top-nav #top-links, #focus-header .top-nav #top-links {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

#header .top-nav #top-links li, #focus-header .top-nav #top-links li {
    display: inline-block;
    margin: 0 20px;
    line-height: 1
}

#header .top-nav #top-links li a, #focus-header .top-nav #top-links li a {
    letter-spacing: 0.005em;
    font-size: 14px;
    padding-left: 10px
}

#header .top-nav #top-links li a.contact-us, #focus-header .top-nav #top-links li a.contact-us {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #d66b14;
    border-color: #d66b14;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.5px;
    white-space: nowrap
}

#header .top-nav #top-links li a.contact-us:hover, #header .top-nav #top-links li a.contact-us:active, #focus-header .top-nav #top-links li a.contact-us:hover, #focus-header .top-nav #top-links li a.contact-us:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

#header .top-nav #top-links li a.contact-us:hover, #header .top-nav #top-links li a.contact-us:active, #focus-header .top-nav #top-links li a.contact-us:hover, #focus-header .top-nav #top-links li a.contact-us:active {
    color: #fff;
    background: #c25700;
    border-color: #c25700
}

#header .top-nav #top-links li a.search-btn, #focus-header .top-nav #top-links li a.search-btn {
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--bg-light);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

#header .top-nav #top-links li a.search-btn:hover, #focus-header .top-nav #top-links li a.search-btn:hover {
    background: var(--bg-light) -20
}

#header .top-nav #top-links li a.button, #focus-header .top-nav #top-links li a.button {
    margin-right: 0
}

#header .top-nav #top-links li > a:after, #focus-header .top-nav #top-links li > a:after {
    display: none
}

#header .top-nav #top-links .dropdown-menu li, #focus-header .top-nav #top-links .dropdown-menu li {
    width: 100%
}

#header .top-nav #top-links .dropdown-menu li a, #focus-header .top-nav #top-links .dropdown-menu li a {
    color: #c25700;
    background: none
}

#header .top-nav #top-links .dropdown-menu li a:hover, #focus-header .top-nav #top-links .dropdown-menu li a:hover {
    color: #386097
}

#header .top-nav #top-links .dropdown-menu.user-option li, #focus-header .top-nav #top-links .dropdown-menu.user-option li {
    padding: 0
}

#header .top-nav #top-links .dropdown-menu.user-option li a, #focus-header .top-nav #top-links .dropdown-menu.user-option li a {
    display: block;
    padding: 10px
}

#header #main-nav, #focus-header #main-nav {
    display: block;
    width: 100%;
    position: relative;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

#header #main-nav .submenu > .submenu, #focus-header #main-nav .submenu > .submenu {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 220px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

#header #main-nav ul.navigation_list, #focus-header #main-nav ul.navigation_list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

#header #main-nav ul.navigation_list li, #focus-header #main-nav ul.navigation_list li {
    position: relative;
    float: left;
    margin: 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

#header #main-nav ul.navigation_list li a, #focus-header #main-nav ul.navigation_list li a {
    display: block;
    padding: 20px 10px;
    color: #386097;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#header ul.navigation_list li a.hello-user-logged {
    color: #000 !important;
    text-transform: none !important;
}

#header #main-nav ul.navigation_list li a:after, #focus-header #main-nav ul.navigation_list li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    width: 0;
    background: #c25700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#header #main-nav ul.navigation_list li.dropdown:after, #focus-header #main-nav ul.navigation_list li.dropdown:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 80%;
    color: #386097;
    margin-left: -5px
}

#header #main-nav ul.navigation_list li.hello-user-logged:after {
    color: #000;
}

#header #main-nav ul.navigation_list li .fa, #focus-header #main-nav ul.navigation_list li .fa {
    font-size: 20px;
    color: #386097;
    margin-top: -3px
}

#header #main-nav ul.navigation_list li .fa.rotate, #focus-header #main-nav ul.navigation_list li .fa.rotate {
    transform: rotate(180deg)
}

#header #main-nav ul.navigation_list li.dropdown-item, #focus-header #main-nav ul.navigation_list li.dropdown-item {
    background: transparent;
    width: initial;
    padding: 0
}

#header #main-nav ul.navigation_list li:hover > a, #header #main-nav ul.navigation_list li.active > a, #focus-header #main-nav ul.navigation_list li:hover > a, #focus-header #main-nav ul.navigation_list li.active > a {
    color: #386097;
    text-decoration: none
}

#header #main-nav ul.navigation_list li:hover > a:after, #header #main-nav ul.navigation_list li.active > a:after, #focus-header #main-nav ul.navigation_list li:hover > a:after, #focus-header #main-nav ul.navigation_list li.active > a:after {
    width: 100%
}

#header #main-nav ul.navigation_list li.active > a:after, #focus-header #main-nav ul.navigation_list li.active > a:after {
    background: #c25700
}

#header #main-nav ul.navigation_list li > ul, #focus-header #main-nav ul.navigation_list li > ul {
    display: none
}

#header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu, #header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu, #header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu, #header #main-nav ul.navigation_list li.submenu:hover > ul.submenu, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.submenu {
    padding: 0.125rem 0 0 0;
    margin-top: 0;
    display: block;
    border: 0;
    border-radius: 0;
    white-space: nowrap
}

#header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li, #header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li, #header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li, #header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li {
    float: none;
    padding: 0;
    margin: 0;
    padding-right: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-justify-content: start;
    -webkit-justify-content: start;
    justify-content: start
}

#header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li a, #header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li a, #header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li a, #header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li a, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li a, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li a, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li a, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li a {
    color: var(--font-color);
    padding: 10px 15px;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
    width: 100%
}

#header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li a:after, #header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li a:after, #header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li a:after, #header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li a:after, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li a:after, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li a:after, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li a:after, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li a:after {
    display: none
}

#header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li a:hover, #header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li a:hover, #header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li a:hover, #header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li a:hover, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li a:hover, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li a:hover, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li a:hover, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li a:hover {
    background: transparent;
    color: #386097
}

#header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li.active > a, #header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li.active > a, #header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li.active > a, #header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li.active > a, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li.active > a, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li.active > a, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li.active > a, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li.active > a {
    color: #386097;
    background: transparent
}

#header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li.dropdown-item, #header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li.dropdown-item, #header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li.dropdown-item, #header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li.dropdown-item, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li.dropdown-item, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li.dropdown-item, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li.dropdown-item, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li.dropdown-item {
    background: transparent;
    width: initial;
    padding: 0
}

#header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li.dropdown, #header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li.dropdown, #header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li.dropdown, #header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li.dropdown, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li.dropdown, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li.dropdown, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li.dropdown, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li.dropdown {
    border-radius: 0
}

#header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li.dropdown:after, #header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li.dropdown:after, #header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li.dropdown:after, #header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li.dropdown:after, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li.dropdown:after, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li.dropdown:after, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li.dropdown:after, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li.dropdown:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    right: 10px;
    top: 25px;
    font-weight: 700;
    transform: rotate(-90deg)
}

#header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li.dropdown:hover > ul.dropdown-menu, #header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li.dropdown:hover > ul.dropdown-menu, #header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li.dropdown:hover > ul.dropdown-menu, #header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li.dropdown:hover > ul.dropdown-menu, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.dropdown-menu li.dropdown:hover > ul.dropdown-menu, #focus-header #main-nav ul.navigation_list li.dropdown:hover > ul.submenu li.dropdown:hover > ul.dropdown-menu, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.dropdown-menu li.dropdown:hover > ul.dropdown-menu, #focus-header #main-nav ul.navigation_list li.submenu:hover > ul.submenu li.dropdown:hover > ul.dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
    border-radius: 0
}

#header #main-nav .dropdown-menu, #focus-header #main-nav .dropdown-menu {
    border: 0;
    padding: 0
}

@media (max-width: 1086px) {
    #header #main-nav ul.navigation_list > li, #focus-header #main-nav ul.navigation_list > li {
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    #header #main-nav ul.navigation_list > li a, #focus-header #main-nav ul.navigation_list > li a {
        font-size: 14px
    }
}

@media (max-width: 1299px) {
    #header #main-nav ul.navigation_list > li, #focus-header #main-nav ul.navigation_list > li {
        margin: 0 5px
    }
}

#header.subpage, #focus-header.subpage {
    padding: 0 20px;
    max-width: 100%
}

#header.subpage #top-links li.lang a, #focus-header.subpage #top-links li.lang a {
    color: #d1dcea
}

#header.subpage #top-links li.lang a.vi:after, #focus-header.subpage #top-links li.lang a.vi:after {
    background: #d1dcea
}

#header.vi .top-nav #top-links li a.contact-us, #focus-header.vi .top-nav #top-links li a.contact-us {
    font-size: 12px
}

@media (max-width: 1440px) {
    #header.vi #main-nav ul.navigation_list li, #focus-header.vi #main-nav ul.navigation_list li {
        margin-right: 0
    }

    #header.vi #main-nav ul.navigation_list li a, #focus-header.vi #main-nav ul.navigation_list li a {
        font-size: 12px
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    #header.vi #main-nav ul.navigation_list li, #focus-header.vi #main-nav ul.navigation_list li {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    #header, #focus-header {
        padding: 20px;
        background: rgba(255, 255, 255, 0.45);
        padding-bottom: 15px
    }

    #header .logo-wrapper, #focus-header .logo-wrapper {
        float: left;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -ms-justify-content: end;
        -webkit-justify-content: end;
        justify-content: end
    }

    #header #utility-nav, #focus-header #utility-nav {
        float: right;
        padding: 10px 0
    }

    #header .logo-content, #focus-header .logo-content {
        float: none
    }

    #header .logo-content #logo, #focus-header .logo-content #logo {
        margin: 0 auto;
        height: 48px
    }
}

@media (max-width: 450px) {
    #header .logo-content #logo, #focus-header .logo-content #logo {
        width: 90px
    }

    #header .logo-content #language, #focus-header .logo-content #language {
        margin-left: 15px
    }
}

#focus-header {
    text-align: center;
    background: #efefef
}

#focus-header #logo {
    float: none;
    margin: 0 auto
}

#footer {
    position: relative;
    padding: 50px 0 0;
    background-color: #282a32
}

#footer .footer-logos #logo {
    text-align: center;
    margin-bottom: 25px
}

#footer .footer-logos #logo img {
    width: 250px;
    height: auto
}

#footer .footer-logos .group-logos ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

#footer .footer-logos .group-logos li {
    padding: 0 50px
}

#footer .footer-logos .group-logos img {
    max-width: 100px;
    height: auto;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#footer .contact-details {
    padding: 15px 0
}

#footer .contact-details ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

#footer .contact-details li {
    border-right: 1px solid #799ac3;
    padding: 0px 50px
}

#footer .contact-details li:last-of-type {
    border: none
}

#footer .contact-details p {
    color: #fff
}

#footer .contact-details a {
    position: relative;
    color: #fff
}

#footer .contact-details a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #386097;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#footer .contact-details a:hover:after {
    width: 100%
}

#footer .social-links {
    padding-bottom: 20px
}

#footer .social-links ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

#footer .social-links ul li {
    padding: 0 5px
}

#footer .social-links ul li a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #4c79af;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

#footer .social-links ul li a:hover {
    background: #4c79af
}

#footer .footer-links {
    background-color: rgba(103, 105, 111, 0.2)
}

#footer .footer-links .container {
    max-width: initial
}

#footer .footer-links .footer-copyright {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#footer .footer-links p {
    color: #fff;
    font-size: 14px !important;
    padding-left: 10px
}

#footer .footer-links .navigation_list {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#footer .footer-links .navigation_list .dropdown-item {
    padding: 0;
    background-color: transparent
}

#footer .footer-links .navigation_list li {
    border-right: 1px solid #799ac3
}

#footer .footer-links .navigation_list li:last-of-type {
    border: none
}

#footer .footer-links .navigation_list a {
    color: #fff;
    padding: 0 10px;
    font-size: 14px
}

@media (max-width: 1200px) {
    #footer .contact-details ul {
        text-align: center
    }

    #footer .contact-details li {
        padding: 10px;
        border: none
    }

    #footer .footer-links .footer-copyright {
        display: block;
        text-align: center
    }

    #footer .footer-links .footer-copyright p {
        margin-bottom: 20px
    }
}

@media (max-width: 768px) {
    #footer .footer-logos .group-logos img {
        width: 150px;
        height: auto;
        font-family: "object-fit: contain;";
        object-fit: contain
    }

    #footer .footer-logos .group-logos li {
        padding: 10px
    }
}

@media (max-width: 480px) {
    #footer .contact-details li {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0
    }
}

@media (max-width: 399px) {
    #footer .footer-logos .group-logos img {
        width: 75px
    }
}

#main-banner {
    position: relative
}

#main-banner .banner__slider .slick-track .slick-slide {
    position: relative
}

#main-banner .banner__slider .slick-dots {
    bottom: 25px
}

#main-banner .banner__slider .slick-dots li {
    margin: 0 2.5px
}

#main-banner .banner__slider .slick-dots li button {
    width: 8px;
    height: 8px
}

#main-banner .banner__slider .slick-dots li button:before {
    content: " ";
    width: 8px;
    height: 8px;
    background: #fff;
    color: #fff;
    border-radius: 50%
}

#main-banner .banner-img {
    margin: 0
}

#main-banner .banner-img img {
    max-height: 800px;
    width: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

@media (max-width: 1024px) {
    #main-banner .banner-img img {
        height: 100vh
    }
}

#main-banner .banner-content {
    position: absolute;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #386097;
    background: linear-gradient(90deg, rgba(56, 96, 151, 0.9) 0%, rgba(56, 96, 151, 0.7) 25%, rgba(56, 96, 151, 0) 100%)
}

#main-banner .banner-content > div {
    align-self: center
}

#main-banner .banner-content > div header, #main-banner .banner-content > div article {
    color: #fff
}

#main-banner .banner-content > div header * {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#main-banner .banner-content > div article p {
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#main-banner .banner-socials {
    position: absolute;
    right: 25px;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#main-banner .banner-socials li {
    padding: 0 18px
}

#main-banner .banner-socials li a {
    font-size: 24px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#main-banner .banner-socials li a:hover {
    color: #282a32
}

@media (max-width: 576px) {
    #main-banner .banner-content > div header * {
        line-height: 1.6 !important;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #main-banner .banner-socials {
        bottom: 50px;
        right: 50%;
        transform: translateX(50%)
    }
}

body.edit #main-banner .banner__slider {
    opacity: 1
}

body.edit #main-banner .banner__slider li {
    position: relative
}

body.edit #main-banner .banner-img {
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 1;
    width: 50%;
    height: 100%
}

body.edit #main-banner .banner-img > div {
    height: 100%
}

body.edit #main-banner .banner-img > div img {
    height: 100%
}

body.edit #main-banner .banner-content {
    position: relative;
    top: initial;
    background: #386097;
    padding: 2em 0;
    margin-bottom: 1em
}

#sub-banner {
    position: relative;
    width: 100%;
    margin: 0
}

#sub-banner figure {
    position: relative;
    top: 0;
    margin: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

#sub-banner figure img {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-position: top right;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#sub-banner .sub-banner-wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    bottom: auto;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#sub-banner h1, #sub-banner h3, #sub-banner p {
    margin: 0 0 20px 0
}

#sub-banner h1 {
    margin: 10px 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.5);
    width: 50%
}

@media (min-width: 1700px) {
    #sub-banner h1 {
        width: 40%
    }
}

@media (max-width: 768px) {
    #sub-banner h1 {
        width: 100%
    }
}

#sub-banner h1 > b {
    font-weight: 800
}

#sub-banner #sub-banner-img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

#sub-banner.tagged-content {
    box-shadow: unset
}

#sub-banner.tagged-content figure {
    display: none
}

#sub-banner.tagged-content #sub-banner-img {
    height: 100px
}

#sub-banner.tagged-content h1 {
    color: #c25700;
    text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.22)
}

@media (max-width: 768px) {
    #sub-banner .sub-banner-wrap {
        position: relative;
        transform: unset;
        background: linear-gradient(90deg, #c25700, #428bca)
    }

    #sub-banner.tagged-content #sub-banner-img {
        height: unset
    }

    #sub-banner.tagged-content h1 {
        color: #fff
    }

    #sub-banner h1 {
        font-size: 25px
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #sub-banner {
        height: 500px
    }
}

body.edit #sub-banner #sub-banner {
    height: 100%
}

body.edit #sub-banner #sub-banner .sub-banner-wrap {
    position: relative;
    transform: none
}

body.edit #sub-banner #sub-banner figure .od_lava_image:before {
    z-index: 1
}

#latest-disciplines {
    padding: 2em 0
}

#latest-disciplines .disc-loop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#latest-disciplines .disc-loop li:after {
    content: "/";
    color: #bebebe;
    padding: 0 18px
}

@media (min-width: 992px) and (max-width: 1399px) {
    #latest-disciplines .disc-loop li:after {
        padding: 0 10px
    }
}

#latest-disciplines .disc-loop li:last-of-type:after {
    display: none
}

#latest-disciplines .disc-loop li a {
    position: relative;
    font-weight: 600;
    font-size: 13px
}

#latest-disciplines .disc-loop li a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 1px;
    width: 0;
    background: #386097;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#latest-disciplines .disc-loop li a:hover:after {
    width: 100%
}

#latest-disciplines .disc-box-1, #latest-disciplines .disc-box-2 {
    padding: 15px
}

#latest-disciplines .disc-box-2 {
    align-self: center
}

#latest-services {
    padding: 2em 0
}

#latest-services .row {
    margin: 0
}

#latest-services .col-lg-6 {
    padding: 0
}

#latest-services .service-box-1 figure {
    margin: 0;
    height: 100%
}

#latest-services .service-box-1 figure img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#latest-services .service-box-2 {
    background: var(--bg-light);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

#latest-services .service-box-2 article {
    padding: 2em
}

#latest-services .service-box-2 article h6 a {
    position: relative
}

#latest-services .service-box-2 article h6 a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 1px;
    width: 0;
    background: #386097;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#latest-services .service-box-2 article h6 a:hover:after {
    width: 100%
}

#latest-awards .awards__slider li figure {
    margin: 0
}

#latest-awards .awards__slider li figure img {
    max-height: 100px;
    margin: 0 auto
}

#latest-awards .awards__slider .slick-dots {
    position: relative;
    padding: 20px 0;
    bottom: 0
}

#latest-awards .awards__slider .slick-dots li {
    margin: 0 2.5px
}

#latest-awards .awards__slider .slick-dots li button {
    width: 8px;
    height: 8px
}

#latest-awards .awards__slider .slick-dots li button:before {
    content: " ";
    width: 8px;
    height: 8px;
    background: #386097;
    color: #386097;
    border-radius: 50%
}

#latest-testimonials .testimonials_slider {
    margin-bottom: 0
}

#latest-testimonials .testimonials_slider .testimonials_slide {
    position: relative;
    margin: 10px
}

#latest-testimonials .testimonials_content {
    background: var(--bg-light);
    padding: 25px;
    margin: 25px 0 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

#latest-testimonials .testimonials_content:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: calc(50% - 25px);
    width: 42px;
    height: 42px;
    background: url(https://image-assets.manpower.volcanic.cloud/api/v1/assets/images/92e7f08b0b5b5f1c2d9f17919a6f6181?t=1642178657) center center no-repeat;
    background-size: contain
}

#latest-testimonials .testimonials_content .testimonials_detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

#latest-testimonials .testimonials_content .testimonials_detail figure {
    flex: none;
    margin: 0;
    padding-right: 10px
}

#latest-testimonials .testimonials_content .testimonials_detail figure img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#latest-testimonials .testimonials_content .testimonials_detail header .item-title {
    font-weight: 600
}

#latest-testimonials .testimonials_content .testimonials_detail header h6 {
    margin: 0
}

#latest-testimonials .testimonials_content .testimonials_body {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

#latest-testimonials .slick-dots {
    position: relative;
    padding: 20px 0;
    bottom: 0
}

#latest-testimonials .slick-dots li {
    margin: 0 2.5px
}

#latest-testimonials .slick-dots li button {
    width: 8px;
    height: 8px
}

#latest-testimonials .slick-dots li button:before {
    content: " ";
    width: 8px;
    height: 8px;
    background: #386097;
    color: #386097;
    border-radius: 50%
}

#latest-ctas {
    padding-top: 2em
}

#latest-ctas .row {
    margin: 0
}

#latest-ctas .col-lg-6 {
    padding: 2em 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

#latest-ctas .col-lg-6 article {
    color: #fff
}

#latest-ctas .cta-box-1 {
    background: #386097
}

#latest-ctas .cta-box-2 {
    background: #c25700
}

#latest-ctas .cta-box-2 .dynamic-form {
    background: transparent;
    width: 80%;
    padding: 0;
    margin: 0 auto
}

#latest-ctas .cta-box-2 .dynamic-form label {
    display: none
}

#latest-ctas .cta-box-2 .dynamic-form .form-group {
    margin: 2.5px 0;
    padding: 0 2.5px
}

@media (min-width: 768px) {
    #latest-ctas .cta-box-2 .dynamic-form .form-group.string {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

#latest-ctas .cta-box-2 .dynamic-form .form-actions {
    flex: 1;
    text-align: center;
    padding-top: 2em
}

#sub-page li {
    position: relative;
    overflow: hidden;
    width: calc(100% / 3 - 15px);
    display: inline-block;
    height: 300px;
    margin: 5px
}

#sub-page li a {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#sub-page li a figure {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000
}

#sub-page li a figure img {
    height: 100%;
    width: 100%;
    opacity: 0.7;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#sub-page li a figure .content-wrapper {
    position: absolute;
    color: #fff;
    bottom: 0;
    width: 100%;
    padding: 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#sub-page li a figure .content-wrapper header {
    padding: 5px 0
}

#sub-page li a figure .content-wrapper header h3 {
    color: #fff;
    font-size: 21px
}

#sub-page li a figure .content-wrapper article {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-bottom: 10px;
    display: none
}

#sub-page li a figure .content-wrapper .more-btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px;
    background: #c25700;
    border-radius: 5px;
    color: white;
    display: none
}

#sub-page li a:hover figure {
    background: #456da4
}

#sub-page li a:hover figure img {
    opacity: 0.5
}

#sub-page li a:hover .content-wrapper {
    top: 50%;
    bottom: auto;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#sub-page li a:hover .content-wrapper article, #sub-page li a:hover .content-wrapper .more-btn {
    display: block
}

@media (max-width: 991px) {
    #sub-page li {
        width: calc(100% / 2 - 15px);
        height: unset
    }

    #sub-page li a figure .content-wrapper {
        transform: translateY(0px)
    }

    #sub-page li a figure .content-wrapper article {
        display: none
    }

    #sub-page li a figure .content-wrapper .more-btn {
        display: none
    }
}

@media (max-width: 767px) {
    #sub-page li {
        width: 100%
    }
}

@media (max-width: 499px) {
    #sub-page li a figure .content-wrapper {
        top: -30%
    }

    #sub-page li a:hover figure .content-wrapper article {
        display: none
    }

    #sub-page li a:hover figure .content-wrapper .more-btn {
        display: none
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #sub-page li a figure .content-wrapper {
        display: block
    }

    #sub-page li a figure .content-wrapper .more-btn {
        display: inline-block
    }
}

#loop-blogs .grid-element ul .element-item {
    width: calc(100% / 3 - 20px);
    margin: 0 20px 20px 0;
    overflow: hidden;
    padding: 0
}

#loop-blogs .grid-element ul .element-item a .blog-wrapper {
    height: 425px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (max-width: 1440px) {
    #loop-blogs .grid-element ul .element-item a .blog-wrapper {
        height: 360px
    }
}

@media (max-width: 1024px) {
    #loop-blogs .grid-element ul .element-item a .blog-wrapper {
        height: 290px
    }
}

@media (max-width: 768px) {
    #loop-blogs .grid-element ul .element-item a .blog-wrapper {
        height: 345px
    }
}

@media (max-width: 320px) {
    #loop-blogs .grid-element ul .element-item a .blog-wrapper {
        height: 280px
    }
}

#loop-blogs .grid-element ul .element-item a .blog-wrapper figure {
    margin: 0;
    width: 100%;
    height: auto;
    position: relative;
    background: #000
}

@media (max-width: 767px) {
    #loop-blogs .grid-element ul .element-item a .blog-wrapper figure {
        background: #fff
    }
}

#loop-blogs .grid-element ul .element-item a .blog-wrapper figure img {
    width: 100%;
    height: 100%;
    object-position: top;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

@media (max-width: 767px) {
    #loop-blogs .grid-element ul .element-item a .blog-wrapper figure img {
        font-family: "object-fit: contain;";
        object-fit: contain
    }
}

#loop-blogs .grid-element ul .element-item a .blog-wrapper .blog-content {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    transform: translateY(0px)
}

#loop-blogs .grid-element ul .element-item a .blog-wrapper .blog-content .blog-details {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: white;
    padding: 20px;
    width: 100%
}

#loop-blogs .grid-element ul .element-item a .blog-wrapper .blog-content .blog-details article {
    opacity: 0
}

#loop-blogs .grid-element ul .element-item a .blog-wrapper .blog-content .blog-details h5 {
    line-height: 1.2 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #c25700;
    margin: 0 0 5px 0
}

#loop-blogs .grid-element ul .element-item a .blog-wrapper .blog-content .blog-details p {
    color: #c25700;
    margin: 0 0 5px 0;
    padding-top: 10px;
    display: none
}

#loop-blogs .grid-element ul .element-item a .blog-wrapper .blog-content .blog-details .view-more-blogs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 120px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #fff;
    background: #c25700;
    padding: 10px;
    border-radius: 5px
}

#loop-blogs .grid-element ul .element-item a .blog-wrapper .blog-content .blog-details .view-more-blogs i {
    color: #fff
}

#loop-blogs .grid-element ul .element-item:hover .blog-wrapper {
    border: 1px solid #c25700;
    background: #fff
}

@media (max-width: 767px) {
    #loop-blogs .grid-element ul .element-item:hover .blog-wrapper {
        border: none;
        background: none
    }
}

#loop-blogs .grid-element ul .element-item:hover .blog-wrapper figure {
    background: #fff
}

@media (max-width: 767px) {
    #loop-blogs .grid-element ul .element-item:hover .blog-wrapper figure {
        background: none
    }
}

#loop-blogs .grid-element ul .element-item:hover .blog-wrapper figure img {
    opacity: 0
}

@media (max-width: 767px) {
    #loop-blogs .grid-element ul .element-item:hover .blog-wrapper figure img {
        opacity: 1
    }
}

#loop-blogs .grid-element ul .element-item:hover .blog-wrapper .blog-content .blog-details {
    transform: translateY(-130px)
}

@media (max-width: 767px) {
    #loop-blogs .grid-element ul .element-item:hover .blog-wrapper .blog-content .blog-details {
        transform: none
    }
}

#loop-blogs .grid-element ul .element-item:hover .blog-wrapper .blog-content .blog-details h4 {
    color: #c25700
}

#loop-blogs .grid-element ul .element-item:hover .blog-wrapper .blog-content .blog-details article {
    opacity: 1
}

#loop-blogs .grid-element ul .element-item:hover .blog-wrapper .blog-content .blog-details p {
    color: #000;
    display: block
}

#loop-blogs .grid-element ul .element-item:hover .blog-wrapper .blog-content .blog-details .view-more-blogs {
    margin-top: 10px;
    margin-bottom: 10px
}

@media (max-width: 1170px) {
    #loop-blogs .grid-element ul .element-item {
        width: calc(100% / 3 - 10px);
        margin: 5px 5px
    }
}

@media (max-width: 991px) {
    #loop-blogs .grid-element ul .element-item {
        width: calc(100% / 2 - 10px)
    }
}

@media (max-width: 583px) {
    #loop-blogs .grid-element ul .element-item {
        width: 300px
    }
}

@media (max-width: 360px) {
    #loop-blogs .grid-element ul .element-item {
        width: calc(100% / 1 - 10px)
    }
}

#loop-contents {
    padding: 20px 0;
    background: #f6f6f7
}

#loop-contents .sub-title {
    padding: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#loop-contents .sub-title .slider-nav .prev-slide-content, #loop-contents .sub-title .slider-nav .next-slide-content {
    display: none;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer
}

#loop-contents .sub-title .slider-nav .prev-slide-content i, #loop-contents .sub-title .slider-nav .next-slide-content i {
    color: #c25700;
    vertical-align: bottom
}

#loop-contents .sub-title .slider-nav .prev-slide-content:hover i, #loop-contents .sub-title .slider-nav .next-slide-content:hover i {
    color: #386097
}

#loop-contents .title {
    padding: 0 0 20px 0
}

#loop-contents .content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    margin: 0
}

#loop-contents .content-wrapper.box__slider {
    opacity: 0
}

#loop-contents .content-wrapper.box__slider.show-this {
    opacity: 1;
    visibility: visible
}

#loop-contents .content-wrapper li {
    padding: 0 4px
}

#loop-contents .content-wrapper li figure {
    width: 100%;
    height: 100%;
    position: relative
}

#loop-contents .content-wrapper li figure img {
    width: 100%;
    height: 350px;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#loop-contents .content-wrapper li figure .img-content {
    width: 92%;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    position: relative;
    margin: -150px 14px 0 14px;
    min-height: 350px
}

#loop-contents .content-wrapper li figure .img-content header {
    padding: 0 0 10px 0
}

@media (max-width: 1170px) {
    #loop-contents .sub-title .slider-nav .prev-slide-vision, #loop-contents .sub-title .slider-nav .next-slide-vision {
        display: inline-block
    }
}

body.edit #loop-contents {
    height: 100%
}

body.edit #loop-contents .content-wrapper li figure .img-content {
    top: 0
}

#loop-testimonials {
    background: #f6f6f7
}

#loop-testimonials .testimonial-wrapper {
    opacity: 0
}

#loop-testimonials .testimonial-wrapper.show-this {
    opacity: 1;
    visibility: visible
}

#loop-testimonials .testimonial-wrapper .testimonial__slider {
    list-style: unstyled
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 50px
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li.testimonial-item figure {
    width: 100%;
    height: 100%;
    position: relative
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li.testimonial-item figure img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-position: top;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li.testimonial-item figure:before {
    content: url(https://image-assets.manpower.volcanic.cloud/api/v1/assets/images/d83b219e7abf5207c2e5d4fda0ee0166?t=1647342363);
    top: -15%;
    position: absolute
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li.testimonial-item article {
    padding: 10px 0
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li.testimonial-item article p span:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 10px;
    top: -3px;
    position: relative;
    padding: 0 5px 0 0
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li.testimonial-item article p span:after {
    content: "\f10e";
    font-family: "FontAwesome";
    font-size: 10px;
    top: -3px;
    position: relative;
    padding: 0 0 0 5px
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li.testimonial-item .testimonial-user h4 {
    color: #434343
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li.testimonial-item .testimonial-user h5 {
    color: #386097
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li.testimonial-item:hover {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px #dedede
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li.testimonial-item:hover .testimonial-user h4 {
    color: #c25700
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li.tooltips-logo figure {
    text-align: center;
    margin: 0 auto;
    vertical-align: middle
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li.tooltips-logo figure img {
    max-width: 100%;
    height: 100px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    border-radius: 0;
    text-align: center;
    vertical-align: middle;
    font-family: "object-fit: contain;";
    object-fit: contain
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li.tooltips-logo .tooltips {
    position: relative
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li.tooltips-logo .tooltips .tooltip-text {
    position: relative;
    color: #282a32;
    text-align: center;
    max-width: 300px;
    width: calc(100% - 20px);
    padding: 10px;
    margin: 0 auto;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li.tooltips-logo .tooltips .tooltip-text:hover .tooltip-text {
    visibility: visible;
    opacity: 1
}

#loop-testimonials .testimonial-wrapper .testimonial__slider li.tooltips-logo .tooltips:hover .tooltip-text {
    opacity: 1;
    visibility: visible
}

@media (max-width: 767px) {
    #loop-testimonials .testimonial-wrapper .testimonial__slider li.tooltips-logo .tooltips .tooltip-text {
        width: 100%;
        opacity: 1;
        visibility: visible
    }
}

#loop-testimonials header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#loop-testimonials header h1, #loop-testimonials header h2, #loop-testimonials header h3 {
    margin: 0
}

#loop-testimonials header .slider-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#loop-testimonials header .slider-nav .prev-slide-testimonial, #loop-testimonials header .slider-nav .next-slide-testimonial {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer
}

#loop-testimonials header .slider-nav .prev-slide-testimonial i, #loop-testimonials header .slider-nav .next-slide-testimonial i {
    color: #c25700;
    vertical-align: bottom
}

#loop-testimonials header .slider-nav .prev-slide-testimonial:hover i, #loop-testimonials header .slider-nav .next-slide-testimonial:hover i {
    color: #386097
}

@media (max-width: 767px) {
    #loop-testimonials header .slider-nav {
        width: 25%
    }

    #loop-testimonials header .slider-nav .prev-slide-testimonial, #loop-testimonials header .slider-nav .next-slide-testimonial {
        font-size: 25px
    }
}

#operations {
    position: relative;
    min-height: 400px
}

#operations .operations-bg {
    background: #f6f6f7;
    margin: 0 auto;
    padding: 50px 80px;
    position: relative
}

#operations .textbox {
    width: 50%;
    padding: 0 5% 0 0
}

#operations .operations-wrapper {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0
}

#operations .slick-nav {
    position: relative;
    padding: 5px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

#operations .slick-nav .slide-count-wrap {
    position: relative
}

#operations .slick-nav .slide-count-wrap .current {
    color: #c25700
}

#operations .slick-nav .slider-nav {
    top: 50%;
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

#operations .slick-nav .slider-nav .prev-slide-operation {
    display: block;
    position: absolute;
    left: calc(50% - 42px);
    top: -12px
}

#operations .slick-nav .slider-nav .next-slide-operation {
    display: block;
    position: absolute;
    right: calc(50% - 42px);
    top: -12px
}

#operations .slick-nav .slider-nav i {
    color: #c25700
}

#operations .operations__slider {
    opacity: 0
}

#operations .operations__slider.show-this {
    opacity: 1;
    visibility: visible
}

#operations figure {
    margin: 0;
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: relative
}

#operations figure img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#operations .slick-list {
    padding: 0 15% 0 0
}

#operations .slick-list .slick-slide {
    opacity: 0.55;
    padding: 10px
}

#operations .slick-list .slick-slide.slick-active {
    opacity: 1
}

@media (max-width: 991px) {
    #operations {
        background: #f6f6f7;
        min-height: unset;
        height: 100%
    }

    #operations .operations-bg {
        background: unset;
        padding: 0 30px;
        height: 100%;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse
    }

    #operations .textbox {
        padding: 30px 0;
        width: 100%
    }

    #operations .operations-wrapper {
        padding: 30px 0 0 0;
        width: 100%;
        position: relative
    }

    #operations .slick-nav {
        position: absolute;
        right: 50%;
        top: 60vh;
        -moz-transform: translateX(50%);
        -o-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #operations .slick-nav .slider-nav {
        top: auto;
        width: auto
    }
}

body.edit #operations .operations-wrapper {
    top: 175px
}

#sub-banner.search h1 {
    color: var(--font-color)
}

#search-tabs-wrapper {
    background: #282a32;
    border-top: solid 1px var(--bg-light) -20
}

#search-tabs-wrapper #search-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    border: none;
    font-weight: 700;
    line-height: 100%
}

#search-tabs-wrapper #search-tabs li {
    position: relative;
    text-align: center;
    border: none;
    border-right: solid 1px var(--bg-light) -20;
    float: left;
    font-size: 16px
}

#search-tabs-wrapper #search-tabs li:last-of-type {
    border: none
}

#search-tabs-wrapper #search-tabs li a {
    position: relative;
    display: block;
    padding: 30px 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

#search-tabs-wrapper #search-tabs li a i {
    color: #fff;
    margin-right: 10px;
    display: none
}

#search-tabs-wrapper #search-tabs li a span {
    color: #fff;
    margin-left: 5px;
    font-weight: 500
}

#search-tabs-wrapper #search-tabs li:hover > a, #search-tabs-wrapper #search-tabs li.active > a {
    background: #ae4300;
    color: #fff
}

#search-tabs-wrapper #search-tabs li:hover > a span, #search-tabs-wrapper #search-tabs li.active > a span {
    color: #fff
}

.search .site-search-wrapper {
    margin: 12px 80px 12px 20px
}

.search .section-ttl {
    text-align: center
}

.search #results-wrapper {
    padding: 20px 24px 30px 24px
}

.search #results-wrapper #results.loading {
    background: url(/images/loader.svg) center center no-repeat;
    min-height: 232px
}

.search #results-wrapper #results > ul {
    margin: 0 !important;
    padding: 0;
    list-style: none
}

.search #results-wrapper #results > ul li {
    display: block;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 !important;
    padding: 0 !important
}

.search #results-wrapper #results > ul li:last-of-type {
    border: 0
}

.search #results-wrapper #results > ul li:before {
    top: 23px !important
}

.search #results-wrapper #results > ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 19px 10px 15px 0
}

.search #results-wrapper #results > ul li a figure {
    float: right;
    margin: 0 0 30px 90px;
    width: 80px;
    height: 80px
}

.search #results-wrapper #results > ul li a figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

.search #results-wrapper #results > ul li a span.date {
    font-size: 12px;
    margin: 0 8px 0 0;
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    background: #eee;
    color: #666
}

.search #results-wrapper #results > ul li a h3 {
    display: block;
    color: #386097;
    text-transform: initial;
    margin: 0 0 10px 0
}

.search #results-wrapper #results > ul li a cite {
    font-size: 14px;
    color: #c25700;
    margin: 0 0 10px 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.search #results-wrapper #results > ul li a p {
    font-size: 13px;
    font-size: 1.3rem;
    color: #545454;
    margin: 0
}

.search #results-wrapper #results > ul li a p em {
    font-weight: bold;
    font-style: normal
}

.search #results-wrapper #results > ul li a:hover h3 {
    color: #1a4279
}

.search #results-wrapper #results > ul li a:visited h3 {
    color: #609
}

@media (max-width: 767px) {
    #search-tabs-wrapper #search-tabs {
        width: 100%
    }

    #search-tabs-wrapper #search-tabs li {
        width: 100%;
        float: none
    }

    #search-tabs-wrapper #search-tabs li a {
        padding: 15px 20px
    }
}

#site-search.searchbox.form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 0 0 50px
}

@media (max-width: 1170px) {
    #site-search.searchbox.form {
        padding: 15px 0 0 0
    }
}

@media (max-width: 767px) {
    #site-search.searchbox.form {
        padding: 15px 0px 15px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

#site-search .searchbox-input {
    position: relative;
    display: inline-block;
    border: 2px solid transparent;
    height: 45px;
    font-size: 15px;
    line-height: 1;
    padding: 10px 20px
}

@media (max-width: 991px) {
    #site-search .searchbox-input {
        width: 140px
    }
}

@media (max-width: 767px) {
    #site-search .searchbox-input {
        width: calc(100% - 75px)
    }
}

#site-search .searchbox-submit {
    border: 2px solid transparent;
    height: 45px;
    padding: 0 10px;
    margin-left: 5px
}

#manufacturing-lp-3 #latest-consultants {
    padding-top: 0
}

#manufacturing-lp-3 .count-countdown__header {
    padding-top: 0
}

#manufacturing-lp-3 .count-countdown__header h3 {
    margin-top: 0
}

#manufacturing-lp-3 .content-wrapper ul, #manufacturing-lp-3 .content-wrapper ol {
    list-style: initial;
    margin: initial;
    padding-left: 40px
}

#manufacturing-lp-3 .mayon-btn {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 80%;
    padding: 10px 15px;
    padding: 14px 20px;
    font-size: 1rem
}

#manufacturing-lp-3 .mayon-btn:hover, #manufacturing-lp-3 .mayon-btn:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

#manufacturing-lp-3 .mayon-btn a {
    color: #fff
}

#manufacturing-lp-3 #general-content-100, #manufacturing-lp-3 #general-content-102 {
    padding: 0;
    background: none
}

#manufacturing-lp-3 #general-content-100 header, #manufacturing-lp-3 #general-content-102 header {
    padding-top: 0
}

#manufacturing-lp-3 #general-content-100 .content-wrapper {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#manufacturing-lp-3 .event-section {
    padding: 10px 0
}

#manufacturing-lp-3 .event-section.HIDE {
    display: none
}

#manufacturing-lp-3 .event-section.bg-alt {
    background-color: #f6f6f7
}

#manufacturing-lp-3 #latest-consultants {
    max-width: 1200px
}

#manufacturing-lp-3 #latest-consultants .consultants-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#manufacturing-lp-3 #latest-consultants .consultants-list .con-wrapper {
    flex-basis: calc(100% / 4)
}

@media (max-width: 1025px) {
    #manufacturing-lp-3 #latest-consultants .consultants-list .con-wrapper {
        flex-basis: 330px
    }
}

#manufacturing-lp-3 #latest-consultants .consultants-list a {
    overflow: hidden;
    display: block;
    margin: 5px;
    color: #fff
}

#manufacturing-lp-3 #latest-consultants .consultants-list a * {
    color: inherit
}

#manufacturing-lp-3 #latest-consultants .consultants-list > li {
    margin: 0
}

#manufacturing-lp-3 #latest-consultants .consultants-list .consultant-detail {
    transform: unset;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 80%;
    margin: 0 auto
}

#manufacturing-lp-3 #latest-consultants .consultants-list .consultant-content {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0
}

#manufacturing-lp-3 #latest-consultants .consultants-list .consultant-item {
    width: 100%;
    max-width: 400px;
    margin: 5px auto
}

#manufacturing-lp-3 #latest-consultants .consultants-list .position {
    margin-bottom: 10px
}

#manufacturing-lp-3 .event-agenda-wrapper {
    padding: 30px;
    max-width: 600px;
    margin: auto
}

#manufacturing-lp-3 .event-agenda {
    margin-top: 30px
}

#manufacturing-lp-3 .register-form-wrapper .list-option.select {
    position: relative
}

#manufacturing-lp-3 .register-form-wrapper .list-option.select:after {
    position: absolute;
    bottom: 15px;
    right: 25px;
    width: 20px;
    height: 20px;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 18px;
    opacity: 0.5
}

@media (max-width: 991.98px) {
    #manufacturing-lp-3 #general-content-100 .content-wrapper > article {
        padding: 15px 0
    }
}

@media (max-width: 767.98px) {
    #manufacturing-lp-3 .event-agenda-wrapper {
        padding: 15px;
        margin-top: 60px
    }
}

.custom-countdown {
    max-width: 700px;
    padding: 0
}

.custom-countdown .countdown__text {
    padding: 15px;
    color: #fff
}

.custom-countdown .countdown-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 95px
}

.custom-countdown .countdown-inner .unit-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-basis: 100px;
    padding: 20px;
    margin-right: 15px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3)
}

.custom-countdown .countdown-inner .cd-unit {
    font-size: 2.4em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    font-weight: 700
}

.custom-countdown .countdown-inner .cd-label {
    margin-top: 0.8em;
    font-size: 1em;
    font-weight: 600
}

.custom-countdown .countdown-input {
    display: none
}

.custom-countdown .countdown__cta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 125px
}

@media (min-width: 768px) {
    .custom-countdown .countdown__text {
        padding-right: 0
    }

    .custom-countdown .countdown__cta {
        background-color: #fafafa
    }
}

@media (max-width: 767.98px) {
    .custom-countdown .countdown-inner .unit-wrapper {
        padding: 10px
    }

    .custom-countdown .countdown__text {
        padding: 5px 15px
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .custom-countdown .countdown__cta {
        min-height: 160px;
        padding-top: 60px
    }

    .custom-countdown .countdown__text {
        padding-top: 45px
    }
}

body.edit .custom-countdown .countdown__text:after {
    opacity: 0.8
}

body.edit .custom-countdown .countdown-input {
    display: block;
    padding: 15px;
    background-color: #d9d9d9
}

body.edit .custom-countdown .countdown-input .row {
    margin-top: 15px
}

.upper-content-wrapper {
    padding: 15px
}

@media (max-width: 767.98px) {
    .upper-content-wrapper {
        padding: 30px 0
    }
}

.lightbox.con-details {
    max-width: 600px;
    background: #fff;
    padding: 30px;
    text-align: center;
    overflow-y: auto
}

.lightbox.con-details figure {
    width: 200px;
    position: relative;
    margin-bottom: 30px;
    margin: auto
}

.lightbox.con-details figure img {
    width: 100%
}

.lightbox.con-details .con-name, .lightbox.con-details .con-position {
    margin-top: 15px;
    text-align: center
}

.lightbox.p-image {
    max-width: 1000px;
    overflow-y: auto
}

.lightbox.p-image img {
    width: 100%
}

.box-shadowed {
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.09)
}

#career-stats {
    padding: 40px 0;
    color: #fff;
    background-color: #386097
}

#career-stats .col-lg-3 {
    margin: 15px 0
}

#career-stats .stats {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px;
    height: 100%;
    border-radius: 25px;
    color: #386097;
    background-color: #fff
}

#career-quote {
    position: relative;
    color: #fff;
    background-color: #1f1e24
}

#career-quote .quote-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#career-quote .quote-wrapper .quote-txt {
    width: 90%;
    padding: 40px 0;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 992px) {
    #career-quote .quote-wrapper .quote-txt {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 100%;
        margin-right: 0
    }
}

#career-quote .quote-wrapper .quote-txt footer {
    padding-top: 22px
}

#career-quote .quote-wrapper .quote-ceo {
    padding: 0
}

#career-quote .quote-wrapper .quote-ceo figure {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0
}

#career-quote .quote-wrapper .quote-ceo figure img {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#career-quote .mayon-quote {
    background-color: #282a32;
    padding: 10px 0 10px 2px;
    box-shadow: 13px 0 0 #282a32, -13px 0 0 #282a32
}

#career-talks {
    padding: 40px 0;
    background-color: #386097
}

#career-talks .grid {
    padding: 30px 0;
    border-radius: 25px;
    background-color: #fff
}

#career-talks .grid .container .row > [class*="col-lg"] {
    padding: 15px
}

#career-talks .talk-items {
    padding: 0 15px
}

#career-talks .talk-items figure img {
    max-height: 400px
}

#career-talks .talk-items article * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#career-talks .talk-items:hover h1, #career-talks .talk-items:hover h2, #career-talks .talk-items:hover h3, #career-talks .talk-items:hover h4, #career-talks .talk-items:hover h5 {
    color: #c25700
}

#career-talks .talk__slider {
    margin-bottom: 0
}

#career-talks .talk__slider .slick-dots {
    position: relative;
    padding: 20px 0;
    bottom: 0
}

#career-talks .talk__slider .slick-dots li {
    margin: 0 2.5px
}

#career-talks .talk__slider .slick-dots li button {
    width: 8px;
    height: 8px
}

#career-talks .talk__slider .slick-dots li button:before {
    content: " ";
    width: 8px;
    height: 8px;
    background: #686868;
    color: #686868;
    border-radius: 50%
}

#career-talks .talk__slider .slick-dots li.slick-active button:before {
    background: #c25700;
    color: #c25700
}

#career-talks .all-talks {
    padding: 40px 0 20px 0
}

#career-cta {
    position: relative
}

#career-cta figure {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0
}

#career-cta figure img {
    position: relative;
    max-height: 540px;
    max-width: 960px;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover;
    object-position: center -40px
}

#career-cta .grid {
    padding: 60px 0;
    background: #fff;
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 65%, #fff 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 65%, #fff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #fff 65%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1)
}

body.edit #career-talks .talk__slider {
    opacity: 1
}

body.edit #career-talks .talk__slider .talk-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

body.edit #career-talks .talk__slider .talk-items article {
    padding-left: 15px
}

body.edit #career-talks .talk__slider figure {
    max-width: 480px
}

body.edit #career-talks .talk__slider figure img {
    max-width: 480px
}

body.edit #career-cta figure {
    position: relative;
    width: 960px;
    height: 540px;
    margin: 0 auto
}

body.edit #career-cta figure img {
    object-position: initial
}

body.edit #career-cta .grid {
    background: transparent
}

body.edit #career-cta .grid > div > div {
    flex: 0 0 100%;
    max-width: 100%
}

#latest-consultants .grid-element ul li, #latest-consultants .consultants-wrapper ul li {
    width: calc(100% / 4 - 20px);
    margin: 0 20px 20px 0;
    overflow: hidden
}

#latest-consultants .grid-element ul li a, #latest-consultants .consultants-wrapper ul li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#latest-consultants .grid-element ul li a figure, #latest-consultants .consultants-wrapper ul li a figure {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background: #000
}

#latest-consultants .grid-element ul li a figure img, #latest-consultants .consultants-wrapper ul li a figure img {
    opacity: 0.8;
    width: 100%;
    height: 450px;
    object-position: top;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#latest-consultants .grid-element ul li a figure .item, #latest-consultants .consultants-wrapper ul li a figure .item {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 20px
}

#latest-consultants .grid-element ul li a figure .item .consultant-detail, #latest-consultants .consultants-wrapper ul li a figure .item .consultant-detail {
    transform: translateY(65px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#latest-consultants .grid-element ul li a figure .item .consultant-detail h4, #latest-consultants .grid-element ul li a figure .item .consultant-detail h5, #latest-consultants .consultants-wrapper ul li a figure .item .consultant-detail h4, #latest-consultants .consultants-wrapper ul li a figure .item .consultant-detail h5 {
    color: #fff;
    margin: 0 0 5px 0
}

#latest-consultants .grid-element ul li a figure .item .consultant-detail h4, #latest-consultants .consultants-wrapper ul li a figure .item .consultant-detail h4 {
    font-size: 21.328px;
    line-height: 1.872;
    font-weight: 400
}

#latest-consultants .grid-element ul li a figure .item .consultant-detail h5, #latest-consultants .consultants-wrapper ul li a figure .item .consultant-detail h5 {
    font-size: 14px;
    line-height: 1.488;
    font-weight: 400
}

#latest-consultants .grid-element ul li a figure .item .consultant-detail .view-profile, #latest-consultants .consultants-wrapper ul li a figure .item .consultant-detail .view-profile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 120px;
    margin-top: 40px;
    color: #fff;
    background: #c25700;
    padding: 10px;
    border-radius: 5px
}

#latest-consultants .grid-element ul li a figure .item .consultant-detail .view-profile i, #latest-consultants .consultants-wrapper ul li a figure .item .consultant-detail .view-profile i {
    color: #fff
}

#latest-consultants .grid-element ul li a:hover figure, #latest-consultants .consultants-wrapper ul li a:hover figure {
    background: #c25700
}

#latest-consultants .grid-element ul li a:hover figure img, #latest-consultants .consultants-wrapper ul li a:hover figure img {
    opacity: 0.4
}

#latest-consultants .grid-element ul li a:hover figure .item .consultant-detail, #latest-consultants .consultants-wrapper ul li a:hover figure .item .consultant-detail {
    transform: translateY(-25px)
}

#latest-consultants .grid-element ul li a:hover figure .item .consultant-detail .view-profile, #latest-consultants .consultants-wrapper ul li a:hover figure .item .consultant-detail .view-profile {
    margin-top: 30px
}

@media (max-width: 1170px) {
    #latest-consultants .grid-element ul li {
        width: calc(100% / 3 - 10px);
        margin: 5px 5px
    }
}

@media (max-width: 991px) {
    #latest-consultants .grid-element ul li {
        width: calc(100% / 2 - 10px)
    }
}

@media (max-width: 460px) {
    #latest-consultants .grid-element ul li {
        width: 100%;
        margin: 5px 0 5px
    }
}

#haml-structure.consultant .consultant_image {
    margin-bottom: 2rem;
    text-align: center
}

#haml-structure.consultant .consultant_image img {
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    object-fit: cover
}

#haml-structure.consultant article ul {
    margin: 20px auto;
    border-bottom: 1px solid gray;
    padding-bottom: 20px
}

#haml-structure.consultant article ul ul li:before {
    display: none
}

#haml-structure.consultant article ul li a {
    color: #386097
}

@media (max-width: 991px) {
    #haml-structure.consultant .consultant_image img {
        max-width: 50%
    }
}

@media (max-width: 970px) {
    #haml-structure.consultant #consultant {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: column;
        -webkit-flex-flow: column;
        flex-flow: column
    }

    #haml-structure.consultant #consultant div:nth-child(2) {
        order: -1
    }
}

@media (max-width: 767px) {
    #haml-structure.consultant .consultant_image img {
        max-width: 60%
    }
}

@media (max-width: 599px) {
    #haml-structure.consultant .consultant_image img {
        max-width: 70%
    }
}

@media (max-width: 499px) {
    #haml-structure.consultant .consultant_image img {
        max-width: 100%
    }
}

#gen-sub.landing-page-2 .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#gen-sub.landing-page-2 .wrapper article {
    width: 50%
}

@media (max-width: 767px) {
    #gen-sub.landing-page-2 .wrapper article {
        width: 100%
    }
}

.eventCalendar-hidden {
    display: none
}

.eventCalendar-arrow {
    position: absolute;
    z-index: 5;
    top: 3px
}

.eventCalendar-prev {
    left: 3px
}

.eventCalendar-next {
    right: 3px
}

.eventCalendar-monthTitle {
    display: block;
    text-align: center
}

.eventCalendar-monthWrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.eventCalendar-currentMonth {
    z-index: 1
}

.eventCalendar-daysList {
    display: table;
    width: 100%
}

.eventCalendar-showAsWeek {
    display: block
}

.eventCalendar-daysList li {
    display: table-cell
}

.eventCalendar-dayWithEvents {
    background: rgba(0, 0, 0, 0.15)
}

.eventCalendar-current {
    background: rgba(0, 0, 0, 0.35)
}

.eventCalendar-showAsWeek li {
    display: block;
    float: left;
    width: 14.28%;
    height: 20px
}

.eventCalendar-daysList a {
    padding: 0;
    display: block;
    text-align: center;
    font-size: 8px;
    min-width: 7px
}

.eventCalendar-loading {
    display: block;
    min-width: 100px;
    height: 40px;
    line-height: 40px
}

.eventCalendar-list {
    position: relative;
    z-index: 1
}

.eventCalendar-oldEventList {
    z-index: 2
}

.eventCalendar-subtitle {
    padding-left: 5px;
    font-weight: bold;
    font-size: 120%
}

.eventCalendar-wrap {
    position: relative;
    overflow: hidden;
    font-family: "HelveticaNeueWorld", Helvetica, Arial, sans-serif;
    font-weight: 700
}

.eventCalendar-wrap .arrow {
    position: absolute;
    z-index: 5;
    top: 0
}

.eventCalendar-wrap .prev {
    left: -7px
}

.eventCalendar-wrap .next {
    right: -7px
}

.eventsCalendar-currentTitle .monthTitle {
    display: block;
    text-align: center
}

.eventsCalendar-monthWrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.eventsCalendar-monthWrap.currentMonth {
    z-index: 1
}

.eventsCalendar-daysList {
    display: table;
    width: 100%
}

.eventsCalendar-daysList.showAsWeek {
    display: block
}

.eventsCalendar-daysList li {
    display: table-cell
}

.eventsCalendar-daysList li.dayWithEvents {
    background: rgba(0, 0, 0, 0.15)
}

.eventsCalendar-daysList li.current {
    background: rgba(0, 0, 0, 0.35)
}

.eventsCalendar-daysList.showAsWeek li {
    display: block;
    float: left;
    width: 14.28%;
    height: 20px
}

.eventsCalendar-daysList li a {
    padding: 0;
    display: block;
    text-align: center;
    font-size: 8px;
    min-width: 7px
}

.eventsCalendar-list {
    position: relative;
    z-index: 1
}

.eventsCalendar-list.oldEventList {
    z-index: 2
}

.eventsCalendar-subtitle {
    padding: 10px;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #282a32;
    border-bottom: solid 1px #d7d6d6
}

.eventCalendar-wrap {
    color: #ae6120
}

.eventCalendar-wrap .arrow {
    text-decoration: none;
    color: #fff;
    line-height: 28px;
    top: 5px;
    padding: 8px 12px
}

.eventCalendar-wrap .arrow span {
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ceced3;
    float: left;
    text-indent: -5000px
}

.eventCalendar-wrap .arrow.prev span {
    border-left-width: 0;
    border-right: 6px solid #ceced3
}

.eventCalendar-wrap .arrow:hover span {
    border-left-color: #d8792a
}

.eventCalendar-wrap .arrow.prev:hover span {
    border-right-color: #d8792a
}

.eventsCalendar-slider {
    height: 80px
}

.eventsCalendar-monthWrap {
    top: 0px;
    left: 0px
}

.eventsCalendar-currentTitle {
    line-height: 100%
}

.eventsCalendar-currentTitle .monthTitle {
    font-size: 20px;
    text-decoration: none;
    color: #282a32;
    line-height: 200%
}

.eventsCalendar-daysList {
    zoom: 1;
    padding: 0;
    width: 100%
}

.eventsCalendar-daysList.showAsWeek {
    margin: 10px 0;
    width: auto
}

.eventsCalendar-daysList:before, .eventsCalendar-daysList:after {
    content: "";
    display: table
}

.eventsCalendar-daysList:after {
    clear: both
}

.eventsCalendar-day-header {
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    line-height: 200%;
    border-bottom: solid 1px #d7d6d6
}

.eventsCalendar-daysList.showAsWeek li {
    height: auto;
    margin: 0
}

.eventsCalendar-daysList.showAsWeek li.empty {
    min-height: 29px
}

.eventsCalendar-day a {
    text-decoration: none;
    font-size: 15px;
    color: #282a32
}

.showAsWeek .eventsCalendar-day {
    border-left-width: 0
}

.showAsWeek .eventsCalendar-day a {
    line-height: 35px;
    font-size: 15px
}

.eventsCalendar-day a:hover {
    background: #282a32;
    color: #ffffff
}

.eventsCalendar-daysList li.today a {
    color: #ffffff !important;
    background: #d8792a !important
}

li.eventsCalendar-day.today a:hover {
    background-color: #ec8d3e !important
}

.eventsCalendar-daysList li.dayWithEvents a {
    background-color: #ceced3;
    color: #ffffff
}

li.eventsCalendar-day.dayWithEvents a:hover {
    background-color: #d88138
}

.eventsCalendar-daysList li.current a {
    color: #ffffff;
    background: #14161e !important
}

li.eventsCalendar-day.current a:hover {
    background-color: #0a0c14 !important
}

.eventsCalendar-daysList li.dayWithEvents.current a {
    background-color: #ae6120 !important
}

.eventsCalendar-loading {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(/images/loader.svg);
    background-size: 18px 18px;
    background-position: right 20px;
    background-repeat: no-repeat
}

.eventsCalendar-loading.error {
    background: none;
    padding: 15px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    text-align: center;
    font-size: 16px;
    line-height: 120%
}

.eventsCalendar-list-wrap {
    min-height: 100px;
    position: relative
}

.eventsCalendar-list-content.scrollable {
    height: 100px;
    overflow-y: auto;
    margin: 0 5px 5px 0
}

.eventsCalendar-list {
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: none;
    min-height: 140px
}

.eventsCalendar-list li {
    position: relative;
    padding: 0;
    margin: 0;
    clear: both;
    border-bottom: solid 1px #d7d6d6
}

.eventsCalendar-list li a {
    display: block;
    padding: 15px 0
}

.eventsCalendar-list li time {
    display: block;
    font-size: 14px;
    line-height: 100%;
    color: #282a32
}

.eventsCalendar-list li time em {
    display: inline-block;
    width: 100%;
    font-style: normal;
    font-size: 14px;
    margin: 0 0 4px 0
}

.eventsCalendar-list li time small {
    display: none !important;
    font-size: 10px;
    float: left;
    background-color: #807e7e;
    color: #ffffff;
    padding: 0 5px 0 4px;
    margin: 0 0 0 3px
}

.eventsCalendar-list li h4 {
    display: block;
    clear: both;
    text-decoration: none;
    margin: 0;
    padding: 0 40px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #c25700
}

.eventsCalendar-list li > a > i {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    font-size: 14px;
    color: #c46d24
}

.eventsCalendar-list li a.eventTitle:hover {
    text-decoration: none
}

.eventsCalendar-list li a.eventTitle:hover h4 {
    color: #ae6120
}

.eventsCalendar-list li a.eventTitle:hover i {
    display: block
}

.eventsCalendar-list li .eventDesc {
    display: none !important;
    clear: both;
    margin: 0 0 5px 0;
    font-size: 80%;
    line-height: 1.2em
}

.eventsCalendar-list .eventsCalendar-noEvents {
    text-align: center
}

.eventsCalendar-list .eventsCalendar-noEvents p {
    margin: 0;
    padding: 48px 10px;
    color: #000
}

.eventsCalendar-list .eventsCalendar-noEvents p i {
    margin-right: 12px;
    color: #9a9a9a
}

.bt {
    font-size: 12px;
    display: block;
    clear: both;
    text-align: center;
    margin-top: 10px;
    padding: 9px 34px 11px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    background-color: #698b10;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#89b814), to(#698b10));
    background-image: -moz-linear-gradient(top, #89b814, #698b10);
    background-image: -ms-linear-gradient(top, #89b814, #698b10);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89b814), color-stop(100%, #698b10));
    background-image: -webkit-linear-gradient(top, #89b814, #698b10);
    background-image: -o-linear-gradient(top, #89b814, #698b10);
    background-image: linear-gradient(top, #89b814, #698b10);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89B814', endColorstr='#698B10', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #698b10;
    border-color: #698b10 #698b10 #465f05;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all
}

.bt:hover {
    background-position: 0 -15px;
    text-decoration: none
}

#template-events_100.events .items .item {
    min-height: 500px
}

#featured_articles_102 .slick-mobile .slick-dots {
    position: relative;
    padding: 20px 0;
    bottom: 0
}

#featured_articles_102 .slick-mobile .slick-dots li {
    margin: 0 2.5px;
    width: 15px
}

#featured_articles_102 .slick-mobile .slick-dots li button {
    width: 8px;
    height: 8px
}

#featured_articles_102 .slick-mobile .slick-dots li button:before {
    content: " ";
    width: 8px;
    height: 8px;
    background: #386097;
    color: #386097;
    border-radius: 50%
}

#featured_articles_102 .item-title {
    font-size: 16px
}

#featured_articles_102 .item-desc {
    font-size: 80%
}

#featured_articles_102 .item-card {
    padding: 0;
    height: 246px;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

#featured_articles_102 .item-card:hover .read-more {
    color: #fff
}

#featured_articles_102 .read-more {
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;
    border-bottom-right-radius: 5px;
    color: #fff;
    background: #d66b14
}

#featured_articles_102 .read-more:hover {
    background: #c25700
}

#featured_articles_102 figure {
    margin: 0;
    width: 155px;
    height: 246px
}

#featured_articles_102 article {
    padding: 1em 1em 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

#content-block_100 .boxed {
    width: 100%
}

#cta-general-100 figure {
    margin: 0
}

#cta-general-100 .content-wrapper {
    z-index: 0
}

#general-content-100 figure {
    margin: 0
}

#general-content-100 .custom-image {
    width: 600px;
    height: 380px
}

#general-content-100 .custom-image img {
    font-family: "object-fit: contain;";
    object-fit: contain;
    width: 100%;
    height: 100%
}

#general-content-100 .video-modal .mediaWrapper {
    position: initial
}

#general-content-100 .video-play {
    background: rgba(40, 42, 50, 0.5);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (min-width: 576px) {
    #general-content-102 .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    #general-content-102 .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    #general-content-102 .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    #general-content-102 .container {
        max-width: 1140px
    }
}

#general-content-102 .dynamic-form form {
    margin: 0
}

#general-content-102 .dynamic-form form .form-group {
    margin: 2.5px 0;
    padding: 0 2.5px
}

#general-content-102 .dynamic-form form .form-group.check_boxes > label {
    margin-top: 15px
}

#general-content-102 .dynamic-form form .form-actions input {
    font-size: 14px;
    padding: 15px 30px
}

#template-events_100 #search.filters .quick-search.search__item input {
    margin: 1em 0 0.8em;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--bg-color);
    outline: none
}

#template-events_100 #search.filters .quick-search.search__item input::placeholder {
    color: var(--font-color)
}

#template-events_100 select.select {
    width: 100%;
    margin: 0.5em 0 0.8em;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--bg-color);
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    font-size: 1em;
    color: var(--font-color);
    padding: 10px 15px;
    line-height: 1.618;
    border-radius: 5px
}

@media (max-width: 799px) {
    #template-events_100 #search.filters {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #template-events_100 #search.filters .quick-search.search__item {
        margin-right: 0
    }

    #template-events_100 #search.filters .quick-search.search__item input {
        max-width: 200px
    }
}

#login-100 .login-register-page a.linkedin, #register-101 .login-register-page a.linkedin {
    font-size: 16px
}

#login-100 .login-register-page a.linkedin span, #register-101 .login-register-page a.linkedin span {
    width: 80px;
    height: 20px;
    margin: 0 10px
}

#login-100 p.col-md-12, #register-101 p.col-md-12 {
    font-size: 80%;
    margin-bottom: 10px
}

#template-blogs_102.blogs .items .item__img.img__square {
    height: 300px
}

#template-blogs_102.blogs .items.layout-list .item__content {
    height: 300px
}

#template-blogs_102.blogs .items.layout-list .item__content .read-more {
    flex: 0 0 100%
}

#template-blogs_102.blogs #search_blogs .select--custom select {
    background: rgba(255, 255, 255, 0.6)
}

#side-blogs_100.blogs {
    margin-top: 75px
}

#template-contact_100 .dynamic-form form .form-group {
    font-size: 100%
}

#template-contact_100 .dynamic-form form .form-actions {
    text-align: left
}

#template-contact_100 .spacer {
    margin-right: 3em
}

@media (max-width: 1440px) {
    #template-contact_100 .grid-flex .col-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    #template-contact_100 .grid-flex .col-9 {
        flex: 0 0 66.67%;
        max-width: 66.67%
    }
}

@media (max-width: 1170px) {
    #template-contact_100 .grid-flex .col-3 {
        flex: 0 0 40%;
        max-width: 40%
    }

    #template-contact_100 .grid-flex .col-9 {
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (max-width: 899px) {
    #template-contact_100 .grid-flex .col-3, #template-contact_100 .grid-flex .col-9 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0
    }
}

@media (max-width: 399px) {
    #main_banner_103 .banner-caption {
        padding: 20px
    }

    #main_banner_103 .banner-caption .page-title {
        font-size: 36px
    }
}

body.edit figure .od_lava_image:before {
    z-index: 1
}

body.edit #cta-block_100 {
    padding: 0;
    background: transparent
}

body.edit #cta-block_100 .bg-img {
    background: transparent
}

body.edit #cta-block_100 .od_lava_image {
    z-index: 100
}

body.edit #cta-block_100.block .bg-img.bg--gradient:before {
    background: transparent
}

body.edit #general-content-100 .content-wrapper {
    background: transparent
}

body.edit #general-content-100 .visible-edit {
    flex: 1 1 10%
}

body.edit #general-content-100 .visible-edit p {
    padding: 0 1em
}

body.edit #general-content-100 .visible-edit > div {
    padding: 0 1em 1em 1em
}

body.edit #general-content-100 .visible-edit h5 {
    background: #217dfa;
    color: #ffffff;
    font-size: 16px;
    padding: 1em;
    text-transform: uppercase;
    letter-spacing: 1px
}

body.edit #general-content-100 .video-play, body.edit #general-content-100 .video-btn {
    display: none
}

.dynamic-form form .form-group > label {
    color: #466ea5;
    font-size: 0.8125rem;
    font-weight: bold
}

.dynamic-form form input, .dynamic-form form textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.dynamic-form form .radio input[type="radio"], .dynamic-form form .radio-inline input[type="radio"], .dynamic-form form .checkbox input[type="checkbox"], .dynamic-form form .checkbox-inline input[type="checkbox"] {
    width: unset
}

.dynamic-form form .radio_buttons .radio, .dynamic-form form .radio_buttons .checkbox, .dynamic-form form .check_boxes .radio, .dynamic-form form .check_boxes .checkbox {
    align-items: flex-start !important
}

#template-contact_100 .container {
    max-width: 1140px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 1599px) {
    #template-contact_100 .container {
        max-width: 1140px
    }
}

@media (min-width: 992px) {
    #template-contact_100 .container {
        max-width: 960px
    }
}

#template-contact_100.branches header {
    padding: 15px 0 15px 0 !important
}

.connecting-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    text-align: center;
    background: #fff
}

.connecting-loader .loader-wrapper {
    display: inline-block;
    position: relative;
    top: calc(50% - 40px);
    padding: 20px
}

.connecting-loader i {
    position: absolute;
    top: 20%;
    left: 35%;
    color: #007bb6;
    font-size: 3rem
}

.connecting-loader p {
    margin-top: 40px
}

.loader-icon {
    color: #386097;
    font-size: 4rem;
    text-indent: -9999em;
    overflow: hidden;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#pjax-content .page-title {
    margin: 0.5em 0 0.5em;
    font-size: 200%;
    line-height: 1.2
}

#pjax-content .container-narrow {
    width: 100%;
    max-width: 100%;
    background-color: var(--bg-color)
}

#pjax-content .container-narrow .search-body {
    padding-right: 2em;
    width: 70%;
    max-width: 70%;
    flex: 0 0 70%;
    margin-top: 2em
}

#pjax-content .container-narrow .search-body #results-count-title {
    background-color: var(--bg-light);
    padding: 10px 15px;
    display: inline-block;
    position: relative;
    font-size: 85%
}

#pjax-content .container-narrow .search-body #results-count-title:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--bg-light);
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0
}

#pjax-content .container-narrow .search-sidebar {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
    margin-top: 2em
}

#pjax-content .container-narrow .search-sidebar select#sort-select {
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px dotted #d7d7d7;
    padding: 8px 15px;
    background-color: #fcfcfc
}

#pjax-content .container-narrow .search-sidebar select#sort-select.form-control:before {
    position: absolute;
    content: "\f063";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 20px;
    top: calc(50% - 0.5em)
}

@media (max-width: 1280px) {
    #pjax-content .container-narrow .search-sidebar {
        width: 35%;
        max-width: 35%;
        flex: 0 0 35%
    }

    #pjax-content .container-narrow .search-body {
        width: 65%;
        max-width: 65%;
        flex: 0 0 65%
    }
}

@media (max-width: 999px) {
    #pjax-content .container-narrow .search-sidebar {
        display: none
    }

    #pjax-content .container-narrow .search-body.col-md-9 {
        padding-right: 1em;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (max-width: 768px) {
    #pjax-content .container-narrow {
        margin-left: 0
    }

    #pjax-content .container-narrow .search-body.col-md-9 {
        padding-right: 0.8em;
        width: 100%
    }
}

#pjax-content #job-search.search-form {
    width: 85%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1em;
    padding-bottom: 1em
}

#pjax-content #job-search.search-form form dl {
    background-color: var(--bg-light);
    border-radius: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6px;
    margin: 0
}

#pjax-content #job-search.search-form form dl .query, #pjax-content #job-search.search-form form dl .location {
    flex: 1;
    margin: 0
}

#pjax-content #job-search.search-form form dl .query input, #pjax-content #job-search.search-form form dl .query .form-control, #pjax-content #job-search.search-form form dl .location input, #pjax-content #job-search.search-form form dl .location .form-control {
    padding: 10px 15px
}

#pjax-content #job-search.search-form form dl .query input, #pjax-content #job-search.search-form form dl .location input {
    border: none;
    box-shadow: none;
    background-color: #f7f7f7;
    width: 100%;
    border-radius: 5px
}

#pjax-content #job-search.search-form form dl .query .select2-container--default .select2-selection--single, #pjax-content #job-search.search-form form dl .location .select2-container--default .select2-selection--single {
    border: none;
    height: 42px;
    background-color: #f7f7f7;
    border-radius: 5px
}

#pjax-content #job-search.search-form form dl .query .select2-container--default .select2-selection--single .select2-selection__rendered, #pjax-content #job-search.search-form form dl .location .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 15px;
    line-height: 1.25
}

#pjax-content #job-search.search-form form dl .search input {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    margin: 0;
    padding: 0.65em 2em
}

#pjax-content #job-search.search-form form dl .search input:hover, #pjax-content #job-search.search-form form dl .search input:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

#pjax-content #job-search.search-form .reset-search {
    margin: 0 0 10px 10px;
    font-size: 90%
}

#pjax-content #job-search.search-form .search-results-header {
    padding: 0 2em 0.5em
}

@media (max-width: 768px) {
    #pjax-content #job-search.search-form {
        margin-right: 0;
        width: 100%
    }

    #pjax-content #job-search.search-form form dl {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #pjax-content #job-search.search-form form dl .query, #pjax-content #job-search.search-form form dl .location {
        padding: 0;
        margin: 0 auto 10px
    }

    #pjax-content #job-search.search-form form dl .query {
        border-bottom: 1px solid #eee;
        border-right: none
    }
}

#pjax-content #job-search .label {
    font-weight: 400
}

#pjax-content #job-search .label.label-default {
    background-color: #282a32
}

#pjax-content #job-search .label.label-default i {
    color: #fff !important
}

#pjax-content .search-filter-slide-menu #refine-search #accordian ul li ul li.no-block-link.pad-leaf {
    padding-left: 0
}

#pjax-content .search-filter-slide-menu #refine-search #accordian ul li ul li.no-block-link span.expando {
    font-size: 1rem
}

#pjax-content #refine-search #accordian .pjax-links {
    margin-bottom: 1em
}

#pjax-content #refine-search #accordian .pjax-links.disciplines .root-list .child-list {
    margin-left: 1em
}

#pjax-content #refine-search #accordian .pjax-links.disciplines .root-list .parent-dicipline > a {
    font-weight: 600
}

#pjax-content #refine-search #accordian .category-title {
    font-size: 16px;
    cursor: pointer;
    color: var(--font-color);
    font-weight: bold;
    padding: 10px 15px
}

#pjax-content #refine-search #accordian .category-title a {
    color: var(--font-color)
}

#pjax-content #refine-search #accordian .category-title a:hover {
    color: #386097
}

#pjax-content #refine-search #accordian .category-title:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    display: inline-block;
    font-size: 0.85rem;
    float: right
}

#pjax-content #refine-search #accordian .category-title i {
    font-size: 16px;
    padding-right: 5px
}

#pjax-content #refine-search #accordian ul li ul li {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    padding: 8px 4px 8px 15px
}

#pjax-content #refine-search #accordian ul li ul li.no-block-link.pad-leaf {
    padding-left: 0
}

#pjax-content #refine-search #accordian ul li ul li.no-block-link span.expando {
    font-size: 1rem
}

#pjax-content #refine-search #accordian ul li ul li a {
    font-size: 14px
}

#pjax-content #refine-search #accordian ul li ul li a span {
    float: right;
    background-color: var(--bg-light);
    border-radius: 50%;
    width: 25px;
    font-size: 11px;
    height: 25px;
    line-height: 2.2;
    color: var(--font-color);
    text-align: center
}

#pjax-content #refine-search #accordian ul li ul li a span:hover {
    color: #c25700;
    text-decoration: none
}

#pjax-content #refine-search #accordian ul li ul li a:not(.no-check-box) {
    color: var(--font-color)
}

#pjax-content #refine-search #accordian ul li ul li a:not(.no-check-box):hover {
    color: #386097;
    text-decoration: none
}

#pjax-content #refine-search #accordian ul li ul li a:not(.no-check-box):hover:before {
    color: #386097
}

#pjax-content #refine-search #accordian ul li ul li a:not(.no-check-box).selected {
    color: #386097
}

#pjax-content #refine-search #accordian ul li ul li a:not(.no-check-box).selected:before {
    color: #386097
}

#pjax-content .results-list {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

#pjax-content .results-list .job-result-item {
    background-color: var(--bg-light);
    width: 100%;
    margin: 1.5em 1.5em 0 0;
    padding: 0 1em;
    border-radius: 6px;
    position: relative
}

#pjax-content .results-list .job-result-item > div {
    height: 100%
}

#pjax-content .results-list .job-result-item .new-badge {
    background-color: #c25700;
    color: #fff;
    padding: 7px 6px 7px;
    font-size: 80%;
    border-radius: 0 0 4px 4px;
    position: absolute;
    left: 2em;
    top: 0
}

#pjax-content .results-list .job-result-item.featured .new-badge {
    left: 10.5em
}

#pjax-content .results-list .job-result-item.featured .featured-job-margin {
    position: absolute;
    top: 0;
    left: 2em;
    padding: 3px 6px 4px;
    background-color: #799ac3;
    border-radius: 0 0 5px 5px;
    font-size: 80%
}

#pjax-content .results-list .job-result-item.featured .featured-job-margin:after {
    content: "featured"
}

#pjax-content .results-list .job-result-item.featured .featured-job-margin i:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f005"
}

@media (max-width: 640px) {
    #pjax-content .results-list {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0
    }

    #pjax-content .results-list .job-result-item {
        width: 100%;
        margin: 0.5em auto
    }
}

#pjax-content .results-list .job-description {
    color: var(--font-color)
}

#pjax-content .secondary-job-info-panel {
    padding: 0;
    flex: 0 0 50%;
    max-width: 50%;
    order: -1;
    margin-top: 1rem;
    margin-bottom: -3.875rem
}

#pjax-content .recruiter-figure {
    margin: 1em 0 2em 2em
}

#pjax-content .recruiter-figure img {
    width: auto;
    height: 70px;
    font-family: "object-fit: contain;";
    object-fit: contain
}

#pjax-content .main-result-info-panel {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
    padding: 1em 1.5em;
    position: static;
    z-index: 1
}

#pjax-content .main-result-info-panel .job-details {
    padding: 35px 0 0 0;
    position: static
}

#pjax-content .main-result-info-panel .job-details .job-title {
    padding: 0 0 8px
}

#pjax-content .main-result-info-panel .job-details .job-title a {
    color: var(--font-color);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2
}

#pjax-content .main-result-info-panel .job-details .job-title a:hover {
    color: #244c83
}

#pjax-content .main-result-info-panel .job-details .job-title .new-badge {
    background-color: #c25700;
    color: #fff;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 3px
}

#pjax-content .main-result-info-panel .job-details .job-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
    font-size: 90%
}

#pjax-content .main-result-info-panel .job-details .job-info li {
    font-weight: 400;
    border-left: 1px solid #000;
    padding-left: 8px;
    margin-right: 10px
}

#pjax-content .main-result-info-panel .job-details .job-info li.results-posted-at {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 80%
}

#pjax-content .main-result-info-panel .job-details .job-info li:first-child, #pjax-content .main-result-info-panel .job-details .job-info li:last-child {
    border: none;
    padding-left: 0
}

#pjax-content .main-result-info-panel .job-details .extra-job-links {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

#pjax-content .main-result-info-panel .job-details .extra-job-links span {
    display: inline-block
}

#pjax-content .main-result-info-panel .job-details .extra-job-links span a {
    text-align: center;
    font-size: 16px
}

#pjax-content .main-result-info-panel .job-details .extra-job-links span.job-apply-now-link {
    order: 1
}

#pjax-content .main-result-info-panel .job-details .extra-job-links span.job-apply-now-link a {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 0.5em 1em
}

#pjax-content .main-result-info-panel .job-details .extra-job-links span.job-apply-now-link a:hover, #pjax-content .main-result-info-panel .job-details .extra-job-links span.job-apply-now-link a:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

#pjax-content .main-result-info-panel .job-details .extra-job-links span.job-read-more-link {
    order: 2
}

#pjax-content .main-result-info-panel .job-details .extra-job-links span.job-read-more-link a {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #282a32;
    background: transparent;
    border-color: #386097;
    padding: 0.5em 1em
}

#pjax-content .main-result-info-panel .job-details .extra-job-links span.job-read-more-link a:hover, #pjax-content .main-result-info-panel .job-details .extra-job-links span.job-read-more-link a:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

#pjax-content .main-result-info-panel .job-details .extra-job-links span.job-read-more-link a:hover, #pjax-content .main-result-info-panel .job-details .extra-job-links span.job-read-more-link a:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab
}

#pjax-content .main-result-info-panel .job-details .extra-job-links span.job-apply-now-link, #pjax-content .main-result-info-panel .job-details .extra-job-links span.job-read-more-link, #pjax-content .main-result-info-panel .job-details .extra-job-links span.job-save-job-link {
    margin-right: 15px
}

#pjax-content .main-result-info-panel .job-details .extra-job-links span.job-save-job-link {
    text-align: right;
    margin-right: 0;
    order: 3;
    margin-left: auto
}

#pjax-content .main-result-info-panel .job-details .extra-job-links span.job-save-job-link a {
    padding: 0.5em 1em;
    color: var(--font-color)
}

#pjax-content .main-result-info-panel .job-details .extra-job-links span.job-save-job-link a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f02e";
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle
}

#pjax-content .main-result-info-panel .job-details .extra-job-links span.job-save-job-link a:hover:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

#pjax-content .main-result-info-panel .job-details .extra-job-links span.job-save-job-link a span {
    display: none
}

#pjax-content .main-result-info-panel .job-details .job-description {
    font-weight: 400;
    line-height: 1.6 !important;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 1440px) {
    #pjax-content .main-result-info-panel .job-details .extra-job-links span.job-apply-now-link a, #pjax-content .main-result-info-panel .job-details .extra-job-links span.job-read-more-link a, #pjax-content .main-result-info-panel .job-details .extra-job-links span.job-save-job-link a {
        width: 100%;
        display: block
    }
}

@media (max-width: 568px) {
    #pjax-content .main-result-info-panel .job-details .extra-job-links {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    #pjax-content .main-result-info-panel .job-details .extra-job-links span.job-apply-now-link, #pjax-content .main-result-info-panel .job-details .extra-job-links span.job-read-more-link, #pjax-content .main-result-info-panel .job-details .extra-job-links span.job-save-job-link {
        padding: 0;
        width: 100%
    }

    #pjax-content .main-result-info-panel .job-details .extra-job-links span.job-apply-now-link a, #pjax-content .main-result-info-panel .job-details .extra-job-links span.job-read-more-link a, #pjax-content .main-result-info-panel .job-details .extra-job-links span.job-save-job-link a {
        width: 100%;
        display: block
    }

    #pjax-content .main-result-info-panel .job-details .extra-job-links span.job-save-job-link {
        order: 3
    }
}

#pjax-content #search-filter-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0;
    display: none;
    width: 100%
}

#pjax-content #search-filter-btn a {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    margin: 0;
    border-radius: 0
}

#pjax-content #search-filter-btn a:hover, #pjax-content #search-filter-btn a:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

#pjax-content #search-filter-btn a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    display: inline-block;
    margin-right: 10px
}

@media (max-width: 999px) {
    #pjax-content #search-filter-btn {
        display: block !important
    }
}

#job-search #broaden-search {
    padding: 0;
    list-style: none
}

#job-search #broaden-search li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}

#job-search #broaden-search li a {
    display: block;
    color: #fff;
    text-transform: uppercase
}

#job-search #broaden-search li a .label {
    display: block;
    padding: 5px 15px;
    font-size: 13px;
    letter-spacing: 0.5px;
    background-color: #c25700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#job-search #broaden-search li a .label i {
    color: #ffffff
}

#job-search #broaden-search li a .label:hover {
    background-color: #ae4300
}

#job-search .reset-search a {
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    color: var(--font-color)
}

#job-search > form dl, #job-search > form dd {
    margin: 0
}

#job-search > form dl {
    display: table;
    width: 100%
}

#job-search > form dl dd {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding-right: 10px
}

#job-search > form dl dd:last-of-type {
    width: auto
}

@media (max-width: 768px) {
    #job-search > form dl dd:last-of-type {
        width: 100%
    }
}

#job-search > form label, #job-search > form input, #job-search > form select, #job-search > form button {
    display: block;
    width: 100%
}

#job-search > form dd:not(.search) input, #job-search > form .selectize-input {
    display: block;
    height: auto;
    font-size: 1em;
    line-height: 1.4;
    font-weight: 400;
    color: var(--font-color);
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 30px 10px 10px;
    margin: 0
}

#job-search > form dd:not(.search) input.has-items, #job-search > form .selectize-input.has-items {
    padding: 6px 30px 6px 10px
}

#job-search > form dd:not(.search) input#search_location, #job-search > form .selectize-input#search_location {
    padding-right: 110px
}

#job-search > form dd:not(.search) input:focus, #job-search > form .selectize-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

#job-search > form dd:not(.search) input::-ms-clear, #job-search > form .selectize-input::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

#job-search > form input#disciplines {
    display: none
}

#job-search > form .selectize-control.multi .selectize-input > div {
    padding: 6px 6px;
    line-height: 1
}

#job-search > form .selectize-dropdown [data-selectable] {
    font-size: 0.8em;
    padding: 0.5em 0.8em !important
}

#job-search > form .select2-selection__arrow {
    display: none
}

#job-search > form .select2-container {
    width: 100% !important
}

#job-search > form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    font-size: 1em;
    font-weight: 400;
    line-height: normal;
    color: var(--font-color);
    border: 1px solid #f5f4f4;
    border-radius: 0;
    padding: 10px 20px 10px 10px;
    margin: 0;
    cursor: pointer;
    box-shadow: none;
    height: auto
}

#job-search > form select::-ms-expand {
    display: none
}

#job-search > form select.default {
    color: #a9a9a9
}

#job-search > form select:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

#job-search > form .clear-search-input, #job-search > form .clear-location-input {
    position: absolute;
    right: 15px;
    cursor: pointer;
    color: #bbbbbb;
    font-size: 16px;
    z-index: 1;
    line-height: 20px;
    top: 0.7em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#job-search > form .clear-search-input:hover, #job-search > form .clear-location-input:hover {
    color: #555555
}

#job-search > form .location .clear-location-input {
    right: 105px
}

#job-search > form select#search_radius {
    position: absolute;
    top: 3px;
    right: 20px;
    width: 80px;
    border: none;
    font-size: 90%;
    background: url(/images/select-arrow.png) center right no-repeat #f7f7f7;
    background-size: 24px 24px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
    min-height: auto
}

#job-search > form .search {
    padding: 0
}

#job-search > form .search input {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 10px
}

#job-search > form .search input:hover, #job-search > form .search input:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

#job-search > form #actions {
    text-align: center;
    margin-bottom: -63px
}

#job-search > form .advanced-search {
    display: inline-block;
    margin-top: 10px;
    padding: 14px 20px 15px 20px;
    border: none;
    border-radius: 0 0 10px 10px;
    color: var(--font-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #f5f4f4;
    cursor: pointer
}

#job-search > form .advanced-search i {
    margin-left: 10px
}

#job-search > form .advanced-search:hover, #job-search > form .advanced-search.open {
    color: #464646
}

@media (max-width: 1170px) {
    #pjax-content #body .search-sidebar {
        width: 33.33333%;
        margin-top: 2em
    }

    #pjax-content #body .search-body {
        width: 66.66666%
    }
}

@media (max-width: 999px) {
    font-size: 16px;

    #pjax-content #body .search-sidebar {
        display: none;
    }

    #pjax-content #body .search-body {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%
    }
}

#job-alert-form, .job-alert-panel {
    margin: 2em auto;
    padding: 1.5em 1.5em 1em;
    background-color: var(--bg-color);
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

#job-alert-form.panel .panel-heading .panel-title, .job-alert-panel.panel .panel-heading .panel-title {
    font-size: 120%
}

#job-alert-form #new_search, #job-alert-form #quick_job_alert, .job-alert-panel #new_search, .job-alert-panel #quick_job_alert {
    flex-basis: 78%
}

#job-alert-form #new_search input, #job-alert-form #quick_job_alert input, .job-alert-panel #new_search input, .job-alert-panel #quick_job_alert input {
    display: inline-block;
    width: calc(100% - 165px);
    height: 40px;
    font-size: 16px;
    padding: 0 15px;
    border: none;
    background-color: #f2f2f2
}

#job-alert-form #new_search .terms, #job-alert-form #quick_job_alert .terms, .job-alert-panel #new_search .terms, .job-alert-panel #quick_job_alert .terms {
    margin-top: 0 !important
}

#job-alert-form #new_search button, #job-alert-form #quick_job_alert button, .job-alert-panel #new_search button, .job-alert-panel #quick_job_alert button {
    width: 140px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #386097;
    border: 1px solid #386097;
    border-radius: 5px;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 80%;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 0 !important
}

#job-alert-form #new_search button:hover, #job-alert-form #new_search button:active, #job-alert-form #quick_job_alert button:hover, #job-alert-form #quick_job_alert button:active, .job-alert-panel #new_search button:hover, .job-alert-panel #new_search button:active, .job-alert-panel #quick_job_alert button:hover, .job-alert-panel #quick_job_alert button:active {
    color: #fff;
    background: #4c74ab;
    border-color: #4c74ab;
    text-decoration: none
}

@media (max-width: 899px) {
    #job-alert-form, .job-alert-panel {
        margin: 0;
        padding: 15px 0
    }
}

@media (max-width: 768px) {
    #job-alert-form, .job-alert-panel {
        margin: 15px 0 0;
        padding: 15px 0
    }

    #job-alert-form header, .job-alert-panel header {
        flex-basis: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 20px
    }

    #job-alert-form .wrapper #new_search button, #job-alert-form .wrapper #new_search input, #job-alert-form .wrapper #quick_job_alert button, #job-alert-form .wrapper #quick_job_alert input, .job-alert-panel .wrapper #new_search button, .job-alert-panel .wrapper #new_search input, .job-alert-panel .wrapper #quick_job_alert button, .job-alert-panel .wrapper #quick_job_alert input {
        width: 100%;
        margin: 0
    }
}

@media (max-width: 568px) {
    #job-alert-form .wrapper, .job-alert-panel .wrapper {
        padding: 0 20px
    }

    #job-alert-form .wrapper #new_search input, #job-alert-form .wrapper #quick_job_alert input, .job-alert-panel .wrapper #new_search input, .job-alert-panel .wrapper #quick_job_alert input {
        width: 100%;
        float: none
    }

    #job-alert-form .wrapper #new_search button, #job-alert-form .wrapper #quick_job_alert button, .job-alert-panel .wrapper #new_search button, .job-alert-panel .wrapper #quick_job_alert button {
        width: 100%;
        margin: 0
    }
}

#filter-sidebar.search-filter-slide-menu {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

#filter-sidebar.search-filter-slide-menu > section {
    padding: 1.5em 1em;
    height: calc(100% + 1px)
}

#filter-sidebar.search-filter-slide-menu #refine-search #accordian * {
    color: #ffffff
}

#filter-sidebar.search-filter-slide-menu #refine-search #accordian .category-title {
    font-size: 90%;
    cursor: pointer;
    margin-bottom: 0.4em
}

#filter-sidebar.search-filter-slide-menu #refine-search #accordian > ul > li {
    margin-bottom: 1.4em
}

#filter-sidebar.search-filter-slide-menu #refine-search #accordian > ul > li:last-of-type {
    margin: 0
}

#filter-sidebar.search-filter-slide-menu #refine-search #accordian ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#filter-sidebar.search-filter-slide-menu #refine-search #accordian ul li li.open > ul.children {
    display: block
}

#filter-sidebar.search-filter-slide-menu #refine-search #accordian ul li ul.children {
    display: none
}

#filter-sidebar.search-filter-slide-menu #refine-search #accordian ul li ul li {
    margin-bottom: 5px
}

#filter-sidebar.search-filter-slide-menu #refine-search #accordian ul li ul li a {
    font-weight: 400;
    font-size: 0.8em
}

#filter-sidebar.search-filter-slide-menu #refine-search #accordian ul li ul li a .job-count {
    margin-left: 7px;
    font-size: 0.8em
}

#filter-sidebar.search-filter-slide-menu #refine-search #accordian ul li ul li a:not(.no-check-box):before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 5px;
    content: "\f0c8"
}

#filter-sidebar.search-filter-slide-menu #refine-search #accordian ul li ul li a:not(.no-check-box).selected:before {
    content: "\f00c"
}

#filter-sidebar.search-filter-slide-menu #refine-search #accordian ul li ul li a:not(.no-check-box):hover:before {
    content: "\f00c"
}

#filter-sidebar.search-filter-slide-menu #refine-search #accordian ul li ul li .expando {
    font-size: 0.7em;
    margin-right: 5px
}

#filter-sidebar.search-filter-slide-menu #refine-search #accordian ul li ul li ul.children {
    padding-left: 1.5em
}

#filter-sidebar #refine-search #accordian .category-title:after {
    display: none
}

#filter-sidebar #refine-search #accordian ul li li.open > ul.children {
    display: block
}

#filter-sidebar #refine-search #accordian ul li ul.children {
    display: none
}

#filter-sidebar #refine-search #accordian ul li ul li a:not(.no-check-box):before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
    content: "\f0c8"
}

#filter-sidebar #refine-search #accordian ul li ul li a:not(.no-check-box).selected:before, #filter-sidebar #refine-search #accordian ul li ul li a:not(.no-check-box):hover:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c"
}

#filter-sidebar #refine-search #accordian ul li ul li .expando {
    font-size: 0.7em;
    margin-right: 5px
}

#filter-sidebar #refine-search #accordian ul li ul li ul.children {
    padding-left: 1.5em
}