/*!
Theme Name: NCTE Convention V3
Theme URI: http://underscores.me/
Author: Chris Rockwell
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: ncte-convention-v3
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;500&family=M+PLUS+Rounded+1c:wght@500&display=swap');

* {
	letter-spacing: 0px;
	word-spacing: 1px
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: 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;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: museo-slab, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

h2 {
	font-size: 60px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

.text-purple,
.has-ncte-purple-color {
	color: #2f22ac;
}

.text-black {
	color: #000000;
}

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

main#primary {
	background: url("./img/Abstract_Background1.png") -200px 10% no-repeat, url("./img/Abstract_Background2.png") 110% 100vh no-repeat, url("./img/Abstract_Background3.png") 120% 200vh no-repeat, url("./img/Abstract_Background4.png") -200px 75% no-repeat, url("./img/Abstract_Background5.png") 113% 230vh no-repeat, url("./img/Abstract_Background6.png") 150% 300vh no-repeat;
	font-size: 18px;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

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

.btn__page-break {
	background-image: linear-gradient(#ffffff00 48%, #161616 49%, #161616 50%, #ffffff00 50%, #ffffff00 100%);
	margin-bottom: 100px;
	text-align: center;
}

.btn__page-break .wp-block-button:hover {
	background-color: transparent !important;
}

.btn__page-break .wp-block-button .wp-block-button__link {
	border: 1px solid #161616;
	outline: 4px solid #FFFFFF;
	background-color: #FFFFFF;
	margin: 0 auto;
}

.wp-block-button:hover,
.wp-block-button__link:hover {
	background-color: #2f22ac !important;
	color: #ffffff !important;
}

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
--------------------------------------------------------------*/
aside#secondary {
	color: #000000;
	margin-top: 15px;
	padding-top: 2rem;
}

aside#secondary h2 {
	text-transform: uppercase;
	font-size: 2rem;
	margin-bottom: 1rem;
}

#menu-sidebar-internal {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-sidebar-internal .spacer {
	display: inline-block;
	min-width: 3rem;
}

#menu-sidebar-internal button {
	border: 0;
	background: #000000;
	color: #ffffff;
	font-size: 1.3rem;
}

#menu-sidebar-internal li {
	padding: .5rem 0;
	font-family: "MuseoSlabRounded-300";
	margin-bottom: 1rem;
}

#menu-sidebar-internal li.active {
	background-color: #ffffff;
}

#menu-sidebar-internal li.active button {
	background-color: #ffffff;
	color: #000000;
}

#menu-sidebar-internal li.active a {
	color: #000000;
}

#menu-sidebar-internal a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.3rem;
}

.sidebar-internal__sub-menu {
	margin-left: 1.3rem;
}

.no-sidebar .site {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "header" "main" "footer";
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.menu-reset {
	list-style-type: none;
}

.menu-reset .menu-item {
	margin-right: 1rem;
}

.menu-reset .menu-item a {
	color: inherit;
	text-transform: uppercase;
	text-decoration: none;

}

.mobile-nav {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #191919;
	color: #deeff3;
}

.navbar-toggler {
	color: #e7e7e7;
	font-size: 2rem;
}

.navbar-toggler:active,
.navbar-toggler:hover,
.navbar-toggler:focus {
	border: none;
	box-shadow: none;
}

#menu-primary-menu {
	font-weight: 700;
	font-size: 18px;
}

#menu-primary-menu li {
	padding: 1rem 0;
}

#menu-primary-menu li.menu-item-16 {
	background-color: #e7e7e7;
	padding: 1rem;
}

#menu-primary-menu li.menu-item-16 a {
	color: #000000;
}

#menu-primary-menu li.menu-item-16:hover {
	background-color: #2f22ac;
}

#menu-primary-menu li.menu-item-16:hover a {
	color: #ffffff;
}

article[id*="post-"] {
	margin-top: 99px;
}

article.page h1,
article.post h1 {
	color: #2f22ac;
	margin-bottom: 1rem;
}

article.page h2,
article.page h3,
article.post h2,
article.post h3 {
	color: #2f22ac;
	text-transform: uppercase;
}

article.page h1,
article.post h1 {
	font-size: 3rem;
}

article.page h2,
article.post h2 {
	font-size: 2.2rem;
}

article.page h3,
article.post h3 {
	font-size: 1.6rem;
	color: #404040;
}

article.post .entry-meta {
	color: #000000;
	margin-bottom: 1rem;
}

.post-continue-reading {
	margin-top: 4rem;
}

.post-continue-reading .ncte-latest-posts__list {
	margin-top: 1rem;
}

.post-continue-reading h4 {
	color: #2f22ac;
	margin-top: 2rem;
}

.site-banner {
	text-transform: uppercase;
	background-color: #191919;
	font-size: 1rem;
	color: #deeff3;
	font-family: "helvetica-rounded";
	letter-spacing: -1px;
	word-spacing: 0px;
}

/* .page_bg {
    background: url(https://dev-ncte-convention-v3.pantheonsite.io/wp-content/uploads/2022/07/Comp-Annual-Conv-4-ealy-open-edit.png) 100% 102vh no-repeat !important;
} */
.nav_font {
	font-family: 'helvetica-rounded' !important;
	font-weight: bold;
}

i.bi.bi-quote.icon_q {
	position: absolute;
	background-color: #000000;
	color: #fff;
	padding: 0px 19px;
	font-size: 90px;
	top: 50px;
	left: -50px;
	z-index: 9;
	width: max-content;
}

.events-img div p {
	margin: 0;
}

#masthead {
	background-color: #000000;
	color: #e7e7e7;
}

.site-branding {
	min-width: 33%;
}

.site-hero {
	background-image: url("./img/Hero_Background_Art.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -280px -130px;
}

.bg-black {
	background-color: #000;
	position: relative;
}

.inner_page_filter ul {
	list-style: none;
	text-align: start;
	margin: 0;
	padding: 0;
}

.inner_page_filter ul li {
	padding: 10px 23px;
}

.inner_page_filter ul li:hover {
	background-color: #fff;
	transition: 0.5s;
	color: #000;
}

.btn-inner-page {
	background-color: #2823a5;
	width: 100%;
	color: #fff !important;
	padding: 13px;
	margin-top: 20px;
}

.side-date {
	position: absolute;
	bottom: 40px;
	margin-left: 15px !important;
	background-color: #2823a5;
	padding: 8px;
}


@media (min-width: 992px) {
	.site-hero {
		background-position: top center;
		min-height: auto;
		/*min-height: 801px;*/
	}

	.site-hero .conference-info {
		padding-top: 278px;
	}
}

.conference-info {
	padding-top: 10rem;
}

.conference-location {
	font-size: 1.9375rem;
	margin-bottom: 29px;
}

.site {
	background: url(https://dev-ncte-convention-v3.pantheonsite.io/wp-content/uploads/2022/07/Comp-Annual-Conv-4-ealy-open-edit.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: 75%;
}

i.bi.bi-quote.icon_q {
	position: absolute;
	background-color: #000000;
	color: #fff;
	padding: 0px 19px;
	font-size: 90px;
	top: 50px;
	left: -50px;
	z-index: 9;
	width: max-content;
}

.events-img div p {
	margin: 0;
}


.conference-date {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 3.25rem;
	padding: .5rem 2rem 1.5rem;
	line-height: 1;
	text-transform: uppercase;
}

.site-footer .subscribe {
	background-color: #5124a0;
	color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
}

.site-footer .subscribe input::-webkit-input-placeholder,
.site-footer .subscribe input:placeholder-shown,
.site-footer .subscribe input::placeholder {
	color: #ffffff !important;
}

.site-footer .subscribe input.ctct-email {
	color: #ffffff;
	background-color: #5124a0;
	border: none;
	border-bottom: 3px solid #ffffff;
	width: 349px;
	margin-right: 46px;
	margin-top: 1rem;
	margin-bottom: 0;
}

.site-footer .subscribe input[type="submit"],
.site-footer .subscribe .ctct-success.ctct-message {
	background-color: transparent;
	border: 2px solid #ffffff;
	border-radius: 0;
	padding: 23px 40px 23px 40px;
	font-size: 17px;
	text-transform: uppercase;
	color: #ffffff;
}

.site-footer .subscribe a.ctct-button {
	display: none;
}

.site-footer .subscribe h2 {
	font-size: 36px;
}

.site-footer .subscribe h2+p {
	max-width: 400px;
	font-size: 18px;
}

@media all and (min-width: 992px) {
	.site-footer .subscribe .ctct-form-field {
		float: left;
	}
}

.site-footer-menus {
	padding-top: 73px;
	padding-bottom: 138px;
	background-color: #151515;
}

.site-footer-menus h3 {
	color: #ffffff;
	font-size: 25px;
}

.site-footer-menus ul {
	margin: 0;
	padding: 0;
}

.site-footer-menus li {
	list-style-type: none;
	line-height: 2.5;
}

.site-footer-menus a {
	color: #a9a9a9;
	text-decoration: none;
	font-size: 17px;
}

.site-footer-menus a:hover {
	color: #ffffff;
}

.site-footer-footer {
	background-color: #0d0d0d;
	padding-top: 32px;
}

.footer-logo {
	min-width: 250px;
}

.social-connect {
	padding-top: 32px;
	color: #ffffff;
	font-size: 18px;
}

.social-connect ul {
	margin: 0;
	padding: 0;
}

.social-connect li {
	list-style-type: none;
	margin-left: 1rem;
}

.footer-legal {
	color: #ffffff;
	font-size: 15px;
	padding-top: 21px;
	padding-bottom: 29px;
}

.footer-legal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-legal li:not(:first-of-type) {
	margin-left: 1rem;
}

.footer-legal a {
	color: #ffffff;
	text-decoration: none;
}

.ncte-latest-posts__list {
	margin: 100px 0 0 0;
}

.ncte-latest-posts__list a {
	font-size: 22px;
	text-decoration: none;
	color: #000000;
}

.ncte-latest-posts__list li:hover .wp-block-latest-posts__featured-image:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #dcdcdc;
	opacity: 65%;
	z-index: 1;
}

.ncte-latest-posts__list .wp-block-latest-posts__featured-image {
	position: relative;
}

.ncte-latest-posts__list .wp-block-latest-posts__featured-image .event-date {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	background-color: #2924a6;
	font-size: 16px;
	padding: 12px;
	z-index: 2;
}

.ncte-updates {
	list-style: none;
}

.ncte-updates .alm-reveal>li {
	margin-bottom: 3rem;
}

.ncte-updates h2 {
	font-size: 24px !important;
}

.ncte-updates .featured-image {
	min-width: 33%;
	margin-right: 2rem;
}

.ncte-updates .event-date,
.ncte-updates .post-tag {
	list-style: none;
	color: #ffffff;
	background-color: #2924a6;
	font-size: 16px;
	padding: 12px;
	margin-right: 1rem;
}

.ncte-updates .post-tags {
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 0;
	padding-left: 0;
}

.ncte-updates .continue-reading a {
	display: inline-block;
	color: #ffffff;
	background-color: #000000;
	font-size: 16px;
	padding: 24px;
	text-transform: uppercase;
	text-decoration: none;
}

.ncte-updates+.alm-btn-wrap button,
.ncte-updates+.alm-btn-wrap button.done,
.ncte-updates+.alm-btn-wrap button.loading,
.ncte-updates+.alm-btn-wrap button:hover {
	color: #ffffff;
	background-color: #000000;
	font-size: 16px;
	padding: 1.5rem 3rem;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 3rem;
	height: auto;
}

.ncte-updates+.alm-btn-wrap button.loading:before {
	background-color: #000;
	top: 10px;
}

.featured_speakers_block {
	background: url("./img/Featured_Speakers_Background.png") center center no-repeat;
	background-size: cover;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50vw);
	margin-top: 300px;
	padding-top: 100px;
}

.featured_speakers_block:before {
	content: "";
	display: block;
}

.featured_speakers_block h3,
.featured_speakers_block h4 {
	color: #2f22ac;
}

.featured_speakers_block h3 {
	font-size: 50px;
	margin-top: 2rem;
}

.featured_speakers_block h4 {
	font-size: 30px;
}

.featured_speakers_block .bio {
	color: #0c0c0c;
	font-family: "MuseoSlabRounded-300";
	line-height: 1;
}

.featured_speakers_block .title,
.featured_speakers_block .date {
	color: #4f5e68;
	font-size: 18px;
	font-family: "MuseoSlabRounded-300";
	line-height: 1;
	margin-bottom: 17px;
}

.featured_speakers_block .date {
	margin-bottom: 1rem;
}

.featured_speakers_block .title {
	margin-bottom: 0;
}

.featured_speakers_block .featured-speaker {
	transform: translateY(-200px);
}

.featured_speakers_block figure {
	margin: 0;
}

.additional-speaker {
	margin-bottom: 2rem;
}

.additional-speaker figure {
	min-width: 50%;
}

.page-header-with-text {
	min-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 1px solid #191919;
}

.page-header-with-text h1 {
	text-transform: uppercase;
	color: #2f22ac;
	font-size: 7rem;
	font-family: museoslabrounded-700;
}

.featured_speakers_block:nth-child(odd) .speaker .row {
	flex-direction: row-reverse !important;
}

.d-flex.social_link p {
	font-weight: 700;
}

.d-flex.social_link a {
	color: #68686b !important;
}

.featured_speakers_block .bio {
	color: #6a6969;
	line-height: 1.5;
}

.speakers-quotes {
	margin: 70px 0 70px 0px;
	text-align: center;
}

.speakers-quotes h3 {
	color: #0004d2 !important;
}

.speakers-quotes {
	/* margin: 70px 0 70px 0px; */
	text-align: center;
	background-image: url(https://dev-convention-2022.pantheonsite.io/wp-content/uploads/2022/08/bg1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 92px 128px 108px 126px;
	margin-top: 74px;
}

.speakers-quotes button {
	background-color: #000;
	color: #fff;
	padding: 20px;
}

.speakers-quotes button {
	background-color: #000;
	color: #fff;
	padding: 20px;
}

.speaker h3.name {
	color: #2f22ac;
	font-weight: 700;
}

.speaker p.title {
	font-size: 14px;
	color: #000;
	font-weight: 600;
}

.speaker .bio {
	color: #626161;
}

.speaker .link-title {
	color: #000;
	margin-top: 15px;
	font-weight: 600;
}

.speaker_img {
	position: relative;
	padding-top: 95%;
}

.speaker_img img {
	position: absolute !important;
	top: 0;
	left: 0;
	height: 100%;
	width: 100% !important;
	object-fit: cover;
	padding: 20px 30px;
}

.bg_speaker_text {
	background-image: url(https://dev-convention-2022.pantheonsite.io/wp-content/uploads/2022/08/bg1.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 52px 127px;
	margin: 30px 0;
}

.bg_speaker_text h4 {
	text-align: center;
	color: #2e22ac;
}

.bg_speaker_text h5 {
	text-align: center;
}

.row.keynote-speaker.fs_v2 {
	flex-direction: inherit !important;
	margin: 0 !important;
}

.fs_v2 {
	background-color: #c9d9e8;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
}

.fs_v2 .col-md-4 {
	padding: 0;
}

.fs_v2 .social_link {
	align-items: end;
}

.fs_v2 .d-flex.social_link a {
	color: #0745ff !important;
}

.speaker .fs_v2:nth-child(odd) {
	flex-direction: row-reverse;
}

.fs_v2 figure {
	margin: 0 !important;
}

.fs_v2 .col-md-8 {
	padding: 20px 40px 20px 40px;
}

h1.speakers_heading {
	margin: 61px 0 !important;
	font-weight: 600;
}

.scroll-tab {
	display: flex !important;
	justify-content: space-around !important;
	background-color: purple !important;
	color: #fff !important;
	padding: 10px !important;
	flex-direction: initial !important;
}

.scroll-tab p a {
	color: #fff !important;
}

h1.speakers_heading {
	margin-bottom: 0 !important;
}

h1.speakers_heading p {
	margin-bottom: 0px !important;
}

.scroll-tab p {
	margin: 0 !important;
}

.all-nav-tabs h2 {
	font-size: 25px !important;
	font-weight: 700;
	color: #000 !important;
}

.all-nav-tabs p {
	margin: 10px 0;
}

.all-nav-tabs a {
	color: #4169e1;
	border-left: 3px solid #2e22ac00;
	padding: 5px;
}

.all-nav-tabs a:hover {
	border-left: 3px solid #2e22ac !important;
}

.all-nav-tabs {
	padding-left: 35px;
}

/* }
.navigation-menu{
    float: right;
    padding-top: 10px;
    text-align: left;
}.navigation-menu ul {
    margin: 0;
    padding: 0;
}
.navigation-menu h1 {
    font-size: 28px !important;
    color: #000 !important;
}
.navigation-menu ul li {
    padding: 0px 6px;
    color: #2e22ac;
    margin: 15px 0;
    border-left: 3px solid #2e22ac00 !important;
}
.navigation-menu ul li:hover {
    border-left: 3px solid #2e22ac !important;
}
.navigation-menu ul li.active {
    border-left: 3px solid #2e22ac !important;
} */
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

section.block {
	margin-top: 3rem;
}

/*# sourceMappingURL=style.css.map */

/* Inner menu V2 Sidebar*/
.bg-black {
	background-color: #000;
	position: relative;
	height: fit-content;
}

.inner_page_filter li a {
	color: #fff;
	text-decoration: none;
}

.inner_page_filter li:hover a {
	color: #000;
}

.inner_page_filter {
	list-style: none;
	text-align: start;
	margin: 0;
	padding: 0;
}

.inner_page_filter li {
	padding: 10px 23px;
	color: #fff;
}

.inner_page_filter li:hover {
	background-color: #fff;
	transition: 0.5s;
	color: #000;
}

.btn-inner-page {
	background-color: #2823a5;
	width: 100%;
	color: #fff !important;
	padding: 13px;
	margin-top: 20px;
}

.side-date {
	position: absolute;
	bottom: 60px;
	margin-left: 15px !important;
	background-color: #2823a5;
	padding: 8px;
}

.img_width {
	width: 100%;
}

.inner_left_content .block {
	margin-top: 0 !important;
}

/* Inner menu V2 Sidebar*

/
 */

h6.card-subtitle.mb-2 {
	padding-top: 1rem;
}

.card-title {
	color: #2f22ac;
}

article[id*="post-"] {
	margin-top: 1rem;
}

/* Inner menu V2 Sidebar*/

/* Inner page Responsive */

@media only screen and (max-width: 600px) {
	.conference-date {
		font-size: 3rem;
		padding: 0.5rem 1rem 0;
	}

	.site-footer .subscribe input.ctct-email {
		width: 311px;
		margin-right: 25px;
	}

	.home_list {
		margin: 0;
	}

	.page-header-with-text h1 {
		font-size: 3rem;
	}

	article.page h2,
	article.post h2 {
		font-size: 1.8rem;
	}
}

/* Inner page Responsive */


/*Header Fonts*/


#menu-primary-menu li {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	font-size: 1rem;
	white-space: nowrap;
}

#menu-primary-menu li:last-child {
	padding: 1rem 1rem;
	color: #000000;
	background-color: #ffffff;
}

.wp-block-button__link {
	border-radius: 0 !important;
}


a.dates-deadlines {
	color: #deeff3 !important;
	text-decoration: none;
}


.reg-button {
	margin-top: 2rem;
}

a:visited {
	text-decoration: none;
	decoration: none;
}

a:link {
	text-decoration: none;
}

a.date-link {
	color: #deeff3;
}





/* CFP Landing page css */
body.cfp-main .row>*:not([class*="col-"]) {
	width: auto;
}

body.cfp-main article[id*="post-"] {
	margin-top: 0;
}

/* header */
header.header.sticky-header .container {
	max-width: 100%;
	padding: 0 100px;
}

header.header.sticky-header {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	animation: stickyHeader 0.3s linear 1;
}

@keyframes stickyHeader {
	from {
		top: -50px;
	}

	to {
		top: 0px;
	}
}

.cfp-main .nav-bar ul {
	margin: 0;
	display: flex;
	align-items: center;
	padding: 0;
	list-style: none;
}

.cfp-main .colleagues-cvr p {
	font-size: 25px;
}

.cfp-main .colleagues-cvr {
	padding-top: 18px;
}

.header h5 {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	color: #fff;
}

header.header {
	background-color: #ff8f1c;
	padding: 9px;
	transition: 0.3s;
}

header.header .container {
	transition: 0.5s;
}

.nav-bar ul li a {
	color: #fff;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 600;
}

/* banner */
.banner .banner-cvr {
	position: absolute;
	top: 57px;
	right: 309px;
}

.banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: flex-end;
}

section.banner video {
    height: auto;
    width: 100%;
    left: 50%;
    bottom: 0;
    vertical-align: bottom;
    object-position: bottom;
}

.bnr-img {
	position: absolute;
	left: 265px;
	top: 41px;
}

.bnr-img img:not(.full-img) {
	/* animation: convoction 6s infinite; */
	display: block;
	position: absolute;
}

img.img2023 {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
	width: 130px;
}

img.shape2 {
	z-index: 7;
	animation: rotateRight 60s linear infinite;
}

img.shape4 {
	width: 55px;
	left: 24px;
	top: 4px;
	animation: rotateRight 30s linear infinite;
}

img.shape3 {
	animation: rotateLeft 70s linear infinite;
}

img.shape1 {
	animation: rotateRight 80s linear infinite;
	z-index: 6;
}

img.shape6 {
	animation: rotateRight 30s linear infinite;
}

img.shape5 {
	bottom: 105px;
	width: 42px;
	animation: rotateLeft 30s linear infinite;
}

img.shapes {
	right: 62px;
	width: 40px;
}

@keyframes rotateRight {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotateLeft {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}

.banner-cvr {
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}

.banner-cvr a {
	border: 1px solid #fff;
	color: #fff;
	padding: 19px 16px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -1px;
	background-color: #d25425;
	border-radius: 15px;
	margin-top: 25px;
}

.banner-text h4 {
	color: #fff;
	font-size: 90px;
	font-weight: 700;
}

.banner-text {
	max-width: 1080px;
	padding: 68px 100px;
	background-color: #e3853bcc;
	border-radius: 0px 14px 14px 0px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.banner-text h4 span {
	font-size: 43px;
	margin-top: -2px;
	display: block;
	text-transform: capitalize;
}

/* colleagues */
.colleagues-cvr ul li {
	font-size: 18px;
	margin: 20px 0;
}

section.colleagues {
	background-image: url('https://res.cloudinary.com/dduvlefif/image/upload/v1676351902/ncte-2022-conve/bg-main_husttn.png');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

/* lonely */
section.lonely {
	background-color: #000;
	padding: 40px 0;
	margin-top: -7px;
}

.lonely-cvr h3 {
	color: #fff;
	max-width: 740px;
	text-align: center;
	margin: auto;
	font-size: 32px;
}

/* / footer / */
.footer-title h5 {
	text-align: center;
	color: #fff;
	font-size: 22px;
	padding: 22px 0;
}

.ftr-img img {
	border: 1px solid #fff;
	border-radius: 50%;
}

.ftr-profile {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0 0px;
}

footer.footer {
	background-image: url('https://res.cloudinary.com/dduvlefif/image/upload/v1676351897/ncte-2022-conve/ftr-bg_zk7xsg.png');
	background-size: cover;
	padding: 33px 0;
}

.ftr-last {
	background-color: #000;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ftr-last p {
	padding: 10px 0;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
}

.ftr-last h6 {
	margin: 0;
	margin-left: 28px;
	font-size: 12px;
	font-weight: 700;
}

.ftr-dtl h3 {
	font-size: 33px;
	color: #fff;
	font-weight: 600;
}

.ftr-dtl p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.ftr-dtl {
	margin-left: 21px;
}

.footer-title h5 {
	text-align: center;
	color: #fff;
	font-size: 22px;
	padding: 22px 0;
}
@media (min-width:1880px) {
	section.banner video {
		right: 0;
		bottom: 0;
		left: 0;
		position: absolute;
		object-position: bottom;
		object-fit: scale-down;
	}
}

@media(max-width:1110px) {
	.banner {
		height: 67vh !important;
	}
}

@media(max-width:1370px) {
	section.banner video {
		top: 0;
	}

	body .banner {
		height: auto !important;
		max-height: 100vh;
	}
	.bnr-img {
		top: -26px;
	}

	.banner .banner-cvr {
		top: 21px;
		right: 89px;
	}

	.bnr-img {
		top: -26px;
		transform: scale(0.7);
	}

	.banner-text {
		max-width: 561px;
		padding: 21px 35px;
	}
}

@media (max-width: 1599px) {
	.banner-text {
		max-width: 671px;
		padding: 21px 75px;
		top: 60%;
	}

	.banner-text h4 span {
		font-size: 28px;
		margin-top: -2px;
		display: block;
		text-transform: capitalize;
	}

	.bnr-img {
		position: absolute;
		left: 60px;
		top: 41px;
	}

	.banner-text h4 {
		max-width: 461px;
		font-size: 45px;
	}

	.colleagues-cvr ul li {
		font-size: 25px;
		margin: 20px 0;
	}

	.banner-cvr a {
		padding: 11px 16px;
	}

	.footer-title h5 {
		text-align: center;
		color: #fff;
		font-size: 20px;
		padding: 22px 0;
	}

	.ftr-profile {
		padding: 19px 0 39px;
	}

	img.img-1 {
		margin-bottom: 30px;
	}

	.lonely-cvr h3 {
		font-size: 24px;
	}
}

@media (max-width: 1439px) {
	.nav-bar ul li a {
		padding: 0 10px;
		font-size: 12px;
		font-weight: 600;
	}

	.bnr-img {
		position: absolute;
		left: 43px;
		top: 41px;
	}
}

@media (max-width: 991px) {

	.banner-cvr a {
		padding: 11px 11px;
		font-size: 17px;
	}

	.bnr-img {
		top: 0px;
		transform: scale(0.5);
	}

	.banner-text h4 {
		font-size: 38px;
	}

	.banner-text h4 span {
		font-size: 24px;
	}

	.banner-text {
		max-width: 491px;
	}

	.nav-bar ul li a {
		width: 100% !important;
		padding: 12px 8px;
		margin: 0;
		color: #000;
	}

	.header h5 {
		color: #000;
	}

	.bnr-img {
		position: absolute;
		left: 43px;
		top: 79px;
	}

	.banner-cvr a {
		margin-top: 75px;
	}

	.colleagues-cvr ul li {
		font-size: 20px;
		margin: 20px 0;
	}

	section.lonely {
		background-color: #000;
		padding: 29px 0;
	}

	header.header {
		position: absolute;
		width: 100%;
		z-index: 9999;
	}

	a.navbar-btn {
		font-size: 16px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #e58019;
		height: 35px;
		width: 35px !important;
		border-radius: 4px;
		color: #fff;
	}

	.nav-bar {
		width: 100% !important;
		box-shadow: 0 0px 20px #0000003b;
		border-radius: 10px;
		margin: 20px;
		margin: 10px auto !important;
		background-color: #ebebeb;
		display: none;
	}

	.nav-bar ul li {
		border-bottom: 1px solid #00000045;
	}

	.nav-bar ul li:last-child {
		border-bottom: none;
	}

	.nav-bar ul {
		display: block !important;
		width: 100% !important;
	}

	.nav-bar ul li a {
		width: 100% !important;
		padding: 12px 8px;
		margin: 0;
	}
}

@media (max-width: 767px) {
	section.banner video {
		top: 53px;
	}

	.banner-cvr a {
		font-size: 10px;
		letter-spacing: 1.9px;
		padding: 8px 4px;
	}

	.cfp-main .colleagues-cvr p {
		font-size: 17px;
	}

	video {
		width: auto;
		max-height: 100vh;
		height: 380px;
		object-position: center;
	}

	.ftr-dtl p {
		font-size: 11px;
	}

	.banner .banner-cvr {
		position: absolute;
		top: 0px;
		right: 9px;
	}

	.bnr-img {
		top: -47px;
		transform: scale(0.3);
		left: -60px;
	}

	.banner-cvr a {
		border-radius: 8px;
	}

	.header h5 {
		font-size: 13px;
		color: #fff;
		max-width: 200px;
	}

	body section.banner {
		/* height: au!important; */
		min-height: 230px;
	}

	section.colleagues {
		background: none;
	}

	footer.footer {
		padding: 11px 0;
	}

	.banner-text {
		max-width: 213px !important;
		width: 100% !important;
		top: 63%;
		padding: 18px 12px;
		left: 0;
	}

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

	.colleagues-cvr ul li {
		font-size: 19px;
		margin: 16px 0;
	}

	img.img2023 {
		width: 121px;
	}

	header.header.sticky-header .container {
		padding: 0 40px;
	}

	.header h5 {
		font-size: 12px;
		font-weight: 600;
		margin: 0;
		padding: 0;
	}

	.lonely-cvr h3 {
		font-size: 18px;
	}

	section.lonely {
		background-color: #000;
		padding: 23px 0;
	}

	.colleagues-cvr ul li {
		font-size: 16px;
		margin: 11px 0;
	}

	a.bnr-btn {
		margin: 20px auto;
	}

	.banner-text h4 span {
		font-size: 11px;
		margin-top: 0px;
	}

	.banner-text h4 {
		font-size: 19px;
	}

	.ftr-dtl h3 {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.ftr-last p {
		font-size: 10px;
	}

	.ftr-last h6 {
		margin-left: 16px;
		font-size: 10px;
	}

	.ftr-profile {
		padding: 3px 0 22px;
	}

	.footer-title h5 {
		text-align: start !important;
		font-size: 15px;
	}
}

.conference-timer {
	text-align: center;
	margin-left: 34% !important;
}

.conference-timer-title{
	color: #000000;
	font-family:museo-slab, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 2rem;
}


/* The class for the black overlay */
.black-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: -1;
}
/*Search Icon Fix*/
li.astm-search-menu.is-menu.is-dropdown.menu-item a svg.search-icon {
	display: none;
}