/*!
Theme Name: UCD Connections
Author: Emarkable
Author URI: https://www.emarkable.ie/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ucd_connections
Tags: bespoke template

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.

UCD Connections 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.
 */

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

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

/**
 * Remove the margin in all browsers.
 */


body {
	margin: 0;
    min-width: 280px;
}

html, body{overflow-x: hidden;}

#page{
	overflow: hidden;
}

#masthead {
    max-width: 100%;
    overflow: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 40px;
	margin: 15px 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 {
	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; /* 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;
}

/**
 * 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"] {
	appearance: button;
	-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"] {
	appearance: textfield; 
	-webkit-appearance: textfield; 
	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,
span, p {
	color: var(--tc, #404040);
	font: var(--fw, 400) var(--fs, 15px )/var(--flh, 1.5) var(--ff, 'Poppins', sans-serif );
}

@media only screen and (max-width: 480px) 
{
	body, button, input, select, optgroup, textarea{
		--fs: 0.9em;
	}
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	clear: both;
	margin: 15px 0;
	color: var(--tc, #000);
	font: var(--fw, 700) var(--fs, 25px )/var(--flh, 1.2) var(--ff, 'Poppins', sans-serif );
}

.h1, h1{
    --tc: #000;
	--fs: 3.5rem;
    text-transform: uppercase;
}

.h2, h2{
	--tc: #005C94;
	--fs: 30px;
    text-transform: uppercase;
}

.h3, h3{
    --tc:  #000;
	--fs: 24px;
    text-transform: uppercase;
}

.h4, h4{
    --tc:  #000;
	--fs: 18px;
	--flh: 1.5;
}

.tax-event_categories .h1, .tax-event_categories h1,
.tax-sport_categories .h1, .tax-sport_categories h1,
.post-type-archive-sport .h1, .post-type-archive-sport h1{
    text-transform: none;
    font-weight: lighter;
    font-size: 21px;
}

.block-padding{
	padding: 20px;
}

.ucd-latest-article h1 i,
h1.entry-title i {
    font-style: normal;
    font-weight: 300;
}

@media only screen and (min-width: 769px) and (max-width: 1199px) 
{
	.h1, h1 { --fs: 32px;}
	.h2, h2 { --fs: 26px;}
	.h3, h3 { --fs: 18px;}
}

@media only screen and (max-width: 480px) 
{
	.h1, h1 { --fs: 28px;}
	.h2, h2 { --fs: 26px;}
	.h3, h3 { --fs: 22px;}
}


p {
	margin-bottom: 1em;
}

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

blockquote {
    margin: 25px 0;
    border-left: 3px solid;
    padding: 5px 1em;
    font-style: italic;
    color: #005C94;
    font-size: 120%;
}

.new-quote p{
	margin-bottom: 5px;
}

blockquote p:last-child{
	margin:0;
}

.new-quote {
    position: relative;
    border-left: 0;
    padding-left: 140px;
    min-height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
	color: #1a1a1a;
}


.new-quote p,
.new-quote cite{
    z-index: 2;
}

.new-quote::before{
    content: '“';
    position: absolute;
    font: 700 220px/1 sans-serif;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translateY(-24px);
	z-index: 2;
}

.new-quote::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 110%;
    left: 0;
    top: 0;
    background: #f5f5f5;
    transform: rotate(-0.5deg) translateY(-5%);
    z-index: 1;
}

.q-yellow::before{color: #fec345;}
.q-yellow::after{background: #fff2d7;}

.q-green::before{color: #094E28;}
.q-green::after{background: #e5efe9;}

.q-blue::before{color: #114376;}
.q-blue::after{background: #cbe1ef;}

.q-red::before{color: #c6254f;}
.q-red::after{background: #ffe4ea;}


.blue-border{border: 1px solid #005C94; padding: 10px; background: linear-gradient(90deg, rgb(220 241 255) 0%, rgba(255,255,255,0) 50%)}
.blue-border figure{margin:0;}


blockquote cite {
    font-size: 80%;
}

.box-splash::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: var( --bg, #d9d9d9);
    z-index: 1;
    transform: translate(-12px, -10px) rotate(2deg);
}

.box-splash.alt::before{
    transform: translate(12px, -10px) rotate(-2deg);
}

.box-splash img {
    z-index: 2;
    position: relative;
}


.b-blue::before{--bg: #114376;}
.b-lightblue::before{--bg: #005C94;}
.b-yellow::before{--bg: #fec345;}
.b-green::before{--bg: #094E28;}
.b-red::before{--bg: #c6254f;}
.b-gray::before{--bg: #dbdbdb;}

.gray-border{border: 1px solid var(--bc, #d9d9d9);}
.yellow-border{border: 1px solid var(--bc, #fec345);}

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

ul {
	list-style: disc;
}

.site-content ul{
	margin: 0;
}

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

a:hover img{
	opacity:0.9;
}

figure:not(.wp-block-pullquote):not(.wp-block-gallery) {
    position: relative;
	display: inline-block;
}


figure.wp-block-gallery {
    border: 0;
    box-shadow: none;
	margin: 10px 0!important;
}

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,a:visited  {
	color: #093753;
}

a:hover, a:focus, a:active {
	color: #02141f;
}

a:focus {
	outline: thin dotted;
}

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

h3 > a,
h3 > a:visited,
h3 > a:active{
	color:#000;
}

h1.page-title + .powerline{
    margin-top: -12px;
}

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

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 8px 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;
}

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

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

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

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

.wp-caption .wp-caption-text {
	margin: 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;
}

.top-menu{
    padding: 0;
    margin: 0px 0 10px;
    background: #F2F2F2;
}

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

ul.menu li {
    display: inline-block;
}

ul.menu li a{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 18px;
    line-height: 1.2;
	display: inline-block;
	transition: all 0.5s ease;
}

ul.menu li a:hover{
	color: #fff;
    background-color: #525151;
    text-decoration: none;
}

#top-menu li a{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    padding: 12px 18px;
    line-height: 1.2;
}

#site-navigation li a{
	text-transform:uppercase;
}

#site-navigation .menu-highlight a {
    color: #ffd840;
}

.main-navigation-wrapper{
    border-bottom: 1px solid #DE202C;
    padding: 0;
    margin-top: 10px;
    background: #282828;
}

#content {
    background: rgb(242,242,242);
	background: linear-gradient(0deg, rgb(255, 255, 255) 70%, rgb(247, 247, 247) 100%);
    padding: 20px 0;
}

a#wt-cli-reject-btn {
    color: #000 !important;
}

.tax-event_categories #content {
    padding-bottom: 120px;
}

.site-footer,
.site-footer p,
.site-footer a{
	--tc: #fff;
    --fs: 14px;
    color: #fff;
}

.site-footer .first-part{
	background: #232323;
    padding: 60px 0;
}

.site-footer .second-part{
	background: #2b2b2b;
    padding: 30px 0;
}

.site-footer .second-part,
.site-footer .second-part a{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.site-footer h2.widget-title{
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 16px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}

.site-footer .first-part ul.menu li{
	display:block
}

.site-footer .first-part ul.menu li a{
    color: #fff;
    padding: 6px 4px;
    width: 100%;
    text-transform: uppercase;
	font-size: 14px;
}

.site-footer .first-part ul.menu li a:hover{
	background-color: rgba(255,255,255,0.05);
	color: #fff;
}

.site-footer .first-part ul.menu li a:before{
	content: '\f101';
	font-family: 'Font Awesome 5 Pro';
	color:#f6d012;
	padding-right:6px;
}

.more-information,
.more-information a{
    font-size: 13px;
}

.more-information i{
	color:#f6d012; font-size:130%;
}

.wi-fi a::after {
    content: '\f09e';
    font-family: "Font Awesome 5 Pro";
    padding-left: 4px;
    color: #005C94;
}

.site-footer .wi-fi a::after {
	color:#86857f;
}

.site-footer .socials i {
    color: #f6d012;
    font-size: 34px;
    margin: 0 6px;
}

.site-footer .more-information .row {
	margin-bottom:10px;
}

.site-footer .second-part a{
	padding: .85rem .65rem
}

.site-footer #footer-menu li a:hover{
	background: transparent;
	color:inherit;
	opacity:.8;
}

.site-footer .menu-footer-container {
    display: inline-block;
}

.post-content {
    font-size: 14px;
}

.margin-of-articles article,
.margin-of-articles aside{
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dee2e6; 
}

.margin-of-articles > h2,
.margin-of-articles > h2{
	margin-top:0;
}

.margin-of-articles article:last-child, 
.margin-of-articles aside:last-child{
	border-bottom: 0; 
}

hr.special{
	margin:50px 0;
	padding:0;
	background-color: #dee2e6;
}

img[src*="loading.gif"] {
    width: 200px !important;
	height: 200px !important;
	margin: 0 auto;
    display: block;
}

img[src*="avatar.jpg"] {
	opacity:0.95;
}

.content-over{
    background-color: rgba(255,255,255,0.8);
    text-align: left;
    padding: 7px 8px;
    width: 100%;
	position: relative;
}

.content-over h2 {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
	margin: 0;
}

.content-over h3{
    font-size: 12px;
    line-height: 1.2;
    color: #2c67ae;
    font-weight: 300;
    margin: 0;
}

.p2-wrapper{
	position:relative;
	overflow:hidden;
	padding: 2px;
	border: 2px solid #939598;
	background-color: #fff;
	border-radius: 4px;
	margin: 2px;
}

.p2-wrapper :where(h4,.h4) {
    margin: 0;
    text-transform: uppercase;
    --fs: 15px;
}

.p2-wrapper .sector {
   font-style:italic;
   color: #525252;
   font-size: 12px;
}

.p2-wrapper .sector.color-white{
	color:#fff;
	font-size: 12px;
}

.p2-wrapper img {
    width: 100%;
	border-radius: 2px;
}

.image-over-avatar h2{
	--fs: 18px;
    --tc: #fff;
    margin: 0px 0 0;
    text-align: center;
}

.image-over-avatar {
    text-align: left;
    --fs: 12px;
	padding: 8px 12px;
}

.year-number {
    text-align: center;
    padding: 22px 12px;
}

.year-number i {
    font-size: 58px;
    display: block;
    padding-bottom: 12px;
}

.powerline { 
    font-size: 52px;
    text-transform: uppercase;
    font-weight: bold;
    color: #003557;
    line-height: 1;
    margin: 3px 0 6px;
}

.powerline-small { 
    font-size: 28px;
    font-weight: normal;
    color: #000000;
    line-height: 1;
    margin: 0;
}

.end-of-article {
	color:#afafaf;
	text-align:center;
	display: grid;
	grid-template-columns: 10% max-content 10%;
	grid-template-rows: 20px 0;
	grid-gap: 20px;
	justify-content:center;
	align-items: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px white;
	font-size: 11px;
}

.end-of-article:after, 
.end-of-article:before {
	content: " ";
	display: block;
	border-bottom: 2px solid #d5d5d5;
}

.p2-wrapper .year-number :where(.h4, h4){
	color: var(--tc, #000);
	font: var(--fw, 700) var(--fs, 25px )/var(--flh, 1.2) var(--ff, 'Poppins', sans-serif );
	text-transform: none;
}

.image-over-avatar-wrapper p:last-child {
    margin: 0;
}

.p2-content{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 150%);
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    text-align: center;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
	z-index: 5;
}

.p2-content p{
    margin-bottom: 0;
    --tc: #fff;
    --fs: 12px;
}

.p2-content .p2-content-middle{
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

.p2-content h2 {
    --fs: 18px;
	--tc: #fff;
	margin-top: 0;
}

.p2-wrapper:hover .p2-content{
	transform: translate(0, 0%);
}

.p2-readmore{
    border: 0;
    color: #fff;
	background-color: #000;
	line-height: 1.2;
	margin: 0;
	padding: 8px 14px;
}

h5.light-title{
	margin:0 0 6px;
	clear: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 32px;
}

.ucd-lightbox h6 {
    margin: 0 0 18px;
    clear: none;
    font-style: italic;
    color: #040404;
    font-weight: 300;
	font-size: 15px;
	line-height: 1.3;
}

.ucd-lightbox{
	font-size: 14px;
}

.p2-container{
	padding: 30px 0;
}

.p2-inner-container{
	margin: 21px 0px 15px;
}

.row-full{
	 width: 100vw;
	 position: relative;
	 margin-left: -50vw;
	 height: 100px;
	 margin-top: 100px;
	 left: 50%;
}

.full-width{
	position:relative;
}

.ca-item {
    padding: 20px 0;
}

.ca-description{
	margin-bottom:12px;
}

#secondary .widget ul,
.better-ul{
	list-style:none;
	padding: 0;
	margin: 0 0 24px;
	width: auto;
	display: inline-block;
}

.better-ul .sub-menu{
	margin: 8px 0 8px;
	width: 100%;
}
#secondary .widget ul li{
	position: relative;
	padding-bottom: 5px;
}

.better-ul li{
	position: relative;
	padding-left: 21px;
	padding-bottom: 5px;
}
#secondary .widget ul li{
	padding-bottom: 3px;
	border-bottom: 1px solid #d7d7d7;
	padding-top: 3px;
}

.better-ul li:before{
	content: '\f101';
	width: 20px;
	display: block;
	font-family: 'Font Awesome 5 Pro';
	position:absolute;
	left:0;
	color:#dc212a;
}

.better-ul.ul-yellow li:before{
	color: #cba335;
}

.brand-red{color:#dc212a!important;}
.brand-gray{color:#9b9b9b!important;}

i.sep{color: #888;}

.p2-parent-tax{
	text-transform:uppercase;
	font-weight: 600;
}

.p2-container.is-child h2{
	margin:0;
}

.p2-container.is-child {
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
}

.motivational-line {
    letter-spacing: 0.1px;
    color: black;
    font-weight: 400;
}

#ucd-latest-articles .motivational-line{
	font-weight: 600;
}

.ucd-latest-article h1{
	margin-bottom:4px;
}

.ucd-latest-article h1 + div.post-content{
	padding-top:10px;
}

.entry-meta,
.entry-meta a{
    color: #575757;
    font-size: 14px;
}

.single figure,
.single-listen figure,
.single-research figure,
.single-sport figure,
.single-events figure {
    margin-top: 0px;
}

figure.wp-block-embed {
    border: 0;
    box-shadow: none;
	width: 100%;
}
figure.wp-block-embed .wp-block-embed__wrapper {
	display: inline-block;
	position: relative;
	padding-bottom: 55%;
	width: 100%;
}

figure.wp-block-embed iframe{
	height: 100% !important;
	position: absolute;
	top: 0; left: 0;
	width: 100% !important;
}

.post-type-archive #main article h2,
.post-type-archive-qa #main article h2,
.post-type-archive-listen #main article h2,
.post-type-archive-research #main article h2,
.post-type-archive-sport #main article h2,
.post-type-archive-events #main article h2,
.single #main article h1,
.single-qa #main article h1,
.single-research #main article h1,
.single-sport #main article h1,
.single-listen #main article h1,
.single-events #main article h1 {
    margin: 0px;
}

.tax-event_categories .entry-header,
.tax-sport_categories .entry-header,
.post-type-archive .entry-header,
.post-type-archive-qa .entry-header,
.post-type-archive-listen .entry-header,
.post-type-archive-research .entry-header,
.post-type-archive-sport .entry-header,
.post-type-archive-events .entry-header,
.single .entry-header,
.single-qa .entry-header,
.single-listen .entry-header,
.single-research .entry-header,
.single-sport .entry-header,
.single-events .entry-header{
	margin-top: 16px;
}

.tax-event_categories .motivational-line,
.tax-sport_categories .motivational-line,
.post-type-archive .motivational-line,
.post-type-archive-qa .motivational-line,
.post-type-archive-listen .motivational-line,
.post-type-archive-research .motivational-line,
.post-type-archive-sport .motivational-line,
.post-type-archive-events .motivational-line,
.single .motivational-line,
.single-qa .motivational-line,
.single-listen .motivational-line,
.single-research .motivational-line,
.single-sport .motivational-line,
.single-events .motivational-line{
	text-transform: uppercase;
	line-height: 1.5;
	font-weight: 400;
}

.underheading {
    font: 400 1.35rem / 1.4 'Poppins', sans-serif;
}

.wp-block-column > .wp-block-image {
    margin-bottom: 0;
}

.post-type-archive-events article{
	margin-bottom:24px;
}

.post-type-archive-qa article,
.post-type-archive-listen article,
.post-type-archive-sport article{
    margin-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 24px;
}

.post-type-archive-qa article:nth-of-type(1),
.post-type-archive-listen article:nth-of-type(1),
.post-type-archive-sport article:nth-of-type(1){
    margin-top: 24px;
    border-top: 1px solid #e8e8e8;
    padding-top: 24px;
}

.all-padding{
	padding: 1rem;
}

.p4-boxes,
.three-columns{
    margin: 35px 0 0;
	padding: 40px 0 0;
}

.card.post{
    text-align: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.card.post::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #0075ba;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-10px, -10px) rotate(1deg);
    z-index: 1;
    opacity: .1;
}

.card.post .inner{
	padding: 4px;
    background: #fff;
	position: relative;
	z-index: 2;
    box-shadow: 1px 1px 4px 1px #dfdfdd;
}

.card.post .image-holder{
    height: 220px;
    display: block
}

.card.post .image-holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tax-sport_categories .card.post,
.post-type-archive-sport .card.post{
	margin-bottom: 20px;
}

.card.post h2{
	margin: 0;
	font-size: 21px;
	color: #000;
}

.card.post h2 a{color: #000;}
.card.post h2 a:hover{color: #333;}

.card.post .entry-content{
	font-size: 13px;
}

.card.post section{	padding: 8px 14px 0;}
.card.post .rm{padding: 2px 14px 12px;}
.card.post .rm .read-more{margin-top:0;}

.post.box{
	padding: 12px;
    background-color: #fff;
    box-shadow: 1px 1px 4px 1px #dfdfdd;
	margin: 5px 0;
}

.postbox-holder .post.box:first-of-type{
	margin-top:0;
}

.postbox-holder .post.box:last-of-type{
	margin-bottom:0;
}

.post.box .entry-header{
	margin:0 0 0 12px;
}

.post.box .entry-title{
	margin:0;
	font-size: 21px;
}

.post.box .entry-title,
.post.box .entry-title a{
	color:#000;
}

.read-more:visited, .read-more {
    display: inline-block;
    background-color: transparent;
    color: #000;
    padding: 7px 8px;
    line-height: 1;
    border-radius: 4px;
    border: 1px solid #c3c3c3;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
	transition: all 0.2s ease;
}

.read-more:hover {
	background-color: #c3c3c3;
	border-color: #c3c3c3;
    color: #fff;
	text-decoration:none;
}

.read-more::after{
    content: '\f324';
    font-family: 'Font Awesome 5 Pro';
    padding-left: 6px;
    line-height: 1;
    font-size: 80%;
}

.read-more.alt:visited, .read-more.alt {
    background-color: #0088cc;
    color: #fff;
    border-color: #0088cc;
}

.read-more.alt:hover {
	background-color: #14709e;
	 border-color: #14709e;
}

.p2-content-middle .read-more{
	margin-top:10px;
}

.top-carousel-content .read-more{
	color:#fff;
	border-color:#fff;
	margin-top: 8px;
}

.top-carousel-content .read-more:hover{
	color:#000;
	border-color:#fff;
	background-color:#fff;
}

.icon-archive::after{
	display:none;
}

.icon-archive::before{
	content: '\f660';
    font-family: 'Font Awesome 5 Pro';
    padding-right: 6px;
    line-height: 1;
    font-size: 80%;
	font-weight: 400;
}

.edit-link{
	display:none;
}

.ucd_podcast{
	margin-top:12px;
}

.display-center{
	display:inline-block;
	margin:0 auto;
}

.ucd_featured{
    margin: 0 0 16px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
	max-width: 282px;
}

.ucd_featured h3{
	margin: 10px 0 6px;
}

.wpb_wrapper .ucd_featured:last-of-type{
    border-bottom: 0 none;
}

.ucd_featured_content {
    font-size: 14px;
    line-height: 1.4;
}

.no-margin{
	margin:0;
}

.no-margin-top{
	margin-top:0;
}

.no-margin-bot{
	margin-bottom:0;
}

.lg-middle-borders{
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

.ucd-latest-article .motivational-line{
	margin-bottom: 12px;
}

.ucd-latest-article-item h1{
	margin-bottom: 4px;
}

.ms-equal-height{
	display:block;
	align-items:center;
	justify-content:center;
	flex-wrap: wrap;
	flex-direction: column;
}

#secondary .widget{
	margin-bottom:20px;
}

#secondary .widget:first-child h3{
	margin-top:0;
}
/* 2023 Design improvements */

.no-text-transform {
    text-transform: none;
}

span.my-cat {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 1;
    background: #303030;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    line-height: 1;
    border-top-right-radius: 4px;
}

/* 2021 Design improvements */


.featured-box{
	width: 100%;
	border: 2px solid white;
	background-size: cover;
	background-position: center;
	padding: 5%;
	position:relative;
	display: flex;
	z-index:1;
    align-items: flex-end;
}

.featured-box::before{
	content:'';
	width:100%;
	height:100%;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9) 50%, rgba(0,0,0,0.1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index:3;
	transition: all 0.2s ease;
	opacity: .75;
}

.featured-box a, .featured-box h2{
	color:#fff; 
	text-shadow: 1px 1px rgba(0,0,0,0.6);
}
.featured-box .excerpt{
	text-shadow: 1px 1px rgba(0,0,0,0.6);
}

a.featured-box:hover,
.featured-box a:hover{
	text-decoration:none;
}

.featured-box .ind-content{
	position: relative;
	z-index:5;
	color:#fff; 
}

.featured-box.large{
	height: 500px;
}

.featured-box.small{
	height: 250px;
}

.featured-box.small a, .featured-box.small h2{
	font-size: 18px;
    line-height: 1.3;
	margin-bottom: 0;
	text-shadow: 1px 1px rgba(0,0,0,0.6);
}

.featured-tag {
    background: #E0202D;
    color:#fff; 
    text-transform: uppercase;
    padding: 6px 8px;
    line-height: 1;
    display: inline-block;
}

.arrow-position > div {
    display: inline-block;
    font: 300 28px/1 'Poppins', sans-serif;
    color: #989898;
	cursor: pointer;
}

.arrow-position > div:hover {
	color: #000;
}

@media (min-width:992px){	 
	.v3-left-slider {
		margin-right: 14px; 
	}
}
 
.v3-left-slider {
	--flh: 1.4;
	--fs: 13px;
	--bg: #fbfbfb;
	--bg-alt: #d7d7d7;
    padding: 7px;
    background: var(--bg);
	position: relative;
}

.v3-left-slider::before,
.v3-left-slider::after{
	content: '';
	display:block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

.v3-left-slider::before{
	background: var(--bg-alt);
	z-index: 1;
	transform: translate(-8px, -8px) rotate(.8deg);
	
}
.v3-left-slider::after{
	z-index: 2;
	background: var(--bg);
	box-shadow: 1px 1px 4px 0px #e1e1e1;
}

.v3-left-slider .slick-list{
	background: var(--bg);
	z-index: 3;
}

.v3-left-slider h2{
	--fw: 600;
	--fs: 24px;
	--tc: #000;
    text-transform: none;
    margin: 8px 0;
}

.v3-left-slider .content a{
    color: #000;
}

.v3-left-slider .content {
    padding: 0 6px;
}

.v3-right-slider{
	--flh: 1.4;
	--fs: 13px;
	--height: 90px;
}

.v3-right-slider .content p{
	margin:0;
	padding:0;
}

.v3-right-slider .slick-list{
	padding-bottom: calc( var(--height) * 0.5 );
}

.v3-right-slider .slick-list::after{
    content: '';
    width: 100%;
    height: calc( var(--height) * 0.5 );
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.2) 100%);
}

.v3-right-slider .content{
    padding-left: 10px;
    position: relative;
    height: var(--height);
}

/*
.v3-right-slider .content:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    background: linear-gradient( 0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
    bottom: 0;
    left: 0;
}*/

.v3-right-slider a{
	color: #000;
}

.v3-right-slider .h4 {
    margin: 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 600;
}

.v3-right-slider .x-item{
	height: var(--height)!important;
    margin-bottom: 20px;
    overflow: hidden;
}

.new-underline{
	position: relative;
	margin-bottom: 24px;
}

.new-underline::after,
.new-underline::before {
	content: '';
	position: absolute;
    bottom: 0;
	left: 15px;
	display: block;
}

.new-underline::before {
    width: calc( 100% - 30px);
    height: 2px;
    background: #E2E2E2;
}

.new-underline::after {
    width: 80px;
    background: #DB232B;
    height: 3px;
}

.v2-box{
    padding: 20px;
    border: 1px solid #e2e2e2;
    margin: 0px 0 32px;
	max-width: 340px;
}

.v2-box img{
	width:100%;
	box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.v2-box .content{
	text-align: center;
}

a.v2-issue-link,
a.v2-archive-link {
	display: inline-block;
	margin: 16px 0 0px;
	text-transform: uppercase;
    cursor: pointer;
	transition: all 0.2s ease;
	line-height: 1;
}

a.v2-issue-link {
    background: #9D101A;
    padding: 10px 26px;
    color: white;
    border-radius: 32px;
}

a.v2-issue-link:hover {
	text-decoration: none;
	background: #5f080e;
}

a.v2-archive-link{
	color: #000;
	text-decoration: underline;
}

a.v2-archive-link:hover{
	color: #5d5d5d;
}

.v2-new-area{
	margin:25px 0;
}

.v2-box h3 {
    margin: 0 0 15px;
}

.v2-promo-line-1{
	text-transform: uppercase;
	font-size: 16px;
    line-height: 1.2;
}

.v2-promo-line-2{
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    color: #222222;
}

.v2-promo-line-3{
	font-size: 14px;
}

.v2-promotion{
	border: 1px solid #e2e2e2;
	padding: 24px;
	margin-top:24px;
}

/* 2021 Design improvements end*/

.nav-next a,
.nav-previous a {
    border: 2px solid #fff;
    padding: 1px 12px;
    display: inline-block;
    font-size: 13px;
    background: #f2f2f2;
    color: #000;
    border-radius: 4px;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,.1);
    margin: 5px 2px;
}

.nav-previous a:before {
    content: '\f323';
	font-family: 'Font Awesome 5 Pro';
	padding-right: 4px;
	font-weight: 500;
}

.nav-next a:after {
    content: '\f324';
	font-family: 'Font Awesome 5 Pro';
	padding-left: 4px;
	font-weight: 500;
}

.nav-next a:hover,
.nav-previous a:hover {
    text-decoration: none !important;
    background-color: #dfdfdf;
    color: #000;
}

.nav-links{
    margin-top: 18px;
}

.ucd-slider-styling{
	border: 1px solid #d5d5d5;
	background-color: #fff;
	padding: 1px;
	position:relative;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
}

/* Slider */
 .slick-slider {
     position: relative;
     display: block;
     box-sizing: border-box;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
}
 .slick-list {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
}
 .slick-list:focus {
     outline: none;
}
 .slick-list.dragging {
     cursor: pointer;
     cursor: hand;
}
 .slick-slider .slick-track, .slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
}
 .slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
     /*margin-left: auto;
     margin-right: auto;*/
}
 .slick-track:before, .slick-track:after {
     display: table;
     content: '';
}
 .slick-track:after {
     clear: both;
}
 .slick-loading .slick-track {
     visibility: hidden;
}
 .slick-slide {
     display: none;
     float: left;
     height: 100%;
     min-height: 1px;
}
 [dir='rtl'] .slick-slide {
     float: right;
}
 .slick-slide img {
     display: block;
}
 .slick-slide.slick-loading img {
     display: none;
}
 .slick-slide.dragging img {
     pointer-events: none;
}
 .slick-initialized .slick-slide{
     display: block;
}
 .slick-loading .slick-slide {
     visibility: hidden;
}
 .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
}
 .slick-arrow.slick-hidden {
     display: none;
}

/* Slider */
 .slick-loading .slick-list{
     background: #fff url('/wp-content/loading.gif') center center no-repeat;
}
/* Arrows */
 .slick-prev, .slick-next{
     font-size: 0;
     line-height: 0;
     position: absolute;
     top: 50%;
     display: block;
	 width:40px;
	 padding:0;
     -webkit-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
     transform: translate(0, -50%);
     cursor: pointer;
     color: transparent;
     border: none;
     outline: none;
     background: #005C9480;
	 font-weight:bold;
	 text-align:center;
	 z-index:10;
	 opacity:0;
}
 .slick-prev:hover, .slick-next:hover {
     background: #005C94;
}
 .slick-prev:hover:before, .slick-next:hover:before {
     opacity: 1;
}
 .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
     opacity: 0.4;
}
 .slick-prev:before, .slick-next:before {
     font-family: 'Font Awesome 5 Pro';
     font-size: 20px;
     line-height: 1;
     color: white;
	 line-height: 80px;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .slick-prev {
     left: -20px;
}
 [dir='rtl'] .slick-prev {
     right: -20px;
     left: auto;
}
 .slick-prev:before {
     content: '\f053';
}
 [dir='rtl'] .slick-prev:before {
     content: '\f054';
}
 .slick-next {
     right: -20px;
}
 [dir='rtl'] .slick-next {
     right: auto;
     left: -20px;
}
 .slick-next:before {
     content:'\f054';
}
 [dir='rtl'] .slick-next:before {
     content: '\f053';
}

#ucd-latest-articles .slick-prev,#ucd-latest-articles .slick-next,
 .slick-slider:hover .slick-prev,.slick-slider:hover .slick-next{
	opacity:1;
 }

 
/* Dots */
 .slick-dotted.slick-slider {
    margin: 5px 0 25px;
}

 .slick-dots {
     position: absolute;
     bottom: -30px;
     display: block;
     width: 100%;
     padding: 0;
     margin: 0;
     list-style: none;
     text-align: center;
}
 .slick-dots li {
     position: relative;
     display: inline-block;
     width: 15px;
     margin: 0 5px;
     padding: 0;
     cursor: pointer;
}
 .slick-dots li button {
     font-size: 0;
     line-height: 0;
     display: block;
     width: 15px;
     height: 15px;
     padding: 5px;
     cursor: pointer;
     color: transparent;
     border: 0;
     outline: none;
     background: #bbb;
	 border-radius: 50%;
}
 .slick-dots li button:hover, .slick-dots li button:focus {
     outline: none;
}
 .slick-dots li button:hover:before, .slick-dots li button:focus:before {
     opacity: 1;
}
 .slick-dots li.slick-active button:before {
     opacity: .75;
     color: black;
}
 
.slick-dots li.slick-active button{
	background: #686868;
}

.top-carousel-inner{ 
	position:relative;
}

.top-carousel-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background-color: rgba(0,0,0,0.75);
	right: 0;
	max-width: 570px;
}

.top-carousel-content .entry-meta a,
.top-carousel-content .entry-meta{
	color: #ccc;
}

.top-carousel-content .entry-title a,
.top-carousel-content .entry-title{
	color: #fff;
	margin: 0;
}

.top-carousel-content .motivational-line{
	color: #fff;
}

.top-carousel-content .entry-content{
	color: #fff;
	font-size: 13px;
}
.top-carousel-content .entry-header{
	margin-top: 0px;
}

.ucd-lightbox{
	display:none;
}

html.with-featherlight {
	/* disable global scrolling when featherlights are visible */
	overflow: hidden;
}

.featherlight {
	display: none;
	position:fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 2147483647;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background: #333;
	background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
	background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.featherlight .featherlight-content {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	overflow: auto;
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent;
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;
	background: #fff;
	cursor: auto;
	white-space: normal;
	max-width: 920px;
}

.featherlight .featherlight-inner {
	display: block;
}

.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
	display: none;
}

.featherlight .featherlight-close-icon {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	line-height: 25px;
	width: 25px;
	cursor: pointer;
	text-align: center;
	font-family: Arial, sans-serif;
	background: #fff; /* Set the background in case it overlaps the content */
	background: rgba(255, 255, 255, 0.3);
	color: #000;
	border: none;
	padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.featherlight .featherlight-image {
	width: 100%;
}


.featherlight-iframe .featherlight-content {
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

.featherlight iframe {
	border: none;
}

.featherlight * { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ucd-gallery {
	margin: 20px 0;
}

.ucd-gallery-item {
    display: inline-block;
    padding: 2px;
}

.ucd-gallery{
	border: 1px solid #d5d5d5;
	background-color: #fff;
	padding: 1px;
	position:relative;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
}

.ucd-gallery-slider-before{
    position: absolute;
    top: 1px;
    left: 1px;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    padding: 2px 6px;
    pointer-events: none;
    z-index: 99;
    font-size: 11px;
    font-family: sans-serif;
    border-bottom-right-radius: 4px;
}

figure figcaption,
.ucd-gallery-slider .caption{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: auto;
    color: #fff;
    padding: 6px 8px;
    pointer-events: none;
    z-index: 99;
    width: auto;
    max-width: 100%;
    width: 100%;
}

figure figcaption,
.ucd-gallery-slider .caption,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
	text-align: left;
    font: var(--fw, 400) var(--fs, 11px )/var(--flh, 1.3) var(--ff, 'Poppins', sans-serif );
	background: linear-gradient(0deg, #000000b3, #00000047 70%, #0000);
}

figure figcaption{
	bottom:0;
    left:0;
}

.archive-description p{
	--fs: 21px;
}


.feat-excerpt{
    --fs: 12px;
    --tc: #fff;
    --fw: 400;
    text-transform: none;
}

.ucd-gallery-slider img {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
	text-align: center;
    margin: 0 auto;
}

.ucd-gallery-slider .ucd-item {
    text-align: center;
    background: #e4e4e4;
}

.ucd-gallery-slider-nav .ucd-item img{
	border:1px solid #d3d3d3;
	filter:grayscale(90%);
	cursor: pointer;
	border-right-width: 0;
}

.ucd-gallery-slider-nav .ucd-item.slick-active:hover img,
.ucd-gallery-slider-nav .ucd-item.slick-current img{
	border-color:white;
	filter:grayscale(0%);
}

.ucd-gallery-slider-nav .slick-list{
	border-radius: 2px;
}

.ucd-gallery-slider-nav .slick-arrow:before{
	font-size: 12px!important;
	line-height: 36px!important;
}

.ucd-gallery-slider-nav .slick-arrow{
	width:24px!important;
}

.ucd-gallery-slider-nav .slick-arrow.slick-prev {
    left: -12px;
}

.ucd-gallery-slider-nav .slick-arrow.slick-next {
    right: -12px;
}

.light-i i, .light-i em{ font-weight: 300; }	

.no-shadow > figure,
figure.no-shadow{
	box-shadow: none!important;
}
.no-borders > figure,
figure.no-borders{
	border: none!important;
    box-shadow: none!important;
}

.wp-block-image figcaption{
	color: #fff;
	margin:0;
	text-align: left;
}

.post-type-archive footer {
    margin-top: 60px;
}

#ucd-latest-articles h1 {
    margin-top: 0;
}

#ucd-latest-articles .slick-arrow{
	top: 25%;
}

.ucd_featured figure{
	margin: 0;
}

.no-margins{
	margin:0;
}

.space-block{
	display:block;
	height:25px;
}

.blocks-gallery-item .wp-image-533{object-position: 20%;}
.hidden{display:none!important;}

.ucd-must-read-item {
    margin: 15px 0 7px;
}

.ucd-lightbox-img {
    max-height: 400px;
    width: auto;
    max-width: 260px;
}

.ucd-effect1{
	position:relative;
	overflow: hidden;
}

.ucd-effect1::after,
.ucd-effect1::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s ease 0.4s;
	left:0;
	top:0;
}

.ucd-effect1::before {
	background-color: #005C94;
	transition-delay: 1s;
}

.ucd-effect1::after {
	background-color: #e8e8e8;
	z-index:2;
}

.delay1.ucd-effect1::after{transition-delay: 0.8s;}
.delay1.ucd-effect1::before {transition-delay: 1s;}
.delay2.ucd-effect1::after {transition-delay: 1s;}
.delay2.ucd-effect1::before {transition-delay: 1.2s;}

.border-red {
	border: 1px solid #c4254d;
	padding: 1em;
}

.border-yellow {
	border: 1px solid #c3960d;
	padding: 1em;
}
.border-blue {
	border: 1px solid #0e3561;
	padding: 1em;
}
.border-lightblue {
	border: 1px solid #005C94;
	padding: 1em;
}
.border-green {
	border: 1px solid #094E28;
	padding: 1em;
}
.border-lightgreen {
	border: 1px solid #3A5C23;
	padding: 1em;
}

.label-red figcaption{background-color:#c4254d;}
.label-yellow figcaption{background-color:#c3960d;}
.label-blue figcaption{background-color:#0e3561;}
.label-lightblue figcaption{background-color:#005C94;}
.label-green figcaption{background-color:#094E28;}
.label-lightgreen figcaption{background-color:#3A5C23;}

.label-red h3,
.label-yellow h3,
.label-blue h3,
.label-lightblue h3,
.label-green h3,
.label-lightgreen h3 {
	text-transform: none !important;
}

.color-lightblue.ucd-effect1::before {background-color: #005C94;}
.color-red.ucd-effect1::before {background-color: #c4254d;}
.color-green.ucd-effect1::before {background-color: #094E28;}
.color-lightgreen.ucd-effect1::before {background-color: #3A5C23;}
.color-yellow.ucd-effect1::before {background-color: #c3960d;}
.black.ucd-effect1::before {background-color: black;}
.gray.ucd-effect1::before {background-color: gray;}

.in-view.ucd-effect1::after,
.in-view.ucd-effect1::before {
	width: 0%;
}

figure.wp-block-table{
	display:flex;
	flex-direction:column;
}

figure.wp-block-table table{
	flex: 0 0 100%;
	order:2;
}

figure.wp-block-table figcaption{
    flex: 0 0 100%;
    order: 1;
    position: static;
    width: 100%;
    font-size: 16px;
    padding: 8px;
    font-weight: bold;
    border-bottom: 2px solid white;
    line-height: 1.2;
}

.main-table, .main-table table{
	width:100%;
	border: 0;
    box-shadow: none;
} 

.main-table table th,
.main-table table td{
	padding: 4px 8px;
    vertical-align: top; 
} 

.main-table table td{
	font-size: 90%;
}

.main-table table tr:nth-child(odd) td{
	background-color: #f5f4f3;
}

.green-table figcaption,
.green-table table thead{
	color:white; 
	background-color:#00a653;
}

.blue-table figcaption,
.blue-table table thead{
	color:white; 
	background-color:#005C94;
}

.yellow-table figcaption,
.yellow-table table thead{
	color:white; 
	background-color:#cba335;
}

.previous-years{
	border-top: 1px solid #e4e4e4;
    margin: 25px 0;
    padding: 25px 0;
}

.previous-years .read-more {
    margin: 0 6px 0 0;
}

.box-no-image {
    width: 60px;
    height: 60px;
    display: inline-block;
    background-color: #e8e8e8;
}

.lh-1{
	line-height:1;
}

.bg-color-blue.my-cat { background: #0d3460;}
.bg-color-lightblue.my-cat { background: #1470ab;}
.bg-color-red.my-cat { background: #a91c40;}
.bg-color-green.my-cat { background: #094E28;}
.bg-color-lightgreen.my-cat {  background: #61ad35;}
.bg-color-yellow.my-cat { background: #a9820d;}
.bg-color-gray.my-cat { background: #58585B;}
 
.bg-color-blue .p2-wrapper, .color-blue .p2-wrapper{ border-color: #0e3561;}
.bg-color-blue .content-over,.color-blue .content-over {  background-color: #0e3561;}
.bg-color-blue .content-over h2,.bg-color-blue .content-over h3, .color-blue .content-over h2,.color-blue .content-over h3{color:#fff;}
.bg-color-blue .read-more, .color-blue .read-more{background-color: #0e3561;border-color: #0e3561;color: #fff;}
.bg-color-blue .read-more:hover,.color-blue .read-more:hover{background-color: #07284e;border-color: #116ba5;}

.bg-color-lightblue .p2-wrapper,.color-lightblue .p2-wrapper{ border-color:#005C94;}
.bg-color-lightblue .content-over, .color-lightblue .content-over{ background-color: #005C94;}
.bg-color-lightblue .content-over h2,.bg-color-lightblue .content-over h3,.color-lightblue .content-over h2,.color-lightblue .content-over h3{color:#fff;}
.bg-color-lightblue .read-more,.color-lightblue .read-more{background-color: #005C94;border-color: #005C94;color: #fff;}
.bg-color-lightblue .read-more:hover,.color-lightblue .read-more:hover{background-color: #116ba5;border-color: #116ba5;}

.bg-color-red .p2-wrapper,.color-red .p2-wrapper{ border-color: #A31438;}
.bg-color-red .content-over,.color-red .content-over{ background-color: #A31438;}
.bg-color-red .content-over h2,.bg-color-red .content-over h3, .color-red .content-over h2,.color-red .content-over h3{color:#fff;}
.bg-color-red .read-more, .color-red .read-more{background-color: #A31438;border-color: #A31438;color: #fff;}
.bg-color-red .read-more:hover,.color-red .read-more:hover{background-color: #A31438;border-color: #A31438;}

.bg-color-green .p2-wrapper, .color-green .p2-wrapper{ border-color: #094E28;}
.bg-color-green .content-over, .color-green .content-over{  background-color: #094E28;}
.bg-color-green .content-over h2, .bg-color-green .content-over h3, .color-green .content-over h2, .bcolor-green .content-over h3{color:#fff;}
.bg-color-green .read-more,.color-green .read-more{background-color: #094E28;border-color: #094E28;color: #fff;}
.bg-color-green .read-more:hover, .color-green .read-more:hover{background-color: #119244;border-color: #119244;}

.bg-color-lightgreen .p2-wrapper, .color-lightgreen .p2-wrapper{ border-color: #3A5C23;}
.bg-color-lightgreen .content-over, .color-lightgreen .content-over{  background-color: #3A5C23;}
.bg-color-lightgreen .content-over h2, .bg-color-lightgreen .content-over h3, .color-lightgreen .content-over h2, .bcolor-lightgreen .content-over h3{color:#fff;}
.bg-color-lightgreen .read-more,.color-lightgreen .read-more{background-color: #3A5C23;border-color: #3A5C23;color: #fff;}
.bg-color-lightgreen .read-more:hover, .color-lightgreen .read-more:hover{background-color: #119244;border-color: #119244;}

.bg-color-yellow .p2-wrapper, .color-yellow .p2-wrapper{ border-color: #c3960d;}
.bg-color-yellow .content-over, .color-yellow .content-over{  background-color: #c3960d;}
.bg-color-yellow .content-over h2,.bg-color-yellow .content-over h3, .color-yellow .content-over h2,.color-yellow .content-over h3{color:#fff;}
.bg-color-yellow .read-more, .color-yellow .read-more{background-color: #c3960d;border-color: #c3960d;color: #fff;}
.bg-color-yellow .read-more:hover, .color-yellow .read-more:hover{background-color: #af8609;border-color: #af8609;}

.bg-color-gray .p2-wrapper, .color-gray .p2-wrapper{	border-color: #58585B;}
.bg-color-gray .content-over, .color-gray .content-over{  background-color: #58585B;}
.bg-color-gray .content-over h2,.bg-color-gray .content-over h3, .color-gray .content-over h2,.color-gray .content-over h3{color:#fff;}
.bg-color-gray .read-more, .color-gray .read-more{background-color: #58585B;border-color: #58585B;color: #fff;}
.bg-color-gray .read-more:hover, .color-gray .read-more:hover{background-color: #58585B;border-color: #58585B;}

.bg-color-yellow h4{color:#c3960d;}
.bg-color-green h4{color:#094E28;}
.bg-color-lightgreen h4{color:#3A5C23;}
.bg-color-red h4{color:#c4254d;}
.bg-color-gray h4{color:#58585B;}
.bg-color-blue h4{color:#0e3561;}
.bg-color-lightblue h4{
	color:#005C94;
}

.color-yellow :where(.h4, h4){color:#c3960d;--tc:#c3960d;}
.color-green :where(.h4, h4){color:#094E28;--tc:#094E28;}
.color-lightgreen :where(.h4, h4){color:#3A5C23;--tc:#3A5C23;}
.color-red :where(.h4, h4){color:#c4254d;--tc:#c4254d;}
.color-gray :where(.h4, h4){color:#58585B;--tc:#58585B;}
.color-blue :where(.h4, h4){color:#0e3561;--tc:#0e3561;}
.color-lightblue :where(.h4, h4){color:#005C94;--tc:#005C94;}

.color-black,a.color-black:visited {color:#000;--tc:#000;}
.color-blue,a.color-blue:visited {color:#0e3561;--tc:#0e3561;}
.color-lightblue,a.color-lightblue:visited {color:#005C94;--tc:#005C94;}
.color-green,a.color-green:visited {color:#094E28;--tc:#094E28;}
.color-lightgreen,a.color-lightgreen:visited {color:#3A5C23;--tc:#3A5C23;}
.color-yellow,a.color-yellow:visited {color:#cba335;--tc:#cba335;}
.color-red,a.color-red:visited {color:#c4254d;--tc:#c4254d;}
.color-purple,a.color-red:visited {color:#692F7F;--tc:#692F7F;}
.color-orange,a.color-red:visited {color:#E85531;--tc:#E85531;}

.wp-block-cover, .wp-block-cover-image{
	min-height: 230px;
}

.image-over-avatar-wrapper p{
	--tc: #000;
}

ul.trending {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.trending a{
    display: block;
    padding: 2px 0px;
    border-bottom: 1px solid whitesmoke;
    font-size: 13px;
    color: black;
    transition: all 0.5s ease;
}

ul.trending a:hover{
	padding-left:6px;
	background:#f1f1f1;
	text-decoration:none;
}

ul.trending span.issue-year{
    color: #afafaf;
    font-size: 85%;
}

ul.trending span.issue-event{
    color: #afafaf;
    width: 16px;
    text-align: center;
    display: inline-block;
}

#cookie_action_close_header {
    margin: 0 0 5px !important;
}

.cli-separation{
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
    margin-top: 15px;
}

.cli-tab-footer .cli-btn {
    background-color: #081e3e;
}

.mini-quote-block {
    background: #f1ebdf;
    margin: 0 0 12px;
}

.mini-quote-block:nth-child(even) {
	background: #e9e8e7;
}

.mini-quote-block.blue {
	background: #6C9CD3; 
	color: #fff;
}

.mini-quote-block.yellow {
	background: #EEE3C3; 
}

.lighter{
	font-weight: 400!important;
}

#baguetteBox-overlay .full-image figure{
	display:inline-block!important;
	height: auto!important;
}

#CONSTANT_OPEN_URL,
#cookie_action_close_header_reject,
.wt-cli-element.cli_settings_button{
    margin: 5px 8px !important;
    padding: 5px 8px !important;
    border-bottom: 0 !important;
	border-radius:0 !important;
}

#cookie-law-info-bar h5,
.cli-bar-message {
    text-align: center!important;
}

#cookie_action_close_header_reject{
	padding: 8px 25px!important;
	color: rgb(255, 255, 255)!important;
	background-color: rgb(34, 70, 121) !important;
	text-transform: uppercase;
}

.wpcf7-text {
    width: 100%;
}
.wpcf7-form label{
    font-weight: bold;
    color: #717171;
    display: block;
}

.home-left-img,
.home-right-img {
	position: relative;
	display: inline-block;
	width: 100%;
}

.home-left-img::before,
.home-right-img::before {
	content: '';
}

.home-left-img img,
.home-right-img img{
	position:relative;
	z-index: 5;
    object-fit: cover;
}

.home-right-img img{
    height: var(--height); 
    width: var(--height);
}

.home-left-img img{
    height: 200px;
    width: 100%;
}


@media only screen and (min-width: 1200px) 
{
	.v2-border-left{
		border-left: 1px solid #e2e2e2;
	}
	
	.v2-box{
		margin-left: auto;
	}	
}

@media only screen and (min-width: 1025px) 
{
		
	.reconnections .page-title{
		margin:0;
		font-size: 72px;
		line-height: 1.2;
	}

	.class-acts header .motivational-line{
		margin:0;
		font-size: 21px;
	}

}

@media only screen and (max-width: 1024px) 
{
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;
		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
		width: 90%;
		overflow: hidden;
	}
	
	.featured-box.small {
		height: 180px;
	}
	
	.featured-box.large {
		height: 360px;
	}
	
	.featured-box .ind-content {
		font-size: 12px;
	}
	
	.featured-box.small a, .featured-box.small h2 {
		font-size: 14px;
	}
	
}

@media print {
	html.with-featherlight > * > :not(.featherlight) {
		display: none;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1199px) 
{
	
	.site-footer .socials i {
		font-size: 21px;
	}
	
	.ucd_featured_content {
		font-size: 12px;
	}
	
	.post.box .motivational-line {
		line-height: 1.2;
		font-size: 13px;
	}
	
	.post.box .entry-title {
		font-size: 18px;
	}
	
	.p4-boxes .card.post{
		margin-bottom:0;
	}
	
	#top-menu li a {
		font-size: 13px;
		padding: 12px 8px;
	}
	
	.post-type-archive .motivational-line, .post-type-archive-qa .motivational-line, .post-type-archive-listen .motivational-line, .post-type-archive-research .motivational-line, .post-type-archive-sport .motivational-line, .post-type-archive-events .motivational-line, .single .motivational-line, .single-qa .motivational-line, .single-listen .motivational-line, .single-research .motivational-line, .single-sport .motivational-line, .single-events .motivational-line {
		font-size: 14px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 768px) 
{
	.wp-block-gallery.columns-3 .blocks-gallery-item,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc(50% - 1em);
	}
	
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(5n){
		margin-right: 1em; 
	}
	
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(2n){
		margin-right:0;
	}
}

@media only screen and (max-width: 768px) 
{
	.site-info{
		text-align: center;
	}

	.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){
		width: 100%!important;
	}

	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
		--fs: 11px;
	}

	.wp-block-image.mobile-half figure {
		max-width: 45vh;
	}
	
	.v2-border-left *{
		vertical-align:top;
	}
	
	.v2-box h3 {
		font-size: 21px;
	}
	
	.v2-box {
		width: 49.5%;
		display: inline-block;
		border: 0;
	}
	
	.v2-promotion .image img {
		max-width: 180px;
		margin-bottom: 20px;
	}
	
	.v2-promotion{
		text-align:center;
	}
	
	.c-contact-block-column .wp-block-column {
		margin-bottom: 30px;
	}
	
	.blocks-gallery-grid .blocks-gallery-image, 
	.blocks-gallery-grid .blocks-gallery-item, 
	.wp-block-gallery .blocks-gallery-image, 
	.wp-block-gallery .blocks-gallery-item {
		width: 100%;
		margin:0 0 16px;
	}
	.card.post{
		margin-bottom: 20px;
	}
	
	.featherlight .featherlight-content *{
		text-align: center;
	}
	
	.entry-title {
		font-size: 34px;
	}
	
	.small-flex-order-1{order:1;}
	.small-flex-order-2{order:2;}
	.small-flex-order-3{order:3;}
	.small-flex-order-4{order:4;}
	
	.powerline {
		font-size: 42px;
	}
	
	#ucd-latest-articles{
		text-align:center;
	}
	
	.lg-middle-borders {
		border-left: 0;
		border-right: 0;
	}
	
	.mobile-padding-top{
		padding-top:25px;
		margin-top:25px;
	}
	
	.ucd-slider{
		background-color: rgba(0,0,0,1);
		padding: 0;
		border: 2px solid white;
		max-width: 550px;
		margin: 0 auto;
	}
	
	#ucd-latest-articles.ucd-slider{
		background-color: transparent;
	}
	
	.top-carousel-content {
		position: static;
		background-color: rgba(0,0,0,1)
	}
	
	.post.box,
	.card.post {
		max-width: 388px;
		margin: 0 auto 14px!important;
		text-align:center;
	}
	
	.post.box {
		padding: 4px;		
	}
	
	.small-screen-center{
		text-align:center;
	}
	
	.small-screen-center .ucd_featured{
		margin:0 auto;
	}
	
	.post.box .entry-header {
		padding: 8px 0;
	}
	
	#top-menu{
		padding: .5rem 0;
	}
	
	#top-menu li a {
		font-size: 12px;
		padding: 6px 6px;
	}
	
	#primary-menu li a {
		font-size: 15px;
		padding: 7px 10px;
	}
	
	.site-branding img {
		height: 110px;
		width: auto;
	}
	
	.p4-boxes > div[class*="col-lg-"]:first-child, .p4-boxes > div[class*="col-md-"]:first-child {
		padding-left: 15px;
	}
	
	.p4-boxes > div[class*="col-lg-"]:last-child, .p4-boxes > div[class*="col-md-"]:last-child {
		padding-right: 15px;
	}
	
	.ucd-lightbox {
		font-size: 13px;
	}
	
	.ucd-lightbox-img {
		max-height: 250px;
	}
	
	.ucd-lightbox-img-wrapper{
		background-color: #f5f5f5;
		padding: 5px;
	}
	
	
}

@media only screen and (max-width: 556px) 
{
		
	.v2-border-left{
		text-align: center;
	}
	
	.v2-promo-line-1 {
		line-height: 1.4;
	}
	
	.v2-promo-line-2 {
		line-height: 1.1;
		margin-bottom:8px;
	}
	
	.v2-box {
		width: 100%;
		max-width: 380px;
	}
	.powerline-small{
		font-size: 16px;
	}
	
	.powerline {
		font-size: 30px;
	}
	
	figcaption,
	.wp-block-image figcaption {
		font-size: 10px;
	}
	
	.p2-content h2 {
		font-size: 13px;
	}
	
	.p2-content {
		padding: 5px;
		font-size: 11px;
	}
	
	.class-acts header .motivational-line,
	.motivational-line {
		font-size: 16px;
		line-height: 1.3;
	}
	
	.ucd-lightbox-img {
		max-height: 200px;
	}
	
	h5.light-title{
		font-size: 24px;
	}
	
	.ucd-lightbox h6 {
		font-size: 12px;
		margin: 0 0 8px;
	}
	
	.ucd-lightbox {
		font-size: 12px;
	}
	
	.p2-category {
		margin-top: 8px;
	}
	
}


@media only screen and (max-width: 480px) 
{
	.wp-block-image.mobile-half figure {
		max-width: 100%;
		width:100%;
	}	
	.wp-block-image.mobile-half figure img{
		width:100%;
	}
}

.group-section {
	margin-bottom: 5%;
	margin-top: 5%;
}

/* Custom Search */
footer .astm-search-menu {
	display: none !important;
}

.is-menu .search-icon-path {
	fill: #FFF !important;
}
@media screen and (min-width: 767px) {
	.mobile-search {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	header .astm-search-menu {
		display: none !important;
    }
	.mobile-search {
		display: block !important;
		padding: .25rem .75rem;
	}
}
