/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
    position: relative;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}



/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-size: 16px;
}


p {
    margin-bottom: 1.5em;
    font-size: 1.6rem;
}

span {
    /* font-size: 1.6rem; */
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
    font-size: 16px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;

}

footerlogoimg {
    height: auto;
    /*max-width: 100%;*/
    max-width: 170px;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #333;
}

a:visited {
    /* color: #800080; */
}

a:hover,
a:focus,
a:active {
    /* color: #191970; */
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    /* border: 1px solid; */
    border-color: transparent;
    /* border-radius: 3px; */
    background: none;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}



/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}



.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: -ms-grid;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

label.wpa-screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

#breadcrumbs {
    margin-top: 16px;
    margin-left: 30px;
    margin-right: 30px;
}

.main-bg-color {
    background-color: #02244a;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex-j-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-j-s-b {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-j-s-e {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.flex-j-s-a {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-j-s-c {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-j-s-e {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-a-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-a-s-a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

header {
    padding: 6px 46px 16px 47px;
    position: relative;
    z-index: 2;
}

ul {
    padding: 0;
}

ul li {
    list-style: none;
}

.main-navigation a {
    color: #fff;
    text-align: start;
    font-family: "Noto Sans";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 15px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
}

.menu-btn {
    background-color: transparent;
    border: none;
    min-width: 70px;
    cursor: pointer;
    margin-left: 0;
    padding: 10px;
    height: 70px;
}

.menu-btn span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    margin-left: 0;
    margin-bottom: 5px;
}

.menu-btn span:nth-of-type(1) {
    color: #fff;
    width: 100%;
}

.menu-btn span:nth-of-type(2) {
    color: #fff;
    width: 70%;
}

.menu-btn span:nth-of-type(3) {
    color: #fff;
    width: 50%;
}

.menu-btn.active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
    width: 100%;
    -webkit-transform-origin: 35px -3px;
    -ms-transform-origin: 35px -3px;
    transform-origin: 35px -3px;
}

.menu-btn.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg) translate(5px, 5px);
    -ms-transform: rotate(-45deg) translate(5px, 5px);
    transform: rotate(-45deg) translate(5px, 5px);
    width: 100%;
    -webkit-transform-origin: 12px 7px;
    -ms-transform-origin: 12px 7px;
    transform-origin: 12px 7px;
}

.menu-btn.active span:nth-of-type(3) {
    display: none;
}

.search-icons {
    display: none;
}

.headerSearchBtn {
    margin-left: auto;
    margin-right: 0;
    min-width: 30px;
}



.header-search-wrapper {
    position: relative;
}




.header-search-wrapper form {
    position: absolute;
    top: 0;
    right: 0;
    /* overflow: hidden; */
}

.header-search-wrapper input {
    width: 0;
    padding: 0;
    margin: 0;
    border-radius: 16px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #2f2f2f;
    /* padding: 3px 18px; */
    height: 57px;
    /* overflow: hidden; */
    border: none;
}

.header-search-wrapper .search-icons {
    display: none;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 16px;
}



.search-icons .seperate-line {
    width: 1px;
    height: 22px;
    background-color: #333;
}

header .functional-buttons-wrapper {
    gap: 10px;
}

.logos {
    max-width: 390px;
    gap: 10px;
}

.site-branding {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    margin: 0 10px;
    max-width: 180px;
    margin: 0 auto;
    position: relative;
}


.logos .divider {
    width: 1px;
    height: 50px;
    background-color: white;
    display: block;
}

.full-menu {
    display: none;
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 80%;
    background-color: white;
    top: 96px;
    background-image: url(../img/shadow-map-1.png);
    padding: 30px 10px;
}

.full-menu.show-menu {
    display: block;
    -webkit-animation: fadeIn 0.5s ease-in-out;
    animation: fadeIn 0.5s ease-in-out;
}

.full-menu.hide-menu {
    display: none;
    -webkit-animation: fadeOut 0.5s ease-in-out;
    animation: fadeOut 0.5s ease-in-out;
}

.full-menu__image {
    position: absolute;
    top: 0;
    left: auto;
    width: auto;
    height: auto;
    z-index: -1;
    right: 0;
}



@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.full-menu ul {
    position: relative;
    margin: 0;
    width: 440px;
}

.full-menu a {
    color: #333;
    text-decoration: none;
    font-size: 2rem;
    font-family: inherit;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 10px;
}

.full-menu .menu-item-has-children>a::after {
    content: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.64209 1L1.64209 5.84631L6.64209 11' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    height: auto;
}

.full-menu a.active {
    background: #e8f3ff;
    font-weight: 700;
    color: #002147;
}

.full-menu .menu-item {
    min-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.full-menu .menu-item .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.full-menu .menu-item .sub-menu.show-submenu {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: auto;
    visibility: visible;
}

.full-menu .base.active>.sub-menu {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    visibility: visible;
    height: auto;
}

.full-menu a:hover {
    background: #e8f3ff;
    font-weight: 700;
    color: #002147;
}


.full-menu ul:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #e8f3ff;
    top: 0;
    right: 0;
}

.full-menu ul li a:hover {
    color: #02244a;
}

.full-menu ul li a:focus {
    color: #02244a;
}

.full-menu ul li a:active {
    color: #02244a;
}

.full-menu ul li a:visited {
    color: #02244a;
}

.full-menu ul li a:visited:hover {
    color: #02244a;
}

.full-menu ul li a:visited:focus {
    color: #02244a;
}

.full-menu ul li a:visited:active {
    color: #02244a;
}

.full-menu ul li a:visited:focus:hover {
    color: #02244a;
}

.strip-container-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.languages {
    margin: 0;
    margin-right: 10px;
    position: absolute;
    right: -10px;
    top: 39px;
    display: none;
}

.languages a {
    display: block;
    padding: 5px 10px;
    background-color: aliceblue;
    width: 60px;
    text-align: center;
}

.languages img {
    width: auto;
    display: block;
    margin: 7px auto;
}

.language-switcher-wrapper {
    position: relative;
    width: auto;
    padding: 10px 5px;
}

.current-language {
    margin-left: 10px;
    margin-top: 5px;
}


.language-switcher-wrapper:hover .languages {
    display: block;
}


.personality-hero {
    margin-top: 20px;
}

.personality-hero-wrapper {
    position: relative;
}

.personality-hero-wrapper .media {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.personality-hero-wrapper .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.personality-hero-wrapper .upper {
    overflow: hidden;
    max-height: 375px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 10px;
    background-color: #f4f9ff;
    border-radius: 10px;
}

.personality-hero-wrapper .upper .img-wrapper {
    max-width: 1270px;
    margin-left: 0;
    margin-right: auto;
}

.personality-hero-wrapper .upper .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;


    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    -o-object-position: center;
    object-position: center;
}

.personality-hero.department-adds .info .bg-sharp {
    background-color: #e8f3ff;
    height: 100%;
    position: absolute;
    top: 0;
    inset-inline-start: -30px;
    z-index: -1;
    -webkit-clip-path: polygon(45% 140%, 0% 0%, 100% 0%);
    clip-path: polygon(45% 140%, 0% 0%, 100% 0%);
    left: 33%;
    right: auto;
    z-index: 1;
    max-width: 500px;
    width: 74%;
}

.personality-hero.department-adds .info .bg-sharp-side {
    background-color: #e8f3ff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    inset-inline-start: -27px;
    width: 25%;
    z-index: -1;
    -webkit-clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
    right: auto;
    left: 0;
    z-index: 1;
}

.personality-hero.department-adds .personality-hero-wrapper .upper .info .title {
    font-size: 60px;
    line-height: 70px;
    position: relative;
    z-index: 2;
    /* right: -16%; */

    margin-left: 13%;
    margin-right: auto;
}

footer {

    background-image: url("../img/BG-e1728368944100.png");
    color: #fff;
    padding: 20px 0;
}

footer .logo {
    max-width: 200px;
    margin: 0 auto;
}

.footer-col {
    padding-right: 10px;
    padding-left: 10px;
}

.footer-col-widget .widget-title {
    font-size: 20px;
    text-align: center;
}

.footer-col ul.menu {
    margin: 0;
}

.footer-col a {
    color: #fff;
    font-size: 20px;
    display: block;
    text-decoration: none;
    text-align: center;
}

.footer-menus {
    padding: 70px 10px;
    gap: 10px;

}

.footer-social__icons {
    gap: 10px;
}


.wrapper {
    /* max-width: 1525px; */
    width: 100%;
    margin: 30px auto;
    padding-right: 30px;
    padding-left: 30px;
}

.pll-switcher-select {
    border: none;
    background-color: #0c2349;
    color: white;
    font-size: 21px;
    padding: 5px;
    font-weight: bold;
}

#cis-foot-links {
    top: 0;
}

@media screen and (max-width: 1360px) {
    .main-navigation a {
        font-size: 12px;
    }

    .site-branding {
        max-width: 100px;
    }
}



/** GF FIXES*/
.gfield_list {
    width: 100%;
    border-collapse: collapse;
}

.gfield_list th,
.gform_list td {
    border: 1px solid #ccc;
    padding: 8px;
}

input#gravityflow_update_button {
    box-shadow: none !important;
    background-color: #0c1f46;
    padding: 12px;
    color: white;
}

.gravityflow_workflow_wrap button,
.gravityflow_workflow_wrap input,
.gravityflow_workflow_wrap select {
    text-align: right !important;
}

/** END GF FIXES*/


@media screen and (max-width: 1024px) {
    .main-navigation .menu-header-links-menu-container {
        display: none;
    }

    .personality-hero.department-adds .info .bg-sharp-side {
        display: none;
    }

    .personality-hero.department-adds .personality-hero-wrapper .upper .info .title {
        font-size: 30px;
    }

    .personality-hero.department-adds .info .bg-sharp {
        -webkit-clip-path: polygon(45% 157%, 3% 0%, 93% 0%);
        clip-path: polygon(45% 157%, 3% 0%, 93% 0%);
    }

    .footer-menus {
        gap: 30px;
    }

    .footer-col {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}

@media screen and (max-width: 780px) {
    .personality-hero-wrapper .upper {
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #e8f3ff;
    }

    .personality-hero.department-adds .personality-hero-wrapper .upper .info .title {
        font-size: 30px;
        margin: 0 30px 0 auto;
    }

    .personality-hero-wrapper .media,
    .personality-hero-wrapper .info {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    .personality-hero.department-adds .info .bg-sharp {
        -webkit-clip-path: none;
        clip-path: none;
    }

    .personality-hero-wrapper .upper .img-wrapper img {
        height: 180px;
        -webkit-clip-path: none;
        clip-path: none;
    }

    .full-menu .menu-item {
        display: block;
    }

    .full-menu .menu-item-has-children>a {
        padding-right: 30px;
    }

    .full-menu ul {
        background-color: #fff;
        width: 100%;
    }

    .full-menu .menu-item .sub-menu {
        position: relative;
        right: auto;
        height: 0;
        background-color: white;
        border-bottom: 1px solid #0c2349;
        opacity: 1;
        visibility: visible;
        overflow: hidden;
        left: 0;
    }

    .full-menu .menu-item>a.active::after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: -2px 8px;
        -ms-transform-origin: -2px 8px;
        transform-origin: -2px 8px;
    }

    header {
        padding: 6px 6px 16px 6px;
    }


    .header-search-wrapper {
        z-index: 1;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .pll-switcher-select {
        font-size: 16px;
        width: 48px;
    }

    header .functional-buttons-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 5px;
    }

    .language-switcher-wrapper {
        padding: 5px 5px;
    }

    .header-search-wrapper form {
        top: -10px;
    }

    .language-switcher-wrapper .icon svg {
        display: none;
    }

    .logos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .logos .divider {
        display: none;
    }

    .site-branding {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width: 100px;
    }
}