/* */
div[data-container-width] {
	width: 100% !important;
	flex: unset !important;
}
	
@media only screen and (min-width: 800px) {
	
	.circle-info {
	display:block !important;
}
	
	div[data-container-width^='33'] {
		width: 33.3% !important;
	}
	
	div[data-container-width^='34'] {
		width: 33.3% !important;
	}
	

	div[data-container-width^='50'] {
		width: 50% !important;
	}
	
	div[data-container-width^='66'] {
		width: 66.6% !important;
	}

    div[data-container-width^='67'] {
		width: 66.6% !important;
	}

	div[data-container-width^='100'] {
		width: 100% !important;
	}
	
	.em {
		display: block !important;
	}
}

.page-header .trigger-menu {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: var(--white);
  letter-spacing: .2em;
}

.page-header .trigger-menu svg {
  fill: var(--white);
  margin-right: 8px;
  transition: transform 0.3s;
}

.scroll-down .trigger-menu-wrapper {
  transform: translate3d(0, -100%, 0);
}

.scroll-up .trigger-menu-wrapper {
  transform: none;
}

.scroll-up:not(.menu-open) .trigger-menu-wrapper {
  background: var(--lightpurple);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.spacer60 {
    height: 60px;
}

.spacer40 {
    height: 40px;
}

.rectangle {
	padding: 20px;
	border-radius: 2px;
	background-color: #F5F5F5;
}

.rectangle-3 {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #CDCDCD;
	border-radius: 2px;
	max-height: 120px;
}

.rectangle-3-p {
	margin-top: 51px;
	margin-bottom: 51px;
	margin-left: 21px;
	margin-right: 21px;
	color: #333333;
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.oval {
	position: absolute;
    top: -30px;
	left: 0;
	right: 0;
	margin-left: auto; 
	margin-right: auto; 
	box-sizing: border-box;
	height: 60px;
	width: 60px;
	border: 2px solid #FF7000;
	border-radius: 30px/30px;
	background-color: #FFFFFF;
}

.icon-font-check {	
	height: 36px;
	width: 36px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.videoWrapper {
	position: relative;
	overflow: hidden;
	background-color:#e7e7e7;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videoWrapper iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper img {
	
	position: absolute;
	 top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.dividerWrapper {
	height: 1px;
    background-color: #b3b3b3;
    display: block;
    content: ' ';
    margin-top: 40px;
    margin-bottom: 40px;
}


/* Wizard Steps - Start */

.em ul {
    position: relative;
}

.em ol, .em ul {
    list-style: none;
}

.em ul:before {
    background-color: #dbdbdb;
    content: '';
    height: 1px;
    left: 13%;
    position: absolute;
    top: 29px;
    width: 75%;
}

.em ul li {
    float: left;
    font-size: 14px;
    text-align: center;
    width: 25%;
}

.em ul li span.round {
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    position: relative;
}

.em ul li.active span.round span {
    background: #ff7000;
}

.em ul li span.round span {
    background: #cdcdcd;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 17px;
    position: relative;
    width: 40px;
}

.em {
	display: none;
}

/* Wizard Steps - End */

.circle-info {
	display:none;
}
    
h2	{ 
	color: #333333 !important;
	font-family: Roboto, Arial !important;
	font-size: 30px !important;
    line-height: 1.33333 !important;
	font-weight: 400 !important;
}
    
h3 { 
	color: #333333 !important;
	font-family: Roboto, Arial !important;
	font-size: 24px !important;
    line-height: 1.33333 !important;
	font-weight: 400 !important;
}
 h1 {
	 font-size: 45px !important;
    line-height: 1.15556 !important;
    color: #ff7000 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
	font-family: Roboto, Arial !important;
	font-weight: 400 !important;
 }



.columnContainer {
    min-height: unset !important;
}

.page-header {
    margin: 0 !important;
    padding: 0 !important;
    position: initial !important;
}

.gtco-cover {
    /*height: 350px !important;
    background-size: cover !important;
    background-position: center top !important;*/
	vertical-align: middle;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}


