/*!
Theme Name: riverside
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: riverside 
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 with others.

riverside is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography.
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */
 
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	overflow-x: hidden;
}

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

/**
 * Remove the margin in all browsers.
 */
*[style*="FONT-SIZE"],
body {
    font-family: Montserrat !important;
	margin: 0;
	color: #172B54 !important;
	font-size: calc(0.4vw + 12px) !important;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

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

/**
 * Remove the gray background on active links in IE 10.
 */
/*
a:not(.button):not([href*="tel"]):not(.ab-item) {
	background-color: transparent;
	color: #0c47c1 !important;
}
*/
.home .news h3:not(.no-pad),
.news-block h3{
	min-height:110px;
}

#tribe-events h3 a
{
    color: #172B54 !important;
}

.tribe-events-tooltip h3
{
	font-size: calc(0.1vw + 14px) !important;
	padding: 1vh 0 !important;
}

.tribe-events-page-title
{
    margin-top: 3vh;
}

/**
 * 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}


.strong {
	font-weight: 600;
}
/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea,
.pum-content p {
	color: #404040;
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a div.cover
{
	transition: 0.3s;
}

a {
	color: #6babde !important;
	transition: 0.3s;
}

a:visited {
	color: #6babde !important;
}

a:hover, a:focus, a:active {
	color: #000 !important;
}

a:focus {
	outline: #000;
}

a:hover div.cover,
a:hover, a:active {
	outline: #000;
	text-decoration: none !important;
	opacity: 0.7;
}

/*
.cat-item a i,
*/
#top-menu .lang-item a,
#top-menu .menu-item a,
#social-menu .menu-item a
{
    color:#fff !important;
}

#top-menu li.lang-item.current-lang
{
    display: none;
}

#social-menu .menu-item a i
{
    font-size: calc(0.4vw + 18px);
}

/*
#posts-navigation > .cat-item.has-submenu
{
    pointer-events: none;
}
*/

#posts-navigation > .posts-list,
#posts-navigation > .schools-list
{
   display: none;
}

.lang-item a,
.menu-item a,
#posts-navigation li a
{
    font-size: calc(0.2vw + 14px);
    line-height: calc(0.5vw + 14px);
    min-height: calc(1vw + 16px);
    vertical-align: middle;
}

.children.schools
{
    display: none;
    top: 0 !important;
    left: 98% !important;
}

.children.schools li
{
    display: none;
}

.children.schools.showed,
.children.schools li.showed
{
    display: block;
}

#posts-navigation li a
{
    /*
    padding: calc(14vh - 100%) 2vw; */
    padding: 2vh 2vw;
    font-size: calc(0.2vw + 14px);
    line-height: calc(0.5vw + 14px);
    min-height: 8.4vh;
}



#posts-navigation li.cat-item > a
{
    display: table-cell !important;
    border-collapse: separate;
    vertical-align: middle;
    height: 65px;
}



/*
.menu-item a:hover,
.cat-item a:hover
{
    background-color: rgba(0,0,0,0.05);
}
*/

ul.menu
{
    list-style:none;
    margin:0 !important;
}

#school-menu
{
    padding-left:0 !important;
}

ul.menu li
{
    display:inline-block;
    font-family: Montserrat;
    margin-left: 1vw;
    margin-right: 1vw;
}

#posts-navigation li a
{
    color: #172B54 !important;
    font-weight: bold;
}

#posts-navigation > li > a
{
    text-align: center;
    width: 12vw;
}

#posts-navigation > li.cat-item.current-cat-ancestor > a,
#posts-navigation > li.cat-item.current-cat > a,
#posts-navigation > li:hover a
{
    background-color: #fed967;
    opacity: 1;
}


#posts-navigation > li .children a
{
    display: block;
    width: 100%;
    font-weight: 400;
    padding: 0.5vh 1vw;
    min-height: auto;
    transition: color 0.3s !important;
}

#posts-navigation ul.children > li.cat-item.current-cat > a,
#posts-navigation > li .children a:hover,
#posts-navigation li.active > a
{
    font-weight: 500;
    color: #6daae0 !important;
    letter-spacing: -0.15px;
    background-color: #ffd34a;
}

/*
#posts-navigation li.active > ul.children.showed
{
    background-color: #ecce73 !important;
}
*/

#primary-menu a
{
    width: 10vw;
}

#social-menu.menu li
{
    margin-left: 0;
    margin-right: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

*/

.menu-toggle {
    background-color: transparent;
    border: none;
    color: #fff;
	position: absolute;
    z-index: 1;
}
/*
#top-menu .is-form-style input.is-search-input
*/
input.is-search-input {
    padding: 2px 10px !important;
    border-radius: 10px !important;
    border: none;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 100 !important;
    font-family: Montserrat !important;
}

#main-navigation
{
	width: 100% !important;
    float: right;
    position: relative;
    padding: 1.3vh 2vw 2.5vh;
}

#posts-navigation
{
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
}

#top-navigation,
#primary-menu,
#posts-navigation
{
    text-align: right;
}

#primary-menu,
#posts-navigation
{
    text-align: right;
    padding-right: 10vw;
    padding-left: 0;
}

#top-navigation > div
{
    display: inline-block;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}

.pum-title, .popmake-title,
h2, h3 {
    font-size: calc(0.65vw + 14px) !important;
}

.pum-theme-cutting-edge div.pum-title,
div.pum-title,
div.popmake-title
{
    font-weight: bold;
    color: #fed967;
    text-transform: uppercase;
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

body.admin-bar #site-navigation {
	margin-top:32px;
}

.updated:not(.published) {
	display: none;
}
/*
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

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

.text-left
{
    text-align:left;
}

.center-block
{
    margin:auto;
}

.wrapper
{
    width:1440px;
    max-width:100%;
    margin:auto;
}

.wp-block-button__link
{
    background-color: #FED967;
    padding: 2vh 2.5vw;
    font-weight: bold;
    border-radius: 0;
    font-size: calc(0.4vw + 12px) !important;
}

.button
{
    padding: 2vh 2.5vw;
    font-weight: bold;
}

h1, h2, h3, h4, h5, address
{
    padding: 1vh 1.5vw;
}

/*
.single-post h3,
.single-post h4,
.single-post h5
{
    padding: 1vh 0;
}
*/

.post-type-post #editor h3,
.post-type-post #editor h2,
.single-post h3,
.single-post h2
{
    text-transform: uppercase;
    color: #fed967;
}

.single-post hr
{
    border: 2px solid #FED967;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

h1
{
    color: #172B54;
}

h2
{
    display: inline-block;
}

footer p {
    margin-bottom: 0;
}

.home .banner h1,
.banner h1
{
    /*
    padding: 41vh 0 40vh 9vw;
    */
    padding: 20% 0 20% 17%;
    background-image: url(/wp-content/themes/riverside/images/poly-title.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: left;
    color: #172B54;
    max-width: 70vh;
    line-height: calc(1.7vw + 18px);
    font-size: calc(1.7vw + 14px);
    left: 20vw;
}

.banner .container
{
    padding-top: 7vh;
}

body:not(.home).single-school .banner h1
{
    background-image: url(/wp-content/themes/riverside/images/poly-title_school.png) !important;
    padding: 32vh 5vw 29vh 5vw;
    max-width: 75vh;
}

body[class*="school-"] #posts-navigation li a,
body.single-school #posts-navigation li a
{
    min-height: calc(0.5vw + 14px);
    display: block;
}

.tribe-events-read-more
{
    display: none;
}

body:not(.home) .banner h1
{
    padding: 30vh 0 29vh 11vw;
}

.home .banner,
.banner
{
    position:relative;
	/*
    max-height: 140vh;
	*/
}

/*.home .banner:after,
.banner:after
{
    content: '';
    background-image: url(/wp-content/themes/riverside/images/poly2.png);
    display: block;
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    width: 15vw;
    height: 15vw;
    top: 30vh;
    right: 22%;
    margin: auto;
    background-size: contain;
}*/

.home .banner:after
{

    top: 40vh;
    right: 22%;
}

/*
.home .banner:before
{
    display:block;
    position:absolute;
    bottom:0;
    width:100%;
    content:'';
    height: 20vh;
    background-color:rgba(240,240,240,0.8);
}
*/

.home .overlay
{
    height: 10vh;
}

.bg-yellow
{
    background-color: #FED967;
}

.bg-yellow-trans
{
    background-color: #fed967cc;
}


.bg-yellow-light
{
    background-color: #fff6d9;
}

/*
#site-navigation .bg-yellow-trans
{
    background-color: transparent !important;
}
*/
/*
#posts-navigation > li > ul.children:before,
#site-navigation .bg-yellow-trans:before
{
    display:block;
    content: '';
    background-color: #fed967;
    
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
  
    position: absolute;
    width: 100%;
    height: 100%;
}

*/

.bg-yellow-light
{
    background-color: #fff6d9;
}

.bg-blue
{
    background-color: #6BABDE;
}

.blue-light
{
    color: #95c3e7;
}

.page-id-22 article.hentry,
.page-id-130 article.hentry,
.bg-indigo-yellow
{
    background: linear-gradient(to right, #172B54 0%,#172B54 50%,#000000 50%,#FED967 50%,#FED967 100%);
}

body[class*="school-"] #top-navigation
{
    display:-webkit-flex;
    display:flex;
    list-style-type:none;
    padding:0;
    justify-content:flex-end;
}

body[class*="school-"] div.top-menu
{
    display: block;
}

.tribe-events-duration
{
    font-size: calc(0.1vw + 12px) !important;
    padding-left: 0.5vw !important;
    margin-bottom: 6px !important;
}

#tribe-events-bar
{
    display: none;
}

body[class*="school-"] #tribe-events #legend
{
    text-align: left;
}

body[class*="school-"] #top-navigation .menu-social-menu-container
{
    margin-right:auto;
}

body[class*="school-"] footer .button
{
    margin-bottom: 1vh !important;
    padding: 1vh 1.5vw;
}

.single .bg-gray-light,
body[class*="school-"] .bg-gray-light
{
    padding-top: 3vh;
}

/*
.single-school .entry-content,
.single-school .entry-content,
*/
.bg-gray-yellow
{
    background: linear-gradient(to right, #ebebeb 0%,#ebebeb 50%,#000000 50%,#FED967 50%,#FED967 100%);
}

.page-id-22 .entry-content .wp-block-columns > .wp-block-column:nth-child(odd),
.page-id-130 .entry-content .wp-block-columns > .wp-block-column:nth-child(odd)
{
    color: #FED967;
}

form:not(.is-search-form) label,
form .frm_description
{
    display: none !important;
}

/*
.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=file], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement,
*/
form:not(.is-search-form) input,
form button,
form textarea
{
    min-height: 6vh !important;
    height: 6vh !important;
    border-radius: 0 !important;
    border: none !important;
    font-size: calc(0.4vw + 12px) !important;
    padding: 2vh 3vw;
    font-weight: 100 !important;
}

form button
{
    width: 100% !important;
    background-color: #FED967 !important;
    color: #172B54 !important;
    padding: 2vh 2.5vw;
    font-weight: bold;
    border: none;
    box-shadow: none !important;
    transition: 0.3s;
}

form button:hover
{
    opacity: 0.7;
}

form textarea
{
    min-height: 10vh !important;
    height: 10vh !important;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #fff;
    padding-left: 1vw;
}

.wp-block-table.is-style-stripes tr > td {
    padding-left: 1vw;
    height: 6vh;
}

.bg-blue-light
{
    background-color: #95c3e7;
}

.bg-blue-light-trans
{
    background-color: rgba(108,171,222,0.7);
}

.bg-gray
{
    background-color: #A4A5A5;
}

.bg-gray-light
{
    background-color: #ebebeb;
}

.bg-white-trans
{
    background-color: rgba(240,240,240,0.8);
}

.bg-indigo
{
    background-color: #172B54;
}

.bg-top,
div.bg-top
{
    background-position: center top;
}

.bg-bottom
{
    background-position: center bottom;
}

.doc
{
    margin: 1.5vh 2vw 1.5vh 0;
    padding: 0.25vh 0.5vw;
    height: 7vh;
    border-radius: 30px 0 0 0;
    transition: 0.3s;
}

.doc img
{
    height: 6.5vh;
    width: 6.5vh;
}

.docs a:hover .doc
{
    opacity: 0.7; 
}

.white
{
    color: #fff;
}

.ab-item,
a.white
{
    color: #fff !important;
}

.yellow,
.yellow .menu-item a
{
    color: #FED967 !important;
}

.blue
{
    color: #6BABDE;
}

.gray
{
    color: #A4A5A5;
}

.indigo
{
    color: #172B54;
}

.wide
{
    width: 100%;
}

.min-height
{
    min-height: 200px;
}

.min-height-40
{
    min-height: 80px;
}

.min-height-40 .button 
{
    min-height: 50px;
}

.inline
{
    display: inline-block;
}

.text-bottom
{
    vertical-align: bottom;
}

.width-85
{
    width: 85%;
}

header:not(.page-header):not(.entry-header)
{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

article.type-page .entry-content,
.archive .site-main
{
    max-width: 70vw;
    margin: auto;
    margin: 0 auto;
    padding: 1vh 1.5vw;
}

.type-tribe_events
{
    max-width: 70vw;
    margin: auto;
}

#calendar
{
    text-align: center;
}

#calendar .type-tribe_events
{
    margin: 1vh auto;
}

/*
.single .content-area,
.single .site-content,
*/
.search .site-content,
.page article.type-page,
.page .site-content,
.archive .site-content
{
    background-color: #fff6d9;
}

.home .site-content
{
	background-color: rgba(240,240,240,0.8);
}

.single article.type-post
{
    margin: 30vh auto 0;
    position: relative;
    max-width: 70vw;
}

header.page-header,
.error404 .page-content,
.archive article.type-post
{
    margin: 10vh auto;
    position: relative;
    max-width: 70vw;
}

.front
{
    z-index:1;    
}

.fright
{
    float:right;
}

.fleft
{
    float:left;
}

.links
{
    z-index: 1;
    position: relative;
}

.links .link
{
    font-size: calc(0.1vw + 11px);
    padding: 1vh 0.3vw;
    line-height: calc(0.1vw + 11px);
}

.links .link img
{
    max-width: 70%;
    max-height: 60%;
}

.links .link p
{
    margin-bottom: 1.5vh;
}

.links.neg-top
{
    margin-top: -4vh;
}


.single-school #content .links h3
{
	padding-left: 0;
}

.logo.neg-top
{
    margin-top: -2vh !important;
}

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

#posts-navigation
{
    position: relative;
    float: right;
}

#posts-navigation,
#posts-navigation ul
{
    list-style: none;
}

#posts-navigation > li
{
    display: inline-table;
    position: relative;
    vertical-align: middle;
    min-height: 8.4vh;
}

#posts-navigation > li .children
{
    
    background-color: #fed967;
    top: 100%; /*calc(52% + 1.92vh + 12px);*/
    left: 0; /*-0.9vw;*/
    position: absolute;
    text-align: left;
    margin-left: 0;
    /*
    padding: 20px 0;
    padding: 1.2vh 0;
    */
    padding: 0;
    min-width: 305px;
    max-width: 97vw;
    
    /*
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    */
}

#posts-navigation > li.post-list_school .children
{
    columns: 300px;
    max-height: 60vh;
    column-gap: 0;
}


#posts-navigation > li .children li
{
    /*
    position: relative;
    */
    min-width: 300px;
}

#posts-navigation > li .children 
> li
{
    display: table-row;
}


#posts-navigation > li > ul
{
    display:none;
}

#posts-navigation li > a:hover ~ ul.children,
#posts-navigation li > ul.children:hover
{
    /*
    display: inline-block;
    */
    display: table;
}

.max-width-70
{
    max-width: 70vw;
}

.max-width
{
    max-width: 1600px;
}

#tribe-events-pg-template, .tribe-events-pg-template,
.inner-max-width
{
    max-width: 65%;
}

.upper
{
    text-transform: uppercase;
}

.min-height-60
{
    min-height: 60vh;
}

.height-70pr
{
    height: 70%;
}

.height-30pr
{
    height: 30%;
}

.max-height-200
{
    max-height: 200px;
    height: 200px;
}

.text-middle
{
    vertical-align: middle;
}

.lil-thumb
{
    max-height: 90% !important;
    max-width: 90% !important;
    margin-bottom: 2.5vh !important;
}

.addtoany_content {
    padding: 4vh 0;
}

.lil-txt
{
    font-size: 70%;
}

.big-thumb
{
    width: 100%;
    max-width: 100%;
    max-height: 90% !important;
    /*
    max-width: 270px;
    */
    height: auto;
    margin-bottom: 0 !important;
}

.middle-banner img
{
    max-height: 52vh;
    margin-bottom: 3vh;
}

.middle
{
	vertical-align: middle !important;
}

.banner h2
{
    margin: 0.5vh 0;
    padding-bottom: 0;
}

#content h2
{
    font-size: calc(0.8vw + 18px) !important;
}


#content #primary h1
{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content #primary h1,
.entry-content p,
.page-content p,
/*
#content p,
*/
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
{
    padding: 3vh 1vw;
}

#primary > #main > .container > p,
#primary > #main > .container > div,
#PageContent > *
/*,
.addtoany_list
*/
{
    padding: 0 1vw;
}

#PageContent > table
{
    margin: 0 1vw 2vh;
}

#PageContent > div h2
{
    padding: 0;
}

#PageContent img
{
    margin-bottom: 2vh;
}

.error404 h1
{
    padding: 3vh 1vw 0;
}

#content h2,
#content h3
{
    text-transform: uppercase;
}

.overflow-hidden
{
    overflow: hidden;
}

.bg-poly:before
{
    content: '';
    position: absolute;
    background-image: url(/wp-content/themes/riverside/images/poly-title_OLD.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    width: 300%;
    height: 130%;
    bottom: -10%;
    left: -100%;
    margin: auto;
}

body.single-school .bg-poly:before
{
    z-index: -1;
}

.bg-poly-blue:before
{
    content: '';
    position: absolute;
    background-image: url(/wp-content/themes/riverside/images/poly-bleu.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 1vw;
    top: 0;
    margin: auto;
}

.bg-poly-blue-light:before
{
    content: '';
    position: absolute;
    background-image: url(/wp-content/themes/riverside/images/poly-blue-light.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 4vw;
    top: 2.5vh;
    margin: auto;
}

.bg-poly-yellow-border:after
{
    content: '';
    position: absolute;
    background-image: url(/wp-content/themes/riverside/images/poly-yellow-border.png);
    background-position: right top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    right: 0;
    top: 1vh;
    margin: auto;
    z-index: 0;
}

.lil-block
{
    margin : -5vh 0 2vh;
    border-radius: 0 0 30px 0;
}


.row-block
{
    margin : -5vh 0 6vh;
}

.news .lil-block
{
    margin : -3vh 0 4vh;
}

.lil-block h2,
.lil-block h3
{
    padding: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.lil-block p
{
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.row-block h3
{
    padding-left: 0;
}

.row-block .cover
{
	height: 100%;
    min-height: 150px;
}

.ratio
{
  padding-bottom: 65%;
}

h2.tribe-events-title a:after,
.plus_button
{
    background-image: url('/wp-content/themes/riverside/images/plus.svg');
    background-size:contain;
    height: 23px;
    width: 23px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-bottom: 1vh;
}

h2.tribe-events-title a:after
{
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0.5vw;
    top: 2vh;
}

.plus_button.big
{
    height: 50px;
    width: 50px;
    vertical-align: bottom;
}

.plus_button.big.right.bottom
{
    right: 40px;
    bottom: calc(40% + 25px);
}

.site-branding
{
    position: absolute;
    background-image: url('/wp-content/themes/riverside/images/poly-logo.png');
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 1vh 3vw 15vh;
    top: 0;
    left: 1.3vw;
    z-index: 2;
}

.site-branding a
{
    padding-top: 0;
    transition: 0.3s;
   
	width: 15vw;
	display: block;
	text-align: center;
}

.site-branding a:hover
{
   opacity: 0.7;
}

.site-branding img
{
    width: calc(13vw + 100px);
    transition: 0.3s;
}

.single-school .site-branding img
{
	max-width: 9vw;
}

.single-school .is-search-form
{
	display: none;
}

.scrolled .site-branding img
{
    width: calc(7vw + 50px);
}

.scrolled .site-branding {
    padding: 0.4vh 3vw 5vh;
}

.scrolled #main-navigation {
    padding: 0.3vh 1vw 0.5vh;
}

.scrolled #posts-navigation > li > a,
.scrolled #posts-navigation > li
{
    min-height: 7vh;
}

.scrolled #posts-navigation > li > a
{
    padding: 1vh 1vw;
}

.rel
{
    position: relative;
}

.abs
{
    position: absolute;
}

.block
{
    display: block;
}

.abs.center-block
{
    left: 0; 
    right: 0; 
}

.bottom
{
    bottom: 0;
}

.left
{
    left: 0;
}

.nowrap
{
    white-space: nowrap;
}

.right
{
    right: 0;
}

.top-80
{
    top: 80%;
}

.padding
{
    padding: 2vh 3vw;
}

form,
.lil-padding
{
    padding: 1vh 1vw !important;
}

.lil-pad-t
{
    padding-top: 1vh;
}

.lil-pad-b
{
    padding-bottom: 1.5vh !important;
}

.pad-t
{
    padding-top: 3vh !important;
}

.pad-b
{
    padding-bottom: 6vh !important;
}

.pad-tb
{
    padding-top: 3vh !important;
    padding-bottom: 3vh !important;
}

.lil-pad-l
{
    padding-left: 1vw;
}

.doc .lil-pad-l
{
    padding-left: 0.4vw;
}

.nano-pad-l
{
    padding-left: 0.7vw;
}

.pad-l
{
    padding-left: 2vw !important;
}

.pad-rl
{
    padding-left: 1vw !important;
    padding-right: 1vw !important;
}

.pad-r,
h3.pad-r
{
    padding-right: 2vw !important;
}

.big-pad-r
{
    padding-right: 3vw !important;
}

.no-pad
{
    padding: 0 !important;
}

.no-pad-l
{
    padding-left: 0 !important;
}

.no-pad-tb
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.margin-b
{
    margin-bottom: 3vh !important;
}

.margin-b-large
{
    margin-bottom: 5vh !important;
}

.margin-t
{
    margin-top: 3vh;
}

.lil-margin-t
{
    margin-bottom: -0.5vh;
}

.margin
{
    margin: 2vh 3vh;
}

.no-margin
{
    margin: 0 !important;
}

.pad-lr
{
    padding-left:2vw !important;
    padding-right:2vw !important;
}

.neg-top
{
    margin-top: -1vh;
}

.dis-table
{
    display: table;
    vertical-align: middle;
}

.v-align
{
    display: table-cell;
    vertical-align: middle;
}

.t-align
{
    display: table-cell;
    vertical-align: top;
}

.wp-block-table.is-style-stripes {
    border-bottom: none;
}

.cover
{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fixed
{
    background-attachment: fixed;
}

footer .logo
{
    max-width: calc(14vw + 100px);
}

/*
body.home
*/
footer .logo
{
    margin-top: -1vh;
}

body[class*="school-"] footer .logo
{
    max-height: 130px;
}

footer img.logo.max-height
{
    max-height: 100px;
}

footer h4
{
    margin-top: 2vh;
    margin-bottom: 0;
    padding-bottom: 0;
}

.copyright
{
    font-weight: 300;
    font-size: calc(0.3vw + 12px) !important;
}

/*
.fc td.fc-today {
    border-style: simple;
    border:4px solid #95c3e7;
}
*/
.fc td.fc-today:not(.fc-day-number)
/*
div.fc-view-container > div > table > tbody > tr > td.fc-day.ui-widget-content.fc-mon.fc-today.ui-state-highlight
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
*/
{
    border:4px solid #95c3e7;
}

a.fc-day-grid-event
{
    border-radius: 0;
    background-color: #fed967 !important;
    /*
    border-color: #fed967 !important;
    */
    border: none !important;
    padding: 20px 10px;
}

.fc-ltr .fc-basic-view .fc-day-number {
    font-size: 36px !important;
}

.fc-content
{
    display:none;
}

.wpfc-calendar-wrapper .fc table,
table {
  border-collapse: collapse;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight
{
    background: #fff;
    border:4px solid transparent;
}

.ui-widget-content
{
    background: #fff;
    border:4px solid transparent;
}

.bottom-blue {
    padding-bottom: 13vh;
}

.bottom-blue:after {
    content: '';
    position: absolute;
    width: 100%;
    background-color: rgba(108,171,222,0.7);
    bottom: 0;
    height: 13vh;
    left: 0;
}


.search #primary {
    max-width: 70vw;
    margin: auto;
    text-align: center;
    padding: 20vh 5vw;
}

.search header
{
    position: relative;
}

.search #main
{
    vertical-align: top;
}

.search img.wp-post-image
{
    max-width: 100%
}

.search article
{
    max-width: 30%;
    display: inline-block;
    margin: 1vh 1vw;
    vertical-align: top;
	text-align: left;
}

/*
.search #content h2 {
    min-height:220px;
}
*/
.search #content h2
{
    padding: 2vh 0;
}

.search #content .entry-summary
{
    padding: 2vh 0;
}

.error404 .page-content,
.error404 header
{
	margin-bottom: 0;
	margin-top: 0;
}

.uncategorized-en, .non-classe,
/*
.is-search-form,
*/
.search .entry-meta,
.search .posted-on,
.search .entry-footer
/*,
body > .is-search-form
*/
{
    display:none;
}

.search header.page-header {
    margin: 2vh auto;
}

/*
@media screen and (max-width: 1920px) {
    
    #posts-navigation > li .children
    {
        top: calc(52% + 1.95vh + 11px);
    }
}
ul.menu li.current-lang {
	display: none;
}

*/

/*
.post-list_school ul.children
{
    min-height: 300px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    left: auto !important;
    right: 0;
}
*/

/*
#posts-navigation > .cat-item:not(.post-list_school) > .children > .cat-item > .children > .menu-item
*/
#posts-navigation > .cat-item > .children > .cat-item > .children > .menu-item
{
    position: relative;
    display: none;
}

/*
#posts-navigation > .cat-item:not(.post-list_school):not(:last-of-type) > .children > .cat-item > .children,
#posts-navigation > .cat-item:not(.post-list_school):last-of-type > .children > .cat-item > .children
*/

#posts-navigation > .cat-item:not(:last-of-type) > .children > .cat-item > .children,
#posts-navigation > .cat-item:last-of-type > .children > .cat-item > .children
{
    display: none;
}



.children.showed
{
    display: inline-block !important;
}

.children .menu-item.showed
{
    display: block !important;
}

/*CALENDAR*/

.tribe-mini-calendar td span,
.tribe-mini-calendar td a
{
    font-size: calc(0.8vw + 18px) !important;
}

.tribe-events-adv-list-widget div.list-info,
.tribe-mini-calendar-list-wrapper div.list-info {
    margin-bottom: 0;
}

.tribe-mini-calendar tr th.tribe-mini-calendar-dayofweek:not(:first-of-type):not(:last-of-type)
{
    background-color: #6cabde;
}

.tribe-mini-calendar tr th.tribe-mini-calendar-dayofweek
{
    font-size: calc(0.2vw + 10px) !important;
    font-weight: 100; 
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
}

.home #legend,
.single-school #legend
{
    width: 100%;
    max-width: 630px;
    text-align: left;
    padding-left: 2vw;
    margin-left: 0;
}

.single-school #topsection table tr td:first-child img,
.single-school #subContainer > #topsection ~ p:last-of-type,
.single-school #bottomsection
{
    display: none;
}

.single-school #content #primary h1
{
    display: none !important;
}

.single-school header h1
{
    display: block !important;
}

.single-school #topsection
{
    text-align: right;
}

.single-school #content .row > div:first-of-type table tr td:first-child p,
.single-school #topsection p
{
    margin-bottom: 0;
}

.single-school #content .row > div:first-of-type table tr td:first-child h2,
.single-school #topsection h2, .single-school #topsection h3
{
    padding-left: 0;
    padding-right: 0;
}

.single-school #content .row > div:first-of-type table
{
    margin-top: 3vh;
}

.single-school #PageContent
{
    margin-top: 3vh;
    text-align: right;
}

.single-school #primary.non-school #PageContent
{
    text-align: left;
}

.single-school #content .row > div:first-of-type table ul,
.single-school #PageContent ul
{
    list-style: none;
}

.single-school #content .row > div:first-of-type table tr
{
    display: flex;
    flex-direction: column;
}

.single-school #content .row > div:first-of-type table tr td:first-child
{
    order: 2;
    width: 100%;
    display: block;
    clear: both;
    text-align: right;
}

.single-school #content .row > div:first-of-type table tr td
{
    padding: 0 2vw 0;
}

.single-school #subContainer img[src*="dec_"],
.single-school #content .row > div:first-of-type table tr td:first-child img[src*="dec_"]
{
    display: none;
}

.single-school #content .row > div:first-of-type table tr td:last-child
{
    order: 1;
    width: 100%;
    display: block;
    clear: both;
}

#ajax-loading-mini
{
    display: none;
}


.single-school #legend_box,
.single-school .type-tribe_events,
.single-school .tribe-mini-calendar-wrapper,
.home #legend_box,
.home .type-tribe_events,
.home .tribe-mini-calendar-wrapper
{
    width: 100%;
    max-width: 630px;
}

table.tribe-mini-calendar {
    margin-left: 0px;
    width: calc(100% + 1px);
}

.type-tribe_events
{
    margin: 1vh 0;
    padding: 0 2vw 0;
}

#legend li:empty
{
    min-width: auto;
    min-height: 2vh;
    padding-right: 0;
}

#tribe-events #legend {
    line-height: 2vh;
    font-family: Montserrat;
}

abbr[title] {
    text-decoration: none !important;
}

.site-content > #tribe-events
{
    max-width: 70vw;
    margin: 10vh auto 20vh;
    padding: 1vh 1.5vw;
}

#calendar
{
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-color: #fff6d9;
}

#calendar .tribe-event-featured
{
    padding-bottom: 4vh;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title,
.site-content > #tribe-events #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title,
.site-content > #tribe-events #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a,
.site-content > #tribe-events h3.tribe-events-month-event-title a
{
    font-size: calc(0.2vw + 12px) !important;
    line-height: calc(0.2vw + 12px) !important;
}

.bg-indigo-yellow #tribe-events
{
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.bg-indigo-yellow #tribe-events .tribe-event-image
{
    display: none;
}

.tribe-events-after-html
{
    margin-bottom: 20vh;
}

.single-school .tribe-mini-calendar-wrapper,
.home .tribe-mini-calendar-wrapper
{
    padding: 0 2vw 0;
    width: 100%;
    max-width: 630px;
    margin-bottom: 3vh;
}

.tribe-mini-calendar-grid-wrapper,
.tribe-mini-calendar td {

    border: none !important;
    background-color: #fff;
}

.tribe-mini-calendar-event div.list-info,
.tribe-mini-calendar td:not(.tribe-events-present):not(.tribe-events-has-events) {
    background-color: #fff;
}

.tribe-mini-calendar td span,
.tribe-mini-calendar td a
{
    font-size: 32px;
    padding: 8px 5px !important;
}

.tribe-mini-calendar tr th.tribe-mini-calendar-dayofweek:first-of-type,
.tribe-mini-calendar tr th.tribe-mini-calendar-dayofweek:last-of-type {
    background-color: #a5a5a5;
}

.tribe-mini-calendar td:not(.tribe-events-present) span {
    color: #172B54;
}

.tribe-mini-calendar .tribe-events-present,
.tribe-mini-calendar .tribe-mini-calendar-today {
    background-color: #172B54 !important;
    color: #fff;
}

.tribe-mini-calendar .tribe-events-present a,
.tribe-mini-calendar .tribe-mini-calendar-today a {
    color: #fff !important;
}

.tribe-mini-calendar tbody tr > td:first-of-type span,
.tribe-mini-calendar tbody tr > td:last-of-type span
{
    color: #a5a5a5 !important;
}

.tribe-mini-calendar thead,
.tribe-mini-calendar .tribe-mini-calendar-nav > tr:last-of-type t.tribe-mini-calendar thead
{
    border-bottom: none !important;;
}

.tribe-mini-calendar thead tr th /* tr:not(:first-of-type) th:not(:first-of-type):not(:last-of-type) */
{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: none;
    border-top: none;
}


.tribe-mini-calendar thead tr th:first-of-type
{
    border-left: 1px solid #a5a5a5;
}

.tribe-mini-calendar thead tr th:last-of-type
{
    border-right: 1px solid #a5a5a5;
}


.tribe-mini-calendar td.tribe-events-past {
    opacity: 1;
}

.tribe-mini-calendar td.tribe-events-has-events {
    background: #FED967;
}

.tribe-mini-calendar .tribe-events-has-events:hover a:hover,
.tribe-mini-calendar .tribe-events-has-events:hover {
    background: #feebae !important;;
}

/*
.tribe-mini-calendar-wrapper .tribe-mini-calendar-list-wrapper,
*/

.widget_tag_cloud
{
	display: none;
}

.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix > div > dl > dt:last-of-type,
.tribe-event-tags,
.tribe-events-widget-link,
.tribe-events-has-events .tribe-mini-calendar-day-link:before
{
    display: none !important;
}

.tribe-mini-calendar-event .list-date .list-dayname
{
    color : #fff !important;
}

.tribe-mini-calendar-event .list-date .list-dayname,
.tribe-mini-calendar-event .list-date
{
/*
    background: #172B54 !important;
*/
    background: transparent !important;
}

.tribe-mini-calendar-nav > tr:first-of-type > td {
    background-color: #172B54 !important;
}

.tribe-events-title a {
    color: #6cabde !important;
    font-size: calc(0.25vw + 14px) !important;
    line-height: calc(0.25vw + 18px) !important;
    display: inline-block;
}


.tribe-mini-calendar-nav tr:first-of-type td span {
    color: #95c3e7;
}
/*
#tribe-events-pg-template
{
    margin-top:5vh;
}
*/
.tribe-mini-calendar-event
{
    border-bottom: none !important;
}

.tribe-mini-calendar-event div.list-info,
.tribe-mini-calendar-event div.list-date
{
    margin-right: 0;
    min-height: 115px;
	margin-top: 0;
}

.tribe-mini-calendar-event div.list-info
{
    width: 70%;
    text-align: left;
    border-radius: 0 0 30px 0;
    position: relative;
}

.tribe-mini-calendar-event div.list-info h2 {
    /*
    padding-bottom: 0 !important;
    */
    margin-top: 1vh;
    /*
    padding: 2vh 0.5vw 1.7vh !important;
    */
    padding: 1vh 0.5vw 1vh !important;
    border-radius: 0 0 30px 0;
}

.tribe-event-date-start
{
    padding: 0 0 2vh 1vw;
}

.tribe-mini-calendar-event div.list-date
{
    width: 30%;
}

.tribe-mini-calendar-event .list-date span.list-dayname
{
    font-weight: 100;
}

.tribe-mini-calendar-event .list-date span.list-dayname,
.tribe-mini-calendar-event .list-date span.list-daynumber
{
    font-size: calc(0.8vw + 16px) !important;
    color: #FED967 !important;
}

.tribe-mini-calendar-event .list-info h2
{
    line-height: calc(0.8vw + 18px) !important;
    max-width: 90%;
	margin-right: 47px;
}

.home .tribe-mini-calendar-event,
.single-school .tribe-mini-calendar-event
{
    display: flex;
}

.tribe-events-adv-list-widget .tribe-event-featured div.tribe-events-duration,
.tribe-events-adv-list-widget .tribe-event-featured div.tribe-events-event-meta,
.tribe-mini-calendar-list-wrapper .tribe-event-featured div.tribe-events-duration,
.tribe-mini-calendar-list-wrapper .tribe-event-featured div.tribe-events-event-meta,
.tribe-events-adv-list-widget .tribe-event-featured, .tribe-mini-calendar-list-wrapper div.tribe-event-featured
{
    color: #000;
}

.tribe-events-adv-list-widget .tribe-event-featured div.list-date,
.tribe-mini-calendar-list-wrapper .tribe-event-featured div.list-date {
    display: block;
}

.tribe-mini-calendar-event div.list-date
{
    margin-bottom: 0;
}

.tribe-events-adv-list-widget .tribe-event-featured div.tribe-mini-calendar-event,
.tribe-mini-calendar-list-wrapper .tribe-event-featured div.tribe-mini-calendar-event {
    background: transparent;
}

.tribe-events-adv-list-widget .tribe-event-featured div.list-info,
.tribe-mini-calendar-list-wrapper .tribe-event-featured div.list-info {
    padding-left: 0;
}

.tribe-events-calendar
{
    background-color: #fff;
}

.single-tribe_events .tribe-events-event-meta {
    border: none;
    padding-bottom: 3vh;
}

body.single-tribe_events div.tribe-events-event-meta h2 {
    padding-left: 0 !important;
}

.tribe-events-notices {
    background: transparent;
    border: none;
    color: red;
    text-shadow: none;
    padding-left: 0;
}
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a,
.tribe-events-button {
    border: none;
    border-radius: 0;
    background-color: #FED967 !important;
    color: #172B54 !important;
}

.tribe-events-single-event-title,
.tribe-events-back,
#tribe-events-footer,
.tribe-events-event-image,
.tribe-events-related-events-title,
.tribe-related-events
{
    display: none;
}

.tribe-event-date-start,
.type-tribe_events {
    padding: 0;
}

.tribe-events-schedule h2 {
    padding: 0 !important;
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover {
    background-color: #FED967;
}

body[class*="school-"] footer .logo
{
  margin-top: 2vh;
}

.container {
    padding-right: 1.5vh;
    padding-left: 1.5vh;
}

.single-post #subContainer h1
{
    padding: 1vh 0.5vw;
}

.single-post #subContainer p
{
    padding: 0 1vw;
}

.single-post #bottomsection
{
    display: none;
}

.has-theme-gray-background-color,
.has-very-light-gray-background-color
{
	background-color: #ebebeb !important;
}

.single-post div.has-theme-gray-background-color,
.single-post div.has-very-light-gray-background-color
{
    padding: 3vh 2vw !important;
    margin: 3vh 1vw !important;
}

.single-post div.has-theme-gray-background-color *,
.single-post div.has-very-light-gray-background-color *
{
    padding: 0 !important;
}

.single-post div.has-theme-gray-background-color .pad-l,
.single-post div.has-very-light-gray-background-color .pad-l
{
    padding-left: 2vw !important;
}

.single-post div.has-theme-gray-background-color ul,
.single-post div.has-very-light-gray-background-color ul
{
    padding: 0 1em 1em !important;
}

#PageContent img
{
    height: auto !important;
}

#PageContent > center > table > tbody > tr > td:first-of-type,
#PageContent > center > table > tbody > tr > td:last-of-type
{
    display: none;
}

#PageContent > center > table > tbody > tr > td:not(:first-of-type):not(:last-of-type) > div
{
    width: 100% !important;
}
/*
#PageContent img[src*="accueil_Nouvelles"],
*/
#PageContent img[src*="slogan"],
#PageContent div[style*="point_h"]
{
    display: none;
}

#PageContent p:emptuy
{
    display: none;
}

.tribe-mini-calendar-event div.list-info {
	margin: 0;
}

@media screen and (min-width: 1500px) {
	
    #primary-menu, #posts-navigation
    {
        padding-right: 2vw;
    }

    .date,
    .container
    {
        /*
        */
        /*
        width:1940px !important;
        */
        width: 70vw !important;
        max-width:100% !important;
        margin:auto;
    }
    
    .med-container
    {
        width: 80vw !important;
    }
    
    #top-navigation
    {
        max-width: 70vw !important;
    }
}

@media screen and (max-width: 1500px) {
    
	.excerpt ,
	#legend li:not(:empty) {
		min-width: 150px !important;
		font-size: calc(0.1vw + 10px) !important;
	}

    h2, h3 {
        font-size: calc(0.60vw + 14px) !important;
    }

    #primary-menu, #posts-navigation {
        padding-right: 2vw;
    }

    .links .link {
        font-size: calc(0.1vw + 10px);
        padding: 1vh 0.3vw;
        line-height: calc(0.1vw + 12px);
    }
    
    .plus_button.big.right.bottom {
        right: 30px;
        bottom: calc(40% + 20px);
    }
    
    .plus_button.big {
        height: 40px;
        width: 40px;
    }

    .site-branding img {
        width: calc(8vw + 40px);
        transition: 0.3s;
    }
    
    .doc .lil-pad-l
    {
        margin-top: 3vh;
    }
    
    .doc img {
        height: 5vh;
        width: 5vh;
        margin-top: 1vh;
    }
    
    #posts-navigation > li > a {
        width: 13vw;
        min-width: 170px;
    }
    
}

@media screen and (max-width: 1400px) {
    
    #posts-navigation > li .children li {
        min-width: 250px;
    }
    
    /*
    .post-list_school ul.children
    {
        min-height: 330px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    */
#tribe-events-pg-template, .tribe-events-pg-template,
    .inner-max-width {
        max-width: 85%;
    }
    
    .tribe-mini-calendar-event div.list-info {
        margin-top: 0;
    }
    
    .bg-indigo-yellow #tribe-events,  
    .bg-gray-yellow #tribe-events,  
    .tribe-mini-calendar-event div.list-info,
    .tribe-mini-calendar-event div.list-date {
        width: 100%;
        clear: both;
        display: block;
    }
    
    #posts-navigation > li > a {
        width: 13vw;
    }

}

@media screen and (min-width: 1025px) {
    
	.post-list_school .children
	{
		min-height: 500px;
	}
	
	a[href*="tel:"]
	{
		pointer-events: none;
	}
	
	.menu-toggle {
		display: none;
	}
	
	.main-navigation ul {
		display: block;
	}
        /*
    li.post-list_school
    {
        position: unset !important;
    }
    */

/*
    #posts-navigation > .cat-item:not(.post-list_school):not(:last-of-type) > .children > .cat-item > .children,
    #posts-navigation > .cat-item:not(.post-list_school):last-of-type > .children > .cat-item > .children 
        */
    #posts-navigation > .cat-item:not(:last-of-type) > .children > .cat-item > .children,
    #posts-navigation > .cat-item:last-of-type > .children > .cat-item > .children {
    
        display: none;
        height: 100%;
        top: 0;
    }

    /*
    #posts-navigation > .cat-item:not(.post-list_school):not(:last-of-type) > .children > .cat-item > .children
    */
    #posts-navigation > .cat-item:not(:last-of-type) > .children > .cat-item > .children {
        left: 100%;
        top: 0;
    }
    
    /*
    #posts-navigation > .cat-item:not(.post-list_school):last-of-type > .children > .cat-item > .children
    */
    #posts-navigation > .cat-item:last-of-type > .children > .cat-item > .children {
        right: 100%;
        left: auto;
    }

    

    #content .docs h2
    {
        padding-left:0;
        padding-bottom:0;
    }
    
}

@media screen and (max-width: 1024px) {

	#legend li:not(:empty) {
		min-width: 150px;
	}

	.top-menu {
		height: 31px !important;
		padding-top: 5px;
	}

	.tribe-mini-calendar td span, .tribe-mini-calendar td a {
    		font-size: calc(0.8vw + 16px) !important;
	}

	.doc img {
	    margin-left: 1vh;
	}

	.doc {
	    border-radius: 20px 0 0 0;
	}

	.pum-container
	{
		top: 0 !important;
	}

	.tribe-mini-calendar-event div.list-info,
	.tribe-mini-calendar-event div.list-date
	{
		min-height: 0;
	}
	/*
	body:not(.home) .banner h1 {
		padding: 17vh 0 15vh 35vw;
	}
	*/
	
	body .banner h1 {
		padding: 15vh 0 15vh 25vw;
		line-height: calc(1vw + 16px);
		font-size: calc(1vw + 14px);
	}
	
	#posts-navigation li.cat-item > a {
		height: auto;
	}
	
    .home .tribe-mini-calendar-event,
	.single-school .tribe-mini-calendar-event {
		display: block;
	}
	
	.doc span.white
	{
		font-size: calc(0.2vw + 14px) !important;
	}
	
	.middle-banner img {
		max-height: 32vh;
	}
	
    .news div.lil-block {
        margin: -4vh 0 4vh;
    }

    .fixed
    {
        background-attachment: inherit;
    }
    
    .banner.cover
    {
        background-position: top !important;
        background-size: contain;
    }
    
    footer .widget,
    footer address {
        margin-bottom: 0 !important;
    }
    
    footer .logo
    {
        width: 100%;
        margin-top: 2vh;
    }
    
    footer .button.bottom
    {
        top: 0;
    }
    
        /*
    .post-list_school ul.children
    {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    */
    
    article.type-page .entry-content,
    .archive .site-main {
        max-width: 100%;
    }
    
    .page-id-22 article.hentry,
    .page-id-130 article.hentry
    {
        background: #172B54;
        color: #FED967 !important;
    }
    
    .page-id-22 h2,
    .page-id-130 h2
    {
        padding: 2vh 3vw !important;
    }
    
    .wp-block-table.is-style-stripes tbody tr:nth-child(odd)
    {
        color: #172B54;
    }
    
    .min-height-60 {
        min-height: 40vh;
    }
    
    footer#colophon a.button {
        margin-left: 0 !important;
    }
    
    .home .banner:after, .banner:after
    {
        right: auto;
        bottom: 10%;
        left: 10%;
    }
    
    address
    {
        margin-bottom: 4vh;
    }
    
    .home .banner h1,
    .banner h1 {
        padding: 26vh 0 26vh 30vw;
    }
    
    body:not(.home).single-school .banner h1 {
        padding: 20vh 14vw 20vh 11vw;
    }
    
    body[class*="school-"] #top-navigation .menu-social-menu-container {
        margin-right: 0;
        
    }
    
    body[class*="school-"] #top-navigation {
        height: 4.2vh;
    }
    
    #primary-menu,
    body[class*="school-"] #school-menu
    {
        padding-top: 10vh;
    }
    
    body[class*="school-"] #posts-navigation li a {
        width: 100%;
        display: block;
        text-align: center;
    }
    
    body[class*="school-"] #top-menu {
        padding-right: 2vw;
    }
    
    div.mobile-text-left
    {
        text-align: left !important;
    }
    
    #posts-navigation > li .children
    {
        position: relative;
        width: 100%;
    }
    
    #posts-navigation > li .children li
    {
        text-align: center;
    }
    
    .mobile-toggle-menu ul,
    .mobile-toggle-menu li
    {
        width: 100%;
        display: block;
    }
    
    #posts-navigation
    {
        margin-bottom: 0;
    }
    
 #site-navigation .mobile-toggle-menu {
  display: none;
}
    
    #posts-navigation > li > a,
    #posts-navigation li,
    #site-navigation ul,
    #site-navigation li
    {
        max-width: 100vw !important;
    }
    
    #site-navigation * .toggled
    {
        display:block;
    }
	
	#site-navigation.toggled .mobile-toggle-menu {
  display: block;
}
    
    /*
    .mobile-toggle-menu
    {
        transition: 0.3s;
    }
    
    .mobile-toggle-menu:not(.opened)
    {
        height: 0;
        overflow: hidden;
    }
    */
    
    header:not(.page-header):not(.entry-header) {
        position: relative;
    }
    
    form.is-form-style input.is-search-input {
        font-size: 14px;
        padding: 0px 10px !important;
    }
    
    body.admin-bar #site-navigation {
    	margin-top: 0;
    }
    
    ul#social-menu
    {
        margin-left: 2vw !important;
        margin-right: 2vw !important;
    }
    
    ul.menu {
        padding-left: 0;
    }
    
    .is-search-input
    {
        max-width: 120px;
    }
    
    #primary-menu li
    {
        text-align: center;
        padding: 1vh 2vw;
    }
    
    #posts-navigation li a
    {
        padding: 1vh 2vw;
        line-height: auto;
        min-height: auto;
        width: 100%;
        display: block;
    }
    
    #posts-navigation li.cat-item > a
    {
        width: 100% !important;
        display: block !important;
    }
    
    #posts-navigation li
    {
        min-height: auto;
    }
    
    #posts-navigation > li > a {
        width: 100%;
        display: block;
    }
    
    #posts-navigation > li .children {
        padding: 0;
    }
    
    #posts-navigation li .children a {
        font-size: calc(0.1vw + 12px);
        line-height: calc(0.1vw + 12px);
    }

    #site-navigation .top-80
    {
        position: relative;
    }
    
    #site-navigation ul:not(#social-menu):not(#top-menu) li {
        max-width: 100%;
        width: 100%;
    }
    
    #primary-menu, #posts-navigation {
        padding-right: 1vw;
    }
    
    .button.right
    {
        left: 0;
    }
    
    form:not(.is-search-form),
    .lil-padding {
        padding: 2vh 3vw !important;
    }
    
    .bg-indigo-yellow,
    .bg-gray-yellow
    {
        background: #FED967;
    }
    
    .bg-gray-yellow h2,
    .bg-indigo-yellow h2
    {
        color: #172B54;
    }
    
    .bg-indigo-yellow #tribe-events,
    .bg-gray-yellow #tribe-events {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-right: none;
    }
    
    .bg-poly-blue:before {
        display: none;
    }
    
    ul.menu li {
        margin-right: 0;
    }
    
    .is-menu form {
        padding: 1vh 0 0 !important;
    }
    
}

@media screen and (max-width: 700px) {
    
    .home .banner h1, .banner h1 {
        padding: 16.5vh 0 15vh 30vw;
    }
    
}

.page-template-page-job-opportunities #content h4
{
    padding-left: 0;
    padding-right: 0;
}

.page-template-page-job-opportunities .excerpt,
.page-template-page-job-opportunities .site-content .cover:not(.banner),
.category-documentation .site-content .excerpt,
.category-documentation .site-content .cover:not(.banner),
.category-publications .site-content .excerpt,
.category-publications .site-content .cover:not(.banner)
{
    display: none;
}

/*
li.lang-item,
*/
/*
.astm-search-menu
{
    display: none !important;
}
*/

.clearboth
{
    clear: both;
}

#school-links
{
    font-size: calc(0.1vw + 10px) !important;
}

a[href*="tel:"]
{
	color: #FED967 !important;
}

footer a[href*="tel:"]
{
	color: #172B54 !important;
}

#tribe-events-content #legend > li > a
{
	pointer-events: none;
	color: #000 !important;
    font-size: calc(0.1vw + 10px) !important;
}

#tribe-events ul#legend li {
	background-color: #fff;
    line-height: 2vh;
    vertical-align: middle;
    margin-left: 0;
    margin-bottom: 1vh;
}

#tribe-events #legend li {
    display: inline-block;
    list-style-type: none;
    padding: 7px;
    margin-left: 0.7em;
}

#legend li:not(:empty) {
    min-width: 200px;
    font-size: calc(0.2vw + 12px);
    font-weight: 300;
    margin-right: 1.5vw;
}

a[href*="tel:"] {
    color: inherit !important;
}

@media screen and (max-width: 1400px){
.bg-indigo-yellow #tribe-events {
    width: 50%;
}}
.job-item {
    min-height: 150px;
}

.gjs-row {
    display: inline-block;
}


@media screen and (max-width: 500px){
    body:not(.home) .banner h1 {
        padding: 30vh 0 1vh 11vw;
    }
}


.bs-container{
    max-width: 1100px;
    margin: auto;
    margin-top:-30px;
}

.statement {
    border: 12px solid #29ade4;
    border-radius: 150px;
    padding: 30px 50px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.statement-logo img {
    width: 150px;
}

.statement-logo {
    margin: 20px;
}

.mission-vision-value {
    max-width: 500px;
    margin: auto;
    margin-top: -30px;
}

.statement-logo svg {
    min-width: 130px;
}

.statement-text {
    font-family: Montserrat !important;
    /* font-size: 16px; */
    color: #172B54 !important;
    font-size: calc(0.4vw + 12px) !important;
    text-align: justify !important;
}

@media  (max-width: 600px) {
    .statement {
        border-radius: 100px;
        flex-direction: column;
        padding: 20px 20px 40px 20px;
    }
    .mission-vision-value {
       padding: 0px 30px;
    }
  }

.svg.rsb-x-twitter {
    height: 1.4em;
    margin-bottom: 2px;
}

footer aside#email-subscribers-form-1 {
    display: none !important;
}

.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot-content {
    color: #fdd966 !important;
}

.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot{
	padding:4px !important;
}

.bs-hotspot-image-desktop .wp-block-getwid-image-hotspot__dot {
  width: 2vw; /* or use % */
  height: 2vw;
}

.bs-hotspot-image-desktop .wp-block-getwid-image-hotspot__dot {
  transform: translate(-50%, -50%);
}

.bs-hotspot-image-desktop .wp-block-getwid-image-hotspot__wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.bs-hotspot-image-desktop .wp-block-getwid-image-hotspot__dot.has-animation-pulse.is-visible {
    display: flex
;
    justify-content: center;
    align-items: center;
}

.bs-hotspot-image-desktop .wp-block-getwid-image-hotspot__dot-content {
    font-size: 1.1vw !important;
}
/***** Mobile *****/
.bs-hotspot-image-mobile .wp-block-getwid-image-hotspot__dot {
  width: 4vw; /* or use % */
  height: 4vw;
}

.bs-hotspot-image-mobile .wp-block-getwid-image-hotspot__dot {
  transform: translate(-50%, -50%);
}

.bs-hotspot-image-mobile .wp-block-getwid-image-hotspot__wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.bs-hotspot-image-mobile .wp-block-getwid-image-hotspot__dot.has-animation-pulse.is-visible {
    display: flex
;
    justify-content: center;
    align-items: center;
}



.bs-hotspot-image-mobile .wp-block-getwid-image-hotspot__dot-content {
  font-size: 2.7vw !important;
}


.page-id-41923 article.type-page .entry-content, .archive .site-main{
	max-width: 100vw;
}

.bs-hotspot-image-desktop, .bs-hotspot-image-mobile{
	position:relative;
}


@media only screen and (max-width: 900px) {
  .bs-hotspot-image-mobile {
    display: block;
  }
	.bs-hotspot-image-desktop {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  .bs-hotspot-image-mobile {
    display: none;
  }
	.bs-hotspot-image-desktop {
    display: block;
  }
}