.entry-footer {
	display: none;
}

body {
	margin-bottom: 0 !important;
	position: relative;
}

footer {
	background-color: var(--ts-grey);
	color: white;
	padding: 20px 0;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap !important;
}

.footer-menu a {
	color: white;
	font-weight: bold;
}

.footer-menu .menu {
	justify-content: center; 
}

.footer-menu .current_page_item {
	display: none;
}

.footer-branding {
    width: 100%;
    height: 130px;
    margin: auto;
    z-index: 1;
    max-width: 130px;
}

.footer-brand-wrapper {
    border-bottom: 1px solid white;
    padding: 20px 0;
}

:root {
  	--ts-blue: #0C2342;
	--ts-grey: #292722;
	--ts-white: #f6f6ed;
}

.fullwidth-btn, .fullwidth-btn .btn {
	width: 100%;
	max-width: 100%;
}

section {
	position: relative;
}

section .column {
	z-index: 3;
}

section .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

section.video-bgn {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

section.video-bgn .yt-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 120%;
    z-index: -1;
    filter: brightness(40%);
    aspect-ratio: 16 / 9;
    pointer-events: none;
    user-select: none;
    transform: translateY(-50%) translateX(-50%);
}

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

section.middle .grid-container {
    width: 100%;
}

.btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

.btn {
    border: 1px solid;
    padding: .75rem 1rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: .75rem;
    transition: background-color .35s ease-out;
    text-align: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}

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

.main-navigation li:nth-child(2) { 
	margin-right: 100px;
}

.main-navigation .sub-menu li:nth-child(2) { 
	margin-right: 0;
}

.main-navigation li:nth-child(3) { 
	margin-left: 100px;
}

.main-navigation .sub-menu li:nth-child(3) { 
	margin-left: 0;
}

.site-header {
    position: relative;
    display: flex;
}

.site-branding {
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--ts-blue);
    z-index: 1;
    max-width: 130px;
}

.site-branding .custom-logo-link {
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.site-branding .custom-logo {
    height: 110px;
    width: auto;
}

.site-header {
    position: fixed;
    display: flex;
    background-color: var(--ts-grey);
    margin: auto;
    min-width: 100%;
    padding: 12px 0;
	z-index: 4;
}

.site-header .grid-container {
	width: 100%;
}

.site-header nav, .site-header nav li a {
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.site-header nav .search, .site-header nav .burger {
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-header nav .burger-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 6px;
}

.site-header nav .burger-menu span {
    width: 30px;
    height: 1px;
    background-color: white;
}

.site-header nav .menu .sub-menu {
    display: flex;
    flex-direction: column;
    background-color: black;
}
.site-header nav .menu .sub-menu .menu-item:hover {
	background-color: var(--ts-blue);
}

@media only screen and (max-width: 1023px) {
	.site-header .grid-container {
    	width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
	}
	.site-branding {
        position: relative;
        display: block;
        height: 100%;
    }
	.site-header nav {
        position: relative;
        display: block;
        height: 100%;
        padding-top: 15px;
    }	
	.site-header .grid-container, .site-header {
		padding: 0;
	}
	.site-header nav .search {
		display: none;
	}
	.main-navigation li:nth-child(2) {
		margin-right: 0;
	}
	.main-navigation li:nth-child(3) {
		margin-left: 0;
	}
	.main-navigation ul {
        display: flex;
        justify-content: flex-end;
    }
	.site-header nav .cell {
		margin: 0;
		height: fit-content !important;
	}
	.site-header nav .burger {
    	display: flex;
    	justify-content: flex-end;
    	align-items: center;
    	padding-right: 20px;
		margin-bottom: 14px;
	}
	.site-header nav li a {
		color: black;
	}
	.site-header nav .sub-menu li a {
		color: white;
	}	
	.site-header {
		background: linear-gradient(to bottom, black 0 32%, white 32% 60%, transparent 60% 100%);
	}
}

@media only screen and (max-width: 767px) {
	.main-navigation li:nth-child(2), .main-navigation li:nth-child(3) {
		display: none;
	}
	.main-navigation .sub-menu li:nth-child(2), .main-navigation .sub-menu li:nth-child(3) {
		display: block;
	}	
}

.menu-modal {
    position: absolute;
    height: 100vh;
    background-color: black;
    top: 58px;
    left: 0;
    padding: 60px 20px 20px;
    display: flex;
    flex-wrap: nowrap;
    width: 50%;
    max-width: 400px;
    min-width: fit-content;
	display: none;
	z-index: 1;
}

.menu-modal.active {
	display: block;
}

.menu-modal .menu {
    display: flex;
    flex-direction: column;
}

.menu-modal .menu .menu-item a {
    color: white;
    font-size: 26px;
    font-family: serif;
    margin-bottom: 25px;
}

.burger.active .burger-menu span:nth-child(2) {
	display: none;
}

.burger.active .burger-menu span:nth-child(1) {
	transform: rotate(45deg);
}

.burger.active .burger-menu span:nth-child(3) {
	transform: rotate(-45deg);
}

.burger.active .burger-menu {
    position: relative;
    width: 15px;
    height: 15px;
    right: 6px;
}

.burger.active .burger-menu span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

a:focus {
    outline: none;
}

section.background-repeat {
    background-repeat: repeat repeat;
    background-size: 190px auto;
    background-position: 100%, 0 0;
    background-attachment: scroll, scroll;
}

section.background-cover {
	background-size: cover;
    background-position: center;
}

.box-wrapper {
	padding: 25px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: 100%;
}

.box-wrapper.with-link:hover {
	opacity: 0.8;
}

.image-block.show-border {
    border: 1px solid #403e37;
    padding: 6px;
    background-color: white;
}

.column.background-image {
	background-size: cover;
    background-position: center;
}

section .column {
	position: relative;
}

section .column .overlay {
	background-color: #00000061;
}

.form-modal {
    position: fixed;
    width: 80%;
    max-width: 420px;
    right: 0;
	height: 80px;
    background-color: var(--ts-white);
	z-index: 9;
	max-height: 80px;
    bottom: 0;
    top: unset;
    transition: all ease 0.6s;
}

.form-modal .form-head {
    height: 80px;
    background-color: var(--ts-blue);
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
	position: relative;
	border-top: 2px solid white;
	border-left: 2px solid white;
}

.form-modal .close {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    width: 22px;
    height: 22px;
    text-align: center;
	display: none;
}

.form-modal.open .close {
	display: block;
}

.form-modal .form-head:hover {
	cursor: pointer;
}

.form-modal.open {
    height: 80vh;
    position: fixed;
    max-height: 800px;
}

.form-modal .form-wrapper {
	margin-top: 40px;
}

.form-modal .form-wrapper select, .form-modal .form-wrapper input {
	font-size: 12px;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #000 !important;
opacity: 1;
font-size: 12px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #000 !important;
opacity: 1;
	font-size: 12px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #000 !important;
opacity: 1;
	font-size: 12px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #000 !important;
opacity: 1;
	font-size: 12px;
}

.form-wrapper p {
	margin-bottom: unset;
}

.crs-section {
	padding: 100px 0 40px;
}

.crs-section .big-no {
    font-size: 120px;
    line-height: 130px;
    text-align: center;
    margin: 80px auto 20px;
	font-weight: bold;
}

.post, .page {
	margin: 0;
}

footer .menu .button, footer .menu a {
    padding: 10px;
}

.editor-wrapper {
	width: 100%;
}

aside {
	display: none;
}

.accordion-wrapper {
	width: 100%;
	margin-bottom: 30px;
}

.accordion-wrapper .editor-wrapper {
	display: none;
}

.accordion-wrapper.active .editor-wrapper {
	display: block;
}

.accordion-wrapper .minus, .accordion-wrapper.active .plus {
	display: none;
}

.accordion-wrapper.active .minus {
	display: block;
}

.accordion-wrapper .minus, .accordion-wrapper .plus {
	font-size: 18px;
}

.accordion-wrapper .heading-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #69696938;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-wrapper .heading-wrapper:hover {
	cursor: pointer;
}

@media only screen and (max-width: 1023px) {
	.menu-modal.open {
		top: 0;
	}
	.box-wrapper {
		width: 100% !important;
		height: auto !important;
	}
	.image-block {
		width: 100%;
	}
	section {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}	
	.btn-wrapper {
		width: 100%;
	}
	.no-margin-top-mobile {
		margin-top: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	.form-modal {
		width: 100%;
		max-width: 100%;
	}
	.form-modal .form-head {
		border: 0;
	}
	.form-modal.open {
    	height: 100%;
    	position: fixed;
    	max-height: 100%;
    	z-index: 99999;
	}
	.menu-modal {
    	position: fixed;
		height: 100vh;
    	top: 0;
    	width: 100%;
    	max-width: 100%;
    	z-index: 1;
	}
	.burger.active .burger-menu {
    	position: absolute;
    	width: 15px;
    	height: 15px;
    	right: 55px;
    	top: 16px;
    	z-index: 99;
	}	
}

.box-wrapper h3 {
	margin-bottom: 20px;
}

.search-form {
	text-align: center;
}

.icons {
	width: auto;
	height: 24px;
}

.social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: fit-content;
    column-gap: 8px;
}

.social-item i {
    font-size: 24px;
    color: var(--ts-blue);
}

.socials-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}

.socials-wrapper .divider {
	width: 100%;
	text-align: center;
}

.description-wrap {
    display: none !important;
    visibility: hidden !important;
}