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

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

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

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

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
.dcoc-sec-padd{
	padding:4.5rem 0px;
}
/* Normalize
--------------------------------------------- */

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

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

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

p{
	text-align:justify;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thm{
	overflow:hidden;
}

.img-thm img{
	transition:.4s ease-in-out;
	cursor: pointer;
}

.img-thm:hover img {
	transform: scale(1.05);
}

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10+.
 */

.error404 .site-header, .error404 .site-footer, .menu-open, .comments-area, template, p:empty {
	display: none;
}

.error-404.not-found {
	height: 100vh;
}

.error-404.not-found > img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

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

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

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

html {
	box-sizing: border-box;
}

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

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

.wpcf7-submit, .contact-address span, .dcoc-state-inner p, .dcoc-btn, .tag-line, h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Blender-Pro-Bold';
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

a:hover {
	color: #0056b3;
	text-decoration: none;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-size:18px;
}

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

.dcoc-state-inner p, ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}


dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.single-event figure iframe, .page-content-contact-us iframe{
    width:100%;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.dcoc-social-sidebar {
	position: fixed;
	right:8px;
	z-index: 9999;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	border-radius: 8px;
}

.img-thm img, .page-content-contact-us form div.form-group input, .page-content-contact-us form div.form-group textarea, #primary-menu .menu-item ul.sub-menu, .wp-block-quote, .row.expanded-scope .col .card-body, .section-title h1, .latest-new img, .latest-new, .latest-new div, .dcoc-border {
	border-radius: 8px;
}

.card-columns {
	-webkit-column-count:5;
	-moz-column-count:5;
	column-count: 5;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	orphans: 1;
	widows: 1;
}

.album-heading {
	height:30vh;
	display: flex;
	align-items: center;
}

/* p, .jksd ul, .dcoc-inner ul{
    text-align:justify;
} */

table p{
	text-align:unset;
}

.table {
	table-layout: fixed;
}

.dcoc-pillars .card .card-body {
	padding: 32px;
}

.dcoc-social-sidebar ul li i::before, [class^="flaticon-"]::before{
	margin: 0px !important;
}

.dcoc-social-sidebar ul li {
	padding: 0px 16px;
}

.dcoc-social-sidebar ul li:hover {
	background: #181616;
}

.dcoc-btn {
	display: flex;
	align-items: center;
}

.dcoc-btn i {
	margin: 0px 0px 0px 16px;
	color:#fff;
}

.dcoc-btn i::after {
	content: "";
	position: absolute;
	background: #5fdcf0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: -1;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

/* Navigation
--------------------------------------------- */
#masthead.site-header {
	padding: 24px 0px;
}


#primary-menu .menu-item ul.sub-menu:not(li.menu-item-has-children ul.sub-menu) {
	z-index: 9999999999;
	position: absolute;
	width: max-content;
	max-width: none;
	padding: 0px 0px 0px 0px;
	border: 0;
	background: #eaeaea;
	opacity: 0;
	transform: translate(0, 10px);
	transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	top: 32px;
	visibility: hidden;
}

#primary-menu li.menu-item:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

#primary-menu .menu-item ul.sub-menu li.menu-item a{
	transition:.4s ease-in-out all;
}

#primary-menu .menu-item ul.sub-menu li.menu-item a {
	color: #222;
	text-align: left;
}

#primary-menu > li.menu-item a {
	color: #222;
}

#primary-menu > li.menu-item:not(.sub-menu) {
	text-align: center;
	position: relative;
}

#primary-menu .menu-item ul.sub-menu li.menu-item a {
	padding: 6px 32px;
	display: block;
}

#site-navigation.main-navigation ul.sub-menu li.menu-item:hover::before, #primary-menu .menu-item ul.sub-menu li.menu-item:hover a {
	/* background: #0eaabd70; */
	color: #fff;
}

#site-navigation.main-navigation ul.sub-menu li.menu-item {
	border-bottom: 1px solid #d2d1d1;
}


#site-navigation.main-navigation ul.sub-menu li.menu-item::before {
	content: "\f111";
	position: absolute;
	font-family: Flaticon;
	transform: rotate(-90deg) translateY(-50%);
	display: block;
	font-size: 10px;
	top: 30%;
	left: 16px;
}

#primary-menu .menu-item-has-children::after {
	content: "\f113";
	position: absolute;
	font-family: Flaticon;
	right: 0px;
	font-size: 9px;
	top: 50%;
	transform: translateY(-50%);
	color: #57c0d8;
}

#site-navigation.main-navigation ul li.menu-item:not(.sub-menu > li.menu-item)::before {
	/* content: ""; */
	position: absolute;
	border-right: 1px solid #000;
	height:50%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.jksd ul li, .dcoc-inner ul:not(.social-links, .objectives-list) li, .training-date-location, .error-404.not-found > div, .error-404.not-found, .objectives ul li, .dcoc-btn i, #site-navigation.main-navigation ul li.menu-item{
	position:relative;
}

#site-navigation.main-navigation ul li.menu-item:not(.sub-menu li.menu-item) {
	flex-grow: 1;
	text-align: center;
}

.sg-note img, .dcoc-banner > img, .about-us-bg > img, .section-title > img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	width:100%;
}

.section-title > img{
	object-position: 100% 10%;
}

.sg-note img {
	object-position: top;
	left: 16px;
	width: calc(100% - 32px);
}

.error-404.not-found > div h1 {
	font-size: 8rem;
}

.error-404.not-found > div p {
	font-size: 24px;
}

#site-navigation.main-navigation ul li.menu-item a {
	color: #000;
}

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

.main-navigation ul.menu > .menu-item ul.sub-menu {
	z-index: 999;
	position: absolute;
	width: 210px;
	max-width: none;
	padding: 0px 0px 0px 0px;
	border: 0;
	background: #f1f1f1;
	border-radius: 0;
	opacity: 0;
	transform: translate(0, 10px);
	transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
}

#site-navigation.main-navigation ul > li.menu-item.menu-item-has-children:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

#primary-menu .menu-item ul.sub-menu li.menu-item-has-children ul.sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	opacity: 0;
	visibility: hidden;
}

#primary-menu .menu-item ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	/* .menu-toggle {
		display: none;
	}

	.main-navigation ul.menu {
		display: flex;
	} */
}

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

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

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

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

/* Posts
--------------------------------------------- */
article header.entry-header h1 {
	text-align: center;
	margin: 0px auto 32px;
	width: 75%;
}
/* Posts and pages
--------------------------------------------- */
.position-relative.dcoc-banner {
	height: calc(100vh - 99.1967px);
}

.training-date-location, .error-404.not-found > div {
	z-index: 9999;
}

.error-404.not-found::before, .dcoc-banner::before {
	content: "";
	position: absolute;
	/* background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) var(--adc-full-)); */
	/* background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) var(--adc-full-)); */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
	height: 50%;
	width: 100%;
	display: block;
	z-index: 1;
	bottom: 0;
	left: 0;
}

.dcoc-pillars::before{
	content: "";
	position: absolute;
	background: rgba(0,0,0,.35);
	height: 100%;
	width: 100%;
	top:0;
	left:0;
}

.dcoc-banner h1 {
	width: 50%;
	font-size: 32px !important;
	margin: 0px 0px 5rem !important;
	position: relative;
	z-index: 999999999;
}

.dcoc-banner h1, .dcoc-about-home h1, .dcoc-heading{
	font-size: 3.5rem;
}

.dcoc-about-home p {
	width:calc(100% - 32px);
}

.sg-note p, .dcoc-about-home p {
	margin: 22px 0px;
	text-align: justify;
}

#primary-menu .menu-item ul.sub-menu li.menu-item:hover, .dcoc-social-sidebar, .latest-events .card:hover .event-date, .dcoc-pillars .card {
	background-color: #0eaabd;
}

.dcoc-heading {
	line-height: 56px;
}

.dcoc-heading, .dcoc-pillars .row:nth-child(2) .col-md-6:first-child,.dcoc-pillars .row:nth-child(2) .col-md-6:nth-child(2) {
	margin: 0px 0px 32px;
}

.pillar-heading .card i::before {
	font-size: 42px;
	opacity: .75;
}

.dcoc-inner, .mission-vision-item, .about-us-bg, .section-title,.position-relative.dcoc-banner , .dcoc-pillars {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.position-relative.dcoc-banner {
	background-position: 100% 75%;
}

.latest-news .row .col-md-6:last-child .latest-new:first-child {
	margin: 0px 0px 32px;
}

.latest-news .row .col-md-6:last-child .latest-new {
	height: 40vh;
}

.latest-news img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	object-fit: cover;
}

.latest-new div {
	padding: 16px;
	background: rgb(14, 170, 189,.7);
}

.latest-events .card-group > .card {
	margin: 0px 8px;
}

.latest-news .row:last-child .col-md-6:first-child img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

.latest-event .event-date {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.latest-event .event-content {
	width:75%;
}

.event-date span {
	display: block;
	text-align: center;
	font-size: 32px;
	line-height: 28px;
}

.latest-events .card-group > .card:hover > div{
	border-color:#0eaabd;
}
.latest-event {
	border: 1px solid #00000026;
	border-radius: 8px;
}

.event-content {
	padding: 16px;
}

.event-date::before {
	content: "";
	position: absolute;
	background: #d9d9d9;
	width: 2px;
	height: 100%;
	top: 0;
	right: 0;
}

.col.mission-vision-item.text-center > img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin: 0px 0px 16px;
}

.mission-vision-item p {
	width: 75%;
	margin: 0px auto;
	display: block;
}

.mission-vision::before {
	content: "";
	position: absolute;
	background: rgba(0,0,0,.2);
	height: 100%;
	width: 50%;
	top: 0;
	right: 0;
}

.objectives ul li::before {
	content: "\f103";
	font-family: Flaticon;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.steering-committee-thumb.d-flex {
	margin:16px 16px 0px 16px;
}

.page-downloads nav a.nav-item h4 {
	margin: 0px;
	color: #515151;
}

.page-downloads nav a.nav-item.active h4{
	color:#fff;
}

.objectives ul li p {
	margin: 0px 0px 16px 50px;
}

.row.expanded-scope .card-body, .regional-training .card-body {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	text-align: center;
	left: 0;
	text-align: center;
	right: 0;
	opacity: 0;
	visibility: hidden;
	background: rgba(87, 192, 216, 0.8);
	width: 75%;
	margin: 0px auto;
	color: #fff;
	height: 75%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:700ms;
}

.regional-training img {
	height: 253px;
	object-fit: cover;
}

.row.expanded-scope > div:hover .card-body, .regional-training .card:hover .card-body {
	opacity:1;
	visibility:visible;
}

.regional-training .card-body {
	text-align: unset;
	align-items: unset;
	justify-content:unset;
}

.wp-block-quote {
	background: #57c0d8;
	padding: 2rem;
	color: #fff;
	font-size: 18px;
	margin: 32px 0px;
}

.wp-block-quote cite {
	font-size: 18px;
	margin: 0px auto 0px 32px;
	display: block;
}

.jksd ul, .dcoc-inner ul:not(.social-links, .objectives-list) {
	list-style:none;
	margin: 0px 0px 16px 32px;
}

.mapsvg-region {
	fill: #bcbec0 !important;
}

.mapsvg-region.active-state {
	fill: #0eaabd !important;
	cursor: pointer;
}

.mapsvg-region.active-state:hover {
	fill: #007a8d !important;
}

.dcoc-state-inner p span{
	color:#404040;
}

.slider-bg {
	position: absolute;
	object-fit: cover;
}

.dcoc-ms{
	margin:24px 0px 24px 32px;
	height:50vh;
	display:flex;
	align-items:center;
}

.dcoc-ms p {
	height:25vh;
	overflow-y: auto;
	margin: 0px;
}

.steering-committee-thumb.d-flex .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	width: 100%;
	pointer-events: none;
	margin:0px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	pointer-events: all;
}

.steering-committee-thumb.d-flex .owl-nav button {
	background: #0eaabd;
	color: #fff;
	width: 50px;
	border-radius: 8px;
}

.steering-committee-thumb.d-flex .owl-nav button.owl-prev {
	transform: rotate(180deg);
}

.committee-sliders {
	background: #e7e9ec;
}

.steering-committee-thumb a img {
	height: 130px;
	object-fit: cover;
	transition: .4s ease-in-out all;
}

.steering-committee-thumb a img:hover {
	transform: scale(1.05);
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.section-title {
	height:60vh;
}

.section-title h1 {
	background-color: rgb(14, 170, 189,.9);
	margin: 0px;
	max-width: max-content;
	padding: 16px;
	color: #fff;
}

.dcoc-breadcrumbs {
	background: #d6dade;
	padding: 16px 0px;
}

/* .page-content-regional-training .owl-carousel h1 {
	height: 192px;
} */

.state-content {
	position: absolute;
	z-index: 9999999;
	padding: 0px 12px 0px 0px;
	border-radius: 8px;
	font-size: 16px;
	transition: .76s cubic-bezier(.77,0,.18,1) all;
	pointer-events: none;
	color: #fff;
	display:flex;
	align-items:center;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	opacity:0;
	visibility:hidden;
	/* transform:translateX(-60px); */
}

.col-right {
	position: absolute;
	right: 0;
	width: 35%;
	top: 0;
	pointer-events:none;
	height: 100%;
}

#states svg {
	overflow: visible;
}

.state-content img {
	width:16px;
	height:16px;
	border-radius: 30px;
}

.state-content span {
	display:none;
	font-size:14px;
	padding-left: 8px;
}

.state-hover-details > div img {
	width: 25%;
	margin-right:8px;
	height:auto;
}

.state-hover-details span, #mauritius.state-content span, #comoros.state-content span, .state-content.current span, #reunion.state-content span, #seychelles.state-content span{
	display:block; 
}

#mauritius.state-content, #comoros.state-content,.state-content.current, #reunion.state-content,#seychelles.state-content{
	background: rgb(51, 51, 51);
}

/* .section-title::before {
	content: "";
	position: absolute;
	background-color: rgb(14, 170, 189,.5);
	height: 100%;
	width: calc(50% + 64px);
	transform: skewX(18deg);
	left: -64px;
} */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#colophon.site-footer {
	background: #252525;
	color: #fff;
}


#state-info-area h3, tbody tr:hover a, .dcoc-heading:not(.home-), .card.project-card .btn, #site-navigation.main-navigation ul li.menu-item.current-menu-parent a:not(.sub-menu a), .objectives ul li::before, #site-navigation.main-navigation ul li.current-menu-item a, .tag-line, #colophon.site-footer h4 {
	color: #0eaabd;
}

/* .gallery-page img {
	height: 168px;
	width: 100%;
	object-fit: cover;
} */

.card.project-card img {
	height: 300px;
	object-fit: cover;
}

.tag-line {
	font-size:18px;
	text-transform: uppercase;
}

.objectives ul li::before, .dcoc-social-sidebar ul li i::before, #colophon.site-footer h4 {
	font-size: 32px;
}

#colophon.site-footer ul li a, #colophon.site-footer p {
	font-size: 20px;
}

#colophon.site-footer ul li a{
	color:#fff;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

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

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

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

/* Contact Us
--------------------------------------------- */
.page-content-contact-us h1 {
	font-size: 4rem;
	margin: -19px 0px 16px;
	color: #0eaabd;
}

.page-content-contact-us p {
	font-size: 20px;
	margin: 0px 0px 24px;
}

.page-content-contact-us p,.map-area {
	width: calc(100% - 2rem);
}

.jksd {
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 32px;
	background-repeat: no-repeat;
	transform: translateX(-64px);
	font-size: 22px;
}

.bg-imgg {
	position: absolute;
	width: 50%;
	top: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
}

.state-hover-details {
	margin-top: 24px;
	position: sticky;
	top: 32px;
	border-left: 2px solid #0eaabd;
	padding-left:24px;
}

.state-hover-details::before {
	content: "\f0d9";
	font-family: FontAwesome;
	position: absolute;
	left: -8px;
	top:50%;
	transform:translateY(-50%);
	color: #0eaabd;
}

.page-content-contact-us form div.form-group input, .page-content-contact-us form div.form-group textarea {
	height: 45px;
	padding-left: 16px;
}

.page-content-dcoc-states .custom-logo {
	position: absolute;
	bottom: 30%;
	width:150px;
}

.page-content-contact-us form div.form-group textarea{
	height:200px;
}

/* Overwrite  */
.dcoc-inner section:last-child {
	padding-bottom: unset;
}

#site-navigation.main-navigation ul.sub-menu li.menu-item:last-child {
	border: none;
}

#site-navigation.main-navigation ul.sub-menu li.menu-item:hover {
	border-color: #0eaabd;
}

.wp-block-image.size-large img, figure img {
	height: 65vh;
	object-fit: contain;
	margin: 0px auto;
	display: block;
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
	text-align: center;
}

.wp-block-quote > div img {
	width: 100px;
	border-radius: 100%;
}

.training-location i::before {
	margin-right:8px !important;
}

.nav-tabs .nav-link.active {
	background: #0eaabd;
	color: #fff;
}

/* .maldives {
	position: absolute;
	width:10px;
	top: 30%;
	right:90px;
} */

.dcoc-state-inner p span {
	color: #404040;
	font-family: 'Blender-Pro';
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(0,0,0,.1);
}

.dcoc-state-inner h3 {
	font-size: 36px;
}

.map-container {
	width: 50%;
}

.work-group-member-logo {
	/* box-shadow: 0px 0px 10px rgba(0,0,0,.3); */
	padding: 8px;
	margin-bottom: 16px;
	/* height: 110px; */
	object-fit: contain;
	width: 100%;
	filter: grayscale(1);
	transition:.4s ease-in-out;
	cursor: pointer;
}

.work-group-member-logo:hover {
	filter: grayscale(0);
}

#colophon.site-footer ul {
	list-style: disc;
	margin-left: 18px;
}

.dcoc-pillars .card p {
	margin: 8px 0px 16px;
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
.m-menu-panel {
	position: fixed;
	top: 0;
	z-index: 999;
	background: #fff;
	width:75%;
	height: 100%;
	padding: 16px;
	opacity: 0;
	visibility: hidden;
	transition: .4s ease-in-out;
	transform: translateX(-110%);
}

.m-menu-panel.open-menu{
	opacity:1;
	visibility:visible;
	transform: translateX(0%);
}

.table a {
	color: #222;
}

.img-cont img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0px;
}

.page-content-contact-us {
	padding-bottom: 0;
}

.training-date-location {
	background: rgb(14, 170, 189,.9);
	padding: 16px;
	width: 100%;
	display: flex;
	color: #fff;
	font-size: 20px;
}

.wpcf7-submit {
	background: #0eaabd !important;
	border: 0px !important;
	width: 50%;
	color: #fff !important;
	font-size: 18px;
}

.dcoc-pillars .pillar-heading i::before {
	font-size: 40px;
}

.training-date-location span {
	margin-right: 16px;
}

.jksd ul li::before, .dcoc-inner ul:not(.social-links, .objectives-list) li::before {
	content: "\2022";
	position: absolute;
	left: -32px;
	color: #0eaabd;
	top: 0px;
}

p strong {
	font-size: 22px;
}

tbody tr:hover {
	background: #0eaabd !important;
	color: #fff !important;
}

.footer-supported ul {
	display: flex;
	width:50%;
	align-items: center;
}
tbody tr:hover a {
	color: #fff;
}

.footer-supported img {
	margin-left: 16px;
	width:24%;
	object-fit: contain;
}

.footer-supported {
	margin-top: 32px;
}

.dcoc-btn i::before {
	transform: translateY(0px);
	display: block;
}

#colophon.site-footer ul{
    margin-left:unset;
}

i[class^="flaticon-"]::before, i[class*=" flaticon-"]::before {
	line-height: 2;
}

.footer-supported img {
	margin-left: 16px;
}

.achievements-author img {
	width: 75px !important;
}

.page.page-id-739 section.section-title img {
	object-position: 100% -25px;
}

.page.page-id-739 .section-title {
	height: 60vh;
}

.page.page-id-739 .wp-block-image.size-large img, figure img {
	height: auto;
	display: block;
	float: left;
	width: 35%;
	margin-right: 32px;
}

.modal-dialog {
	max-width:60%;
}

.modal-dialog iframe {
	height: 60vh;
	width: 100%;
}

.modal-content .close {
	position: absolute;
	right: -46px;
	cursor: pointer;
	color: #fff;
	border: none !important;
	text-shadow: none;
	top: 6px;
}

.btn.newsletter-link {
	background: #0eaabd;
	color: #fff;
}

tbody tr:hover .btn.newsletter-link{
	background: #fff;
	color: #000;
}

.single-post figure img {
	width: 100%;
	height: 75vh;
	object-fit: contain;
}

.blog main section article {
	margin: 0 0 2rem;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	padding: 2rem;
}

.blog main section article a {
	color: #0eaabd;
}

aside section li {
	margin: 0 0 .51rem;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: .5rem;
}

aside section li a {
	color: #060606 !important;
}

.blog main section aside {
	padding-left: 2rem;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	display: flex;
	justify-content: end;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child {
	background: #0eaabd;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child a {
	color: #fff;
}

.single ul, .single ol {
	list-style-type: decimal;
}