/*!
Theme Name: tia
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tia
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'PT Serif', serif;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: 'PT Serif', serif;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'PT Serif', serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #1848a0;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
/* 	width: 200px; */
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.page .entry-title {
display: none;
}

@media screen and (min-width: 1024px){
	#menu-item-102085{
		display:none !important;
	}
}
/* Added Styles */


/* header#masthead {
	position:relative;
	z-index:999999;
}

.custom-logo-link {
	padding-top: 4px;
    margin-left: 235px;
    padding-bottom: 15px;
    max-width: 100%;
    height: auto;
}



a#qi-link  {
	color:black;	
}

a#calendar-link {
	color:#1848a0;
	background-color:#f2d398;
	padding: 13px 30px 14px 30px;
	position:relative;
}

a#calendar-link::after{
	position: absolute;
    content: '';
    max-width: 164px;
	width:100%;
    height: 55px;
	margin-top:67px;
	margin-left:-120px;
	border: 2px solid #1848a0;
	z-index:-999;
   
}
.main-navigation#site-navigation {
	background-color: #1848a0;
	color: #fff;
	max-height: 75px;
	text-decoration:none;
}

.menu-menu-1-container {
	display:flex;
	text-align:center;
}

.main-navigation ul {
	margin:auto;
	display:inline-block;
	text-align:center;
}

.main-navigation ul li {
	display:inline-block;
	text-align:left;
}

.main-navigation ul a {
	color:#fff;
	padding: 10px 67px;
	text-align:center;
	font-size:24px;
	
} 


.site-branding {
    display: flex;
    max-width: 1300px;
	margin:0px auto;
	justify-content:center;
}
.quick-links {
    
    display: flex;
    flex-grow: 1;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto !important;
}
.quick-links a {
    height: 60px;
}
.quick-links a:hover {
   color: #1848A0;
}
.quick-links a#calendar-link::after {
    margin-top: 25px;
    margin-left: -25px
}
ul#primary-menu li:hover a {
    color: #F2D398;
}

nav#site-navigation {
	display:flex;
	justify-content:center;
	
} */

/* 1st cover */

p.cover-text{
	font-size: 54px;
    line-height: normal;
    margin-left: 235px;
    margin-top: 252px;
    margin-bottom: 302px;
	    width: 83%;
}

/* //this will be replaced with a video */
#post-41 > div > div > div > div > div:nth-child(2) > i {
	font-size: 558px;
    color: #fff;
    opacity: 50%;
    line-height: normal;
    margin-left: 108px;
    margin-top: 88px;
}


/* 2nd cover */

div.blue-box {
	display:flex;
	height:324px;
	max-width:480px;
    width:100%;
	margin-top:100px;
	margin-left:355px;
	margin-bottom:120px;
	
}

div.blue-box::after{
	position: absolute;
    content: '';
    max-width:480px;
	width:100%;
    height: 324px;
	margin-top:21px;
	margin-left:-21px;
	border: 8px solid #1848a0;
	z-index:-999;
   
}


.nd-group  {
	max-width:600px;
	width:100%;
	height:210px;
	font-size:18px;
	margin-top:157px;
	margin-right:355px;
}

.nd-group1 {
	max-width:581px;
	width:100%;
	margin-left:235px;
	margin-top:304px;
	margin-bottom:300px
}

.nd-group1 p {
	font-size:30px;
}

.tia-h3 {
	font-size:50px;
	color: #f2d398 !important;
}

.nd-group1 a{
	color:#1848a0;
	background-color:#f2d398;
	padding: 13px 30px 14px 30px;
	position:relative;
	max-width:260px;
	width:100%;
	text-decoration:none;
	font-size:24px;
}

.nd-group1 a::after {
	position: absolute;
    content: '';
    max-width: 164px;
	width:100%;
    height: 55px;
	margin-top:1px;
	margin-left:-123px;
	border: 2px solid #FFF;
	z-index:-999;
}

.yellow-box {
	max-width:800px;
	width:100%;
	min-height:400px;
	
	background-color: #fff;
	color:#1848a0;
	font-size:24px;
	margin-top:200px;
	margin-right:235px;
	margin-left:186px;
	margin-bottom:200px;
}

.yellow-box::after{
	position: absolute;
    content: '';
    max-width: 800px;
	width:100%;
    min-height: 400px;
	margin-top: -366px !important;
    margin-left: -31px;
	border: 7px solid #f2d398;
	z-index:-999;
}

.yellow-box p{
	margin-bottom:0px;
	padding-left:14px;
	max-width:248px;
}

.fa-user-graduate, .fa-chalkboard-user, .fa-scroll, .fa-building, .fa-people-roof, .fa-language, .fa-lightbulb, .fa-child-reaching {
	color:#1c98ed;
	font-size:66px;
	padding-top: 33px;
    padding-right: 10px;
    padding-left: 55px;
	
}

.grid-container {
  display: grid;
  grid-template-areas:
  'icon1 item1 icon4 item4'
  'icon2 item2 icon5 item5'
  'icon3 item3 icon6 item6';
	padding-top:28px;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
}

.item1 { grid-area: item1; }
.icon1 { grid-area: icon1; }
.item2 { grid-area: item2; }
.icon2 { grid-area: icon2; }
.item3 { grid-area: item3; }
.icon3 { grid-area: icon3; }
.item4 { grid-area: item4; }
.icon4 { grid-area: icon4; }
.item5 { grid-area: item5; }
.icon5 { grid-area: icon5; }
.item6 { grid-area: item6; }
.icon6 { grid-area: icon6; }

#post-41 > div > div:nth-child(5) > div > div > div:nth-child(1) > div, #post-41 > div > div:nth-child(5) > div > div > div:nth-child(2) > div, #post-41 > div > div:nth-child(5) > div > div {
	gap:0em;
	margin-bottom: 0.25em;
}

#post-41 > div > div:nth-child(5) {
	padding:0;
}

.core-box-parent {
	width:100%;
	height:130px;
	margin-top:auto;
	position:absolute;
	z-index:999;
}
.core-box {
	height:110px;
	max-width: 479px;
    width: 100%;
	background-color:#f2d398;
	color:#1848a0;
	font-size:60px;
	margin:auto;
    margin-top:auto;
    position:absolute;
	text-align:center;
	z-index:999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.tree img{
    margin-left: 10%;
}

.white-box-div {
	width:100%;
	height: 324px;
	width:480px;
}
.white-box {
	height: 324px;
	max-width:480px;
	width:100%;
	background-color:#fff;
	margin:auto;
	text-align:center;
	font-weight:600;
	margin-top: 10%;
	position: relative;
	
}

.white-box p {
	
	max-width:450px;
	width:100%;
	
	font-weight:600;
	text-align:left;
	padding:23px 48px 58px 48px;
	font-size:23px;

}

.white-box::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
	left: 0;
	top: 0;
    margin-top: 20px;
    margin-left: -20px;
    border: 7px solid #1848a0;
    z-index: -999;
}

#post-41 > div > div:nth-child(7) > span {
	z-index: -1;
}

#post-41 > div > div.wp-block-cover.is-light.white-cover {
	border-top: 8px solid #1848a0;
	border-bottom: 8px solid #1848a0;
	z-index:999;
}


.calendar {
	height:884px;
	max-width:683px;
	width:100%;
	background-color:#f2d398;
	position: absolute;
    margin-top: -434px;
	z-index:999;
	
}

.cal-border {
	height:832px;
	max-width:632px;
	width:100%;
	border: 6px solid #E5AE5B;
	margin: 4%;
	
}


	.cal-border h3 {
		font-size:50px;
		color: #1848a0 !important;
		padding-left: 20px;
	}

#post-41 > div > div.wp-block-cover.is-light.white-cover > div > div > div:nth-child(2) > div.tribe-compatibility-container {
	position:absolute;
	z-index:99999;
	top:116px;
    right:400px;
}
#post-41 > div > div.wp-block-cover.is-light.white-cover > div > div > div:nth-child(2) > div.tribe-compatibility-container > div > div > header > h2 {
	display:none;
}

.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
	font-size:18px !important;
	color:#1848a0 !important;
}
.tribe-common .tribe-common-h2 {
	font-size:24px !important;
	color:#1848a0 !important;
}
.tribe-events-widget time {
	font-size:14px !important;
}

.tribe-common .tribe-common-h7 {
	font-size:28px !important;
	
}
.grid-container1 {
  display: grid;
  grid-template-areas:
  'box1 box2'
  'box3 box4';
grid-template-columns: repeat(2, 1fr);
  gap: 84px;
    position: absolute;
    z-index: 999;
    margin: auto;
     margin-top: -434px;
    margin-left: 7%;
}

.grid-container1 > div {
  background-color: #1848a0;
  font-size: 24px;
	height:400px;
	width:300px;
	position: relative;
	display:flex;
	justify-content:center;
	align-items:center;
}

.grid-container1 > div > p{
	color:#fff !important;
font-size: 40px;
text-shadow: 0 3px 6px #00000075;
	text-decoration:none;
}
.grid-container1 > div > a{
  text-decoration:none;	
	color:#fff !important;
font-size: 40px;
text-shadow: 0 3px 6px #00000075;
}
.box1{
	background:url("/wp-content/uploads/2023/02/About_TIA-Homepage-Icon-Images-4-1.png");
	background-size:cover;
}

.box2{
	background:url("/wp-content/uploads/2023/02/SL_TIA-Homepage-Icon-Images-3.png");
	background-size:cover;
}
.box3{
	background:url("/wp-content/uploads/2023/02/Resources_TIA-Homepage-Icon-Images-2.png");
	background-size:cover;
}
.box4{
	background:url("/wp-content/uploads/2023/02/Support_TIA-Homepage-Icon-Images-1.png");
	background-size:cover;
}

.fa-solid.fa-image{
	font-size:80px;
	color:#fff;
	  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	opacity:50%;

}

.news-col {
	position:absolute;
	z-index:999;
	margin-left: 13%;
    margin-top: -10%;
}

.news-col img{
	padding:17px;
}

.news span {
	font-size:24px;
	color:#1848a0;
	margin-left:20px;
	
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  border-left: 10px solid #1848a0;
	top:48px;
}

.news {
font-size:60px;
	color:#1848a0;
	margin:auto;
	padding-left:20px;
	text-align: center;
	position:relative;
}

.news-text {
	background-color:#fff;
	color:#1848a0;
	height:126px;
	width:360px;
	border: 6px solid #1848a0;
	font-size:24px;
	margin-left: 3%;
	margin-top: -5%;
	position:absolute;
	z-index:999;
}

.news-text p {
	padding-left:10px;
	margin-top:4px;
}
.news-text p:nth-child(2) {
	font-size:18px;
}

.quote1 {
	width:871px;
	margin-left:28%;
	line-height: 47px;
}
.quote {
	margin-left:30%;
}

.links-group {
	    margin-left: 175px;
}
.links {
	text-decoration:none;
	font-size:24px;
	color:#000000 !important;
	padding:20px;
}
#post-41 > div > div.is-layout-flex.wp-container-38.wp-block-columns > div:nth-child(2) {
	text-align:right;
}
.first-panel{
	transition: transform 1s ease;
	transform-origin:left;
}
.first-panel:hover {
	transform:scaleX(1.5);
}

.second-panel{
	transition: transform 1s ease;
	transform-origin:center;
}
.second-panel:hover {
	transform:scaleX(1.5);
}
.third-panel{
	transition: transform 1s ease;
	transform-origin:center;
}
.third-panel:hover {
	transform:scaleX(1.5);
}
.fourth-panel{
	transition: transform 1s ease;
	transform-origin:right;
}
.fourth-panel:hover {
	transform:scaleX(1.5);
}

.hero-title {
	padding-left:14rem;
	line-height:1.2;
}

/* About Page */
.caa-box-parent {
	width:100%;
	height:192px;
	margin-top: -37px;
	position: absolute;
	z-index:999;
}

.caa-box {
height:192px;
	max-width:1450px;
    width: 100%;
	background-color:#1848a0;
	color:#f2d398;
	font-size:40px;
	padding-top: 30px;
	margin:auto;
    position: absolute;
	text-align:center;
	z-index:999;
	top: 18%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.caa-box p{
	max-width:886px;
	margin:auto;
	line-height:1.2;
}

.about-col {
	margin-top:-30px !important;
}

.ca2-box-parent {
	width:100%;
	height:130px;
	margin-top: -37px;
	position: absolute;
	z-index:999;
}
.ca2-box {
height:86px;
	max-width:605px;
    width: 100%;
	background-color:#1848a0;
	color:#f2d398;
	font-size:40px;
	padding-top: 10px;
	margin:auto;
    margin-top: -140px;
    position: absolute;
	text-align:center;
	z-index:999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.white-box-div-a {
	width:100%;
	height: 324px;
	width:480px;
}
.white-box-a {
	height: 289px;
	max-width:678px;
	width:100%;
	background-color:#fff;
	margin:auto;
	text-align:center;
	font-weight:600;
	margin-top: 3%;
	margin-left: 35%;
	position: relative;
	
}

.white-box-a p {
	
	max-width:600px;
	width:100%;
	text-align:left;
	font-size:18px;
	padding-top: 36px;
    padding-left: 42px;
	
}

.about_intro {
	padding-bottom: 50px;
}

.white-box-a ul {
	text-align:left;
}

.white-box-a li {
	padding:5px;
}

.white-box-a::after {
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;;
    border: 7px solid #1848a0;
	top: 20px;
	left: -20px;
    z-index: -999;
}

.page-id-14 .wp-block-cover, .wp-block-cover-image {
	margin: 0 !important;
	padding: 0 !important;
}

.abt-pg-quote {
	padding-bottom: 20px;
    width: 474px;
    background-color: #ffffff;
    margin-top: 120px;
    text-align: center;
    padding-top: 27px;
    font-size: 18px;
    font-weight: bold;
	position: relative;
    left: 100px;
}

.abt-pg-quote::after {
	position: absolute;
    content: '';
    width: 100%;
    height: 75px;
	left:0;
	top: 0;
    margin-top: 20px;
    margin-left: -20px;
    border: 7px solid #1848a0;
    z-index: -999;
}

.about-pg-col {
	max-width:1450px;
	width:100%;
	margin:auto;
	text-align: center;
}

.about-pg-col p {
	max-width:271px;
	width:100%;
	margin: 0 auto;
	padding-top: 25px;
	text-align:left;
}

.ca3-box-parent {
width: 100%;
    height: 130px;
    top: -126px;
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
}

.ca3-box {
height: 100px;
    max-width: 605px;
    width: 100%;
    background-color: #1848a0;
    color: #f2d398;
    line-height: 1;
    font-size: 40px;
    padding-top: 22px;
    margin: auto;
    /* margin-top: -75px; */
    /* position: absolute; */
    text-align: center;
    z-index: 999;
    top: 50%;
    left: 50%;
   
}

.icon-title {
	font-size: 24px;
	font-weight:600;
	line-height:1.2; 
	color:#1848a0; 
	display:inline-block; 
	text-align:center;
	width:152px;
}

.learn-enroll {
	width:100%;
	text-align:center;
	margin-top: -106px;
}

a#learn-enroll {
	max-width:326px;
	width:100%;
	text-decoration: none;
    font-size: 24px;
	color:#ffffff;
    background-color: #1c98ed;
    padding: 11px 52px 11px 30px;
    position: relative;
	}

	a#learn-enroll::after{
	    position: absolute;
    content: '';
    max-width: 294px;
    width: 100%;
    height: 52px;
    margin-top: 1px;
    margin-left: -234px;
    border: 2px solid #1848a0;
    z-index: -999;
}
   
.arrow-right1 {
	width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 9px solid transparent;
    position: absolute;
    border-left: 16px solid #f9f9f9;
    top: 19px;
    right: 23px;

}

.table-links {
	border: 2px solid #f2d398; 
	max-width: 816px;
	margin:auto;
}

@media screen and (max-width:420px){
	.table-links {
		display:flex;
		flex-wrap:wrap;
	}
}
.yellow{
    color: #ffffff;
    text-align: center;
    border-right: 2px solid #f2d398;
	width: 204px;
	
}

.yellow a {
	text-decoration:none;
	color:#f2d398;
	font-size:24px;
}
.yellow:last-of-type{
    border-right: none;
}

.our-campuses {
	    margin-top: 60px;
    margin-bottom: 20px;
}

.accordion {
  background-color: #FFFFFF00;
  color: #f2d398;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 56px;
  transition: 0.4s;
	font-weight:600;
	padding-left: 156px;
    padding-right: 178px;
	
}

.accordion:last-of-type{
    border-right: none;
}

.campus-accordion {
	max-width: 1240px;
    border: solid 2px #f2d398;
    margin: auto;
}

.accordion:after {
  content: '\002B';
  color: #f2d398;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color:#FFFFFF00;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size:18px;
	border-bottom: 2px solid #f2d398;
	padding-left: 156px;
    padding-right: 178px;
}


.blue-box-small {
	    display: flex;
    height: 324px;
    max-width: 480px;
    width: 100%;
    margin-top: 100px;
    margin-left: 355px;
    margin-bottom: 120px;
}

.blue-box-small img {
	max-width:480px;
	width:100%;
	height:529px;
	
}
.blue-box-small::after {
	position: absolute;
    content: '';
    max-width: 459px;
    width: 100%;
    height:531px;
    margin-top: 21px;
    margin-left: -21px;
    border: 8px solid #1848a0;
    z-index: -999;
}

.blue-box-small-rt {
	    display: flex;
    height: 324px;
    max-width: 480px;
    width: 100%;
    
	margin-top: 230px;
    margin-left: 120px;
    margin-bottom: 120px;
}

.blue-box-small-rt img {
	max-width:480px;
	width:100%;
	height:529px;
}

.blue-box-small-rt::after{
		position: absolute;
    content: '';
    max-width: 459px;
    width: 100%;
    height:531px;
    margin-top: 21px;
    margin-left: -21px;
    border: 8px solid #1848a0;
    z-index: -999;
}

.about-col-2{
	 max-width: 559px;
    width: 100%;
    margin-left: 17vw !important;
    margin-top: 26vh !important;
}
@media screen and (max-width: 1850px){
	.mission-statement-cover {
		min-height: 800px !important;
}
}
@media screen and (max-width:600px){
	.mission-statement-cover {
		margin-top: -76px !important;
    padding-bottom: 12px !important;
	}
}

@media screen and (max-width:375px){
	.abt-pg-quote{
		padding:10px;
	}
}
/* TIA main campus page */
#post-510 > div > div:nth-child(4) > div {
	padding-bottom:80px;
}


.address-map {
	font-size:24px;
	line-height:1.2;
	margin-top:105px;
}

.call-arrow {
	width:100%;
	margin-top: 30px;
}

a#call-arrow{
	max-width:326px;
	width:100%;
	text-decoration: none;
    font-size: 24px;
	color:#1848a0;
    background-color: #f2d398;
    padding: 11px 52px 11px 30px;
    position: relative;
}

a#call-arrow::after{
	    position: absolute;
    content: '';
    max-width: 294px;
    width: 100%;
    height: 52px;
    margin-top: 1px;
    margin-left: -167px;
    border: 2px solid #1848a0;
    z-index: -999;
}

.arrow-right-blue {
	    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 9px solid transparent;
    position: absolute;
    border-left: 16px solid #1848a0;
    top: 19px;
    right: 23px;
}

.salary-box {
	width: 1250px; 
	height: 436px; 
	margin:auto; 
	background-color: #f2d398; 
	position: relative;
}
.salary-box h1 {
	color: #1848a0 !important; 
	font-size: 60px; 
	position: absolute;
	left: 50px;
}

.inner-salary-box {
	width: 1150px; 
	height: 251px; 
	border: 6px solid #E5AE5B; 
	position: absolute; 
	top: 160px; 
	left: 50px; 
	padding: 20px;
}

.inner-salary-box ul {
	font-size: 18px; 
	color: black; 
	display: flex; 
	flex-direction: column; 
	justify-content: space-evenly; 
	height: 100%; 
	list-style: disc outside;
}

.inner-salary-box ul li {
	flex:1;
}

.campus-staff .custom-fields:nth-child(even) {
    background-color: #C4D1E3;
	
}
	.we-believe {
		margin-top:-26px;
	}
/* Careers Page */

#gform_wrapper_9{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-top: -165px;
}
.ca-box-parent {
	width:100%;
	height:130px;
	margin-top: -37px;
	position: absolute;
	z-index:999;
}
.ca-box {
height:86px;
	max-width:605px;
    width: 100%;
	background-color:#1848a0;
	color:#f2d398;
	font-size:40px;
	padding-top: 10px;
	margin:auto;
    margin-top: -50px;
    position: absolute;
	text-align:center;
	z-index:999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fa-users, .fa-handshake, .fa-book, .fa-hand-holding-heart, .fa-face-smile-beam, .fa-suitcase, .fa-earth-africa {
	color:#1848a0;
	font-size:50px;
	padding-top: 18px;
    padding-right: 10px;
    padding-left: 55px;
	
}

.grid-container-c {
  display: grid;
  grid-template-areas:
  'icon1c item1c icon4c item4c'
  'icon2c item2c icon5c item5c'
  'icon3c item3c icon6c item6c'
  'icon7c item7c icon8c item8c';
	padding-top: 78px;
    max-width: 712px;
    text-align: left;
    margin: auto;
}

.grid-container-c > div {
  font-size: 18px;
}

.item1c { grid-area: item1c; }
.icon1c { grid-area: icon1c; }
.item2c { grid-area: item2c; }
.icon2c { grid-area: icon2c; }
.item3c { grid-area: item3c; }
.icon3c { grid-area: icon3c; }
.item4c { grid-area: item4c; }
.icon4c { grid-area: icon4c; }
.item5c { grid-area: item5c; }
.icon5c { grid-area: icon5c; }
.item6c { grid-area: item6c; }
.icon6c { grid-area: icon6c; }
.item7c { grid-area: item7c; }
.icon7c { grid-area: icon7c; }

.custom-fields{
	display: flex;
  flex-direction: row;
  align-items: center;
	padding-top:80px;
	padding-bottom:80px;
}
.custom-fields-bio{
	max-width:900px;
	width:100%;
	min-height:381px;
	margin-left:100px;
	margin-bottom:80px;
	margin-top:80px;
}

.custom-fields-bio p {
	font-size: 18px;
}

.custom-fields-bio h3 {
	font-size:60px;
	color:#1848a0;
	margin-bottom: -16px;
    margin-top: 10px;
}

p.position  {
	font-size:40px;
	color:#1848a0;
	line-height:1.2;
	margin-top:10px;
	margin-bottom:21px;
	
}
.bio p {
	max-width:900px;
	width:100%;
	height:381px;
	font-size:18px;
}
.custom-fields-img{
	margin-left:335px;
	height: fit-content;
	width:fit-content;
	position:relative;
	z-index: 1;
}

.custom-fields-img img {
	z-index:1;
}

.custom-fields-img::after {
	position: absolute;
    content: '';
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: 8px solid #1848a0;
    z-index: -1;
	top: 20px;
	left: -23px;
}
/* Student Life Page */

.student-img-1 {
	margin-left:-17px;
	z-index: -9;
    position: relative;
}

.yellow-right {
	background-color:#f2d398;
	width:601px;
	height:466px;
	margin-top: 143px;
    margin-left: -195px;
	position: relative;
}

.yellow-right h2 {
	color: #1848a0 !important;
    font-size: 40px;
    padding-top: 61.75px;
    padding-left: 60px;
	line-height:1;
	font-weight:400 !important;
}

.yellow-right p {
	width: 504px;
    padding-left: 60px;
    font-size: 18px;
}

.yellow-right::after{
position: absolute;
    content: '';
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: 8px solid #1848a0;
    z-index: -5;
	top: 20px;
	left: 20px;
}

.learn-more2{
	    width: 100%;
    text-align: center;
    margin-top: 30px;
	margin-left: -138px;
	position: relative;
    z-index: 1;
}

a#learn-more2{
	max-width: 326px;
    width: 100%;
    text-decoration: none;
    font-size: 24px;
    color: #ffffff;
    background-color: #1c98ed;
    padding: 11px 52px 11px 30px;
    position: relative;
}

a#learn-more2::after {
    position: absolute;
    content: '';
    max-width: 294px;
    width: 100%;
    height: 52px;
    margin-top: 1px;
    margin-left: -144px;
    border: 2px solid #1848a0;
    z-index: -999;
	
}

.student-img-2 {
	max-width: 1314px;
    margin-right: -19px;
	z-index: -9;
    position: relative;
}

.student-img-2 img {
	max-width: 1314px;
}

.yellow-left {
	    background-color: #f2d398;
    width: 601px;
    height: 466px;
    margin-top: 143px;
    margin-left: 131px;
	position: relative;
}

.yellow-left h2 {
	color: #1848a0 !important;
    font-size: 40px;
    padding-top: 61.75px;
    padding-left: 60px;
	line-height:1;
	font-weight:400 !important;
}

.yellow-left p {
	width: 504px;
    padding-left: 60px;
    font-size: 18px;
}

.yellow-left::after{
position: absolute;
    content: '';
    width: 100%;
    height: 100%;
	right: 20px;
	top: 20px;
    border: 8px solid #1848a0;
    z-index: -5;
}

/* Blog ARticles PAge */
.wp-block-column.blog-col {
	margin-left:335px;
}

ul.wp-block-categories-list.wp-block-categories  li {
	font-size:24px;
	font-weight:600;
	padding-bottom:10px;
}
/* Clubs Page */
.club-list {
	width: 790px;
    height: 272px;
    background-color: #f2d398;
    margin: auto;
    margin-top: -167px;
}

.lists-container {
  display: flex;
	padding: 67px;
    text-align: center;
}

.lists-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lists-container ul:not(:last-child) li:nth-child(2):after{
  content: "";
  /* width: 0px; */
  
  margin-left: 40px;
  position: absolute;
  height: inherit; 
  border: 1px solid black;
  height: 70px;
}


.lists-container li {
	color:#1848a0;
	font-size:24px;
	line-height:1.75;
}

.list-1, .list-2, .list-3 {
  flex: 1;
}

/* .border {
  border-right: 3px solid black;
} */

.clubs-intro {
	width:422px;
	margin-left:57px;
}

.margin-bottom {
	margin-bottom:150px;
}

.clubs-info-container {
	display: flex;
  justify-content: center;
}

.clubs-info {
	width:600px;
	height:339px;
	background-color:#f2d398;
	margin: 0 50px;
	
}

.clubs-info h2{
	padding-left:60px;
	color:#1848a0 !important;
	font-size:40px;
}

.clubs-info p {
	width:481px;
	padding-left:60px;
	
}

/* college */
.elementary-col-img {
	margin-left:115px;
}

.last-h2{margin-left: 355px;}
.highschool-col {
	    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.bio-imgs{
	display: flex; 
	justify-content: center;
	margin-left: 25%;
	max-width:380px;
	width:100%;
	height:547px;
	position: relative;
	
}

.bio-imgs::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border: 8px solid #1848a0;;
	top: 20px;
    left: -23px;
	z-index: -1;
}

.accordion1 {
  background-color: #1848a0;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 36px;
  transition: 0.4s;
	font-weight:600;
    padding-right: 178px;
	 float:left;
	padding-left: 50px;
	
}

.accordion1:last-of-type{
    border-right: none;
}

.college-accordion {
	max-width: 900px;
    border: solid 2px #1848a0;
    margin: auto;
  
}
.info {
  background-color:#1848a0;
  color:white;
  padding: 0 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  height:472px;
	padding-left: 50px;
}

.info h2 {
	font-size:40px;
	color:#f2d398 !important;
	padding-top:0;
	line-height: 1;
}
.accordion1:after {
  content: url('/wp-content/uploads/2023/02/Group-669.png');
  color: #f2d398;
  font-weight: bold;
  margin-left: 25px;
}

.active:after {
  content: url('/wp-content/uploads/2023/02/minus-circle-white.svg');
}

.panel1 {
  padding: 0 18px;
  background-color:#FFFFFF00!important;
  max-height: 0;
  overflow: hidden;
  color:black;
  transition: max-height 0.2s ease-out;
  font-size:18px;
	
	padding-left: 156px;
    padding-right: 178px;
}

.career-exploration-parent {
	width: 100vw; 
	margin-top:-281px; 
	display: flex; 
	justify-content: center; 
	align-items: left;
}

.career-exploration-outer {
	width: 1250px; 
	height: 547px; 
	background-color:#f2d398 ; 
	display: flex; 
	flex-direction: column;
}

.career-exploration {
	width:1150px; 
	height:329px; 
	margin:auto; 
	border:solid 6px #E5AE5B;
	display: flex;
    flex-direction: column;
	justify-content: center;
}

.career-exploration > p{
	margin-bottom:12px !important;
	margin-left:40px;
}

.college-career-fair .wp-block-column:nth-child(1){
	position: relative;
	left: 150px;
}

.college-career-fair figure {
	position: relative;
}

.college-career-fair figure::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border: 5px solid #1848a0;;
    top: 20px;
    left: -20px;
	z-index: -1;
}

.college-career-fair  p {
	max-width:509px;
	width:100%;
	height:131px;
	margin-top:50px;
	margin-bottom:auto;

}

.college-career-fair p:last-child {
		color:#1848a0;
	font-weight:700;

}

.fair-participants-parent {
	width: 100vw; 
	margin-top:-74px; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}

.fair-participants-outer {
	width: 1450px; 
	height: 634px; 
	background-color:#f2d398 ; 
	display: flex; 
	flex-direction: column;
}

.fair-participants {
	width:1370px; 
	height:436px; 
	margin:auto; 
	border:solid 6px #E5AE5B;
	display: flex;
    flex-direction: row;
	justify-content: center;
}

.one, .two, .three {
	  width: 33.33%;
  height: 200px;
	margin-left:50px;
	font-size: 20px;
	line-height:.8;
	margin-top:30px;
}
.fair-participants > p{
	
	margin-left:40px;
}

.college-preparedness figure {
	position: relative;
	left: 200px;
}

.college-preparedness figure::after {
	content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border: 5px solid #1848a0;
    top: 20px;
    left: -20px;
    z-index: -1;
}

.college-preparedness-group  {
		max-width:650px;
	width:100%;
	height:381px;
	margin-top:50px;
	margin-bottom:auto;
}

div.is-layout-flex.wp-container-14.wp-block-columns.college-preparedness > div:nth-child(2) > div > div > h2 {
	    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px;
}

.college-preparedness2  {
		max-width:529px;
	width:100%;
	height:381px;
	margin-top:50px;
	margin-left:355px;
	margin-bottom:auto;
}
.college-preparedness3 img {
	margin-right: 0px;
}

.college-preparedness3 figure {
	position: relative;
}

.college-preparedness3 figure::after {
	content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border: 5px solid #1848a0;
    top: 20px;
    left: 20px;
    z-index: -1;
}

/* . {
	width:100%;
	text-align:center;
	margin-top: -106px;
} */

a#resources-btn {
	max-width:248px;
	width:100%;
	text-decoration: none;
    font-size: 24px;
	color:#f2d398;
    background-color: #1848a0;
    padding: 11px 52px 11px 30px;
    position: relative;
	}

	a#resources-btn::after{
	    position: absolute;
    content: '';
    max-width: 294px;
    width: 100%;
    height: 52px;
    margin-top: 1px;
    margin-left: -171px;
    border: 2px solid #1c98ed;
    z-index: -999;
}
   
.arrow-right5 {
	width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 9px solid transparent;
    position: absolute;
    border-left: 16px solid #f2d398;
    top: 19px;
    right: 23px;

}

.last-img img {
	margin-left:355px;
}
/* Enrollmentpages */

#enroll-btn{
	max-width:365px;
	width:100%;
	height:50px;
	padding: 11px 30px;
	border:solid #1848a0 3px;
	font-size:24px;
	text-decoration:none;
}

.enrollment-paragraph {
	max-width:550px;
	width:100%;
	height:171px;
	margin-top:161px;
	font-size:18px;
}

#gform_wrapper_1{
	max-width:1250px;
	width:100%;
	margin:auto;
}

#gform_wrapper_1 h3.gform_title {
	font-size:40px;
	color:#1848a0;
}

#gform_wrapper_1 h3.gf_progressbar_title {
	font-size:18px;
	color:#1848a0;
	
}

#gform_wrapper_1 h2.gsection_title{
	font-size:40px;
	color:#1848a0;
}

#gform_wrapper_1 label.gfield_label {
	font-size:24px;
	color:#1848a0;
}

#gform_wrapper_1 .gform_next_button_1_112 input{
	max-width:220px;
	width:100%;
	height:50px;
	background-color:#1c98ed;
}
/* Enrollment pages */

.online-enrollment {
	display:flex;
}

#gform_wrapper_3{
	max-width:1250px;
	width:100%;
	margin:auto;
}

#gform_wrapper_3 h3.gform_title {
	font-size:40px;
	color:#1848a0;
}

#gform_wrapper_3 h3.gf_progressbar_title {
	font-size:18px;
	color:#1848a0;
	
}

#gform_wrapper_3 h2.gsection_title{
	font-size:40px;
	color:#1848a0;
}

#gform_wrapper_3 label.gfield_label {
	font-size:24px;
	color:#1848a0;
}

#gform_wrapper_3 .gform_next_button_1_112 input{
	max-width:220px;
	width:100%;
	height:50px;
	background-color:#1c98ed;
}


/* Tour Page */
#gform_wrapper_7{
	max-width:1250px;
	width:100%;
	margin:auto;
}

#gform_wrapper_7 h3.gform_title {
	font-size:40px;
	color:#1848a0;
}

#gform_wrapper_7 h3.gf_progressbar_title {
	font-size:18px;
	color:#1848a0;
	
}

#gform_wrapper_7 h2.gsection_title{
	font-size:40px;
	color:#1848a0;
}

#gform_wrapper_7 label.gfield_label {
	font-size:24px;
	color:#1848a0;
}

#gform_wrapper_7 .gform_next_button_1_112 input{
	max-width:220px;
	width:100%;
	height:50px;
	background-color:#1c98ed;
}

/* .ginput_container_text {
	border:solid 2px #1848a0;
}
 */
/* .ginput_container_phone {
	margin-left: -86px!important;
    margin-top: -110px;
    width: 295px;
	border:solid 2px #1848a0;
}

.ginput_container_email{
	margin-top:-108px;
	border:solid 2px #1848a0;
} */
.ginput_container_number {
	margin-top:-40px;
/* 	border:solid 2px #1848a0; */
}
.ginput_container_textarea{
/* 	border:solid 2px #1848a0; */
}

#gform_submit_button_7 {
	    background-color: #1c98ed;
    color: white;
    max-width: 221px;
    width: 100%;
    height: 50px;
    font-size: 24px;
    padding: 4px;
}

input#gform_submit_button_7::after{
		    position: absolute;
    content: '';
    max-width: 221px;
    width: 100%;
    height: 52px;
    margin-top: -100px;
    margin-left: -234px;
    border: 2px solid #1848a0;
    z-index: -999;
}

/* Teacher Salary PAge */
.salary-list {
	margin-left:375px;
}

.salary-p {
	margin-left:335px;
}

/* Covid-page */

.covid-info {
	margin-left: 335px;
}

/* Travel-logs */
.tia-mobile-buttons {
	display:none;
}
.travellog-title {
	margin-left:335px;
	
}

.travellog-title figcaption {
	margin-left: -140px;
	max-width: 400px;
}

.travellog-title img {
	margin-left:-140px;
	max-width:400px;
	width:100%;
	height:300px;
	
}

.travellog-title p:first-of-type{
	max-width:1000px;
	width:100%;
	margin-right:585px;
	line-height:1.2;
}

.travellog-title p, .travellog-title h2 {
	max-width:750px;
	width:100%;
}

.travel-title {
	margin-left:235px;
	position:absolute;
}

.travel-log-intro {
max-width: 396px;
    width: 100%;
    height: 326px;
    background: #f2d398;
    padding: 33px 51px 36px 70px;
    position: absolute;
    top: 277px;
    left: 246px;
}

.travel-log-intro-mobile { 
	display:none;
}

.travel-log-intro p {
	max-width: 242px;
    width: 100%;
    line-height: 1.8;
    font-weight: 600;
}

.travel-log-intro::after {
position: absolute;
    content: '';
    max-width: 386px;
    width: 100%;
    height: 333px;
    margin-top: -291px;
    margin-left: -39px;
    border: 7px solid #1848a0;
    z-index: -999;
}

/* tia-travel-page */


@media screen and (max-width:1920px){
	.travel-logs-g2 img {
		margin-left:2vw;
	
}
}

@media screen and (max-width:1850px){
	.travel-logs-g1 h2 {
		margin-left:145px;
	
}
		.travel-log-intro {
			left:170px;
		}
}

@media screen and (max-width:1650px){
	.travel-logs-g1 h2 {
		margin-left:100px;
	
}
		.travel-log-intro {
			left:123px;
		}
}

@media screen and (max-width:1570px){
	.wp-block-columns.wp-container-5{
		flex-wrap:wrap!important;
	}
.wp-block-column.travel-col-1, .wp-block-column.travel-col-2 {
    width: 100%;
	flex-basis: 100% !important;
	justify-content:center;
		text-align:center;
	
	margin:auto;
}
	.travel-title,  .travel-log-intro{
		position:relative;
	}
	.travel-title {
		text-align:center;
	}
	.travel-logs-g1 h2{
		width: 522px;
		margin:auto;
		margin-top: 100px;
	}	
	
	.travel-log-intro{
		top: initial;
		left: initial;
		margin: 40px auto 0 auto;
	}
	
	.travel-log-intro::after{
		    margin-left: -179px;
	}
}

@media screen and (max-width:1024px){
	.travel-log-intro {
		display:none;
	}
	
	.travel-log-intro-mobile{
		display:block;
		max-width: 396px;
    width: 100%;
    height: 326px;
    background: #f2d398;
    padding:43px 51px 45px 57px;
		font-weight:600;
		line-height:2.2;
    top: initial;
		left: initial;
		margin: 40px auto 0 auto;
	}
	.travel-log-intro-mobile::after {
    position: absolute;
    content: '';
    max-width: 386px;
    width: 100%;
    height: 333px;
	margin-top: -282px;
    margin-left: -173px;
    border: 7px solid #1848a0;
		z-index: -999;
	}
	
	.travel-logs-g2 img {
		display:none;
	}
	
	.travel-logs-spacer{
		display:none;
	}
	
.tia-logs-container {
  max-width: 622px;
  margin:0 auto;
	display:flex;
}
.tia-logs-column {
  max-width:320px;
}


.tia-logs-column a{
  text-decoration: none;
}

.tia-logs-box {
  background-color: #1C98ED;
  width:300px;
  margin: 10px;
  text-align:center;
  font-size:24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 40px;
  color:#ffffff;
}




.arrow-right3 {
  width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #f9f9f9;
  
    
}


	
}

@media screen and (max-width:920px){
	.travel-log-intro-mobile {
		padding:35px 51px 39px 47px;
	}
	.travel-log-intro-mobile::after {
		    margin-top: -272px;
   			margin-left: -168px;
	}
	
	
}

@media screen and (max-width:768px){
	.travel-logs-g1 h2 {
		font-size:51px !important;
	}
	
	.tia-logs-container {
   flex-direction:column;
		max-width:320px;
  }
}

@media screen and (max-width:524px){
	.travel-log-intro-mobile::after {
		    display:none;
	}
	
	.travel-logs-g1 h2 {
		max-width:100%;
		
	}
	
	.travel-log-intro-mobile {
		background:none;
		max-width:100%;
		text-align:center;
		padding:0 10px 0 10px;
		    height: 213px;
	}
	

	
}


/* faq page */
.faq-title{
	margin-left:205px;
}
/* Code of Conduct */

.code-of-conduct {
	margin-left:355px;
	max-width:750px;
	width:100%;
}

.both-col {
	margin-left: 15vw;
}
.both-col * {
	max-width:600px;
	width:100%;
}

#post-22 > div > div.is-layout-flex.wp-container-4.wp-block-columns.ctn-70.support_intro.blue_box > div:nth-child(2) > div.is-layout-flex.wp-block-buttons > div > a:hover {
	color:white !important;
}
#post-22 > div > div.is-layout-flex.wp-container-19.wp-block-columns.support_donate-cta.ctn-70 > div:nth-child(1) > div > div > a:hover {
	color:white !important;
}

#input_7_4 {
	columns:2;
}

#input_7_3{
	width:25%;
}
/* mobile styles */

.mobile-header {
	display:none;
}

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

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

.w-1000 {
	max-width: 1000px !important;
}

.w-800 {
	max-width: 800px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ctn-70 {
	width: 70%;
	margin:0 auto;
}

.ctn-60 {
	width: 60%;
	margin: 0 auto;
}

.culture_international {
	width: 70%;
	margin: 0 auto;
	padding-top: 75px;
}

.culture_international h2 {
	line-height: 1;
	margin-bottom: 0;
}

.culture_international p {
	width: 600px;
}

.culture_international .wp-block-buttons {
	flex-direction: column;
}

.culture_international .wp-block-button a {
	width: 319px;
	height: 50px;
	background: white;
	border: 3px solid #1848A0;
	color: #1848A0;
	border-radius: 0;
	display: flex;
	align-items: center;
	font-size: 24px;
}

.culture_international figure {
	height: 534px;
	width: 530px;
	position: relative;
}

.culture_international img {
	height: 100%;
	width: 100%;
}

.culture_international figure::after {
	content: '';
	position: absolute;
	height: 534px;
	width: 530px;
	border: 5px solid #1848a0;;
	top: 15px;
	left: -20px;
	z-index: -1;
}

.culture_celebrate figure {
	height: 466px;
	width: 480px;
	position: relative;
}

.culture_celebrate figure img {
	height: 100%;
	width: 100%;
}


.culture_celebrate figure::after {
	content: '';
	position: absolute;
	height: 466px;
	width: 480px;
	border: 7px solid #1848a0;;
	top: 15px;
	left: -20px;
	z-index: -1;
}

.culture_celebrate p {
	width: 650px;
}

.culture_celebrate .wp-block-columns {
	gap: 0;
}

.culture_celebrate .wp-block-columns .wp-block-column:nth-child(2){
	padding-right: 200px;
}

.culture_celebrate figcaption {
	padding-top: 30px;
	width: 500px;
	font-size: 18px;
}

.culture_language figure {
	height: 340px;
	width: 480px;
	position: relative;
}

.culture_language img {
	height: 100%;
	width: 100%;
}

.culture_language p {
	width: 650px;
}

.culture_language  .wp-block-columns .wp-block-column:nth-child(2) {
	display: flex;
	justify-content:center;
}

.culture_language ul {
	padding: 0;
	margin: 0;
	padding-left: 25px;
	padding-top: 15px;
}

.blue_box figure {
	position: relative;
}

.blue_box figure::after {
	content: '';
	position: absolute;
	border: 7px solid #1848a0;;
	top: 15px;
	left: -20px;
	z-index: -1;
	height: 100%;
	width: 100%;
}

.culture_language figure::after {
	height: 340px;
	width: 480px;
}

.culture_programs {
	padding-top: 50px;
}

.culture_programs .wp-block-column {
	padding: 20px;	
}

.culture_programs figure {
	width: 579px;
	height: 325px;
	margin: 0 auto;
}

.culture_programs img {
	width: 100%;
	height: 100%;
}

.culture_programs iframe {
	height: 325px !important;
}

.culture_language-cta {
	width: 830px;
	margin: 0 auto;
	line-height: 1;
	padding-top: 35px;
}

.culture_festivals p {
	width: 650px;
}

.culture_festivals i {
	color: #1848A0;
	font-size: 50px;
}

.culture_festivals .culture_festivals-social p {
	width: 830 !important;
	margin: 0 auto;
	padding-top: 20px;
	line-height: 1;
	font-weight: bold;
}

.culture_festivals figure {
	position: relative;
}

.culture_festivals figure img{
	height: 330px;
	width: 480px;
	
}

.culture_festivals figure::after {
	height: 330px;
	width: 480px;
}

.culture_festivals .wp-block-columns {
	gap: 0;
}

.culture_festivals .wp-block-column .wp-block-columns:last-of-type p {
		width: 830px; 
		margin: 0 auto;
}

.culture_festivals .wp-block-cover img {
	object-fit:contain;
}

@media screen and (max-width: 1850px){
	.about_mission {
		flex-direction: column;
	}
	
	.about_mission .wp-block-column:nth-child(1){
		padding-bottom: 20px;
	}
	
	.about_mission .white-box-a {
		margin-left: 0;
		margin: 0 auto;
	}
	
	.ca2-box {
		margin-top: -94px !important;
	}
	
	
	.abt-pg-quote {
		margin: 43px auto;
    	left: 0px;
		
	}
	.ca2-box-parent {
    width: 100%;
    height: 130px;
    margin-top: -79px;
    position: absolute;
    z-index: 999;
	}
	
	.ca3-box-parent {
    width: 100%;
    height: 130px;
    top: -126px;
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
	}
	.college-career-fair .wp-block-column:nth-child(1){
	position: relative;
	left: 0px;
}
	
	.college-preparedness figure {
		position: relative;
		left: 100px;
	}
	
	.college-preparedness2 {
		margin-left: 150px;
	}
	
	
	
}

@media screen and (max-width: 1500px){
	.culture_programs iframe, .culture_programs figure {
		width: 100%;
	}
	
	.culture_festivals p {
		width: 90% !important;
	}
	
	.bio-imgs {
		margin-left: 10%;
	}
}

@media screen and (max-width: 1450px){
	.culture_celebrate .wp-block-columns .wp-block-column:nth-child(2){
	padding-right: 0px;
	}
	
	.culture_language p {
		width: 90%;
	}
	
	.culture_language-cta {
		width: 90%;
	}
	
	.w-1000 {
		width: 90%;
	}
	.culture_celebrate p {
		width: 90%;
	}
	.fair-participants {
		width: 90%;
	}
	
	.college-preparedness figure {
		left: 0px;
	}
	
	.college-preparedness2 {
		margin-left: 50px;
		height: fit-content;
	}
	
	.custom-fields-bio h3 {
		font-size: 50px !important;
	}
	
	.about-col-2 {
		margin-left:10vw !important;
	}
	
}

@media screen and (max-width: 1370px){
	.ca3-box-parent {
		margin-top: 70px !important;
	}
	
	.ca3-box {
		position: static;
		transform: none;
		margin-top: 0;
	}
	
	.sec-cover {
		padding: 30px 0px !important;
	}
	
	.about-pg-col {
		padding-bottom: 20vh;
		
	}
	
	.learn-enroll {
		padding-bottom: 40px;
	}
	
	div.icon-title {
    display:block;
    margin: 0 auto;
   margin-top: 20px;
} 

.about-pg-col {
    max-width: 950px;
  }
}


@media screen and (max-width: 1200px){
	
	.culture_international {
		flex-direction: column-reverse;
	}
	
	.culture_celebrate .wp-block-columns {
		flex-direction: column;
	}
	
	.culture_language .wp-block-columns {
		flex-direction: column-reverse;
	}
	
	.culture_celebrate .wp-block-columns .wp-block-column:nth-child(2){
		padding-top: 125px;
		text-align: center;
	}
	
	.college-career-fair p {
		margin: 0 auto;
		padding-top: 50px;
	}
	
	
	.culture_celebrate figure {
		margin: 0 auto;
	}
	
	.culture_celebrate figcaption {
		padding-bottom: 50px;
	}
	
	.culture_international figure {
		margin: 0 auto
	}
	
	.culture_language h2 {
		text-align: center !important;
	}
	
	.culture_festivals .wp-block-column .wp-block-columns {
		margin: 0 auto;
		text-align: center;
	}
	
	.culture_festivals .wp-block-column .wp-block-columns:nth-child(odd){
		flex-direction: column;
	}
	.culture_festivals .wp-block-column .wp-block-columns:nth-child(even){
		flex-direction: column-reverse;
	}
	
	.one-col-mobile {
		flex-direction: column;
		height: fit-content !important;
	}
	
	.college_coach .college-accordion {
		float: none !important;
		margin: 0 auto !important;
	}
	
	.one-col-mobile p {
		height: fit-content !important;
	}
	
	.college_coach .info {
		height: fit-content;
	}
	
	.career-exploration {
		width: 90%;
		height: fit-content;
	}
	
	.career-exploration-outer {
		width: 100%;
		height: fit-content;
	}

	.one-col-mobile-r {
		flex-direction: column-reverse;
	}
	
	.one-col-mobile .nd-group {
		margin: 0 !important;
		width: 90%;
		margin: 0 auto !important;
	}
	
	
	.one-col-mobile .blue-box {
		margin: 0 auto;
	}
	
	.about-col .nd-group {
		margin: 0 auto;
	}
	
	.nd-group {
		height: fit-content;
	}
	
	.blue-box-small {
		margin: 0;
		height: fit-content;
	}
	
	.blue-box-small-rt {
		margin: 0 auto;
		height: fit-content;
	}
	
	.about-col-2 {
		margin: 0 auto !important;
	}
	
	.blue-box-ctn {
		margin: 0 auto !important;
	}
	.blue-box-ctn .blue-box-small {
		margin-left: 0 !important;
		margin: 0;
	}
	
	.about_intro .blue-box {
		margin: 0 auto;
	}
	
	.ca2-box {
		height: fit-content;
	}
	
	.static-mobile  {
		padding: 0 !important;
	}
	
	.static-mobile .ca-box-parent {
		margin-top: 0;
	}
	
	.static-mobile .ca-box {
		position: static;
		transform: none;
	}
	
	.reverse-col {
		flex-direction: column-reverse;
	}
	
	.mobile-center {
		margin: 0 auto !important;
	}
	
	.mobile-spacer {
		height: 50px;
	}
	
	.college-accordion {
		margin-left: 0 !important;
	}
	
	.bio-imgs {
/* 		margin: 0; */
		margin: 0 auto;
	}
	
	.student-img-1, .student-img-2 {
		margin: 0 auto;
	}
	
	.student-img-1 figure, .student-img-2 figure {
		margin: 0 !important;
	}
	
	.one-col-mobile .yellow-right, .one-col-mobile .yellow-left {
		margin-left: 0px;
		margin: 0 auto;
		width: 90%;
	}
	
	.one-col-mobile .yellow-right p, .one-col-mobile .yellow-left p {
		width: 90%;
	}
	
	.yellow-right, .yellow-left {
		height: fit-content;
		padding-bottom: 50px;
	}
	
	.learn-more2 {
		margin-left: 0px !important;
	}
	
	.student_two .wp-block-column {
		width: 90% !important;
		margin: 0 auto;
	}
	
	.student-img-2 img {
		max-width: auto !important;
/* 		width: auto; */
	}
	
	.page-id-16 figure {
		text-align: center;
	}
	
	.page-id-16 img {
		width: 90%;
	}
	
	.page-id-16 .wp-block-cover, .wp-block-cover-image {
		padding: 0;
	}
	
	.clubs-intro {
		width: 90% !important;
	}
	
	.club-list {
		width: 90% !important;
		height: fit-content;
	}
	
	.club-list .lists-container {
		flex-wrap: wrap;
		padding: 20px 0px !important;
	}
	
	.club-list .lists-container ul {
		min-width: 210px;
		flex: 33%;
	}
	
	.clubs-info-container {
		align-items: center;
		gap: 25px;
	}
	
	.clubs-info, .clubs-info p, .clubs-info h2 {
		width: 90%;
		height: fit-content;
		padding: 10px;
		margin: 0 auto;
	}
	
	.lists-container ul:not(:last-child) li:nth-child(2):after {
		content: none;
	}
	
	
	
	.college-preparedness-group {
		height: fit-content;
		margin: 0 auto;
	}
	
	.college-preparedness2 {
		margin: 0 auto;
		height: fit-content;
	}
	
	.college_links .wp-block-column:nth-child(2){
		text-align: center;
		margin: 0 auto;
	}
	
	.fair-participants-parent {
		width: 95%;
		margin: 0 auto;
	}
	
	.career-exploration-parent {
		width: 95%;
		margin: 0 auto;
	}
	
	.custom-fields-bio h3 {
		font-size: 45px !important;
	}
	
	.campus-staff {
		padding-top: 125px;
	}
		
}



@media screen and (max-width:1770px){
	.culture_international {
		width: 85%;
	}
	
	.ctn-70 {
		width: 85%;
	}
	
	.ctn-60 {
		width: 85%;
	}
	
	div.blue-box {
		margin-left:224px;
	}
	
		.tree img {
		width:78%;
	}
	
	.last-img img {
		margin-left: 100px;
	}
	
	.college_links h2 {
		margin-left: 50px !important;
	}
}


@media screen and (max-width: 1700px){
	.blue-box-ctn .blue-box-small {
		margin-left: 8vw;
	}
}

	
@media screen and (max-width:1660px){
		.nd-group1{
		margin-left:85px;
	}
	
	.yellow-box {
		 width: 750px;
	}
	
	.yellow-box::after {
		width: 747px;
    height: 369px;
	}
	
/* 		.white-box {
		margin-top:7%;
		margin-left: -4%;
	} */
	


}

@media screen and (max-width:1465px){
	#post-41 > div > div > div > div > div:nth-child(2) > i {
		font-size:500px;
	}
	p.cover-text {
		font-size:35px;
		line-height: normal;
    margin-left: 162px;
    margin-top: 170px;
    margin-bottom: 150px;
	}
	
	.custom-logo-link {
		margin-left:70px;
	}
	
	.quick-links {
		margin-right:109px;
	}
	.main-navigation ul a {
		
    padding: 10px 28px;
    font-size: 22px;
	}
	
	div.blue-box {
		margin-left:170px;
	}
	.wp-block-column.col-2 {
		flex-direction:column;
	}
		.yellow-box {
		width:685px;
		height:360px;
		margin-top:277px;
		margin-left:173px;
	}
	
	.yellow-box::after {
		width:681px;
		height:359px;
		margin-top: -360px !important;
    margin-left: -26px;
	}
	
	.grid-container {
		padding-top:20px;
	}
	
	.grid-container > div {
		font-size:19px;
	}
	
/* 	.white-box {
		width:458px;
	}
	
	.white-box::after {
		margin-left: -254px;
	} */
	
		.wp-container-28 {
		flex-direction:column-reverse;
	}
	
	.tree img {
		margin-top:40px;
    	margin-left: 19%;
		width:68%;
	}
/* 	
	.white-box {
		margin-top: 20px;
    	margin-left: 32%;
	} */
	.wp-container-31 {
		flex-direction:column;
	}
	
	#post-41 > div > div.wp-block-cover.is-light.white-cover > div > div > div:nth-child(1) {
		margin:auto;
	}
	
	#post-41 > div > div.wp-block-cover.is-light.white-cover > div > div > div:nth-child(2) {
		margin:auto;
	}
	
	.grid-container1{
		position:relative;
		margin:0;
	}
	
	.calendar{
		position:relative;
		margin:0;
	}
	

	
	.news-col {
		position:relative;
		margin:0;
	}
	
	.quote1{
		margin:auto;
	}
	
	.culture_international p {
		width: 90%;
	}
	.culture_international h2 {
		font-size: 50px !important;
	}
	
	.culture_celebrate h2 {
		font-size: 50px !important;
	}
	
	.page-id-18 .container {
		width: 90%;
		height: fit-content;
		padding: 25px 0px;
	}
	.page-id-18 .container1 {
		width: 90%;
		height: fit-content;
		padding: 25px 0px;
	}
	
	.page-id-18 .left-column, .page-id-18 .right-column {
		width: 90%;
		height: fit-content;
		padding: 25px 0px;
	}
}



@media screen and (max-width:1370px){
	
	div.blue-box {
		margin-left:58px;
		height:264px;
		width:420px;
	}
	
	div.blue-box::after{
	position: absolute;
    content: '';
    width: 420px;
    height: 264px;
	margin-top:21px;
	margin-left:-21px;
	border: 8px solid #1848a0;
	z-index:-999;
   
	}

	.nd-group {
		width:470px;
	}
	
		.wp-container-16 {
		flex-direction:column;
	}
	
	.nd-group1 {
		margin:auto;
	}
	
		
	.yellow-box {
		margin:auto;
		margin-top:100px;
		margin-bottom:100px;
	}
	
	.salary-box {
		width: 90%;
		margin: 0 auto;
		height:fit-content;
		padding: 35px 0px;
	}
	
	.salary-box h1 {
		left: 0;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	
	
	
	.salary-box div {
		position: inherit !important;
	}
	
	.salary-box h1 {
		position: inherit !important;
	}
	
	
	.inner-salary-box {
		left: 0px;
		margin: 0 auto;
	}
	
	.salary-box .inner-salary-box {
		width: 90%;
		top: 0px;
		height: fit-content;
	}
}

@media screen and (max-width:1280px){
	#post-41 > div > div > div > div > div:nth-child(2) > i {
		font-size:300px;
		margin-left: 115px;
    margin-top: 60px;
	}
	p.cover-text {
		font-size: 35px;
    line-height: normal;
    margin-left: 86px;
    margin-top: 91px;
    margin-bottom: 54px;
	}
	
	
	.custom-logo-link {
		margin-left:70px;
	}
	
	.quick-links {
		margin-right:74px;
	}
	
	.quick-links a{
		padding: 18px;
    	font-size: 18px;
	}
	
	a#calendar-link {
	padding: 10px 23px 11px 21px;
	}

	a#calendar-link::after{
	width: 117px;
    height: 46px;
    margin-top: 67px;
    margin-left: -87px;
   
	}
	.main-navigation ul a {
		
    padding: 10px 28px;
    font-size: 22px;
	}
	
	.caa-box {
		height: fit-content;
		padding: 20px 0px;
	}

	
	

}


@media screen and (max-width:1024px){
	.mobile-header {
		    display: flex;
    min-height: 160px !important;
		padding:none;
	}
	.mobile-header figure {
		text-align:center;
	}
	
	#post-41 > div > div.wp-block-cover.is-light.mobile-header > div > div {
		margin-bottom:0;
	}
	
	body > div.mob-menu-header-holder.mobmenu > div.mobmenul-container {
		margin-top:12px !important;
	}
	
	div.blue-box::after {
		width:390px;
	}
	.wp-container-11 {
		flex-direction:column;
	}
	
	div.blue-box {
		margin:auto;
		margin-top:50px;
	}
	.sec-cover .wp-block-columns {
		flex-direction: column;
		text-align: center;
	}
	
	.sec-cover .nd-group {
		margin-top: 0px !important;
		padding-top: 25px !important;
	}
	
	.nd-group {
		    margin: auto;
    width: 90%;
	height: fit-content;
    margin-top: 50px;
    margin-bottom: 50px;
	}
	#post-41 > div > div:nth-child(6) > span {
		height:788px;
	}
	.white-box {
		margin-left:24%;
	}

	.news-text {
		position:relative;
		margin:auto;
		width:260px;
	}
	#post-41 > div > div.is-layout-flex.wp-container-39.wp-block-columns > div:nth-child(1) > div > figure > img {
		margin-left:32px;
	}
	
	.links-group {
		margin-left:75px;
		line-height:2;
	}
	.links{
		margin-bottom:15px;
	}
	
	.campus-accordion .accordion {
		font-size: 40px !important;
		padding-left: 25px !important;
		
	}
	
	.white-box-a {
		height: fit-content;
		padding: 20px 0px;
}
	
	.fair-participants {
		flex-direction: column;
		height: fit-content;
	}
	
	.fair-participants-outer {
		height: 100%;
		padding-bottom: 50px;
	}
	
	.one, .two, .three {
		height: fit-content;
		margin: 0 auto;
	}
	
	.custom-fields {
		flex-direction: column;
		padding-top: 100px;
	}
	
	
	.custom-fields-bio {
		margin-left: 0px;
	}
	
	.custom-fields .position {
		font-size: 25px;
	}
	
	.custom-fields-img {
		margin: 0 auto !important;
	}
}
	
	@media screen and (max-width:1024px){
		.about-pg-col{
			max-width:850px;
		}
		.we-believe {
			margin-top:-100px;
		}
		
	}
@media screen and (max-width:920px){
	#post-41 > div > div > div > div > div:nth-child(2) > i {
		display:none;
	}
	
	.custom-fields-bio {
		width: 90%;
		margin: 0 auto;
		padding-top: 50px;
	}
	
	.salary-box h1 {
		font-size: 50px;
	}
	
	.principal_name {
		font-size: 50px !important;
		padding-left: 10px !important;
	}
	
	.college-accordion h2, p {
		padding-left: 10px;
	}
	
	.accordion1 {
		padding-left: 30px;
	}
	
	.info {
		height: fit-content !important;
	}
	
	.panel1 {
		padding: 0px 18px !important;
	}

}

@media screen and (max-width:768px){
	.abt-pg-quote {
		width: 90%;
		margin: 0 auto;
	}
	
	.club-list .lists-container ul {
		padding-bottom: 10px;
	}
	
	.about-col-2 {
		padding: 0px 20px;
	}
	
	.about_intro {
		padding: 100px 0px;
	}
	
	.panel {
		padding: 0px 10px;
	}
	
	.about_mission {
		padding: 50px 0px;
	}
	
	.accordion:after {
		padding-right: 15px;
	}
	
	.yellow-box:after{
		display:none;
	}
	
	.yellow-box {
		width:100%;
	}
	
	.white-box {
		margin-left:0%;
		margin: 0 auto;
	}
	
	.tree img {
	margin-left: 6%;
    width: 93%;
	}
	
	.grid-container-c {
		display: block;
		text-align: center;
	}
	
	.grid-container-c i {
		padding: 0px 20px;
	}
	

	.news-col img {
		margin-left:20%;
	}
	
	.news-text {
		margin-top: -70px;
	}
	
	.quote1 {
    width: 100%;
	}
	
	.links-group {
		margin:auto;
		text-align:center;
	}
	
	.links{
		margin:auto;
		padding: 10px;
	}
	
	#post-41 > div > div.is-layout-flex.wp-container-39.wp-block-columns > div:nth-child(1) > div > figure > img {
		margin:auto;
	}
	
	.campus-accordion .accordion {
		font-size: 30px !important;
		width: 100%;
		margin: 0 auto;
		padding: 20px 0px;
	}
	
	.salary-box .inner-salary-box ul {
		margin: 0;
	}
	
		.ca3-box-parent {
		height: fit-content !important;
		left: 0px;
	}
	
	.ca3-box {
	height: 100%;
    padding-bottom: 20px

	}
	
	
	
	.bio-imgs {
		height: fit-content !important;
	}
	
	.caa-box {
		font-size:34px;
	}
	
}

@media screen and (max-width:722px){
		.white-box-a::after{
			display:none;
		}
		.abt-pg-quote::after{
			display:none;
		}
	}
@media screen and (max-width:524px){
	.blue-box-small::after{
		display:none;
	}
	.blue-box-small-rt::after{
		display:none;
	}
		
	}
@media screen and (max-width:425px){
	p.cover-text {
		margin:auto;
		font-size: 26px;
		top: 14%;
		position:absolute;
    padding: 5px;
	}
	
	div.blue-box {
		width:100%;
		margin-top:0;
		padding-left:4vw;
	}
	div.blue-box::after {
		display:none;
	}
	
	.nd-group {
		width: 326px;
   		margin-top: -25px;
    	margin-bottom: 127px;
	}
	
	.nd-group1 p {
    font-size: 22px;
	}
	
	#post-41 > div > div.wp-block-cover.aligncenter.is-light.align-wide {
		min-height:250px;
		position:relative;
	}
	
	.tia-h3 {
		font-size: 36px;
	}
	
	
	.grid-container {
	grid-template-areas:
  'icon1 item1 '
  'icon2 item2 '
  'icon3 item3 '
  'icon4 item4 '
  'icon5 item5 '
  'icon6 item6 ';
	padding-top:28px;
	padding-bottom: 26px;
	padding-right:16px;
}
	
	
	.yellow-box {
		width:100%;
		height:100%;
		margin-top: 24px;
	}
	
	.yellow-box::after {
		display:none;
	}
	
	.white-box {
		margin:auto;

	}
	
	.white-box p {
		font-size:20px;
	}
	
	.white-box::after {
		display:none;
	}
	
	.tree img {
		margin-left: 2%;
    	width: 100%;
	}
	.grid-container1 {
		grid-template-areas:
        'box1'
		'box2'
        'box3'
		'box4';
		grid-template-columns: repeat(1, 1fr);
		
	}
	
	.col-p {
		font-size:36px !important;
	}
	
	.news-col img {
		margin:auto;
	}
	
	.news {
		padding-left:0;
		font-size:33px;
	}
	
	.news span {
    font-size: 21px;
	}
	
	.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    border-left: 10px solid #1848a0;
    top: 20px;
	}
	#post-41 > div > div:nth-child(8) > div > div:nth-child(3) {
		height:20px !important;
	}
	
	.custom-fields-img {
		width: 70%;
	}
	

}

@media screen and (max-width:375px) {
	p.cover-text {
		top:8%;
	}
	
	.white-box p {
		font-size:18px;
	}
	
	.news {
		font-size:27px;
	}
	
	.arrow-right {
		top: 13px;
	}
	
	#post-41 > div > div.is-layout-flex.wp-container-39.wp-block-columns > div:nth-child(1) > div > figure > img {
		width:90%;
		
	}
	
	.blue-box {
		padding-left:0px;
	}
}

@media screen and (max-width:320px) {
	p.cover-text {
		font-size: 22px;
	}
	
	.nd-group {
    width: 274px;
    margin-top: -25px;
    margin-bottom: 155px;
	}
	
	.fa-user-graduate, .fa-chalkboard-user, .fa-scroll, .fa-building, .fa-people-roof, .fa-language {
		    padding-left: 26px;
	}
	
	.white-box {
		height: 272px;
	}
	
	.white-box p {
		font-size:18px;
		padding: 17px 12px 58px 20px;
	}
	
	.grid-container1 {
		gap:34px;
	}
	
	.grid-container1 > div {
		width: 268px;
	}
	.news {
		font-size:27px;
	}
	
	.arrow-right {
		top: 13px;
	}
	
	#post-41 > div > div.is-layout-flex.wp-container-39.wp-block-columns > div:nth-child(1) > div > figure > img {
		
	width: 76%;
    margin-left: 11%;
}
		
	
	
	.quote1 {
		font-size:30px;
	}
}



.homework-packets-container {
	max-width: 1275px;
	margin: 0 auto;
	display: grid;
	column-gap: 25px;
	row-gap: 10px;
	grid-template-columns: repeat(2, calc(50% - 12.5px));
}


.homework-accordion {
  background-color: #1848A0;
  color: #FFFFFF;
  cursor: pointer;
  padding: 18px 60px;
  width: 100%;
  border: none;
  border-radius: 0;
  text-align: left;
  outline: none;
  font-size: 24px;
  transition: 0.4s;
	font-weight:600;
	
}

.homework-accordion:after {
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  float: right;
  margin-top: -5px;
}
.homework-accordion.plus:after {
	content: '\2295';
}
.homework-accordion.minus:after {
	content: '\2296';
	font-size: 38px;
    margin-top: -10px;
    margin-right: -3px;
}
	
.homework-panel {
	padding: 0;
  background-color:#FFFFFF00;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size:18px;
}

.homework-panel a {
	width: 100%;
	display: block;
	padding: 18px 60px;
	font-size: 18px;
	color: black;
}

.homework-panel a:nth-child(even) {
	background-color: #FFFFFF;
}

.homework-panel a:nth-child(odd) {
	background-color: #ECECEC;
}

.homework-filters .wpc-filters-widget-wrapper {
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 15px));
	column-gap: 25px;
}

.wpc-instead-of-posts-found {
	display: none;
}

.homework-packets-header {
	color: white;
	padding: 7px 55px;
	background: #1848A0;
	margin-bottom: 10px;
}

.homework-packets-header h1 {
	margin: 0;
}

/* articles page */

.categories-group {
	  width: 450px;
  height: 620px;
  border: solid 6px #1848a0;
  display: flex;
  
  margin:auto;
}

.categories-group h2{
	font-size:40px; 
	color:#1848a0 !important;
	margin-left: 0px !important;
	padding-left: 0px !important;
}

.blog-col {
	margin-left: 120px !important;
}


ul.wp-block-categories {
	list-style-type: none;
	padding-left: 0px !important;
	margin-left: 0px !important;
}

@media screen and (max-width: 1400px) {
		.blog-col {
		margin-left: 60px !important;
	}
}

@media screen and (max-width: 1200px) {
	.article-column-container {
		flex-direction: column !important;
	}
	
	.blog-col {
		order: 3 !important;
	}
	
	.blog-col ul {
		margin-left: 0 !important;
	}
	
	.categories-list-column-container {
		margin-bottom: 80px !important;
	}
	
}

@media screen and (max-width: 1200px) {
	.blog-col {
		margin-left: 20px !important;
	}
}

@media screen and (max-width: 500px) {
	.categories-list-column-container .categories-group {
		width: 96% !important
		max-width: 450px !important;
	}
}

@media screen and (max-width: 400px) {
	.categories-list-column-container .categories-group {
		border: none !important;
		border-bottom: 6px solid #1848A0;
	}
}

.widefat td, .widefat th {
    color: #50575e;
    width: 40% !important;
}