/*!
Theme Name: School of Women and Gender Studies
Theme URI: http://underscores.me/
Author: Akora Kennedy
Author URI: https://www.akorakennedy.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: swgs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

School of Women and Gender Studies is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> 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%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * 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 {
    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 {
    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"] {
    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 {
    box-sizing: inherit;
}

html {
    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;
}

p {
    margin-bottom: 1.5em;
}

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;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 0;
}

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%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

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: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

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 {
    border-color: #aaa #bbb #bbb;
}

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: 1px solid #ccc;
    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 {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    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: 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: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.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: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-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;
    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;
}

/* 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;
}

@font-face {
    font-family: 'Gambetta-Light';
    src: url("fonts/Gambetta-Light.woff2") format("woff2"), url("fonts/Gambetta-Light.woff") format("woff"), url("fonts/Gambetta-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Gambetta-Regular';
    src: url("fonts/Gambetta-Regular.woff2") format("woff2"), url("fonts/Gambetta-Regular.woff") format("woff"), url("fonts/Gambetta-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Gambetta-Italic';
    src: url("fonts/Gambetta-Italic.woff2") format("woff2"), url("fonts/Gambetta-Italic.woff") format("woff"), url("fonts/Gambetta-Italic.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Gambetta-Medium';
    src: url("fonts/Gambetta-Medium.woff2") format("woff2"), url("fonts/Gambetta-Medium.woff") format("woff"), url("fonts/Gambetta-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Gambetta-MediumItalic';
    src: url("fonts/Gambetta-MediumItalic.woff2") format("woff2"), url("fonts/Gambetta-MediumItalic.woff") format("woff"), url("fonts/Gambetta-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Gambetta-Semibold';
    src: url("fonts/Gambetta-Semibold.woff2") format("woff2"), url("fonts/Gambetta-Semibold.woff") format("woff"), url("fonts/Gambetta-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Gambetta-SemiboldItalic';
    src: url("fonts/Gambetta-SemiboldItalic.woff2") format("woff2"), url("fonts/Gambetta-SemiboldItalic.woff") format("woff"), url("fonts/Gambetta-SemiboldItalic.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Gambetta-Bold';
    src: url("fonts/Gambetta-Bold.woff2") format("woff2"), url("fonts/Gambetta-Bold.woff") format("woff"), url("fonts/Gambetta-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Gambetta-BoldItalic';
    src: url("fonts/Gambetta-BoldItalic.woff2") format("woff2"), url("fonts/Gambetta-BoldItalic.woff") format("woff"), url("fonts/Gambetta-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Ranade-Light';
    src: url("fonts/Ranade-Light.woff2") format("woff2"), url("fonts/Ranade-Light.woff") format("woff"), url("fonts/Ranade-Light.ttf") format("truetype");
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Ranade-Regular';
    src: url("fonts/Ranade-Regular.woff2") format("woff2"), url("fonts/Ranade-Regular.woff") format("woff"), url("fonts/Ranade-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Ranade-Italic';
    src: url("fonts/Ranade-Italic.woff2") format("woff2"), url("fonts/Ranade-Italic.woff") format("woff"), url("fonts/Ranade-Italic.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Ranade-Medium';
    src: url("fonts/Ranade-Medium.woff2") format("woff2"), url("fonts/Ranade-Medium.woff") format("woff"), url("fonts/Ranade-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Ranade-MediumItalic';
    src: url("fonts/Ranade-MediumItalic.woff2") format("woff2"), url("fonts/Ranade-MediumItalic.woff") format("woff"), url("fonts/Ranade-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Ranade-Bold';
    src: url("fonts/Ranade-Bold.woff2") format("woff2"), url("fonts/Ranade-Bold.woff") format("woff"), url("fonts/Ranade-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Ranade-BoldItalic';
    src: url("fonts/Ranade-BoldItalic.woff2") format("woff2"), url("fonts/Ranade-BoldItalic.woff") format("woff"), url("fonts/Ranade-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: 'Gambetta-Medium';
    font-size: 16px;
    color: #000;
    background: #fff;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden], template {
    display: none;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

.hidden {
    display: none !important;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

@media print {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img, tr {
        page-break-inside: avoid;
    }
    h2, h3, p {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

*, *::after, *::before, html {
    border: none;
    box-sizing: inherit;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
}

ul, ol {
    list-style: none;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #231F20;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
}

[data-aos=zoom-out] {
    transform: scale(1.2);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.2em;
    font-weight: normal;
    font-family: 'Gambetta-Medium';
}

h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 20px;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 16px;
}

h5, .h5 {
    font-size: 16px;
}

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

.img-contain {
    display: block;
}

.img-contain .post-thumbnail {
    width: 100%;
    height: 100%;
}

.img-contain img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-cover {
    display: block;
}

.img-cover .post-thumbnail {
    width: 100%;
    height: 100%;
}

.img-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

:root {
    --swiper-theme-color: #fff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

a {
    position: relative;
    text-decoration: none;
}

.link-btn {
    position: relative;
    display: table;
    width: auto;
    height: auto;
    background: #EC1C24;
    text-align: center;
    padding: 12px 15px;
    padding-right: 50px;
    color: #fff;
    font-family: 'Ranade-Regular';
    margin-top: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 30px;
    cursor: pointer;
}

.link-btn::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: translateX(-10px) translateY(-50%) rotate(135deg);
    position: absolute;
    top: 50%;
    right: 15px;
    transition: .3s;
}

.link-btn:link, .link-btn:active, .link-btn:visited {
    color: #fff;
}

.link-btn:hover::after {
    transform: translateX(-5px) translateY(-50%) rotate(135deg);
}

.link-btn.bare {
    display: table !important;
    background: transparent;
    text-align: left;
    padding: 0;
    padding-right: 55px;
    color: initial;
    margin-top: 30px;
    font-size: 14px;
}

.link-btn.bare:hover::after {
    transform: translateX(-5px) translateY(-50%) rotate(135deg);
}

.posts-nav, .navigation.pagination {
    margin-top: 50px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.posts-nav a, .navigation.pagination a {
    color: initial;
}

.posts-nav .nav-links, .navigation.pagination .nav-links {
    display: flex;
    justify-content: flex-start;
}

.posts-nav .nav-links .page-numbers, .navigation.pagination .nav-links .page-numbers {
    display: block;
    padding: 5px 10px;
    border-left: 1px solid #ddd;
}

.posts-nav .nav-links .current, .navigation.pagination .nav-links .current {
    background: #EC1C24;
    color: #fff;
}

#search-form-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    color: #fff;
    visibility: hidden;
    opacity: 0;
}

#search-form-area:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(35, 31, 32, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
}

#search-form-area .search-form-area-wrap {
    position: relative;
    background: #fff;
    padding: 50px 3.9494470774% 50px;
    padding-right: 100px;
}

#search-form-area.on {
    visibility: visible;
    opacity: 1;
}

#search-form-area.on:before {
    opacity: 1;
    transition: .3s;
}

#search-form-area.on .search-form-area-wrap {
    visibility: visible;
    opacity: 1;
    transition: .3s;
}

#search-btn-close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-15px, -50%);
    width: 35px;
    height: 35px;
    background: #EC1C24;
    border-radius: 100%;
    cursor: pointer;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

#search-btn-close::before, #search-btn-close::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
}

#search-btn-close::before {
    transform: translate(9px, 0px) rotate(45deg);
}

#search-btn-close::after {
    transform: translate(-9px, 0px) rotate(-45deg);
}

#user-form-area {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

#user-form-area:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(35, 31, 32, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
}

#user-form-area a {
    color: #fff;
}

#user-form-area .login-username input {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 10px;
}

#user-form-area .login-password input {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 10px;
}

#user-form-area p:last-child {
    margin-bottom: 0;
}

#user-form-area input[type="submit"] {
    background: #EC1C24;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
}

#user-form-area .user-form-wrap {
    background: #231F20;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    position: relative;
    transition: .3s;
}

#user-form-area.on {
    visibility: visible;
    opacity: 1;
}

#user-form-area.on:before {
    opacity: 1;
    transition: .3s;
}

#user-form-area.on .user-form-wrap {
    visibility: visible;
    opacity: 1;
    transition: .3s;
}

#user-btn-close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(20px, -20px);
    width: 35px;
    height: 35px;
    background: #EC1C24;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 1em;
    padding: 0;
}

#user-btn-close::before, #user-btn-close::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
}

#user-btn-close::before {
    transform: translate(9px, 0px) rotate(45deg);
}

#user-btn-close::after {
    transform: translate(-9px, 0px) rotate(-45deg);
}

.item-cat a {
    color: initial;
    display: block;
    position: relative;
    overflow: hidden;
}

.item-cat a:hover .img {
    transform: scale(1.1);
}

.item-cat a:hover .link-btn::after {
    transform: translateX(-10px) translateY(-50%) rotate(135deg);
}

.item-cat span {
    display: block;
}

.item-cat .txt {
    position: relative;
    padding: 25px;
}

.item-cat .cat {
    display: table;
    background: #00A551;
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: "Ranade-Regular";
}

.item-cat .h4 {
    margin-bottom: 15px;
    line-height: 1.4em;
}

.item-cat .img {
    position: relative;
    width: 300px;
    height: 150px;
    transform: scale(1);
    transition: 1s;
}

.item-cat .img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.item-cat time {
    display: table;
    position: absolute;
    bottom: 0;
    right: 0;
}

.item-cat.img .txt {
    color: #fff;
}

.item-cat.img time {
    display: table;
    position: relative;
    bottom: auto;
    right: auto;
}

.item-pub {
    background: #231F20;
    min-height: 200px;
}

.item-pub a {
    color: #fff;
}

.item-pub.no-img time {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.item-pub.book {
    background: #EC1C24;
}

.item-pub.book a {
    color: #fff;
}

.item-pub.bookchapter {
    background: #fbb628;
}

.item-pub.bookchapter a {
    color: #000;
}

.item-pub.journalarticle {
    background: #00A551;
}

.item-pub.journalarticle a {
    color: #fff;
}

.item-pub a {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
}

.item-pub a:hover .img img {
    transform: scale(1.1);
}

.item-pub span {
    display: table;
}

.item-pub .txt {
    padding: 15px;
}

.item-pub .cat {
    padding: 2px 5px;
    background: #231F20;
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.item-pub .cat-wrap {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.item-pub .h4 {
    margin-bottom: 15px;
    line-height: 1.4em;
    font-size: 18px;
}

.item-pub .img {
    display: block;
    overflow: hidden;
    height: 150px;
}

.item-pub .img img {
    transition: transform 1s;
}

.item-person a {
    display: block;
}

.item-person a:hover img {
    transform: scale(1.1);
    transition: 1s;
}

.item-person span {
    display: block;
}

.item-person .img {
    height: 400px;
    overflow: hidden;
}

.item-person .img img {
    transition: 0.3s;
}

.item-person .txt {
    line-height: 1.3em;
    margin-top: 30px;
}

.item-person .txt-name {
    font-size: 20px;
}

.list-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.list-related {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
    margin-top: 15px;
}

.list-related li {
    border-bottom: 1px solid #ddd;
}

.list-related a {
    display: block;
    padding-bottom: 10px;
    color: initial;
}

.list-related h5 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.35em;
}

body.logged-in .site-nav {
    top: 32px;
}

.site-nav {
    width: 100%;
    height: auto;
    padding: 0 3.6603221083%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: transform .5s;
    will-change: transform;
    z-index: 9999;
}

.site-nav:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #00A551;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s;
}

.site-nav.scrolled {
    transform: translateY(0);
}

.site-nav.no-scrolled {
    transform: translateY(0);
}

.site-nav.off {
    transform: translateY(15px);
}

.site-nav.off:before {
    opacity: 0;
}

.site-nav.off .site-nav-menu, .site-nav.off #user-btn, .site-nav.off #search-btn {
    visibility: hidden;
    opacity: 0;
}

.site-nav a {
    color: #fff;
    font-size: 15px;
    font-family: 'Ranade-Regular';
}

.site-nav button {
    border: none;
    padding: 0;
}

.site-nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-nav-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 30px;
}

.site-nav-logo svg {
    display: block;
    width: 100%;
    height: 100%;
}

.site-nav-logo .img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.site-nav-logo .img span {
    display: block;
    height: 100%;
}

.site-nav-logo .txt {
    display: none;
    line-height: 1.2em;
}

.site-nav-logo .txt span {
    display: block;
}

.site-nav-logo .txt span:nth-child(1) {
    font-family: 'Gambetta-Regular';
}

.site-nav-logo .txt span:nth-child(2) {
    font-family: 'Gambetta-Regular';
}

.site-nav-menu {
    margin-left: auto;
    display: none;
}

.site-nav-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-nav-menu li {
    margin-right: 25px;
}

.site-nav-menu li.current-menu-item > a::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #fbb628;
    position: absolute;
    bottom: 0;
    left: 0;
}

.site-nav-menu .menu-item-has-children {
    position: relative;
}

.site-nav-menu .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transition: .3s;
}

.site-nav-menu .menu-item-has-children > a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-nav-menu .menu-item-has-children > a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    border-top: 2px solid;
    border-left: 2px solid;
    margin-left: 10px;
    transform: translateY(-2px) rotate(225deg);
    transition: .3s;
}

.site-nav-menu .menu-item-has-children .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    color: #000;
    visibility: hidden;
    opacity: 0;
}

.site-nav-menu .menu-item-has-children .sub-menu li {
    margin: 0;
}

.site-nav-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
    background: #ededed;
}

.site-nav-menu .menu-item-has-children .sub-menu li.current-menu-item > a::before {
    display: none;
}

.site-nav-menu .menu-item-has-children .sub-menu a {
    white-space: nowrap;
    display: block;
    padding: 10px 15px;
    color: #000;
}

.site-nav-menu .menu-item-has-children .sub-menu a:hover {
    background: #ededed;
}

.site-nav-menu a {
    display: table;
    padding: 18px 0;
}

.site-nav-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.site-nav-large {
    width: 100%;
    max-width: 600px;
    height: 100%;
    background: #231F20;
    padding: 0 3.6603221083%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s, opacity .3s;
}

.site-nav-large.on {
    visibility: visible;
    opacity: 1;
}

.site-nav-large a {
    color: #fff;
    font-size: 26px;
    line-height: 1em;
}

.site-nav-large-wrap {
    padding: 80px 0;
}

.site-nav-large-menu li.current-menu-item a {
    color: #fbb628;
}

.site-nav-large-menu a {
    display: table;
    padding: 15px 0;
    font-family: 'Ranade-Regular';
    position: relative;
}

.site-nav-large-menu a:hover {
    color: #fbb628;
}

#user-btn {
    display: block;
    background: transparent;
    width: 20px;
    height: 20px;
    margin-left: 25px;
    margin-right: 30px;
    cursor: pointer;
}

#user-btn svg {
    fill: #fff;
}

#search-btn {
    display: block;
    background: transparent;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

#search-btn svg {
    fill: #fff;
}

#nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    width: 30px;
    height: 50px;
    cursor: pointer;
    position: relative;
    border: none;
    margin-left: 30px;
    padding: 0;
    transition: .3s;
}

#nav-btn span {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: background .25s;
}

#nav-btn span:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(0) translateY(-7px);
    transition: .3s;
}

#nav-btn span:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(0) translateY(7px);
    transition: .3s;
}

#nav-btn.on {
    border-color: #fff;
    transition: .3s;
}

#nav-btn.on span {
    background: transparent;
    transition: background 0;
}

#nav-btn.on span:before {
    transform: rotate(45deg) translateY(0);
    background: #fff;
}

#nav-btn.on span:after {
    transform: rotate(-45deg) translateY(0);
    background: #fff;
}

.body-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    transition: .3s;
    z-index: 99;
}

.body-bg.on {
    visibility: visible;
    opacity: 1;
}

.hero {
    overflow: hidden;
}

.hero.home {
    height: auto;
    max-height: 800px;
    background: #231F20;
}

.hero.home .site-sec-wrap {
    height: 100%;
}

.hero.home .no-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 36px;
}

.hero.home .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.hero.home .swiper-container .pag-nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 92.6793557833%;
    height: auto;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #fff;
    padding-top: 25px;
}

.hero.home .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.hero.home .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: flex-end;
    min-height: 400px;
    padding-top: 50px;
}

.hero.home .swiper-slide .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero.home .swiper-slide .img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.hero.home .swiper-slide .txt {
    position: relative;
    width: 92.6793557833%;
    max-width: 1000px;
    height: auto;
    padding-left: 3.9494470774%;
    padding-bottom: 150px;
    color: #fff;
    opacity: 0;
    transition: 1s;
    transition-delay: .5s;
}

.hero.home .swiper-slide .txt span {
    display: block;
}

.hero.home .swiper-slide .txt .h1 {
    font-size: 26px;
    line-height: 1.2em;
}

.hero.home .swiper-slide-active .txt {
    opacity: 1;
}

.hero.home .swiper-pagination {
    position: relative;
}

.hero.home .swiper-pagination-bullet {
    margin-right: 5px;
    background: #00A551;
    opacity: 1;
}

.hero.home .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.hero.home .swiper-pagination-bullet-active {
    background: #fff;
}

.hero.home .swiper-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65px;
}

.hero.home .swiper-button-prev {
    position: relative;
    margin: 0;
    top: auto;
    left: auto;
    right: auto;
    height: 25px;
}

.hero.home .swiper-button-prev::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: translateX(2px) rotate(-45deg);
}

.hero.home .swiper-button-next {
    position: relative;
    margin: 0;
    top: auto;
    left: auto;
    right: auto;
    height: 25px;
}

.hero.home .swiper-button-next::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: translateX(-2px) rotate(135deg);
}

.hero.page {
    background: #231F20;
}

.hero.page .site-sec-wrap {
    padding-top: 150px;
}

.hero.page h1 {
    font-size: 36px;
    color: #fff;
    margin: 0;
}

.site-sec {
    padding: 70px 3.6603221083%;
    overflow-x: hidden;
}

.site-sec-wrap {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.site-sec.no-top {
    padding-top: 0;
}

.site-sec.no-right {
    padding-right: 0;
}

.site-sec.no-bottom {
    padding-bottom: 0;
}

.site-sec.no-left {
    padding-left: 0;
}

.site-sec.no-pad {
    padding: 0;
}

.site-sec h2 {
    margin-bottom: 30px;
    max-width: 600px;
}

.site-sec p {
    max-width: 800px;
}

.site-sec p + .link-btn {
    margin-top: 25px;
}

.site-sec a {
    color: inherit;
}

.site-footer {
    background: #231F20;
    color: #fff;
}

.site-footer a {
    color: #fff;
    font-family: 'Gambetta-Light';
}

.site-footer .upper-a {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
}

.site-footer .upper-a h4 {
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.site-footer .upper-a ul {
    display: grid;
    grid-gap: 5px;
    font-size: 17px;
}

.site-footer .upper .wrap-social ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.site-footer .upper .wrap-social li {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}

.site-footer .lower {
    margin-top: 100px;
}

.page-logo-nav {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding: 25px 3.6603221083%;
}

.page-logo-nav-wrap {
    position: relative;
}

.page-logo-nav .page-logo {
    display: block;
    width: 50px;
    height: 50px;
}

.page-logo-nav .page-logo-wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.page-logo-nav .txt-a {
    display: table;
    text-align: center;
    line-height: 1.4em;
}

.page-logo-nav .txt-a span {
    display: block;
}

.page-logo-nav .txt-a span:nth-child(1) {
    font-size: 16px;
    font-family: 'Gambetta-Medium';
}

.page-logo-nav .txt-a span:nth-child(2) {
    font-size: 20px;
    font-family: 'Gambetta-Medium';
}

.page-logo-nav .txt-b {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    width: 125px;
    line-height: 1.1em;
}

.page-logo-nav .txt-c {
    display: none;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.page-logo-nav .txt-c a {
    display: table;
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.page-logo-nav .txt-c svg {
    display: block;
    width: 100%;
    height: 100%;
}

.page-logo-nav .page-menu {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 20px;
    font-family: 'Ranade-Regular';
    font-size: 16px;
    display: none;
}

.page-logo-nav .page-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-logo-nav .page-menu li {
    margin: 0 15px;
}

.page-logo-nav .page-menu a {
    color: #000;
}

.cat, time {
    font-family: 'Ranade-Regular';
    font-size: 16px;
}

.author-area li {
    border-top: 1px solid #ddd;
}

.author-area li a {
    display: flex;
    justify-content: flex-start;
    max-width: 800px;
    margin: 0 auto;
    padding: 25px 0;
}

.author-area .img {
    width: 150px;
    height: 100px;
    margin-right: 25px;
    display: block;
    overflow: hidden;
}

.author-area .title {
    width: 67.0571010249%;
    font-size: 20px;
}

.brief-pubs {
    border-bottom: 1px solid #ddd;
}

.brief-pubs .link-btn {
    margin-top: 0;
}

.brief-pubs .swiper-container {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    overflow: hidden;
    padding-bottom: 50px;
}

.brief-pubs .swiper-container .pag-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(0);
    width: auto;
    height: auto;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #231F20;
    padding-top: 10px;
}

.brief-pubs .swiper-slide {
    width: 25.6714060032%;
    height: auto;
    overflow: hidden;
}

.brief-pubs .swiper-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65px;
}

.brief-pubs .swiper-button-prev {
    position: relative;
    margin: 0;
    top: auto;
    left: auto;
    right: auto;
    height: 25px;
    color: #231F20;
}

.brief-pubs .swiper-button-prev::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: translateX(2px) rotate(-45deg);
}

.brief-pubs .swiper-button-next {
    position: relative;
    margin: 0;
    top: auto;
    left: auto;
    right: auto;
    height: 25px;
    color: #231F20;
}

.brief-pubs .swiper-button-next::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: translateX(-2px) rotate(135deg);
}

.brief-progs .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1px;
    margin-top: 30px;
}

.brief-progs .list a {
    display: block;
    background: #EC1C24;
    padding: 25px;
    padding-bottom: 25px;
    min-height: 100px;
    position: relative;
    transition: background .3s;
}

.brief-progs .list a::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-left: 10px;
    position: absolute;
    bottom: 25px;
    right: 25px;
    transform: translateX(-5px) translateY(0) rotate(90deg);
    transition: .3s;
}

.brief-progs .list a:hover {
    background: #231F20;
    color: #fff;
}

.brief-progs .list h4 {
    color: #fff;
    font-size: 26px;
}

.brief-about.site-sec {
    padding: 0;
}

.brief-about .side-intro {
    background-color: #231F20;
    color: #fff;
    padding: 25px 3.6603221083%;
}

.brief-about .side-intro h3 {
    padding-top: 5px;
}

.brief-about .side-content {
    background-color: #00A551;
    color: #fff;
    padding: 35px 3.6603221083%;
}

.brief-about .side-content ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}

.brief-about .side-content li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5%;
    box-sizing: border-box;
}

.brief-about .side-content li:last-child {
    border-right: unset;
}

.brief-about .side-content p {
    font-family: 'Ranade-Light';
    margin-top: 10px;
}

.brief-news {
    background: #efefef;
}

.brief-news .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
}

.brief-news li {
    padding-bottom: 25px;
}

.brief-news li:nth-child(2) {
    position: relative;
}

.brief-news li .img {
    height: 150px;
}

.brief-news li .txt {
    margin-top: 15px;
}

.brief-news li .txt span {
    display: block;
}

.brief-events .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
}

.brief-events li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}

.brief-events li:nth-child(3) {
    display: none;
    border-right: none;
}

.brief-events li:nth-child(4) {
    display: none;
}

.brief-events li a {
    display: block;
}

.brief-events span {
    display: block;
    margin-top: 10px;
}

.brief-events .h4 {
    font-family: 'Gambetta-Semibold';
}

.about-area .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1px;
}

.about-area li a {
    display: block;
    padding: 25px;
    background: #231F20;
    color: #fff;
    font-family: 'Gambetta-Light';
}

.about-area li a:hover {
    color: #000;
    background: rgba(35, 31, 32, 0.05);
}

.about-area li a:hover span:nth-child(2)::after {
    transform: translateX(-5px) translateY(-50%) rotate(135deg);
}

.about-area li span {
    display: block;
}

.about-area li span:nth-child(1) {
    font-family: 'Ranade-Light';
    font-size: 16px;
}

.about-area li span:nth-child(2) {
    font-size: 20px;
    margin-top: 50px;
    position: relative;
}

.about-area li span:nth-child(2)::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border-top: 2px solid;
    border-left: 2px solid;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(0) translateY(-50%) rotate(135deg);
    transition: .3s;
}

.staff-area .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
}

.staff-item .item-title-img {
    max-width: 1000px;
    padding-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: row-reverse;
}

.staff-item .item-title-img .title h1 {
    margin: 0;
}

.staff-item .item-title-img .img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-right: 30px;
    display: block;
    overflow: hidden;
}

.staff-item .item-details > *:first-child {
    margin-top: 0;
}

.staff-item .item-details * {
    max-width: 800px;
}

.staff-item .item-details h3 {
    font-family: 'Gambetta-Medium';
    margin-top: 30px;
}

.staff-item .item-details h4 {
    font-family: 'Gambetta-Medium';
    margin-top: 30px;
}

.staff-item .item-details h4 + p {
    margin-top: 15px;
}

.staff-item .item-details h5 {
    font-family: 'Gambetta-Medium';
    margin-top: 30px;
}

.staff-item .item-details h5 + p {
    margin-top: 15px;
}

.staff-item .item-details p {
    margin-top: 30px;
    margin-bottom: 0;
}

.staff-item .item-details p + ul {
    margin-top: 15px;
}

.staff-item .item-details ul, .staff-item .item-details ol {
    margin-top: 30px;
}

.staff-item .item-details ul > li:first-child, .staff-item .item-details ol > li:first-child {
    margin-top: 0;
}

.staff-item .item-details li {
    position: relative;
    padding-left: 15px;
    margin-top: 10px;
}

.staff-item .item-details li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #EC1C24;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    left: 0;
}

.staff-item .item-details table {
    max-width: unset;
    margin-top: 30px;
}

.staff-item .item-details td {
    background: #ddd;
    padding: 10px;
}

.programs-area .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1px;
    margin-top: 50px;
}

.programs-area .list li {
    background: #EC1C24;
}

.programs-area .list a {
    display: block;
    width: 100%;
    padding: 25px;
    padding-bottom: 50px;
    min-height: 100px;
    position: relative;
    transition: background .3s;
}

.programs-area .list a::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-left: 10px;
    position: absolute;
    bottom: 25px;
    right: 25px;
    transform: translateX(-5px) translateY(0) rotate(90deg);
    transition: .3s;
}

.programs-area .list a:hover {
    background: #231F20;
    color: #fff;
}

.programs-area .list h4 {
    color: #fff;
}

.programs-item .item-title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.programs-item .item-details > *:first-child {
    margin-top: 0;
}

.programs-item .item-details * {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.programs-item .item-details h3 {
    font-family: 'Gambetta-Medium';
    margin-top: 30px;
}

.programs-item .item-details h4 {
    font-family: 'Gambetta-Medium';
    margin-top: 30px;
}

.programs-item .item-details h4 + p {
    margin-top: 15px;
}

.programs-item .item-details h5 {
    font-family: 'Gambetta-Medium';
    margin-top: 30px;
}

.programs-item .item-details h5 + p {
    margin-top: 15px;
}

.programs-item .item-details p {
    margin-top: 30px;
    margin-bottom: 0;
}

.programs-item .item-details p + ul {
    margin-top: 15px;
}

.programs-item .item-details ul, .programs-item .item-details ol {
    margin-top: 30px;
}

.programs-item .item-details ul > li:first-child, .programs-item .item-details ol > li:first-child {
    margin-top: 0;
}

.programs-item .item-details li {
    position: relative;
    padding-left: 15px;
    margin-top: 10px;
}

.programs-item .item-details li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #EC1C24;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    left: 0;
}

.programs-item .item-details table {
    max-width: unset;
    margin-top: 30px;
}

.programs-item .item-details td {
    background: #ddd;
    padding: 10px;
}

.projects-area .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
    position: relative;
}

.projects-area .list::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #aaa;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.projects-area .list li {
    position: relative;
}

.projects-area .list li::before {
    content: "";
    display: block;
    width: 100px;
    height: 35px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100px, 0);
}

.projects-area .list li::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #fbb628;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(54px, 10px);
}

.projects-area .list li:nth-child(even)::before {
    left: 0;
    transform: translate(-100px, 100px);
}

.projects-area .list li:nth-child(even)::after {
    left: 0;
    transform: translate(-54px, 110px);
}

.projects-area .list a {
    display: block;
    padding: 25px;
    background: #fbb628;
}

.projects-area .list span {
    display: block;
}

.projects-area .list span.wrap {
    margin-bottom: 30px;
}

.projects-area .list .h4 {
    margin-bottom: 30px;
    font-family: 'Gambetta-Bold';
}

.projects-item .project-title {
    padding-top: 50px;
    max-width: 1000px;
    margin-bottom: 50px;
}

.projects-item .project-details {
    border-top: 1px solid #ddd;
    padding-top: 50px;
}

.projects-item .particulars h5 {
    font-family: 'Gambetta-Medium';
    color: #EC1C24;
}

.projects-item .particulars span {
    font-family: 'Ranade-Bold';
    margin-bottom: 15px;
    display: block;
}

.projects-item .synopsis > *:first-child {
    margin-top: 0;
}

.projects-item .synopsis * {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.projects-item .synopsis h3 {
    font-family: 'Gambetta-Medium';
    margin-top: 30px;
}

.projects-item .synopsis h4 {
    font-family: 'Gambetta-Medium';
    margin-top: 30px;
}

.projects-item .synopsis h4 + p {
    margin-top: 15px;
}

.projects-item .synopsis h5 {
    font-family: 'Gambetta-Medium';
    margin-top: 30px;
}

.projects-item .synopsis h5 + p {
    margin-top: 15px;
}

.projects-item .synopsis p {
    margin-top: 30px;
    margin-bottom: 0;
}

.projects-item .synopsis p + ul {
    margin-top: 15px;
}

.projects-item .synopsis ul, .projects-item .synopsis ol {
    margin-top: 30px;
}

.projects-item .synopsis ul > li:first-child, .projects-item .synopsis ol > li:first-child {
    margin-top: 0;
}

.projects-item .synopsis li {
    position: relative;
    padding-left: 15px;
    margin-top: 10px;
}

.projects-item .synopsis li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #EC1C24;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    left: 0;
}

.projects-item .synopsis table {
    max-width: unset;
    margin-top: 30px;
}

.projects-item .synopsis td {
    background: #ddd;
    padding: 10px;
}

.projects-item .sb {
    margin-top: 50px;
}

.projects-item .sb h4 {
    font-family: Ranade-Bold;
    margin-bottom: 5px;
}

.projects-item .sb ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    border-top: 1px solid #ddd;
    padding: 0;
}

.projects-item .sb a {
    max-width: 800px;
    margin: 0 auto;
    padding: 25px 0;
    display: block;
}

.projects-item .sb h5 {
    margin-bottom: 10px;
}

.projects-item .sb span {
    color: #EC1C24;
}

.publications-area .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
}

.publications-item .item-title-img {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
    margin-bottom: 50px;
}

.publications-item .item-title-img .img {
    height: 300px;
}

.publications-item .item-title-img .img.book {
    background: #EC1C24;
}

.publications-item .item-title-img .img.bookchapter {
    background: #fbb628;
}

.publications-item .item-title-img .img.journalarticle {
    background: #00A551;
}

.publications-item .item-title-img .title {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}

.publications-item .item-title-img .title h1 {
    margin: 0;
}

.publications-item .item-title-img .title .cat-wrap {
    align-self: flex-start;
    background: #231F20;
    color: #fff;
    padding: 2px 5px;
    margin-top: 50px;
    display: table;
}

.publications-item .item-content .item-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
}

.publications-item .item-content .item-meta h5 {
    font-size: 14px;
    font-family: 'Ranade-Medium';
    margin-bottom: 5px;
}

.publications-item .item-content .item-details {
    margin-bottom: 50px;
    max-width: 700px;
}

.publications-item .item-content .item-details h4 {
    font-size: 30px;
    margin-bottom: 30px;
}

.publications-item .item-content .item-details .abstract {
    margin-bottom: 50px;
}

.publications-item .item-content .item-details .sources {
    font-family: 'Ranade-Medium';
    font-size: 16px;
}

.publications-item .item-content .item-details .sources h4 {
    margin-bottom: 15px;
}

.publications-item .item-content .sb li {
    border-top: 1px solid #ddd;
}

.publications-item .item-content .sb li a {
    display: flex;
    justify-content: flex-start;
    max-width: 800px;
    margin: 0 auto;
    padding: 25px 0;
}

.publications-item .item-content .sb .img {
    width: 150px;
    height: 100px;
    margin-right: 25px;
    display: block;
    overflow: hidden;
}

.publications-item .item-content .sb .title {
    width: 67.0571010249%;
    font-size: 18px;
}

.news-area .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
    position: relative;
}

.news-area .list li {
    position: relative;
}

.news-area .list a {
    display: block;
}

.news-area .list span {
    display: block;
}

.news-area .list .img {
    height: 150px;
    border: 1px solid #ededed;
    overflow: hidden;
}

.news-area .list .h4 {
    margin-top: 30px;
}

.news-area .list .link-btn::after {
    width: 8px;
    height: 8px;
    border-color: #EC1C24;
}

.blog-area .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
    position: relative;
}

.blog-area .list li {
    position: relative;
}

.blog-area .list a {
    display: block;
}

.blog-area .list span {
    display: block;
}

.blog-area .list .img {
    height: 150px;
    border: 1px solid #ededed;
    overflow: hidden;
}

.blog-area .list .h4 {
    margin-top: 30px;
}

.blog-area .list .link-btn::after {
    width: 8px;
    height: 8px;
    border-color: #EC1C24;
}

.events-area .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1px;
}

.events-area a {
    display: block;
    background: #231F20;
    padding: 25px;
    padding-bottom: 50px;
    min-height: 100px;
    position: relative;
    transition: background .3s;
    color: #fff;
}

.events-area a::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border-top: 2px solid;
    border-left: 2px solid;
    margin-left: 10px;
    position: absolute;
    bottom: 25px;
    right: 25px;
    transform: translateX(-5px) translateY(0) rotate(90deg);
    transition: .3s;
}

.events-area a:hover {
    background: rgba(35, 31, 32, 0.05);
    color: #231F20;
}

.events-area span {
    display: block;
    margin-top: 10px;
}

.events-area .h4 {
    font-family: 'Gambetta-Semibold';
}

.events-item .site-sec-wrap {
    padding-top: 100px;
}

.events-item .particulars {
    border-top: 1px solid #ddd;
}

.events-item .event-td {
    display: block;
    font-size: 20px;
    padding: 30px 0 0;
    color: #EC1C24;
}

.events-item .event-title {
    display: block;
    padding: 30px 0 0;
    margin: 0;
}

.events-item .event-details {
    margin-top: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.search-area .type-event {
    border-bottom: 1px solid #ddd;
}

.all-search-results {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    max-width: 700px;
}

.entry-content {
    margin: 0;
    font-size: 20px;
    max-width: 700px;
}

.entry-content:first-letter {
    float: left;
    font-size: 86px;
    line-height: 70px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 15px;
}

.entry-content ul, .entry-content ol {
    max-width: 800px;
}

.entry-content ul li, .entry-content ol li {
    padding-top: 15px;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
}

.styling-news .item-txt-img {
    padding-top: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.styling-news .item-txt-img .img {
    height: 300px;
    margin-top: 50px;
    max-width: 1000px;
    margin-bottom: 50px;
}

.styling-news .item-txt-img h1 {
    max-width: 1000px;
    margin: 0;
}

.styling-news .entry-meta {
    margin-bottom: 25px;
    align-self: flex-start;
}

.styling-news .authors-wrap {
    margin-top: 5px;
    font-size: 22px;
}

.styling-news figcaption {
    font-family: 'Ranade-Italic';
    font-size: 12px;
    color: #000;
}

.styling-news p a {
    text-decoration: underline;
    color: #EC1C24;
}

.styling-news .actual:first-letter {
    float: left;
    font-size: 86px;
    line-height: 70px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

.styling-news .sb {
    margin-top: 50px;
    font-size: 16px;
}

.styling-news .sb li a {
    display: flex;
    justify-content: space-between;
}

.styling-news .sb h4 {
    font-family: 'Gambetta-Bold';
}

.styling-news .sb .img {
    width: 70px;
    height: 70px;
}

.styling-news .sb .with-img {
    width: 80%;
}

.contact-area .site-sec-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
}

.contact-info {
    border: 1px solid #ddd;
    padding: 25px;
}

.contact-info h3 {
    font-size: 26px;
}

.contact-info ul {
    margin-top: 20px;
}

.contact-form {
    border: 1px solid #ddd;
    padding: 25px;
}

.contact-form input, .contact-form textarea {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 0;
}

.contact-form input[type="submit"] {
    position: relative;
    display: table;
    width: auto;
    height: auto;
    background: #EC1C24;
    text-align: center;
    padding: 12px 15px;
    color: #fff;
    font-family: 'Ranade-Regular';
    margin-top: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 30px;
    cursor: pointer;
}

.contact-form input[type="submit"]:link, .contact-form input[type="submit"]:active, .contact-form input[type="submit"]:visited {
    color: #fff;
}

@media (min-width: 560px) {
    .site-nav-logo .txt {
        display: block;
    }
    #search-btn-close {
        transform: translate(-25px, -50%);
    }
    .site-footer .upper-a {
        grid-template-columns: repeat(2, 1fr);
    }
    .brief-progs .list {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 50px;
    }
    .brief-progs .list a {
        padding-bottom: 50px;
        min-height: 200px;
    }
    .brief-news .list {
        grid-template-columns: repeat(2, 1fr);
    }
    .brief-news li:nth-child(2):after, .brief-news li:nth-child(2):before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #ccc;
        position: absolute;
        top: 0;
    }
    .brief-news li:nth-child(2):before {
        left: 0;
        transform: translateX(-25px);
    }
    .brief-news li:nth-child(2):after {
        right: 0;
        transform: translateX(25px);
    }
    .brief-news li .img {
        height: 200px;
    }
    .brief-events .list {
        grid-template-columns: repeat(2, 1fr);
    }
    .brief-events li {
        border-bottom: none;
        border-right: 1px solid #ccc;
        padding-right: 15px;
    }
    .staff-area .list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
    }
    .programs-area .list {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-area .list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
    }
    .news-area .list::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #aaa;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
    }
    .news-area .list .img {
        height: 200px;
    }
    .blog-area .list {
        grid-template-columns: repeat(2, 1fr);
    }
    .events-area .list {
        grid-template-columns: repeat(2, 1fr);
    }
    .events-area a {
        min-height: 200px;
    }
    .events-item .particulars {
        display: flex;
        justify-content: flex-start;
    }
    .events-item .event-td {
        width: 35%;
    }
    .events-item .event-title {
        width: 65%;
        border-left: 1px solid #ddd;
        padding: 30px 30px 30px;
    }
    .contact-area .site-sec-wrap {
        grid-gap: 50px;
    }
    .contact-info h3 {
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 18px;
    }
    h1, .h1 {
        font-size: 36px;
    }
    h2, .h2 {
        font-size: 26px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    .link-btn {
        margin-top: 50px;
    }
    .hero.home .swiper-slide {
        min-height: 400px;
        padding-top: 100px;
    }
    .hero.home .swiper-slide .txt .h1 {
        font-size: 36px;
    }
    .hero.page h1 {
        font-size: 56px;
    }
    #search-btn-close {
        transform: translate(-50px, -50%);
    }
    .site-footer .upper-a {
        grid-template-columns: repeat(3, 1fr);
    }
    .page-logo-nav {
        display: block;
    }
    .page-logo-nav .txt-a span:nth-child(1) {
        font-size: 18px;
    }
    .page-logo-nav .txt-a span:nth-child(2) {
        font-size: 26px;
    }
    .page-logo-nav .txt-b {
        display: table;
    }
    .page-logo-nav .txt-c {
        display: flex;
    }
    .page-logo-nav .page-menu {
        display: block;
    }
    .brief-progs .list {
        grid-template-columns: repeat(3, 1fr);
    }
    .brief-news .list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
    }
    .brief-news li {
        padding-bottom: 50px;
    }
    .brief-events .list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }
    .brief-events li {
        padding-bottom: 50px;
        padding-right: 30px;
    }
    .brief-events li:nth-child(3) {
        display: block;
    }
    .staff-area .list {
        grid-template-columns: repeat(3, 1fr);
    }
    .staff-item .item-title-img .img {
        width: 200px;
        height: 200px;
    }
    .staff-item .item-details {
        font-size: 20px;
    }
    .staff-item .item-details * {
        font-size: 20px;
    }
    .staff-item .item-details h3 {
        font-size: 36px;
    }
    .staff-item .item-details h5 {
        font-size: 20px;
    }
    .staff-item .item-details h4 {
        font-size: 30px;
    }
    .about-area .list {
        grid-template-columns: repeat(3, 1fr);
    }
    .programs-area .list {
        grid-template-columns: repeat(3, 1fr);
    }
    .projects-area .list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 100px;
    }
    .projects-item .particulars h5 {
        font-size: 20px;
    }
    .projects-item .sb ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
    }
    .publications-area .list {
        grid-template-columns: repeat(2, 1fr);
    }
    .publications-area li {
        min-height: 300px;
    }
    .publications-item .item-title-img {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
    }
    .publications-item .item-title-img .img {
        height: 600px;
    }
    .publications-item .item-content .item-details .abstract {
        margin-bottom: 50px;
        font-size: 20px;
    }
    .publications-item .item-content .sb li a {
        padding: 25px 25px;
    }
    .publications-item .item-content .sb .img {
        width: 250px;
        height: 200px;
        margin-right: 50px;
    }
    .publications-item .item-content .sb .title {
        font-size: 26px;
    }
    .news-area .list {
        grid-gap: 100px;
        margin-bottom: 200px;
    }
    .news-area .list li {
        position: relative;
    }
    .news-area .list li::before {
        content: "";
        display: block;
        width: 100px;
        height: 35px;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(100px, 0);
    }
    .news-area .list li::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background: #fbb628;
        border-radius: 100%;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(54px, 10px);
    }
    .news-area .list li:nth-child(even) {
        transform: translateY(100px);
    }
    .news-area .list li:nth-child(even)::before {
        left: 0;
        transform: translate(-100px, 0);
    }
    .news-area .list li:nth-child(even)::after {
        left: 0;
        transform: translate(-54px, 10px);
    }
    .news-area .list .img {
        height: 300px;
    }
    .styling-news .item-txt-img {
        padding-top: 50px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .styling-news .item-txt-img .img {
        height: 500px;
        margin: 50px calc(-110% + 100%);
    }
    .styling-news .item-content {
        display: flex;
        justify-content: space-between;
    }
    .styling-news .entry-meta {
        width: 19.747235387%;
    }
    .styling-news .actual {
        width: 47.3933649289%;
        font-size: 20px;
    }
    .styling-news .sb {
        width: 23.6966824645%;
    }
    .blog-area .list {
        grid-gap: 100px;
    }
    .blog-area .list .img {
        height: 300px;
    }
    .events-area .list {
        grid-template-columns: repeat(3, 1fr);
    }
    .author-area .img {
        width: 250px;
        height: 200px;
        margin-right: 50px;
    }
    .author-area .title {
        font-size: 26px;
    }
}

@media (min-width: 1000px) {
    h1, .h1 {
        font-size: 46px;
    }
    h2, .h2 {
        font-size: 36px;
    }
    h3, .h3 {
        font-size: 26px;
    }
    h4, .h4 {
        font-size: 20px;
    }
    h5, .h5 {
        font-size: 18px;
    }
    .item-pub .txt {
        padding: 25px;
    }
    .item-pub .h4 {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .item-pub .img {
        height: 200px;
    }
    .item-person .txt-name {
        font-size: 26px;
    }
    .site-footer .upper-a {
        grid-template-columns: repeat(4, 1fr);
    }
    .brief-about .site-sec-wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .brief-about .side-intro {
        width: 26.7935578331%;
        padding: 70px 3.6603221083%;
    }
    .brief-about .side-content {
        width: 73.2064421669%;
        padding: 70px 3.6603221083%;
    }
    .brief-about .side-content ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
    .brief-about .side-content li {
        border-bottom: unset;
        padding-bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        padding-right: 5%;
    }
    .brief-progs .list h4 {
        font-size: 26px;
    }
    .brief-events .list {
        grid-template-columns: repeat(4, 1fr);
    }
    .brief-events li:nth-child(3) {
        border-right: none;
    }
    .brief-events li:nth-child(4) {
        display: block;
        border-right: none;
    }
    .about-area li span:nth-child(2) {
        font-size: 36px;
    }
    .about-area li span:nth-child(2)::after {
        transform: translateX(-25px) translateY(-50%) rotate(135deg);
    }
    .programs-area .list h4 {
        font-size: 26px;
        color: #fff;
    }
    .programs-item .item-details * {
        font-size: 20px;
    }
    .programs-item .item-details h3 {
        font-size: 36px;
    }
    .programs-item .item-details h4 {
        font-size: 26px;
    }
    .programs-item .item-details h5 {
        font-size: 20px;
    }
    .projects-area .list {
        grid-template-columns: repeat(2, 1fr);
    }
    .projects-area .list a {
        min-height: 300px;
    }
    .projects-area .list .h4 {
        font-size: 26px;
    }
    .projects-item .project-details {
        display: flex;
        justify-content: space-between;
    }
    .projects-item .particulars {
        width: 30%;
    }
    .projects-item .synopsis * {
        font-size: 20px;
    }
    .projects-item .synopsis h3 {
        font-size: 36px;
    }
    .projects-item .synopsis h5 {
        font-size: 20px;
    }
    .projects-item .synopsis h4 {
        font-size: 30px;
    }
    .projects-item .sb {
        margin-top: 100px;
    }
    .projects-item .sb ul {
        padding: 0 7.3206442167%;
    }
    .projects-item .sb a {
        padding-right: 50px;
    }
    .projects-item .sb h5 {
        font-size: 20px;
    }
    .publications-area .list {
        grid-gap: 50px;
        grid-template-columns: repeat(3, 1fr);
    }
    .publications-area li {
        min-height: 300px;
    }
    .contact-area .site-sec-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-info {
        padding: 50px;
    }
    .contact-form {
        padding: 50px;
    }
}

@media (min-width: 1200px) {
    .site-nav-menu {
        display: block;
    }
    .site-nav-large a {
        font-size: 36px;
    }
}
