/* the home page accordion, needed nathan g's help on this one, quick shoutout to my michigan homie */

h2 {
	font-family: urw-form, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	font-size: 45px;
}

h3 {
	font-family: urw-form, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2;
	font-size: 28px;
}

h4 {
	font-family: urw-form, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2;
	font-size: 22px;
}

p {
	font-family: urw-form, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	font-size: 18px;
}

ul {
	font-family: urw-form, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	font-size: 18px;
}

li {
	font-family: urw-form, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	font-size: 18px;
}

#asnoa-valueprop .pp-tab-label-inner {
  padding: 10px 40px 10px 10px;
}
/* simple changes to the text on the about me button on the about us page for the modal boxes */

.about-us-asnoa {
	font-weight: 600;
	color: #16488e;
}

.about-us-asnoa:hover {
	font-weight: 800;
	color: #0093c9;
	cursor: pointer;
}

.contained-content.separate-containers .inside-article, .contained-content.one-container .site-content {
	padding: 80px;
}

.ongoingtraining:hover {
	box-shadow: -1px 14px 20px 1px rgba(161,161,161,0.5);
	background-color: #ffffff
}

.ongoingtraining {
	transition: all 0.2s ease;
}

.pp-infolist-wrap .pp-list-item,
.pp-icon-wrapper {
  z-index: auto;
}

.pp-headline-dynamic-wrapper.pp-headline-text-wrapper {
	width: auto !important;
}

.step-title {
	font-size: 20px;
	font-weight: 800px;
	font-family: Montserrat;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #16488e;
}

.newinfoboxes h3 {
color: rgb(0,147,201);
color: linear-gradient(90deg, rgba(0,147,201,1) 0%, rgba(0,196,179,1) 100%);
}

.gradientheader {
	  background: -webkit-linear-gradient(65deg, #0093c9, #5bdeb9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	background-size: 100%;
}

.optixcontainer {
  display: flex;
  flex-wrap: wrap;
}

.optixsidebar {
  flex-grow: 1;
  flex-basis: 300px;
  align-self: start;
  position: sticky;
  top: 170px;
  min-width: 250px;
	color: #201c20;
}

.optixsidebar a.active {
  font-weight: 800;
	color: #0075a0;
}

.optixsidebar ul {
  list-style-type: none;
	font-family: Montserrat;
  font-weight: 400;
	font-size: 18px;
	margin-left: 5px;
	color: #201c20;
}

.optixsidebar ul li {
  margin-bottom: 1rem;
	color: #201c20;
}

.enduseragreement {
	width: auto;
	height: 300px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
}

.connectcontent {
  flex-basis: 0;
  flex-grow: 999;
  min-width: 40%;
}

.gradientbuttonboy {
	background: rgb(0,147,201);
	background: linear-gradient(153deg, rgba(0,147,201,1) 0%, rgba(0,196,179,1) 100%);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: urw-form, sans-serif;
	font-weight: 600;
	font-style: normal;
	border: 0px;
	width: auto;
}

.wpcf7 .registrationstyle {
	font-family: urw-form, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	font-size: 16px;
}

.wpcf7 .subscribestyle {
	font-family: satisfy, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
}

.carrierbox {
	box-shadow: -1px 14px 20px 1px rgba(161,161,161,0.5);
	background-color: #ffffff
}

logocentering {
	transform: translate(-50%, -50%);
	align-items: center;
}

/* this is all part of the CF7 form beautifying, thanks Nathan G for helping me originally identify the classes */

.wpcf7-form-control.wpcf7-select {
	width: 400px;
	border-radius: 5px;
	margin-bottom: 1.0em;
}

.wpcf7-form-control.wpcf7-date {
	margin-bottom: 1.0em;
	margin-top: .5em;
}

.wpcf7-form-control.wpcf7-text {
	width: 400px;
	border-radius: 5px;
	margin-bottom: 1.0em;
	transform: ease-in-out, .3s;
}

.wpcf7-form-control.wpcf7-text:focus {
	width: 400px;
	border-radius: 5px;
	border-color: #68BB59;
	box-shadow: -1px 14px 20px 1px rgba(161,161,161,0.4);
	transition: .3s;
}

.wpcf7-form-control.wpcf7-textarea {
	border-radius: 5px;
	margin-bottom: 1.0em;
	transform: ease-in-out, .3s;
}

.wpcf7-form-control.wpcf7-textarea:focus {
	border-radius: 5px;
	border-color: #68BB59;
	box-shadow: -1px 14px 20px 1px rgba(161,161,161,0.4);
	transition: .3s;
}

.wpcf7-form-control.wpcf7-number {
	width: 400px;
	border-radius: 5px;
	margin-bottom: 1.0em;
	transform: ease-in-out, .3s;
}

.wpcf7-form-control.wpcf7-number:focus {
	width: 400px;
	border-radius: 5px;
	border-color: #68BB59;
	box-shadow: -1px 14px 20px 1px rgba(161,161,161,0.4);
	transition: .3s;
}


.wpcf7-form-control.wpcf7-number.smallernumbers {
	width: 60px;
	border-radius: 5px;
	margin-bottom: 1.0em;
	transform: ease-in-out, .3s;
}

.wpcf7-form-control.wpcf7-number.smallernumbers:focus {
	width: 60px;
	border-radius: 5px;
	border-color: #68BB59;
	box-shadow: -1px 14px 20px 1px rgba(161,161,161,0.4);
	transition: .3s;
}

.wpcf7-list-item {
  margin-top: 2px;
	margin-bottom: 2px;
}

.wpcf7-form-control.wpcf7-checkbox {
	margin-bottom: 1.0em;
}

.wpcf7 label {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.wpcf7-form-control span.wpcf7-list-item { 
	display: block;
	margin: 0 0 0 0;
}

.wpcf7-form-control.wpcf7-calculation.cf7-calculation {
	border-color: #ffffff;
	background-color: #ffffff;
}

.wpcf7 p
{
margin-bottom: 0.4em;
}

.wpcf7cf_prev
{
	background-color: #16488e;
	color: white;
	transition: .5s;
}

.wpcf7cf_prev:hover
{
	background-color: #00274d;
	color: white;
	transform: ease-in-out .5s;
}

.wpcf7cf_next {
	background-color: #0093c9;
	color: white;
	transition: .5s;
}

.wpcf7cf_next:hover {
	background-color: #16488e;
	color: white;
	transform: ease-in-out .5s;
}


span.wpcf7-list-item { 
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
	width: auto;
	align-content: center;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #15498d;
	transition: .5s;
}

.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	width: auto;
	align-content: center;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #11294d;
	box-shadow: -1px 14px 20px 1px rgba(161,161,161,0.7);
	transform: ease-in-out .5s;
}

.wpcf7-form-control.wpcf7-number {
	margin-right: 15px;
}


/******* MEGA MENU CSS *******/

.wpcs-mega-menu 
{
	width: 1050px;	
	/*optional - use to move the position of the mega menu*/
	position:relative;
	left:0%;
}

.button{
	border: none; 
}
@media (max-width: 1100px)
{
	.wpcs-mega-menu
	{
		width: 900px;
	}
}

@media (max-width: 992px)
{
	.wpcs-mega-menu
	{
		width: 700px;
	}
}


@media (max-width: 860px)
{
	.wpcs-mega-menu
	{
		width: 600px;
	}
}

@media (max-width:768px)
{
	.wpcs-mega-menu
	{
		width: 400px;
	}
}

/*add "mega-shortcode" to the CSS seaction of the parent WP menu item */
.fl-builder-content  .fl-menu .mega-shortcode .sub-menu 
{
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0);
}


/* # Buttons - Mega-menu
 * Apply the CSS class to a module or row .black-button--------------- */

/* Default button styles */
.fl-builder-content .black-button a.fl-button,
.fl-builder-content .black-button a.fl-button:visited,
.fl-builder-content .black-button .fl-slide a.fl-button, 
.fl-builder-content .black-button .fl-slide a.fl-button:visited {
	background: transparent;
	border: none;
	color: #777986;
}

/* Hover and focus styles */
.fl-builder-content .black-button a.fl-button:hover, 
.fl-builder-content .black-button a.fl-button:focus,
.fl-builder-content .black-button .fl-slide a.fl-button:hover,
.fl-builder-content .black-button .fl-slide a.fl-button:focus {
	background: transparent;
	border: none;
	color: #282a3a;
}

/* Default nested elements color */
.fl-builder-content .black-button a.fl-button *, 
.fl-builder-content .black-button .fl-slide a.fl-button * {
	color: #777986;
}

/* Hover and focus nested elements color */
.fl-builder-content .black-button a.fl-button:hover *, 
.fl-builder-content .black-button .fl-slide a.fl-button:focus * {
	color: #282a3a;
}


.tips .pp-icon-list .pp-icon-list-items {
  display: flex;
  justify-content: center;
}


.tips2 .pp-icon-list .pp-icon-list-items {
  display: flex;
  justify-content: right;
}

lottie-player {
    margin: 0 auto;
}

.shimmertext {
  font-size: 110px;
  font-family: "ivymode", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(135deg, #00a4e0, #04f0da, #00a4e0);
  background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  animation: shimmer 5s linear infinite;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.dropvideo {
    filter: drop-shadow(5px 5px 35px grey);
}

[id="f6d29489-3baa-47de-9a79-29891cd75790-r"][data-hsfc-id="Renderer"] .hsfc-CheckboxFieldGroup__Options {
    display: flex !important;
    flex-wrap: wrap !important;
}

.hsfc-CheckboxFieldGroup__Options {
   column-count: 3 important;
}

.shimmertext2 {
  font-size: 110px;
  font-family: "ivymode", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(135deg, #00a4e0, #04f0da, #00a4e0);
  background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  animation: shimmer2 5s linear infinite;
}

@keyframes shimmer2 {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}