.at-wizard label{
    font-size: 14px;
    text-transform: uppercase;
    border: 4px solid #ebebeb;
    border-radius: 100px !important;
    padding: 21px 25px 18px 25px;
    max-width: 438px;
    margin: 0 auto;
    margin-bottom: 25px;
    display: block;
    -webkit-appearance: initial;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
}

.at-content .at-wizard section.container {
    background: transparent !important;
}

.at-wizard label.btn-secondary {
    border: 0;
    padding: 11px 40px 8px 40px;
    font-size: 14px;
    border-radius: 10px !important;
    font-family: 'Lato Ultra', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    -webkit-appearance: none;
    background: #15c67f;
    border-bottom: 4px solid #408661;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16), 0 6px 17px 0 rgba(0, 0, 0, 0.09);
    max-width: 100%;
    display: inline-block;
}

#at-wizard-form{
  padding: 20px;
}

#at-wizard-form .at-btn-wizard span {
    display: block;
    color: #888;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}

.at-wizard label:hover, .at-wizard label.active {
    background: #f8f9fa;
}

.at-wizard label.btn-secondary:hover, .at-wizard label.btn-secondary.active {
    background: #21ce89;
}

.hide {
		display: none !important;
}
.text-center {
    text-align: center;
}

.at-iframe-container {
    position: relative;
    width: 100%;
	/* padding-bottom: 33.8%; */
	height: 0;
	margin-bottom: 40px;
}

.at-iframe-container iframe {
	position: absolute;
    top: 0;
    left: 0;
	/* width: calc(100% - 480px); */
    height: 100%;
	/* margin-left: 240px; */
	border: 1px solid #ebebeb;
	border-radius: 10px;
}

.container .at-time-stamp svg {
    margin-right: 8px;
}

.at-btn-wizard:last-of-type {
	margin-bottom: 40px;
}

.res h3 {
	font-size: 20px;
    padding: 0px 0 36px 0;
	color: #333;
	text-transform: inherit;
	line-height: 1.5;
	margin-bottom: 0;
}

.res ul {
	font-size: 19px;
    line-height: 1.8;
    font-family: georgia;
    color: #555;
    max-width: 630px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 45px;
}

.res strong {
	font-family: 'Lato', sans-serif;
}

.at-wizard .at-start-again,
.at-wizard .at-start-again:focus {
  display: flex;
	outline: none;
	margin-top: 0;
}

.at-last-step-large {
	margin-top: 0;
    font-size: 19px;
    line-height: 1.8;
    font-family: georgia;
    color: #555;
    margin: 0 auto;
    margin-bottom: 45px;
	text-align: center;
	width: 60%;
}

.at-last-step-large ul {
    text-align: left;
    padding-left: 22px;
}

.at-last-step-large iframe {
    max-width: 100%;
}

.res p.at-p-cta {
	width: 100%;
}

.res p.at-last-step-small, .at-last-step-small {
	margin-top: 0;
    font-size: 16px;
    line-height: 1.8;
    font-family: georgia;
    color: #555;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 45px !important;
    text-align: center;
}

.res p > span {
	margin-top: 15px;
	display: block;
}

#result {
	transition: opacity 0.15s linear;
  display: none;
}

#result.loading .at-start-again {
  display:none;
}

.at-easy-start-guide .at-title-bar p {
  font-family: 'Lato', sans-serif; }
.at-easy-start-guide .nav-tabs {
  margin-top: 60px; }
  .at-easy-start-guide .nav-tabs .nav-item {
    width: 20%; }
    .at-easy-start-guide .nav-tabs .nav-item .nav-link {
      background: #f8f9fa;
      padding: 17px 0 12px 0;
      color: #333;
      opacity: 0.3;
      cursor: default;}
    .at-easy-start-guide .nav-tabs .nav-item .nav-link.activated {
      opacity: 1;
      cursor: pointer;
    }
      .at-easy-start-guide .nav-tabs .nav-item .nav-link.active {
        background: white;
        opacity: 1; }
      .at-easy-start-guide .nav-tabs .nav-item .nav-link .at-step-tag {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 5px;
        color: #888; }
      .at-easy-start-guide .progress {
        padding: 0 !important;
      }

      .at-full-width-line {
        height: 4px;
        background: #EBEBEB;
        margin-left: -33.33%;
        margin-right: -33.33%;
        margin-bottom: -4px; }

  .at-easy-start-guide .tab-content {
          border-left: 0;
          border-right: 0;
          border-bottom: 0;
          padding: 25px; }
  .at-easy-start-guide .extended .tab-content {
          padding: 25px 0;
  }
          .at-easy-start-guide .tab-content h2 {
            font-family: gotham;
            font-size: 30px;
            text-align: center;
            margin-top: 25px;
            font-weight: 700; }
          .at-easy-start-guide .tab-content .at-time-stamp {
            font-size: 14px;
            text-transform: uppercase;
            color: #555;
            margin: 0 auto;
            display: table;
            margin-top: 28px;
            text-align: center;
            font-family: Gotham; }
          .at-easy-start-guide .tab-content .at-esg-to-do {
            font-size: 20px;
            padding: 41px 0 36px;
            color: #333;
            font-family: Gotham;
            font-weight: 400;
            line-height: 1.5;
            text-align: center; }
          .at-easy-start-guide .tab-content .at-btn-wizard {
            font-size: 14px;
            text-transform: uppercase;
            border: 4px solid #ebebeb;
            border-radius: 100px !important;
            padding: 21px 25px 18px;
            max-width: 438px;
            margin: 0 auto;
            margin-bottom: 25px;
            display: block;
            -webkit-appearance: initial;
            font-family: Gotham; }
            .at-easy-start-guide .tab-content .at-btn-wizard span {
              display: block;
              color: #888;
              font-size: 12px; }
          .at-easy-start-guide .tab-content ul, .at-easy-start-guide .tab-content ol {
            max-width: 680px;
            font-family: Georgia;
            font-size: 19px;
            color: #555;
            line-height: 1.8;
            margin: 0 auto; }
          .at-easy-start-guide .tab-content .at-iframe-container {
            max-width: 680px;
            margin: 0 auto; }
            .at-easy-start-guide .tab-content .at-iframe-container .at-iframe {
              position: relative;
              width: 100%;
              padding-bottom: 51.2%;
              height: 0;
              margin-bottom: 30px; }
              .at-easy-start-guide .tab-content .at-iframe-container .at-iframe iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: 1px solid #ebebeb;
                border-radius: 10px; }


/* @media (min-width:701px) and (max-width:1200px) {
	.at-iframe-container iframe {
		width: calc(100% - 40%);
		margin-left: 20%;
	}
} */

/* @media (max-width: 700px) {
	.res {
		padding-right: 25px;
		padding-left: 25px;
	}
	.at-iframe-container {
		padding-bottom: 56.4%;
	}
	.at-iframe-container iframe {
		width: 100%;
		margin-left: 0;
	}
	.res ul {
		padding-left: 0;
	}
	p.at-last-step-small {
		max-width: 80%;
	}
} */

/* @media (max-width: 550px) {
	.at-iframe-container {
		padding-bottom: 56.3%;
	}
	.at-wizard #at-wizard-form .at-tab .at-last-step-small {
		max-width: 90%;
		margin-bottom: 40px;
	}
	.at-wizard #at-wizard-form .at-tab .at-last-step-large {
		width: 90%;
		margin-bottom: 40px;
		font-size: 19px;
	}
	.res h3 {
		width: 90%;
		margin: 0 auto;
	}
	.at-wizard .at-start-again {
		margin: 0 auto !important;
		padding: 11px 15px 8px 15px !important;
	}
} */