@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
	background:#ffffff;
	font-family:"Roboto";
	font-size:16px;
	line-height:1.2em;
	min-width:auto;
}
img{
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Roboto";
}
body p{
	font-size:1.1em;
	line-height:1.5em;
}
header.lp-header{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
    background: white;
}
.container{
	box-sizing: border-box;
    width: 96%;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}
body.form-iz-invisibile .topbtn.my-btn {
    display: inline-block;
}
.my-btn {
    box-sizing: border-box;
    background: #FF9800;
    color: white;
    display: inline-block;
    padding: 0.7em 1em;
    cursor: pointer;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1em;
	border-radius:5px;
}
.topbtn.my-btn {
    background: #319b47;
    display: none;
}
.my-btn:hover {
    background: black !important;
    color: white !important;
}
.header-items{
	display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.5em 0em;
}
.header-item-left{
	
}
.header-item-right{
	
}
.header-item-left img{
	width:100%;
	max-width:160px;
}
.section-top{
	margin-top: 5em;
    box-sizing: border-box;
    padding: 2em 0em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.fifty-fifty-container{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
	box-sizing:border-box;
}
.fifty-fifty-left{
	width:48%;
}
.fifty-fifty-right{
	width:48%;
}
.section-top h1{
	font-weight:900;
	font-size:2.4em;
	line-height:1.2em;
}
.lp-form{
	box-sizing: border-box;
    background: #232c31;
    color: white;
    width: 100%;
    max-width: 462px;
    padding: 0.5em 1em 2em 1em;
    border: 4px solid #ffffff;
    box-shadow: 5px 5px 15px #00000042;
	position: relative;
    z-index: 111111;
	border-radius:5px;
}
.lp-form-title{
	font-size: 1em;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 0.3em;
}
.lp-form-field-container{
	box-sizing: border-box;
    width: 100%;
    margin-bottom: 0.4em;
}
.lp-form-field-container label{
	display: block;
    font-weight: 500;
    font-size: 0.7em;
}
.lp-form-field-container input,.lp-form-field-container select{
	width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    min-height: 1em;
    border: 2px solid #319b47;
    font-size: 1em;
    line-height: 1em;
    padding-left: 0.5em;
    border-radius: 0px;
    outline: none;
    background: white;
    padding: 8px 5px;
}
.lp-form-field-container select{
	-webkit-appearance: auto;
}
.lp-form-notice{
	font-size: 0.6em;
    line-height: 1.1em;
    box-sizing: border-box;
    margin-bottom: 1em;
}
.lp-form-btn{
	width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 1em;
    border: 4px solid #ffae37;
	border-radius:5px;
}
.my-btn.lp-form-btn:hover{
	background: #319b47 !important;
    border-color: #007618;
    box-sizing: border-box;
    box-shadow: 5px 5px 15px #000000;
}
.section-top .fifty-fifty-left{
	display: flex;
    flex-direction: column;
    justify-items: center;
}
.section-top .fifty-fifty-left h1{
	margin-top:auto;
}
.section-top .fifty-fifty-left p{
	margin-bottom:auto;
}
.section-highlights{
	background:#808080;
	box-sizing:border-box;
	padding:2em 0em;
	color:white;
}
.thirty-thirty-container{
	display:flex;
	justify-content:space-between;
	width:100%;
	flex-wrap:wrap;
}
.thirty-thirty-item{
	width:30%;
	margin-top:1em;
	margin-bottom:1em;
}
.thirty-thirty-item h3{
	 margin: 0;
    color: white;
    font-weight: 600;
    font-size: 3em;
	line-height:1em;
}
.highlight-blurb{
	line-height: 1.3em;
    margin-bottom: 0.5em;
}
.section-generic{
	box-sizing: border-box;
    padding: 4em 0em;
}
h2.section-title{
	font-size: 2em;
    font-weight: 600;
	color:#3b3a39;
}
.thirty-inner-block{
	font-size:1.1em;
}
.thirty-inner-block-image{
	margin-bottom: 1em;
    box-sizing: border-box;
    width: 100%;
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
}
.thirty-inner-block-title{
	font-weight:500;
	text-align:center;
}
.thirty-inner-block-text{
	text-align:center;
    margin-top: 1em;
}
.lp-cta-container{
	position: relative;
}
.lp-cta-container img{
	width: 100%;
	max-width: 100%;
	display:block;
}
.lp-cta-top{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	color: white;
	box-sizing: border-box;
	padding: 5em;
	padding-left:0px;
	padding-right:0px;
}
.lp-cta-section-all{
	position: relative;
    box-sizing: border-box;
    padding-top: 4em;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.lp-cta-section-all::before{
	content:' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: black;
	opacity: 0.4;
	background: linear-gradient(359deg, black, transparent);
}
.lp-cta-section-all .container{
	position:relative;
	z-index:1;
}
.lp-cta-top-inner{
	position: relative;
	z-index: 1;
}
.lp-cta-inner-heading{
	font-size: 3em;
    font-weight: 600;
    box-sizing: border-box;
    margin-bottom: 0.4em;
	line-height:1.2em;
}
footer{
	background: #272727;
    text-align: center;
    box-sizing: border-box;
    padding: 2em 0em;
}
.footer-logo{
	box-sizing: border-box;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
}
.footer-links{
	
}
.footer-links a{
	color: white;
    font-size: 0.7em;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: underline;
    margin-left: 1em;
    margin-right: 1em;
	cursor:pointer;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.footer-links a:hover{
	
}
.goto-top {
    background-color: #319b47;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 2em;
    display: flex;
    right: 2em;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 5px 5px;
    font-size: 1em;
    box-shadow: -1px 2px 15px #00000033;
  } 
  .goto-top img{
  	width:20px;
  }
  body.form-iz-invisibile .goto-top {
      opacity: 1;
      visibility: visible;
  }
  .goto-top:hover {
    cursor: pointer;
    background-color:#323232;
	}
  .goto-top:hover img{
  	filter:invert(100%);
  }
.section-top-mobile-image{
	display:none;
}
.section-top.section-top-with-black-overlay{
	position:relative;
}
.section-top.section-top-with-black-overlay::before{
	content:' ';
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: linear-gradient(0deg, #00000070, transparent);
}
.section-top.section-top-with-black-overlay .container{
	position:relative;
	z-index:1;
}
.fifty-fifty-left.section-top-with-white-text{
	color:white;
}
.fifty-fifty-left.section-top-with-white-text h1{
	color:white;
}
.section-offer-banner-lp{
	text-align:center;
}
.lp-form-error{
	box-sizing: border-box;
    line-height: 1em;
    margin-bottom: 0.4em;
    font-size: 0.8em;
    font-weight: 600;
    color: #ea7124;
}

.this-is-loading {
		position: relative;
		overflow: hidden;
		min-height:4em;
	}
	.this-is-loading:before{
		content: ' ';
		background: gray;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: 0.6;
		animation: this-is-loading;
		animation-duration: 0.5s;
		animation-iteration-count: infinite;
		animation-fill-mode: both;
		animation-timing-function: linear;
		background: linear-gradient(to right,#eee 40%,#ddd 50%,#eee 60%);
		background-size: 200%;
		z-index:111;
	}
	.this-is-loading:after{
		content:' ';
	}
	@keyframes this-is-loading{
		0% {
			background-position: 100% 100%;
		}
		100% {
			background-position: 0 0;
		}
	}

.section-generic.section-careers{
	background:#e8e8e8;
}
.aol-careers-all{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aol-careers-column{
	width:24%;
}
.aol-careers-column-title{
	margin: 0;
    font-weight: 600;
    font-size: 2em;
    line-height: 1em;
}
.aol-careers-column p{
	font-size: 0.9em;
    display: flex;
    align-items: flex-start;
}
.aol-careers-column p i{
	margin-top: 0.4em;
    margin-right: 0.3em;
}


@media (max-width: 980px){
	.section-offer-banner-lp{
		text-align:left;
	}
	.section-top.section-top-with-black-overlay::before{
		display:none;
	}
	.fifty-fifty-left.section-top-with-white-text{
		color:inherit;
	}
	.fifty-fifty-left.section-top-with-white-text h1{
		color:inherit;
	}
	body{
		
	}
	.fifty-fifty-left{
		width:100%;
	}
	.fifty-fifty-right{
		width:100%;
		margin-top:1em;
	}
	.thirty-thirty-item{
		width:100%;
	}
	.lp-cta-top{
		position: initial;
        padding: 1em;
        color: white;
        padding-top: 5em;
	}
	.section-top{
		background-size: contain;
        padding-top: 0em;
        background-image: none !important;
	}
	.section-top-mobile-image{
		display:block;
	}
	.container{
		width:85%
	}
	.section-highlights.section-highlights-top .thirty-thirty-container{
		
	}
	.section-highlights.section-highlights-top .thirty-thirty-container .thirty-thirty-item{
		margin-top: 0;
        margin-bottom: 5px;
	}
	.section-top .fifty-fifty-right{
		margin-top:0em;
	}
	.section-top .fifty-fifty-left p:last-of-type{
		margin-bottom: 0em;
        padding-bottom: 0.6em;
	}
	.lp-form-title{
		font-size:0.8em;
	}
	.aol-careers-column{
		width:100%;
		text-align:center;
	}
	.aol-careers-column-title{
		margin-bottom:1em;
	}
	.aol-careers-column p{
		display: block;
		text-align: center;
		margin-top: 0.2em;
	}
	.aol-careers-column p i{
		margin-top:0px;
	}
}