  /*!
Theme Name: trinity
Theme URI: https://geniuscomputing.co.uk/
Author: Genius Computing Limited
Author URI: https://geniuscomputing.co.uk/
Description: Updated version of the ǿƵs theme
Version: 1.2.1
Tested up to: 8.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trinity
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.

trinity 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
	 ========================================================================== */

@font-face {
    font-family: "Icons";
    src: url("/wp-content/themes/trinity/assets/font/fontello.eot?25919607");
    src: url("/wp-content/themes/trinity//wp-content/themes/trinity/assets/font/fontello.eot?25919607")
            format("embedded-opentype"),
        url("/wp-content/themes/trinity/assets/font/fontello.woff2?25919607") format("woff2"),
        url("/wp-content/themes/trinity/assets/font/fontello.woff?25919607") format("woff"),
        url("/wp-content/themes/trinity/assets/font/fontello.ttf?25919607") format("truetype"),
        url("/wp-content/themes/trinity/assets/font/fontello.svg?25919607") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "Icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.icon-right:before {
    content: "\e800";
} /* '' */
.icon-left:before {
    content: "\e801";
} /* '' */
.icon-tick:before {
    content: "\e80c";
} /* '' */
.icon-search:before {
    content: "\e80d";
} /* '' */
.icon-angle-left:before {
    content: "\f104";
} /* '' */
.icon-angle-right:before {
    content: "\f105";
} /* '' */
.icon-angle-up:before {
    content: "\f106";
} /* '' */
.icon-angle-down:before {
    content: "\f107";
} /* '' */

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figure,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body,
html {
    font-size: 62.5%;
}

body {
    position: relative;
    min-height: 100vh;
    background: #fff;
    line-height: 1;
    font-family: "Inter", sans-serif;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
td,
th {
    text-align: left;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

*,
:after,
:before {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: #2d97ff;
}

button {
    font-family: Inter, sans-serif;
    background-color: transparent;
    border: none;
}

a,
button,
input[type="submit"] {
    cursor: pointer;
}

img {
    height: auto;
    max-width: 100%;
}

input,
textarea {
    font-family: Inter, sans-serif;
    border: none;
}
iframe {
    max-width: 100%;
}
hr {
    border: 0;
    border-bottom: 1px solid rgba(193, 193, 193, 0.5);
}

.flex {
    display: flex;
}

.flex.between {
    justify-content: space-between;
}

.flex.around {
    justify-content: space-around;
}

.flex.end {
    justify-content: flex-end;
}

.flex.start {
    justify-content: flex-start;
}

.flex.wrap {
    flex-wrap: wrap;
}

.flex.top {
    align-items: flex-start;
}

.flex.center {
    justify-content: center;
}

.flex.middle {
    align-items: center;
}

.flex.bottom {
    align-items: flex-end;
}

.flex.column {
    flex-direction: column;
}

.flex.stretch {
    align-content: stretch;
}

.flex.grow > * {
    flex-grow: 1;
}

.flex.shrink > * {
    flex-shrink: 0;
}

body {
    font-size: 1.4rem;
    background-color: #000;
    color: #fff;
    font-family: Inter, sans-serif;
}
body:not(.page_loaded) {
    overflow: hidden;
}

.loading_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 2000;
}

body.dark {
    background-color: #000;
    color: #fff;
}

body.light {
    background-color: #fff;
    color: #000;
}
.logo-dark {
    display: none;
}
.header-dark .logo-light {
    display: none;
}
.header-dark .logo-dark {
    display: block;
}

.wrapper {
    width: 100%;
    max-width: 115rem;
    margin: 0 auto;
    padding-left: 3rem;
    padding-right: 3rem;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    z-index: 100;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.collapse .header {
    padding: 1rem 0;
    background: #000;
}
.collapse.header-dark .header {
    background: #fff;
}
.column-logo {
    max-width: 228px;
    width: 100%;
    margin-right: 2rem;
    position: relative;
    z-index: 1;
}
.column-nav {
    margin: 0 2rem;
}
.column-search {
    display: flex;
    align-items: center;
    margin-top: 1.4rem;
    position: relative;
    z-index: 1;
}
.menu-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.4rem;
    margin-left: 5.8rem;
}
.menu-item {
    position: relative;
    padding: 0 1.25rem;
}

.menu-link {
    position: relative;
    padding: 4px 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
}

.menu-link:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffe200;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: 0.2s ease-in-out 0.2s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.menu-item:hover .menu-link.current:after,
.menu-item:hover .menu-link:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s;
}

.menu-extra {
    display: flex;
    flex-wrap: wrap;
    margin-right: 3.6rem;
}
.menu-extra li:not(:last-child) {
    margin-right: 1.5rem;
}
.menu-extra a {
    padding: 4px;
    color: #ffe200;
    font-size: 1.2rem;
    font-weight: 500;
}
span.btn-search {
    z-index: 3;
    cursor: pointer;
}
.form-search {
    width: 16px;
    height: 17px;
    position: relative;
}
.btn-search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/themes/trinity/assets/img/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.header-dark .btn-search {
    background-image: url(/wp-content/themes/trinity/assets/img/search-2.svg);
}
.field-search {
    display: block;
    margin: 0;
    border: 1px solid #fff;
    background-color: #000;
    width: 220px;
    height: 40px;
    right: -10px;
    top: -11px;
    position: absolute;
    padding: 10px 35px 10px 10px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}
.active span.btn-search {
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
.active .field-search {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s opacity, 0.5s visibility;
    -moz-transition: 0.5s opacity, 0.5s visibility;
    -ms-transition: 0.5s opacity, 0.5s visibility;
    -o-transition: 0.5s opacity, 0.5s visibility;
    transition: 0.5s opacity, 0.5s visibility;
}
.menu-sub {
    display: flex;
    max-width: 50vw;
    position: absolute;
    top: 100%;
    margin-right: 2rem;
    padding: 3rem 0;
    opacity: 0;
    transition: 0.2s ease-in-out;
    pointer-events: none;
}

.current .menu-sub,
.menu-main li:hover .menu-sub {
    opacity: 1;
    pointer-events: all;
}

.menu-column:not(:last-child) {
    margin-right: 2rem;
}

.menu-sub-link {
    display: inline-block;
    margin: 0 0 1rem 0;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 400;
    white-space: nowrap;
    transition: 0.2s ease-in-out;
    color: #ffffff;
}

.menu-sub-link.title {
    margin-bottom: 16px;
    font-weight: 700;
}

.menu-separator {
    width: 100%;
    margin: 0 0 1rem 0;
    background-color: #000;
    opacity: 0.3;
}

.columns-2 {
    width: 356px;
    -webkit-columns: 2;
    columns: 168px 2;
}

.columns-1,
.columns-2 {
    max-width: 50vw;
    -webkit-column-width: 168px;
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
}

.columns-1 {
    width: 168px;
    -webkit-columns: 1;
    columns: 168px 1;
}

.full-screen {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 640px;
    padding-top: 100px;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: auto 105%;
    background-position: 50% 100%;
}
.full-screen > * {
    position: relative;
    z-index: 1;
}

.full-screen:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    mix-blend-mode: multiply;
    z-index: 0;
}

.center-block {
    position: relative;
    top: calc(50% - 3rem);
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
}

.hero_header.text-lower .center-block {
    position: absolute;
    top: unset;
    bottom: 12rem;
    z-index: 3;
    max-width: unset;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.title-main {
    color: #ffe200;
    text-align: center;
    font-size: 9.6rem;
    font-weight: 800;
    letter-spacing: -4.5px;
    margin-bottom: 40px;
}

.outer-half {
    margin-left: 50%;
}

.hero_header.text-lower .outer-half {
    margin-left: unset;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: fit-content;
}

.desc-main {
    margin-bottom: 5px;
    color: #f4f4f4;
    max-width: 260px;
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 500;
}

.hero_header.text-lower .desc-main{
    max-width: 500px;
}

.second-nav {
    display: none;
    position: absolute;
    bottom: -200px;
    left: calc((100vw - 111rem) / 2);
}
.second-nav li a {
    color: #ffda1a;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: -0.11px;
}

.link-text {
    color: #ffe200;
    font-size: 1.4rem;
    transition: 0.2s ease-in-out;
}
.link-text i {
    font-size: 1.2rem;
    margin-left: 2px;
}

.link-text:hover {
    color: #2d97ff;
}

.block-up {
    position: relative;
    margin-top: -9rem;
    padding-bottom: 57px;
    z-index: 1;
}
a.posts__item,
a.card-item {
    color: #fff;
    text-decoration: none;
    flex: 1;
}
body.light a.posts__item,
body.light a.card-item {
    color: #000;
    text-decoration: none;
}
a.posts__item:hover .btn-simple:after,
a.card-item:hover .btn-simple:after {
    width: 100%;
    -webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    -ms-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
}
.card-image {
    margin-bottom: 2.6rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
}
.card-image img {
    display: block;
    width: 101%;
    height: 101%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    max-width: none;
}
.card-hovered a.card-item:not(:hover) .card-image img {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
}
.card-list:not(.col-xs-2) a.card-item:hover .card-image img {
    -webkit-transform: scale(1.05) translate(-50%, -50%);
    -moz-transform: scale(1.05) translate(-50%, -50%);
    -ms-transform: scale(1.05) translate(-50%, -50%);
    -o-transform: scale(1.05) translate(-50%, -50%);
    transform: scale(1.05) translate(-50%, -50%);
}
a.card-item:hover .card-image img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
}
.card-title {
    font-size: 4rem;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: -1.8px;
    margin-bottom: 20px;
}
.card-title a {
    color: inherit;
}

.btn-simple {
    position: relative;
    display: inline-block;
    border: 1px solid #2d97ff;
    padding: 0.55rem 0.8rem;
    color: #2d97ff;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
}

.btn-simple:after {
    letter-spacing: 0;
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    padding: 0.55rem 0;
    background-color: #2d97ff;
    color: #fff;
    font-size: 1.2rem;
    white-space: nowrap;
    text-indent: 0.8rem;
    transition: width 0.2s ease-in-out;
    overflow: hidden;
}

.btn-simple:hover:after {
    width: 100%;
    -webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    -ms-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
}

.overlay {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
}

.overlay > * {
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    mix-blend-mode: multiply;
    z-index: 0;
}

.video {
    height: 660px;
    /* max-height: 49vw; */
}

.part,
.video {
    width: 100%;
}

.link-video {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    margin-left: 3rem;
    margin-bottom: 1rem;
    letter-spacing: -0.8px;
}

.title-xl {
    position: relative;
    left: 8px;
    color: #ffe200;
    font-size: 20.6rem;
    line-height: 0.75;
    font-weight: 800;
    letter-spacing: -9px;
}

.title-xl-fix {
    margin-left: 1rem;
}

.text-l {
    display: inline-block;
    color: #fff;
    font-size: 4.3rem;
    line-height: 1.2;
    letter-spacing: -1.4px;
    position: relative;
    top: 3px;
}

.icon-play {
    margin-left: 1rem;
    width: 44px;
    height: 44px;
}
.overlay.video .icon-play:hover {
    opacity: 0.8;
}

.icon-play circle {
    fill: none;
    stroke: #fff;
}

.icon-play path {
    fill: #fff;
    stroke: none;
}

.title-section {
    margin-bottom: 20px;
    color: #2d97ff;
    font-size: 5rem;
    font-weight: 800;
    letter-spacing: -2px;
}

.section-content {
    padding-top: 116px;
    padding-bottom: 141px;
    line-height: 1.2;
}
.card-title.plus:after {
    position: relative;
    top: -2px;
    content: "+";
}
.tabs {
    width: 50%;
    height: 56.25vw;
    max-height: 70.6rem;
    padding: 6.87rem 3rem 80px calc((100vw - 115rem) / 2);
    background-color: #000;
    color: #fff;
}
.tabs-section-light .tabs {
    background-color: #fff;
    color: #000;
}
.tabs-section-light .tab__sub-text {
    color: #585858;
}
.tabs-section-light .tab__text {
    color: #000;
}
.tabs-section-light .link-text {
    color: #2d97ff;
}
.tabs-section-light .tabs__action:hover .tabs__action-text,
.tabs-section-light .tab:hover,
.tabs-section-light .tab.active,
.tabs-section-light .tabs__action-text,
.tabs-section-light .tab {
    color: #000;
}
.tabs-section-light .tabs__action-text,
.tab {
    opacity: 0.64;
}
.section-content .card-title {
    font-size: 3.5rem;
    margin-bottom: 8px;
}
.tabs__content {
    position: relative;
    height: 100%;
    width: 100%;
}

.tabs__item {
    display: none;
}

.tabs__item.active {
    display: block;
}

.tabs__images {
    position: relative;
    width: 50%;
    background: #000;
    overflow: hidden;
}

.tabs__radio {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.tabs__radio:checked + .tabs__action-text {
    color: #f0f0f0;
    opacity: 1;
}

.tabs__action {
    margin-right: 22px;
    cursor: pointer;
}

.tabs__action:hover .tabs__action-text,
.tab:hover,
.tab.active {
    color: #f0f0f0;
    opacity: 1;
}

.tabs__action-text,
.tab {
    color: #838383;
    font-size: 1.2rem;
    opacity: 0.72;
    font-weight: 700;
    display: inline-block;
    margin-right: 22px;
    cursor: pointer;
}

.tab__title {
    display: block;
    font-size: 3.9rem;
    line-height: 1.2;
    letter-spacing: -1.56px;
    color: #fff;
    font-weight: 800;
}

.tab__title-accent {
    display: block;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: -2.4px;
    color: #2d97ff;
    font-weight: 800;
    margin-top: -8px;
}
.tabs__item__head {
    margin-bottom: 7.2rem;
}

.tab__sub-text {
    color: #c1c1c1;
    font-size: 1.4rem;
    letter-spacing: -0.1px;
    font-weight: 500;
}

.tab__sub-text,
.tab__text {
    margin-bottom: 4px;
    line-height: 1.2;
}

.tab__text {
    max-width: 320px;
    color: #fff;
    font-size: 3.5rem;
    letter-spacing: -1.05px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 14px;
}

.tab__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.tab__item:first-child {
    display: block;
}

.tab__image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section-posts {
    padding: 132px 0 100px calc((100vw - 115rem) / 2);
}
.section-posts .title-section {
    margin-bottom: 18px;
}
.posts {
    width: 100%;
    overflow: auto;
}
.posts__item {
    width: 360px;
}
.posts__image,
.posts__item {
    margin-bottom: 2rem;
}
.posts__image {
    width: 100%;
    height: 33rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.posts__date {
    margin-bottom: 1rem;
    color: #838383;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 300;
    padding-right: 10px;
    letter-spacing: 0.24px;
}
.posts__date a {
    color: inherit;
}
.posts__date strong {
    font-weight: 600;
    margin-right: 6px;
    letter-spacing: normal;
}
.posts__date span {
    white-space: nowrap;
}
.posts__title {
    width: 82%;
    margin-bottom: 14px;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.54px;
}
.posts__title a {
    color: inherit;
}
body.light .relative {
    background-color: #000;
}
body:not(.light) .posts__date {
    color: #e4e4e4;
}
.relative {
    padding: 9.6rem calc((100vw - 115rem) / 2) 12.7rem;
    background-color: #fff;
}
.relative.dark-block {
    background-color: #000;
    color: #fff;
}
.relative.dark-block .relative__title {
    color: #fff;
}
.relative.dark-block .relative__link {
    color: #4e4e4e;
}
.relative.dark-block .relative__link:hover,
body.light .relative__link:hover {
    color: #006cd6;
}
.relative__half {
    width: 50%;
}

.relative__title {
    font-size: 7.5rem;
    line-height: 1.2;
    letter-spacing: -3px;
    font-weight: 700;
    color: #000;
}
.tabs-section-light .tabs__pagination .tab.active:before {
    background-color: #000;
}
body.light .relative__title {
    color: #fff;
}

.relative__link-list {
    display: block;
    margin-top: 4.8rem;
}

.relative__link {
    display: inline-block;
    color: #b7b7b7;
    font-size: 2.5rem;
    line-height: 1.18;
    letter-spacing: -0.25px;
    transition: 0.2s ease-in-out;
    font-weight: 500;
}

body.light .relative__link {
    color: #434343;
}

.relative__link i {
    font-size: 20px;
    margin-left: 4px;
}

.relative__link:hover {
    color: #006cd6;
    opacity: 1;
}

.footer {
    padding-top: 6.2rem;
    background-color: #101010;
}

.footer__part {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.footer__col {
    display: flex;
    flex-direction: column;
    min-width: 185px;
    padding-right: 3rem;
}

.footer__logo-link {
    max-width: 120px;
}

.footer__logo-link {
    height: auto;
    margin-bottom: 5.8rem;
}

.footer__partner-link {
    max-width: 90px;
    margin-left: 24px;
}
.footer-top {
    padding-bottom: 76px;
}
.footer__group {
    margin-bottom: 3rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 6px;
}

.footer_list a,
.footer__link {
    display: inline-block;
    color: #ebebeb;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 6px;
}
.footer_list a:hover {
    text-decoration: underline;
}
.footer__link {
    text-decoration: underline;
    font-weight: 500;
}

.footer__link:hover {
    text-decoration: none;
}

.footer__text {
    color: #ebebeb;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 5px;
}

.footer__text.outer {
    margin-bottom: 3rem;
}

.footer__link-icon {
    margin-right: 18px;
    display: inline-block;
}
.footer__group__inner {
    margin-bottom: 30px;
}
.footer__group__inner > div {
    margin-bottom: 6px;
}
.footer__link-icon path {
    transition: 0.2s ease-in-out;
}
address.footer__text {
    line-height: 1.25;
    margin-bottom: 10px;
}
.footer__link-icon.twitter:hover path {
    fill: #00acee;
}

.footer__link-icon.facebook:hover path {
    fill: #3b5998;
}

.footer__link-icon.youtube:hover path {
    fill: #c4302b;
}

.footer__link-icon.linked:hover path {
    fill: #0e76a8;
}

.footer__link-icon.insta:hover path {
    fill: #ea118d;
}

.footer__list-icon {
    display: flex;
    margin-bottom: 54px;
    margin-top: -3px;
}

.footer__copyright {
    display: flex;
    width: 100%;
    border-top: 1px solid #707070;
    padding-bottom: 10px;
    padding-top: 2px;
}

.footer__copyright-text {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 2;
    margin-right: 105px;
}

.footer__copy-list {
    display: flex;
}

.footer__copy-link {
    display: inline-block;
    position: relative;
    color: #ccc;
    font-size: 1.1rem;
    line-height: 2;
}

.footer__copy-link:hover {
    text-decoration: underline;
}

li:not(:last-child) .footer__copy-link {
    margin-right: 15px;
}

li:not(:last-child) .footer__copy-link:after {
    content: "";
    position: absolute;
    top: 20%;
    left: calc(100% + 7px);
    width: 1px;
    height: 60%;
    background-color: #ccc;
    opacity: 0.5;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots li.slick-active button {
    opacity: 1;
}
.slick-disabled {
    opacity: 0.5;
}

/* burger menu */
.open_main_menu {
    border: 0;
    text-transform: uppercase;
    text-align: center;
    background: none;
    position: relative;
    z-index: 105;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    width: 26px;
    height: 26px;
}
.open_main_menu .lines {
    position: relative;
    left: 0;
    display: block;
}
.opened_menu .open_main_menu .lines {
    background: transparent;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.open_main_menu .lines:before,
.open_main_menu .lines:after {
    display: inline-block;
    width: 26px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    left: 0;
    content: "";
}
.opened_menu .open_main_menu .lines:before,
.opened_menu .open_main_menu .lines:after {
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.open_main_menu .lines:after {
    top: 3px;
}
.open_main_menu .lines:before {
    top: -3px;
}
.opened_menu .open_main_menu .lines:before {
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.opened_menu .open_main_menu .lines:after {
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.noscroll {
    overflow: hidden;
}
/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}
.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.video-modal .overlay {
    z-index: 0;
    background: rgba(0, 10, 0, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}
.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 30em);
        padding-top: 0;
        padding-left: calc((100vh - 30em) * 1.7778); /* 16:9 calc */
    }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
    }
}

/* modal close button */
.close-video-modal {
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal:
   add class to the body to reveal */
.show-video-modal .video-modal {
    opacity: 1;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.home.show-video-modal .video-modal {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}
.show-video-modal .video-modal .overlay {
    opacity: 1;
}
.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    width: 900px;
}

/*mobile-menu*/
.opened_menu .header .open_main_menu {
    opacity: 0;
}
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 101;
    content: "";
    background-color: #000;
    padding: 130px 0 40px;
    font-size: 1.7rem;
}
.mobile-menu-header {
    position: absolute;
    top: 20px;
    display: flex;
    justify-content: space-between;
    left: 20px;
    right: 20px;
    align-items: center;
}
.mobile-menu-inner {
    height: calc(100vh - 160px);
    overflow: auto;
    padding: 0 20px 30px;
}
.mob-first-menu > li {
    margin-bottom: 28px;
}
.mob-second-nav ul li a {
    color: #ffe200;
    font-weight: 500;
}
.mobile-menu ul {
    list-style: none;
}
.mob-third-nav a {
    color: #ffe200;
}
.opened_menu {
    overflow: hidden;
}
.next-level {
    position: absolute;
    top: 0;
    right: -45px;
    width: 26px;
    height: 18px;
    text-align: center;
    font-weight: normal;
    opacity: 0.8;
}
.next-level:before {
    position: absolute;
    top: 3px;
    right: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    border-left: 0;
    border-top: 0;
}
.prev-level {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 18px;
    text-align: center;
    font-weight: normal;
    opacity: 0.8;
}
.prev-level:before {
    position: absolute;
    top: 3px;
    right: -2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    width: 19px;
    height: 19px;
    border: 1px solid #ffffff;
    border-right: 0;
    border-bottom: 0;
}
.mob-second-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 35px;
    padding-top: 37px;
}
.mob-second-nav ul li {
    margin-bottom: 28px;
}
.mob-third-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 24px;
    padding-top: 26px;
}
.mob-second-nav .btn-search img {
    width: 24px;
}
.mob-third-nav ul li {
    margin-bottom: 18px;
}
.ui-loader {
    display: none;
}

/*PAGE*/
.page-title {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: -0.72px;
    line-height: 1.2;
}
.page-sub-title {
    color: #2d97ff;
    font-size: 8rem;
    font-weight: 700;
    letter-spacing: -3.44px;
    line-height: 0.95;
}
.center-flex {
    height: 100%;
    align-items: center;
    padding-bottom: 12.8%;
}
.intro-block {
    margin-top: 10px;
    margin-left: 7px;
    max-width: 380px;
}
.intro-block .desc-main {
    max-width: 100%;
    line-height: 1.3;
}
.intro-block .link-text {
    letter-spacing: -0.28px;
}
.examination-results-section {
    padding-top: 1.7rem;
    padding-bottom: 7rem;
}
.wrapper > .card-item .card-image {
    padding-bottom: 50%;
}
.enrichment-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.enrichment-section .title-section {
    margin-bottom: 2.4rem;
}
.further-section {
    padding-top: 6rem;
    padding-bottom: 7rem;
}
.further-section .title-section {
    margin-bottom: 2.7rem;
}
.further-section .card-image {
    margin-bottom: 2.2rem;
}
.academic-dignity {
    padding-top: 8rem;
}
.academic-dignity .card-item {
    width: 24.693vw;
    height: 24.693vw;
    padding-left: 3.5%;
    padding-right: 3.5%;
    justify-content: center;
    padding-bottom: 0.5%;
}
.card-item-text {
    font-size: 1.3rem;
    letter-spacing: -0.26px;
}
.card-item-text span {
    font-weight: 500;
}
.letter-title {
    font-size: 11.2rem;
    letter-spacing: -5.94px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 24px;
    margin-left: 7px;
}
.letter-title span {
    font-size: 4.4rem;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}
.percent-title {
    font-size: 11rem;
    letter-spacing: -5.83px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 25px;
    margin-left: 20px;
}
.percent-title span {
    font-size: 3.4rem;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    top: 11px;
    position: relative;
    left: 10px;
}
.color-blue {
    color: #006cd6 !important;
}
.text-center {
    text-align: center;
}
.academic-dignity + .relative {
    padding-top: 12.2rem;
}
.card-item-text {
    line-height: 1.2;
}
.dark-color {
    color: #000;
}
.foursquare-block {
    text-align: left;
}
.foursquare-block .link-text {
    margin-bottom: 5px;
    display: inline-block;
}
.foursquare-block .card-title {
    margin-bottom: 25px;
}
.card-title-lg {
    font-size: 4.8rem;
    letter-spacing: -2.16px;
}
.guidance-section {
    padding-top: 2.3rem;
    padding-bottom: 7rem;
}
.guidance-section .title-section {
    margin-bottom: 2.3rem;
}
.life-section {
    padding-top: 5.3rem;
    padding-bottom: 17rem;
}
.life-section hr,
.cc-post-section hr {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 3.6rem;
}
.life-section + .relative {
    padding-top: 11.6rem;
    padding-bottom: 16.2rem;
}
.cc-scholl {
    padding-top: 0.5rem;
    padding-bottom: 6rem;
}
.cc-scholl .card-image {
    margin-bottom: 0.8rem;
}
.cc-post-section {
    padding-top: 6.8rem;
    padding-bottom: 17.3rem;
}
.cc-post-section hr {
    margin-bottom: 3.8rem;
}
.cc-trinity-block {
    height: 370px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 9%;
    padding-right: 9%;
}
.cc-trinity-count {
    font-size: 15rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.primary-text {
    font-size: 1.7rem;
    letter-spacing: -0.34px;
    line-height: 1.24;
}
.cc-trinity-block .card-title {
    max-width: 438px;
    margin: 0 auto;
}

.header-dark .header .menu-link,
.header-dark .header .menu-sub-link {
    color: #000;
}
.header-dark .column-nav:before {
    background-color: #fff;
}
.header-dark .menu-link:after {
    background-color: #086cd6;
}
.header-dark .second-nav li a,
.header-dark .header .menu-extra a {
    color: #086cd6;
}

/*page-head-section*/
.page-head-section {
    padding-top: 14.8rem;
    padding-bottom: 3rem;
}
.page-head-section .wrapper > .flex {
    height: 536px;
}
.page-head-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
}
.page-head-desc {
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 11.2% 0;
}
.dark-color .page-head-desc,
.dark-color .desc-main {
    color: #000;
}
.page-head-top-title {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 0.9rem;
}
.page-head-top-title a {
    color: inherit;
}
.page-head-title {
    font-size: 6.2rem;
    line-height: 1;
    letter-spacing: -2.4px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

/*page-info-section*/
.page-info-section {
    color: #fff;
    font-size: 1.4rem;
    padding-top: 3.9rem;
    line-height: 1.5;
    padding-bottom: 3.4rem;
    letter-spacing: 0.008em;
}
body.light .page-info-section {
    color: #6a6a6a;
}
.page-info-list {
    background-color: #1c1c1c;
    padding: 18px 28px 24px;
    color: #fff;
    line-height: 1.8;
    max-width: 337px;
    margin-right: 30px;
}
body.light .page-info-list {
    background-color: #f2f2f2;
    color: #000;
}
.page-info-list ul {
    margin-left: 2rem;
}
.page-info-list a,
.on-page-head a {
    color: #2d97ff;
}
.on-page-block {
    padding-top: 19px;
    padding-left: 5px;
}
.on-page-head {
    margin-bottom: 39px;
}
.on-page-head h6 {
    margin-bottom: 4px;
}
.on-page-head a {
    margin-bottom: 4px;
    display: inline-block;
}
.bold-text,
.content h6 {
    font-weight: 700;
    color: #fff;
}
body.light .bold-text,
body.light .content h6 {
    color: #000;
}
.on-page-body {
    max-width: 360px;
    margin-bottom: 6rem;
}
.on-page-body h6 {
    margin-bottom: 21px;
}
.accordion_form h6 {
    margin-bottom: 21px;
}

.on-page-footer {
    max-width: 355px;
}
.on-page-footer .card-title {
    letter-spacing: -1.2px;
    margin-bottom: 26px;
}
.content ul:not([class]) {
    list-style: none;
    margin-bottom: 2rem;
}
.content ul:not([class]) li {
    padding-left: 2rem;
    position: relative;
}
.content ul:not([class]) li:before {
    position: absolute;
    background-color: #fff;
    content: "";
    left: 2px;
    top: 11px;
    width: 7px;
    height: 1px;
}
body.light .content ul:not([class]) li:before {
    background-color: #006cd6;
}
.color-light-blue {
    color: #2d97ff;
}
.color-dark {
    color: #000;
}
.page-info-foursquare {
    width: 499px;
    height: 499px;
    display: flex;
    align-items: center;
    background-color: #ffe200;
    color: #050505;
    text-align: center;
    padding-left: 13%;
    padding-right: 13%;
}
.page-info-foursquare .card-title {
    margin-bottom: 0;
    line-height: 1.25;
}
.fw-800 {
    font-weight: 800;
}
.full-img {
    margin-bottom: 4rem;
}
.evaluation-section .content-inner,
.teaching-community-section .content-inner {
    max-width: 385px;
}
.evaluation-section .content .card-title,
.teaching-community-section .content .card-title {
    margin-bottom: 4rem;
    max-width: 430px;
}
.evaluation-section .content h6 {
    margin-bottom: 2.2rem;
}
.teaching-community-section {
    padding-top: 5.5rem;
    padding-bottom: 1.8rem;
}
.content p {
    margin-bottom: 2rem;
}
body.relative-light .relative {
    background-color: #fff;
    color: #000;
}
body.relative-light .relative__title {
    color: #000;
}
body.relative-light .relative__link {
    color: #b7b7b7;
}
body.relative-light .relative__link:hover {
    color: #006cd6;
}
.relative__link_lg {
    font-size: 3rem;
}
.teaching-community-section hr {
    margin-top: 133px;
}
.teaching-community-section + .relative {
    padding-top: 0;
    padding-bottom: 20.2rem;
}
.header-dark .open_main_menu .lines:before,
.header-dark .open_main_menu .lines:after {
    background-color: #000;
}
.header-dark.opened_menu .open_main_menu .lines:before,
.header-dark.opened_menu .open_main_menu .lines:after {
    background-color: #fff;
}
.tabs__item__head {
    margin-bottom: 13.6rem;
}
.tabs-section {
    margin-bottom: 2.2rem;
}
.color-white {
    color: #fff !important;
}
.custom-link {
    color: #2d97ff;
    font-size: 1.4rem;
    letter-spacing: -0.28px;
    border: 0;
    background-color: transparent;
}
.custom-link:after {
    font-family: "Icons";
    content: "\e800";
    font-size: 1.2rem;
    margin-left: 5px;
}
.row {
    display: flex;
    position: relative;
    margin-left: -8px;
    margin-right: -8px;
    flex-wrap: wrap;
}
.col-sm-6 {
    width: 100%;
    position: relative;
    flex: 0 0 100%;
    padding-left: 8px;
    padding-right: 8px;
}
.col-sm-6b {
    width: 100%;
    position: relative;
    flex: 0 0 100%;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 20px;
}

.form-col {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}
label {
    color: #6a6a6a;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}
input[type="date"],
input[type="time"] {
    -webkit-appearance: none;
}
.form-control {
    height: 37px;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    width: 100%;
    padding: 0 10px;
    font-size: 1.6rem;
}
textarea.form-control {
    padding: 10px;
    resize: vertical;
    height: 120px;
}
.error {
    color: #e81218;
}
label.error {
    font-size: 1.2rem;
}
input.error {
    border-color: #e81218;
}
#account_information {
    display: none;
}
.form-group {
    margin-bottom: 0.7rem;
}
.form-group-block {
    margin-bottom: 4rem;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border: 1px solid #c4c4c4;
    clear: both;
    cursor: pointer;
    display: block;
    height: 37px;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    padding-right: 30px;
    padding-left: 10px;
    line-height: 36px;
}
.nice-select.open {
    z-index: 105;
}
.nice-select:after {
    display: block;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 0;
    font-family: "Icons";
    content: "\e800";
    font-size: 1rem;
    color: #2d97ff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nice-select.open:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    border: 1px solid #c4c4c4;
    left: -1px;
    right: -1px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: auto;
}
.nice-select .current {
    font-weight: 500;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    line-height: 37px;
    list-style: none;
    min-height: 37px;
    outline: none;
    padding-left: 10px;
    padding-right: 20px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.form-note {
    font-size: 1.2rem;
}
.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}
.ui-selectmenu-button-text {
    display: none;
}
.form-radio-input,
.form-check-input {
    display: none !important;
}
.form-radio-input + label,
.form-check-input + label {
    color: #000;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: normal;
    min-height: 6px;
}
.form-radio-input + label:before,
.form-check-input + label:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #c4c4c4;
    color: #fff;
    line-height: 18px;
    text-align: center;
    content: "";
    font-size: 12px;
}
.form-radio-input + label:before {
    border-radius: 50%;
}
.form-radio-input:checked + label:before {
    border: 6px solid #006cd6;
}
.form-check-input:checked + label:before {
    content: "\e80c";
    font-family: "Icons";
    color: #006cd6;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: flex;
}
.content-collapse {
    border-top: 2px solid #cecece;
}
.collapse-body {
    padding: 28px 0;
}
.collapse-body .on-page-body {
    margin-bottom: 3rem;
}
.collapse-head {
    font-size: 14px;
    color: #2d97ff;
    position: relative;
    padding: 12px 20px 12px 0;
    cursor: pointer;
    line-height: 1.1;
}
.collapse-head:before {
    font-family: "Icons";
    content: "\e800";
    font-size: 0.7em;
    position: absolute;
    right: 4px;
    top: 13px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.collapse-block {
    border-bottom: 1px solid #cecece;
}
.collapse-block.active .collapse-head:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.handbook_img {
    margin-bottom: 1.7rem;
}
.handbook_img img {
    display: block;
}
.handbook_images {
    margin-bottom: 75px;
}
.form-footer {
    text-align: right;
}
.form-footer .btn-simple,
.form-footer .custom-link {
    font-size: 1.2rem;
}
.form_title {
    font-size: 2.4rem;
    margin-bottom: 1.7rem;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}
.step-list {
    display: flex;
    color: #000;
    margin: 50px 0 6px;
    font-weight: 600;
}
.step-list li {
    color: rgba(0, 0, 0, 0.25);
    position: relative;
}
.step-list li + li {
    padding-left: 45px;
    margin-left: 10px;
}
.step-list li + li:before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    top: 11px;
}
.step-list li.active {
    color: #000;
}
.modal-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.4);
}
.modal_visible .modal-popup {
    display: block;
}
.modal_visible .modal-backdrop {
    display: block;
}
.modal_inner {
    position: relative;
    max-width: 1085px;
    margin: 11% auto 20px;
    display: flex;
    height: 535px;
    width: 80%;
    z-index: 1041;
    background: #fff;
}
.modal-dark .modal_inner {
    background: #000;
    color: #fff;
}
.modal_content {
    width: 50%;
    padding: 40px;
    position: relative;
}
.modal_title {
    font-size: 6.2rem;
    color: #2d97fc;
    line-height: 1.2;
    margin: 0;
    font-weight: 800;
    letter-spacing: -2.6px;
}
.modal_text {
    max-width: 70%;
    padding: 0 8px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60%;
    align-items: flex-start;
}
.modal_text p {
    margin-bottom: 20px;
}
.modal_img {
    width: 50%;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.modal_img img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    object-fit: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.close_modal {
    position: absolute;
    top: 20px;
    right: 25px;
    border: 0;
    background-image: url(/wp-content/themes/trinity/assets/img/close-dark.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 18px;
    height: 18px;
    width: 18px;
}
.modal-dark .close_modal {
    background-image: url(/wp-content/themes/trinity/assets/img/close.svg);
}
.back-link {
    color: #2d97ff;
    font-size: 1.2rem;
    letter-spacing: -0.28px;
    border: 0;
    background-color: transparent;
}
.back-link:before {
    font-family: "Icons";
    content: "\e800";
    font-size: 0.85em;
    margin-right: 5px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 1px;
}
.page-info-img {
    max-width: 500px;
    position: relative;
    padding-top: 15px;
}
.page-info-img-inner {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
}
.page-info-img iframe,
.page-info-video-poster {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.page-video .page-info-video-poster {
    cursor: pointer;
}
.play_video.page-video:before,
.play_video .page-info-video-poster {
    display: none;
}
.page-video:before {
    content: "Play ▶";
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 4rem;
    color: #fff;
    z-index: 6;
    font-weight: 800;
    pointer-events: none;
}
.card-item-content {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}
.card-item-content-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 4rem;
}
.card-item-content-title {
    font-size: 18.8rem;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 20px;
}
.card-item-content-title span {
    font-size: 0.3em;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
}
.card-item-content-text {
    font-size: 2.2rem;
}
.filter-box {
    margin: 40px 0 0;
    max-width: 360px;
}
.filter-box label {
    color: #fff;
    margin-bottom: 5px;
}
.filter-box .nice-select {
    color: #000;
    background-color: #fff;
    border: 1px solid #ffff;
}
.card-list {
    align-items: flex-start;
}
.card-item-next .card-item-content-inner {
    text-align: left;
    background: #ffe202;
    align-items: flex-start;
    padding: 4rem 7rem;
    color: #000;
}
.card-item-next .link-text {
    color: #000;
}
.card-item-next .icon-right {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.card-item-next:hover .icon-right {
    margin-left: 6px;
}
.news-card-list {
    flex-wrap: wrap;
}
.news-card-list .card-item {
    margin-bottom: 120px;
}
.three-row-sm > .card-item {
    width: 100%;
    flex: 0 0 100%;
}
.card-item-events .card-item-content {
    margin-bottom: 20px;
}
.card-item-events .card-item-content-inner {
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
    padding: 2rem;
    color: #fff;
}
.card-item-events .card-title {
    font-size: 3.4rem;
}
.card-item-events .link-text {
    font-size: 1.2rem;
    color: #2d97ff;
    margin-left: 16px;
}
.card-item-events.blue-1 .card-item-content {
    background-color: #086cd6;
}
.card-item-events.blue-2 .card-item-content {
    background-color: #2d97ff;
}
.card-item-events.blue-3 .card-item-content {
    background-color: #024089;
}
.article-head-section .page-head-title {
    font-size: 3.3rem;
    line-height: 1.28;
}
.article-head-section .posts__date {
    color: #fff;
    font-size: 1.8rem;
}
.article-head-section .page-head-top-title {
    font-weight: 500;
}
.parallax-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    backface-visibility: hidden;
    will-change: background-position;
}
.col-sm-6b > .handbook_box > h6 {
    text-align: center;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none;
    }
    .col-xs-2 > .column,
    .col-xs-2 > div {
        width: 50%;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .three-row-sm > .card-item {
        width: 33.3333333%;
        flex: 0 0 33.3333333%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .table {
        display: table;
        width: 100%;
        color: #000;
        table-layout: fixed;
        line-height: 1.3;
        margin: 25px 0;
    }
    .table thead,
    .table-head {
        display: table-header-group;
        font-size: 2.4rem;
        font-weight: 700;
    }
    .table-body {
        display: table-row-group;
    }
    .table tbody tr:nth-child(even),
    .table-body .table-row:nth-child(even) {
        background-color: #f8f8f8;
    }
    .table-row {
        display: table-row;
    }
    .table thead th,
    .table-head .table-div {
        padding: 14px 10px;
    }
    .table tbody td,
    .table-div {
        display: table-cell;
        padding: 7px 10px;
    }
    .stacktable.small-only {
        display: none;
    }
    .col-sm-6 {
        width: 50%;
        max-width: 50%;
    }
    .col-sm-6b {
        width: 33%;
        max-width: 33%;
    }
}
@media (min-width: 992px) {
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
}
@media (min-width: 1100px) {
    .column-nav:before {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 346px;
        background-color: #000;
        content: "";
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        -moz-transition: opacity 0.3s, visibility 0.3s;
        -ms-transition: opacity 0.3s, visibility 0.3s;
        -o-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s;
        opacity: 0;
        visibility: hidden;
    }
    .column-nav:hover:before {
        opacity: 1;
        visibility: visible;
    }
    .d-xl-none {
        display: none;
    }
}
@media (min-width: 1100px) {
    .mobile-menu {
        display: none !important;
    }
}
@media (max-width: 1100px) {
    .open_main_menu {
        display: block;
    }
    .menu-link {
        font-size: 1.7rem;
        display: block;
        position: relative;
        padding: 0;
        margin-right: 35px;
    }
    .mobile-menu {
        height: 100%;
    }
    .menu-link:after {
        display: none;
    }
    .menu-sub {
        display: block;
        max-width: 100%;
        position: absolute;
        top: 0;
        opacity: 1;
        width: calc(100% - 50px);
        background-color: #262626;
        right: -100%;
        z-index: 105;
        height: 100vh;
        padding: 52px 42px 40px;
        -webkit-transition: 0.3s right;
        -moz-transition: 0.3s right;
        -ms-transition: 0.3s right;
        -o-transition: 0.3s right;
        transition: 0.3s right;
    }
    .menu-sub-inner {
        max-height: calc(100vh - 150px);
        overflow: auto;
    }
    .open-child-menu .menu-sub {
        right: -20px;
        pointer-events: auto;
    }
    .menu-sub-link {
        font-size: 1.6rem;
        white-space: normal;
        margin-bottom: 21px;
    }
    .menu-prev-link {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 700;
        position: relative;
        display: inline-block;
        width: 100%;
        margin-bottom: 5.8rem;
        padding-right: 35px;
    }
    .menu-separator {
        opacity: 0.2;
        margin: 9px 0 26px;
        border-color: #fff;
        border-width: 0 0 1px;
    }
    .collapse-link {
        display: block;
        width: 100%;
        position: relative;
        padding-right: 35px;
        font-size: 16px;
        margin-bottom: 21px;
        font-weight: 700;
        color: #fff !important;
    }
    .collapse-link:before {
        position: absolute;
        top: 0;
        right: 9px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        content: "";
        width: 12px;
        height: 12px;
        border: 1px solid #ffffff;
        border-width: 0 0 1px 1px;
    }
    .open > .collapse-link:before {
        top: 5px;
        border-width: 1px 1px 0 0;
    }
    .mob-first-menu > li:nth-child(2) .menu-separator {
        margin: 11px 0 33px;
    }
    .menu-collapse-column ul {
        display: none;
    }
    .menu-collapse-column {
        margin-bottom: 3rem;
    }
    .form-search {
        width: 100%;
        margin-top: -4px;
    }
    span.btn-search {
        left: 0;
        opacity: 1;
    }
    .btn-search {
        opacity: 0;
    }
    .active span.btn-search {
        opacity: 0;
    }
    .active button.btn-search {
        opacity: 1;
    }
    .field-search {
        width: 100%;
        right: auto;
        border: 0;
        left: 0;
        top: -7px;
        padding-left: 0;
        font-size: 1.7rem;
    }
    .open-child-menu .menu-sub:before {
        position: absolute;
        top: 0;
        left: -50px;
        z-index: 101;
        background-color: #000;
        opacity: 0.8;
        content: "";
        width: 50px;
        height: 100%;
    }
    .mobile-menu-inner .mobile-menu-header {
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .column-nav,
    .column-search {
        display: none;
    }
}
@media (max-width: 1199px) {
    .title-main {
        font-size: 8vw;
        letter-spacing: -3px;
    }
    .card-title {
        font-size: 3.8rem;
        margin-bottom: 10px;
    }
    .title-xl {
        font-size: 15rem;
        letter-spacing: -5px;
    }
    .text-l {
        font-size: 3.3rem;
        letter-spacing: -1px;
    }
    .tabs {
        padding-top: 4.5rem;
        padding-left: 3rem;
        min-height: 500px;
    }
    .tab__title-accent {
        font-size: 5rem;
    }
    .tabs__item__head {
        margin-bottom: 4rem;
    }
    .tabs__pagination {
        position: relative;
        top: 4rem;
    }
    .section-posts,
    .relative {
        padding-left: 3rem;
    }
    .relative__title {
        font-size: 6rem;
        letter-spacing: -2px;
    }
    .relative__link-list {
        margin-top: 3.8rem;
    }
    .footer__col {
        min-width: 195px;
    }
    .mobile-menu-header {
        top: 3rem;
        left: 3rem;
        right: 3rem;
    }
    .mobile-menu-inner {
        height: 100%;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 0;
    }
    .academic-dignity .card-item {
        padding-left: 3%;
        padding-right: 3%;
    }
    .letter-title {
        font-size: 10.2rem;
    }
    .percent-title {
        font-size: 10rem;
        margin-left: 5px;
    }
    .cc-trinity-block {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .page-info-foursquare {
        width: 420px;
        height: 420px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .page-info-img {
        width: 420px;
    }
    .page-head-section .wrapper > .flex {
        height: 480px;
    }
    .modal_title {
        font-size: 4.6rem;
    }
    .modal_text {
        max-width: 100%;
    }
    .card-item-content-title {
        font-size: 14rem;
    }
    .card-item-events .card-title {
        font-size: 3rem;
    }
}
@media (max-width: 991px) {
    .card-title {
        font-size: 3.2rem;
    }
    .relative__title {
        font-size: 5rem;
    }
    .relative__link-list {
        margin-top: 2.8rem;
    }
    .footer__col {
        min-width: 155px;
    }
    .video {
        max-height: 65vw;
    }
    .footer__copyright-text {
        margin-right: 70px;
    }
    .page-sub-title {
        font-size: 6rem;
    }
    .academic-dignity .card-item {
        width: 100%;
        height: 295px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .academic-dignity .card-list {
        flex-wrap: wrap;
    }
    .foursquare-block {
        text-align: center;
    }
    .letter-title,
    .percent-title {
        font-size: 11.8rem;
        letter-spacing: -6.25px;
        margin-bottom: 12px;
        margin-left: 0;
    }
    .percent-title {
        margin-left: 12px;
        margin-bottom: 2px;
    }
    .percent-title span {
        font-size: 4.4rem;
    }
    .letter-title span {
        margin-left: 0;
        position: relative;
        top: 10px;
        left: -9px;
    }
    .foursquare-block .card-title {
        font-size: 4.5rem;
        line-height: 1;
        margin-bottom: 10px;
    }
    .academic-dignity .card-item-text {
        font-size: 2rem;
        letter-spacing: -0.38px;
        max-width: 235px;
        margin: 0 auto;
    }
    .academic-dignity .card-item-text br {
        display: none;
    }
    .foursquare-block .card-item-text {
        font-size: 2rem;
        letter-spacing: -0.4px;
    }
    .foursquare-block .link-text {
        font-size: 1.6rem;
    }
    .cc-trinity-count {
        font-size: 12rem;
        margin-bottom: 1rem;
    }
    .page-head-title {
        font-size: 4.5rem;
        letter-spacing: -2px;
    }
    .article-head-section .page-head-title {
        font-size: 2.8rem;
    }
    .article-head-section .posts__date {
        color: #fff;
        font-size: 1.4rem;
    }
    .page-info-img {
        width: 320px;
    }
    .page-info-foursquare {
        width: 320px;
        height: 320px;
        padding-left: 8%;
        padding-right: 8%;
    }
    .page-head-section .wrapper > .flex {
        height: 360px;
    }
    .modal_inner {
        width: 95%;
    }
    .card-item-content-title {
        font-size: 12.2rem;
    }
    .card-item-content-text {
        font-size: 2rem;
    }
    .card-item-content-inner {
        padding: 1rem;
    }
    .card-item-next .card-item-content-inner {
        padding: 3rem;
    }
    .news-card-list .card-item {
        margin-bottom: 80px;
    }
    .card-item-events .card-title {
        font-size: 2.6rem;
    }
}
@media (max-width: 767px) {
    .page-head-title {
        font-size: 5rem;
    }
    .article-head-section .page-head-title {
        font-size: 3.3rem;
    }
    .academic-dignity + .relative {
        padding-top: 6.3rem;
    }
    .mobile-menu-header {
        top: 20px;
        left: 20px;
        right: 20px;
    }
    .mobile-menu-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .menu-sub {
        padding: 32px 32px 40px;
    }
    .card-title {
        font-size: 2.4rem;
    }
    .link-video {
        margin-left: 0;
    }
    .title-xl {
        font-size: 12rem;
        letter-spacing: -3px;
    }
    .text-l {
        font-size: 2.8rem;
        letter-spacing: -1px;
    }
    .tab__text {
        font-size: 2.6rem;
        line-height: 1.18;
        margin-bottom: 10px;
        letter-spacing: -0.49px;
    }
    .tab__title {
        font-size: 2.6rem;
        letter-spacing: -1.04px;
    }
    .tab__title-accent {
        font-size: 3.9rem;
        letter-spacing: -1.56px;
        margin-top: -4px;
    }
    .tabs {
        min-height: 440px;
    }
    .tabs__action-text,
    .tab {
        font-size: 1rem;
        margin-right: 10px;
    }
    .tabs__pagination .tab:last-child {
        margin-right: 0;
    }
    .relative__title {
        font-size: 4rem;
    }
    .relative__link-list {
        margin-top: 1.6rem;
    }
    .column-logo {
        max-width: 162px;
    }
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .open_main_menu {
        margin-top: 4px;
    }
    .full-screen {
        min-height: 375px;
    }
    .intro-section .center-block {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
    }
    .block-up {
        margin-top: -30px;
    }
    .section-posts,
    .relative {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer {
        padding-top: 5.4rem;
    }
    .footer__group {
        font-size: 1.7rem;
        margin-top: 0;
        margin-bottom: 2.4rem;
    }
    .footer_list {
        margin-bottom: 7rem;
    }
    .footer_list a,
    .footer__link {
        font-size: 1.7rem;
        margin-bottom: 2px;
    }
    .footer__group__inner > div {
        margin-bottom: 1px;
    }
    .footer__text {
        font-size: 1.7rem;
        margin-bottom: 0;
    }
    .footer__group__inner {
        margin-bottom: 2.2rem;
    }
    .footer-xs-top {
        margin-bottom: 4.8rem;
    }
    .footer__list-icon {
        margin-bottom: 2.8rem;
        margin-top: 3.7rem;
        margin-left: 0.7rem;
    }
    .footer__list-icon li:last-child .footer__link-icon {
        margin-right: 0;
    }
    .footer__link-icon {
        margin-right: 40px;
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
    }
    .wise-pay-icon svg {
        width: 117px;
        height: 40px;
    }
    .footer__col {
        padding-right: 0;
    }
    .footer-xs-bottom {
        display: flex;
        justify-content: space-between;
        flex: none;
        width: 100%;
        margin-top: 102px;
        flex-direction: initial;
        padding-left: 6px;
        padding-right: 12px;
    }
    .footer-top {
        padding-bottom: 2.5rem;
    }
    .footer__logo-link {
        margin-bottom: 0;
    }
    .footer__copyright {
        display: block;
        padding-bottom: 19px;
    }
    .footer__copyright-text {
        margin-right: 0;
        display: block;
    }
    .d-sm-block {
        display: block;
    }
    .footer .flex {
        display: block;
    }
    .d-sm-block .relative__half {
        width: 100%;
    }
    .page-intro-block {
        padding: 76px 35px;
        align-items: flex-start;
        height: auto;
    }
    .page-title {
        font-size: 2.4rem;
        letter-spacing: -0.48px;
    }
    .page-sub-title {
        font-size: 5.4rem;
        letter-spacing: -2.32px;
    }
    .intro-block {
        margin-top: 31px;
        max-width: 100%;
        margin-left: 0;
    }
    .intro-block .desc-main {
        line-height: 1.25;
    }
    .intro-block .link-text {
        letter-spacing: normal;
    }
    .enrichment-section {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .examination-results-section {
        padding-top: 5.4rem;
        padding-bottom: 2rem;
    }
    .further-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .academic-dignity {
        padding-top: 2rem;
    }
    .page-intro-section {
        min-height: 773px;
        height: auto !important;
    }
    .life-section {
        padding-top: 1rem;
        padding-bottom: 8rem;
    }
    .life-section + .relative {
        padding-top: 6.3rem;
        padding-bottom: 6.5rem;
    }
    .cc-post-section {
        padding-bottom: 5rem;
    }
    .cc-trinity-block {
        height: 228px;
    }
    .cc-trinity-count {
        font-size: 9.7rem;
        margin-bottom: 2rem;
        letter-spacing: -5.14px;
    }
    .cc-trinity-block .primary-text {
        font-size: 2.2rem;
        letter-spacing: -0.44px;
    }
    .cc-trinity-block .card-title {
        font-size: 3rem;
        letter-spacing: -0.9px;
    }
    .page-info-img {
        max-width: 100%;
        padding-right: 20px;
        margin-bottom: 44px;
        width: 420px;
    }
    .page-info-img iframe {
        height: 300px;
    }
    .page-info-foursquare {
        max-width: calc(100% - 20px);
        margin-bottom: 65px;
        width: 420px;
        height: 420px;
    }
    .page-info-list {
        margin-right: 20px;
    }
    .page-head-section .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .page-head-section .wrapper > .flex {
        height: initial;
    }
    .page-head-img {
        height: 350px;
    }
    .page-head-section {
        padding-top: 9.5rem;
    }
    .page-head-desc {
        display: block;
        padding: 80px 21px 77px;
    }
    .page-head-top-title {
        font-size: 1.7rem;
        margin-bottom: 6px;
    }
    .page-head-desc .desc-main {
        margin-bottom: 0;
        max-width: 280px;
        font-size: 1.6rem;
        letter-spacing: -0.16px;
    }
    .stacktable.large-only {
        display: none;
    }
    table.table {
        width: 100%;
        line-height: 1.3;
        margin: 20px 0;
    }
    table.table tbody td:before {
        content: attr(data-th);
        font-size: 14px;
        color: #b4b4b4;
        font-weight: 700;
        flex: 0 0 50%;
        padding: 2px 7px;
    }
    table.table thead {
        display: none;
    }
    table.table tbody tr:nth-child(even) {
        background-color: #f8f8f8;
    }
    table.table tbody td:nth-child(1) {
        color: #000;
        padding: 7px 7px;
        font-weight: 500;
        letter-spacing: -0.19px;
    }
    table.table tbody td:nth-child(1):before {
        display: none;
    }
    table.table tbody td:last-child:before {
        padding-bottom: 14px;
    }
    table.table tbody td {
        border: none;
        display: flex;
        vertical-align: top;
    }
    .modal_inner {
        flex-direction: column;
        height: auto;
    }
    .modal_content {
        width: 100%;
        padding: 40px 20px 10px;
    }
    .modal_img {
        width: 100%;
        height: 300px;
    }
    .modal_text {
        padding: 20px 8px;
        height: auto;
    }
    .modal_title {
        font-size: 3.6rem;
    }
    .handbook_box {
        margin-bottom: 24px;
    }
    .card-item-content-title {
        font-size: 8rem;
    }
    .news-card-list .card-item {
        margin-bottom: 60px;
    }
    .card-item-events .card-title {
        font-size: 2rem;
    }
}
@media (max-width: 575px) {
    .wrapper > .card-item .card-image {
        padding-bottom: 50%;
    }
    .content ul:not([class]) li:before {
        background-color: #2d97ff;
    }
    .tabs-section {
        margin-bottom: 0;
    }
    .page-head-section {
        padding-bottom: 0;
    }
    .page-info-section {
        font-size: 1.6rem;
        padding-top: 1.6rem;
        line-height: 1.475;
    }
    .page-head-img {
        height: 231px;
    }
    .d-xs-block .relative__half {
        width: 100%;
    }
    .on-page-head h6,
    .on-page-head a {
        margin-bottom: 2px;
    }
    .page-info-section .card-title {
        font-size: 4.1rem;
        letter-spacing: -1.64px;
    }
    .on-page-body {
        max-width: 100%;
        margin-bottom: 6.6rem;
    }
    .on-page-footer {
        max-width: 100%;
    }
    .on-page-footer .card-title {
        margin-bottom: 38px;
    }
    .content ul:not([class]) {
        margin-bottom: 4.5rem;
    }
    .full-img {
        margin-bottom: 0;
    }
    .evaluation-section {
        padding-top: 0;
        padding-bottom: 7.5rem;
    }
    .page-info-foursquare {
        max-width: calc(100% + 40px);
        width: calc(100% + 40px);
        height: auto;
        padding-top: 55px;
        padding-bottom: 59px;
        margin: -1px -20px 65px;
    }
    .page-info-foursquare .card-title {
        font-size: 3.5rem;
        letter-spacing: -1.05px;
        line-height: 1.1;
    }
    .evaluation-section .content .card-title {
        margin-bottom: 2.2rem;
    }
    .evaluation-section .content h6 {
        margin-bottom: 3px;
    }
    .page-info-img {
        padding-right: 0;
        width: 100%;
        margin: 0 -20px 44px;
    }
    .page-info-img iframe,
    .page-info-img img {
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
    }
    .teaching-community-section .content .card-title {
        margin-bottom: 2.8rem;
    }
    .content p {
        margin-bottom: 3rem;
    }
    .teaching-community-section {
        padding-bottom: 0.7rem;
    }
    .teaching-community-section + .relative {
        padding-top: 0;
        padding-bottom: 12.2rem;
    }
    .teaching-community-section hr {
        margin-top: 9.8rem;
    }
    .m-xs-0 {
        margin-left: -20px;
        margin-right: -20px;
    }
    .d-xs-block {
        display: block;
    }
    .d-xs-none {
        display: none;
    }
    .intro-section .outer-half {
        margin-left: 0;
        padding-left: 2px;
    }
    .intro-section .center-block {
        padding-left: 30px;
        -webkit-transform: translateY(-66%);
        -moz-transform: translateY(-66%);
        -ms-transform: translateY(-66%);
        -o-transform: translateY(-66%);
        transform: translateY(-66%);
    }
    .title-main {
        font-size: 6rem;
        letter-spacing: -2.4px;
        margin-bottom: 25px;
        text-align: left;
    }
    .desc-main {
        margin-bottom: 7px;
        max-width: 95%;
        font-size: 1.7rem;
    }
    .link-text {
        font-size: 1.7rem;
    }
    .block-up {
        padding-bottom: 0;
        margin-top: -13.8rem;
    }
    .card-image {
        /*margin-bottom: 6px;*/
    }
    .card-title {
        font-size: 3.9rem;
        line-height: 1.05;
        letter-spacing: -1.75px;
        margin-bottom: 1rem;
    }
    .main-events .card-title {
        font-size: 3.5rem;
        letter-spacing: -1.57px;
        line-height: 1.15;
        margin-bottom: 1rem;
    }
    .btn-simple {
        padding: 0.8rem 1.4rem;
        font-size: 1.7rem;
    }
    .btn-simple:after {
        padding: 0.85rem 0 0.75rem;
        font-size: 1em;
        text-indent: 1.4rem;
    }
    .card-item {
        margin-bottom: 4.2rem;
    }
    .video {
        max-height: 660px;
        background-position: 35%;
        align-items: flex-start !important;
    }
    .video .wrapper {
        height: 100%;
    }
    .video .title-xl {
        position: absolute;
        top: 41px;
        left: 20px;
        font-size: 17.3rem;
        letter-spacing: -9.17px;
    }
    .text-l {
        font-size: 3.5rem;
        letter-spacing: -1.4px;
        top: 6px;
    }
    .link-video {
        margin-left: 0;
        font-size: 2rem;
        position: absolute;
        bottom: 14px;
        left: 20px;
        z-index: 2;
        letter-spacing: -0.4px;
    }
    .section-content {
        padding-top: 6.2rem;
        padding-bottom: 3.3rem;
    }
    .title-section {
        font-size: 4rem;
        letter-spacing: -1.6px;
    }
    .section-content .card-item,
    .scholl-section .card-item {
        position: relative;
        margin-bottom: 3rem;
    }
    .section-content .card-title {
        font-size: 3.2rem;
        letter-spacing: -1.92px;
    }
    .section-content .card-item .btn-simple,
    .scholl-section .card-item .btn-simple {
        padding: 0.8rem 1.4rem;
        font-size: 1.7rem;
        position: absolute;
        bottom: 8px;
        right: 0;
        z-index: 2;
    }
    .tabs {
        width: 100%;
        height: auto;
        max-height: initial;
        padding-top: 1.7rem;
        min-height: auto;
        padding-bottom: 8.7rem;
        padding-left: 3.3rem;
    }
    .tabs__item__head {
        margin-bottom: 5.7rem;
    }
    .tab__sub-text {
        font-size: 1.7rem;
        letter-spacing: -0.34px;
    }
    .tabs__item .link-text {
        letter-spacing: -0.2px;
    }
    .tabs__pagination .tab {
        font-size: 0;
        position: relative;
        width: 56px;
        height: 5px;
    }
    .tabs__pagination .tab:before {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #5e5e5e;
        width: 56px;
        height: 1px;
        content: "";
    }
    .tabs__pagination .tab.active:before {
        background-color: #fff;
        height: 3px;
    }
    .tabs__images {
        width: 100%;
    }
    .tab__item {
        position: relative;
    }
    .tabs__pagination {
        top: 6.8rem;
    }
    .section-posts {
        overflow: hidden;
        padding-top: 8.6rem;
        padding-bottom: 5.1rem;
    }
    .news-slider .slick-arrow {
        position: absolute;
        bottom: 27px;
        right: 50px;
        z-index: 2;
        font-size: 18px;
        color: #2d97ff;
    }
    .news-slider .slick-arrow.slick-prev {
        margin-right: 42px;
    }
    .news-slider {
        margin-left: -9px;
        margin-right: -9px;
    }
    .news-slider .slick-slide {
        padding-left: 9px;
        padding-right: 9px;
    }
    .posts__item {
        width: 316px;
    }
    .posts__image {
        height: auto;
    }
    .posts__date {
        font-size: 1.5rem;
        letter-spacing: -0.17px;
        margin-bottom: 4px;
    }
    .posts__date strong {
        margin-right: 4px;
    }
    .posts__title {
        width: 100%;
        margin-bottom: 18px;
        font-size: 2.6rem;
        line-height: 1.26;
        letter-spacing: -0.96px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .relative {
        padding-top: 6.3rem;
        padding-bottom: 6.5rem;
    }
    .relative .relative__half {
        width: 100%;
    }
    .relative__title {
        font-size: 4.6rem;
        letter-spacing: -2px;
        margin-bottom: 4.7rem;
    }
    .relative__link {
        font-size: 3rem;
        line-height: 1.1;
        letter-spacing: -0.9px;
        max-width: 312px;
    }
    .relative__link i {
        font-size: 2.4rem;
    }
    .academic-scholl {
        margin-top: -7.4rem;
    }

    .enrichment-section .title-section {
        margin-bottom: 1.6rem;
        font-size: 4.4rem;
        letter-spacing: -1.15px;
    }
    .enrichment-section .card-item {
        margin-bottom: 7rem;
    }
    .further-section .title-section {
        margin-bottom: 1.5rem;
        font-size: 4.4rem;
    }
    .further-section .card-image {
        margin-bottom: 1rem;
    }
    .further-section .card-item {
        margin-bottom: 77px;
    }
    .guidance-section {
        padding-top: 6.8rem;
        padding-bottom: 0;
    }
    .guidance-section .title-section {
        margin-bottom: 1.8rem;
    }
    .guidance-section .card-title {
        font-size: 4rem;
        letter-spacing: -1.8px;
        max-width: 95%;
    }
    .guidance-section .card-title br,
    .life-section .card-title br {
        display: none;
    }
    .guidance-section .card-item {
        margin-bottom: 7.2rem;
    }
    .life-section {
        padding-top: 0;
        padding-bottom: 2rem;
    }
    .life-section hr {
        margin-bottom: 2rem;
    }
    .life-section .card-title {
        font-size: 3.8rem;
    }
    .life-section .card-item {
        margin-bottom: 7.7rem;
    }
    .cc-scholl {
        padding-top: 5.3rem;
        padding-bottom: 3rem;
    }
    .cc-scholl .card-title {
        font-size: 3.2rem;
        letter-spacing: -1.28px;
        max-width: calc(100% - 180px);
    }
    .cc-scholl .card-image {
        margin-bottom: 1rem;
    }
    .cc-scholl .card-item .btn-simple {
        padding: 0.8rem 1.2rem;
        bottom: 6px;
        right: 26px;
    }
    .cc-post-section .card-item {
        margin-bottom: 6.4rem;
    }
    .cc-post-section {
        padding-top: 2.5rem;
        padding-bottom: 0.8rem;
    }
    .cc-post-section hr {
        margin-bottom: 3rem;
    }
    .card-item-events .card-title {
        font-size: 3rem;
    }
    .card-item-events .link-text {
        font-size: 1.7rem;
    }
}
@media (orientation: landscape) and (max-width: 767px) {
    .page-intro-block {
        padding: 10px 35px 60px;
    }
    .academic-scholl {
        margin-top: 0;
    }
    .page-sub-title {
        font-size: 4.4rem;
    }
    .full-screen {
        min-height: 400px;
    }
}
@media (max-width: 374px) {
    .title-main {
        font-size: 5rem;
    }
    .video .title-xl {
        font-size: 15.3rem;
        letter-spacing: -8.17px;
    }
    .desc-main,
    .link-text {
        font-size: 1.6rem;
    }
    .menu-prev-link {
        font-size: 2.2rem;
        margin-bottom: 4rem;
    }
    .posts__item {
        width: 282px;
    }
    .page-intro-block {
        padding: 32px 35px 76px;
    }
    .page-sub-title {
        font-size: 4.4rem;
    }
    .cc-scholl .card-item .btn-simple {
        right: 0;
    }
    .cc-trinity-block {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .tabs__pagination .tab {
        width: 50px;
    }
}

.mysteryTextBlack {
    display: none;
    color: #000;
}

.mysteryTextWhite {
    display: none;
    color: #fff;
}

.archive.category .intro-section + .block-up {
    z-index: 0;
}
.center-flex.wrapper.flex.grow.d-sm-block.page-intro-block {
    z-index: 10;
}

/**
 * New additional css helpers
 */
.w-50 {
	width: 50% !important;
}
.w-80 {
	width: 80% !important;
}
.w-90 {
    width: 90% !important;
}
.w-100 {
	width: 100% !important;
}
.empty-results h3 {
    font-size: 22px;
    text-align: center;
}