/* GLOBAL */

:root {
	--gradient: linear-gradient(90deg, rgba(253, 33, 75, 1) 0%, rgba(244, 99, 5, 1) 100%);
	--light-gradient: linear-gradient(90deg, #E36B2D 0%, #D94F21 100% );
	--gradient-blue:linear-gradient(90deg, #0F3268 0%,#0C2852 100%);
	--gradient-light-blue:linear-gradient(90deg, #314768 0%,#23324A 100%);
	--blue-dark: #152635;
	--blue-dark-transparent: rgba(21, 38, 53, .85);
	--blue-dark-o: #0f3268;
	--blue-light: #7DD1F3;
	--blue-light-o: #314768;
	--blue: #0756B1;
	--orange: #F46305;
	--orange: #ff5a07;

	--a-dark-blue-accent: #1b1b3b;
	--a-dark-blue: #1b1b2b;
	--a-green:#80cd56;
	--a-light-blue:#65bec6;
	--a-blue:#1787bd;
}

.a-text-green {
	color: var(--a-green);
}

.a-bg-green {
	background-color: var(--a-green);
}

.a-text-dark-blue {
 color: var(--a-dark-blue);
}

.a-bg-dark-blue {
 background-color: var(--a-dark-blue);
}

.a-text-dark-blue-accent {
 color: var(--a-dark-blue-accent);
}

.a-bg-dark-blue-accent {
 background-color: var(--a-dark-blue-accent);
}

strong {
	font-weight: 700;
	font-size: inherit;
	line-height: inherit;
}

em{
	font-style: italic;
}

.event-address {
font-family: 'Jost', sans-serif;
}

.text-light-blue {
	color: var(--blue-light);
}

.text-blue {
	color: var(--blue);
}

.text-blue-light-o {
	color: var(--blue-light-o);
}

.text-dark-blue {
	color: var(--blue-dark);
}

.text-dark-blue-o {
	color: var(--blue-dark-o);
}

.text-orange {
	color: var(--orange);
}

.bg-light-blue {
	background-color: var(--blue-light);
}

.bg-blue {
	background-color: var(--blue);
}

.bg-dark-blue {
	background-color: var(--blue-dark);
}

.bg-dark-blue-o {
	background-color: var(--blue-dark-o);
}

.bg-orange {
	background-color: var(--orange);
}

.bg-blue-light-o {
	background-color: var(--blue-light-o);
}

.bg-orange-gradient {
	background: rgb(253, 33, 75);
	background: var(--gradient);
}

.bg-orange-light-gradient {
	background: rgb(253, 33, 75);
	background: var(--light-gradient);
}

.bg-blue-gradient {
	background:var(--dark-blue-o);
	background:var(--gradient-blue);
}


.bg-light-blue-gradient {
	background:var(--blue-light-o);
	background:var(--gradient-light-blue);
}

.cebtn,
.abtn {
	padding: .5rem 1rem;
	text-transform: uppercase;
	text-decoration: none;
	transition: all ease 200ms;
	font-family: 'League Gothic', sans-serif;
	font-size: 30px;
	line-height: 1;
}

.ce-spacer {
	opacity: 1;
	height: 2px;
	margin:2rem 0;
	width:100%;
}

.ce-workshop-section-inner {
	border-top:2px solid var(--orange);
	padding-top:2rem;
	margin-top:3rem;
}

ul.ce-page-list li{
	list-style:disc;
	margin:1rem 0 1rem 1.5rem;
	font-size:19px;
	line-height:24px;
}

.ce-section-header:before {
	background-image:url(/wp-content/uploads/2022/08/Sponsorship-arrow.png);
	content:"";
	width: 35px;
    height: 35px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.ce-workshop-icon:before {
	background-image:url(/wp-content/uploads/2022/09/Workshop-Icon-01.svg);
	content:"";
	width: 35px;
    height: 35px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.ce-workshop-spacer {
width:33px;
}

.f-light {
	font-weight: 300;
}

.f-normal {
	font-weight: 400;
}

.f-bold {
	font-weight: 700;
}

.f-black {
	font-weight: 800;
}

.heading-1 {
	font-size: 65px;
	line-height: 60px;
}

.heading-2 {
	font-size: 44px;
	line-height: 54px;
}

.heading-3 {
	font-size: 34px;
	line-height: 35px;
}

.heading-4 {
	font-size: 25px;
	line-height: 30px;
}

#event-program .heading-4{
	font-size: 27px;
	line-height: 30px;
}

#event-program .heading-3 strong{
	font-size: 44px;
	line-height: 54px;
}

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

.program-o{
	margin-top: -3rem;
}

.light-separator{
	height: 2px;
	color: #fff;
	width: 112px;
	opacity: 1;
}

.orange-separator{
	height: 2px;
	color: var(--orange);
	width: 112px;
	opacity: 1;
	margin: 30px 0;
}

.i-separator{
	height: 2px;
	color: #fff;
	opacity: 0;
	width: 112px;
	margin: 15px 0;
}

.orange-full-separator{
	color: var(--orange);
	opacity:1;
	height:2px;
}

.entry{
	position: relative;
}

.entry p{
	padding-top: 20px;
}

	.entry-inner p {
		padding-top: 10px;
	}

.time .heading-3{
	margin-top: -20px;
}

::-webkit-input-placeholder {
	color: black;
}

html,
body {
	width: 100%;
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

img {
	max-width: 100%;
}

p,
p *,
a {
	font-size: 24px;
	line-height: 28px;
}

.ce-sponsor-button {
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 0.75rem 1rem 0.75rem 3rem;
    font-weight: 500;
	position: relative;
	background: rgb(21,38,53);
	background: linear-gradient(50deg, rgba(21,38,53,1) 25%, rgba(49,71,104,1) 25%);
}

.ce-sponsor-button:hover {
	color: #fff;
}

.ce-sponsor-button::before {
	content:" ";
	position: absolute;
	background-image: url("/wp-content/uploads/2022/08/CEC-LP-Arrow.png");
	background-color: #fff;
	background-position: center;
	background-size: 40px;
	background-repeat: no-repeat;
	padding: .5rem;
	width: 70px;
	height: 70px;
	left: -11%;
	top:50%;
	transform: translateY(-50%);
	border-radius: 100%;
	border: 5px solid var(--blue-light-o);
}

.menu-item:hover {
	text-decoration: underline;
}

.social-icon {
	transition: all ease 200ms;
}

.cebtn:hover,
.abtn:hover,
.social-icon:hover {
	transform: scale(1.1);
}

.logo {
	max-width: 300px;
}

.register-head p,
.register-head p span {
	font-size: 45px;
	line-height: 55px;
	text-align: center;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 0;
}

.register-head p span {
	color: #ff5a07;
}

.logo-group {
	width: 100%;
	text-align: center;
}

.logo-group img {
	max-width: 100%;
}

nav ul {
	text-align: center;
	margin: 0 auto;
}

nav li a {
	/* font-weight: 300; */
	font-size: 21px;
	line-height: 32px;
}

.navbar .navbar-nav .menu-item a {
	padding: 0 3rem;
}

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

.sponsor-notice h3 {}

.sponsor-notice p {
	margin: 1rem 0;
}

.box {
	border: 2px solid #ffdbc9;
	padding: 2rem;
	margin: 0 auto !important;
	margin-top: -2rem !important;
}

.box h3 {
	padding: 0 !important;
	margin: 0 0 1rem;
}

.box h4 {}

.box p {
	margin: 0 0 1rem;
}

.packages {}

.package {
	/* display: block; */
	position: relative;
}

.package img {
	/* max-width: 300px; */
	width: 284px;
	/* height: auto;
	position: absolute;
	top: 0;
	right: 0; */
}

.package h3,
.packages ul {
	text-align: left;
	list-style: disc;
}

.packages ul {
	font-size: 23px;
	line-height: 30px;
	/* 26 */
	padding: 1rem 0;
	padding-left: 1.5rem !important;
	padding-bottom: 0;
}

.packages ul li {
	padding: 0.25rem 0;
	font-size: 18px;
}

.package h3::before {
	background: url(https://competitiveedge.sandbox1.nikijones.com/wp-content/uploads/2022/08/Sponsorship-arrow.png);
	background-size: auto;
	width: 33px;
	height: 23px;
	display: inline-block;
	content: ' ';
	background-size: contain;
	margin-right: 0.5rem;
}

.register-title,
.register-title span {
	font-size: 80px;
	text-transform: uppercase;
}

.register-subtitle {
	font-size: 50px;
	text-transform: uppercase;
}

.time p:last-child {
	padding-top: 5px;
}

.entries .entry:first-child::before {
	content: '';
	background: url(https://www.competitiveedgeconference.com/wp-content/uploads/2022/08/CEC-LP-Arrow.png);
	  background-size: auto;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: -8px;
	left: -72px;
	background-size: contain;
	background-repeat: no-repeat;
  }








@media (max-width:990px) {

	p,
	p *,
	a {
		font-size: 20px;
		line-height: 30px;
	}

	.heading-1 {
		font-size: 50px;
		line-height: 55px;
	}

	.heading-2 {
		font-size: 34px;
		line-height: 34px;
	}

	.heading-3 {
		font-size: 30px;
		line-height: 31px;
	}

	#must-attend .heading-2 {
		font-size: 27px;
		line-height: 28px;
	}

	.heading-4 {
		font-size: 20px;
		line-height: 25px;
	}

	#event-program .heading-4{
		font-size: 27px;
		line-height: 30px;
	}

	.register-title,
	.register-title span {
		font-size: 50px;
		text-transform: uppercase;
	}

	.register-subtitle {
		font-size: 40px;
		line-height: 40px;
		padding-top: 30px;
	}

	#event-program .heading-3 strong{
		font-size: 44px;
		line-height: 54px;
	}

}


/* @media only screen and (max-width: 990px) {
	.navbar .navbar-nav .menu-item:not(:last-child) a {
		border-right: none;
	}
} */


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

	/* .event-address {
		font-size: 15px;
		line-height: 34px;
	} */

	#back-to-business p {
		max-width: 70% !important;
		padding: 20px 0 !important;
		padding-left: 0 !important;
		position: relative !important;
		width: 100% !important;
		margin: 0 auto !important;
		padding-left: 30px !important;
	}

	#back-to-business p:before,
	#back-to-business p::before {
		width: 40px !important;
		height: 40px !important;
		left: -30px !important;
	}

	.d-sm-none {
		display: none;
	}

	.navbar ul li a {
		padding: initial !important;
	}

	.navbar li {
		flex: 1;
		padding: initial;
		padding: 0 1rem;
	}

	/* .navbar li:not(:last-child) {
		border-right: 2px solid #fff;
	} */

	/* .navbar ul {
		justify-content: space-evenly;
		margin-left: auto;
		margin-right: auto;
		width: 90% !important;
		flex-grow: 1;
		flex-basis: 0;
		gap: 0 !important;
	} */

	.package img {
		padding-top: 2rem;
		position: relative;
	}

	.time-entry, .time-entry .text-right{
		text-align: center;
	}

	#event-program .heading-3 strong{
		font-size: 44px;
		line-height: 54px;
	}

	.program-o{
		margin-top: 0;
	}

	.program-wrapper{
		padding-top: 0 !important;
	}

	.light-separator, .orange-separator{
		margin: 15px auto;
	}

	.vertical-separator{
		display: none;
	}

	.time p{
		font-size: 24px;
	}

	.time .heading-3{
		margin-top: 0;
	}

	.entries .entry:first-child::before {
		display: none;
	}

	.orange-full-separator{
		margin-bottom: 0 !important;
	}

}

#commitee-members img,
#partners img{
	max-height:50px;
/* 	width:95%; */
}

.footer-nav-wrapper li:first-child {
	padding-right:3rem;
}

.footer-nav-wrapper li:not(:first-child) {
	border-left: 1px solid #fff;
	padding:0 3rem;
}

@media only screen and (min-width:981px) {
	.navbar .navbar-nav .menu-item:not(:last-child) a {
	border-right: 1px solid #fff;
}
}

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

	#save-the-date .heading-1,
	#leaders .heading-1 {
		font-size: 35px;
		line-height: 40px;
	}

	/* .event-address {
		font-size: 12px;
		line-height: 28px;
	} */

	/* footer .event-address {
		font-size: 16px;
		line-height: 32px;
	} */

	#event-program .heading-3 strong{
		font-size: 44px;
		line-height: 54px;
	}
}