/*
************************************************************************************************************************************
************************************************************************************************************************************
 #######  #### ##                 ##  ######
##     ##  ##  ##                 ## ##    ##
##     ##  ##  ##                 ## ##
##     ##  ##  ##                 ##  ######
##     ##  ##  ##           ##    ##       ##
##     ##  ##  ##       ### ##    ## ##    ##
 #######  #### ######## ###  ######   ######
************************************************************************************************************************************
************************************************************************************************************************************
*/

/** wrapper ************************************************************************************************************************/
/***********************************************************************************************************************************/

body .as-oil-cpc-wrapper .as-oil__heading,
body .as-oil-cpc-wrapper .as-oil__intro-txt{
	padding: 0 0 10px;
	margin : 0;
}
body .as-oil-cpc__right{
	text-align: right;
}
body .small .as-oil-l-buttons{
	position: relative;
    bottom: 15px;
    margin: 0 0 -.5rem;
}
body .small .as-oil-l-row{
	padding: 20px 0 0;
}

/** heading ************************************************************************************************************************/
/***********************************************************************************************************************************/

body .as-oil__heading,
body .as-oil-cpc__row-title{
	font-family: 'yanoneubibold', Arial,sans-serif;
	font-weight: normal;
	color: #3d251b;
	font-size: 30px;
	line-height: 1.33;
}

body .as-oil__heading:first-of-type {
    margin-bottom: 30px;
}

/** overlay ************************************************************************************************************************/
/***********************************************************************************************************************************/

body .as-oil-content-overlay{
	background-color: #fdfff0;
}

/** button *************************************************************************************************************************/
/***********************************************************************************************************************************/
body .as-oil__btn-optin {
	border-radius: 20px;
	position: relative;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.3);
    font-size: 14px;
    height: 40px;
    transition: all .15s ease-in-out;
}
body .as-oil__btn-optin:after{
	background: linear-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
    border-radius: 20px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .15s ease-in-out;
}
body .as-oil__btn-optin,
body .as-oil__btn-optin:hover{
	background-color: #37659A;
}
body .as-oil__btn-optin:hover:after{
	opacity: 1;
}

/** text ***************************************************************************************************************************/
/***********************************************************************************************************************************/

body .as-oil__intro-txt {
	color: #82685b;
}
body .as-oil__intro-txt a {
	text-decoration: underline;
	color: #AD5B50;
}
body .as-oil__intro-txt a:hover {
	text-decoration: none;
}
body .as-oil__intro-txt br{
	display: none;
}

/** purposes ***********************************************************************************************************************/
/***********************************************************************************************************************************/

body .as-oil-cpc__middle {
	overflow-x: hidden !important;
	padding: 0 0 15px;
}
body .as-oil-cpc__row-title {
	padding: 0 0 10px;
	margin: 0;
}
body .as-oil-cpc__purpose{
	position: relative;
    border: 0;
    margin: 0 15px 15px 0;
    padding: 15px;
    border: 1px solid #af9c8c;
}
body .as-oil-cpc__purpose-container{
	position: relative;
	z-index: 1;
}
body .as-oil-cpc__purpose-header{
	color: #3d251b;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 75px 10px 0;
}
body .as-oil-cpc__purpose-text{
	color: #82685b;
    font-size: 13px;
    line-height: 18px;
}

/** switch *************************************************************************************************************************/
/***********************************************************************************************************************************/

body .as-oil-cpc__slider{
	background-color: #fff;
	border: 1px solid #af9c8c;
}
body .as-oil-cpc__slider:before{
	background-color: #82685B;
	bottom: 2px;
	left: 4px;
}
body .as-oil-cpc__switch input:checked ~ .as-oil-cpc__slider {
	background-color: #849644;
	border: 1px solid #849644;
}
body .as-oil-cpc__switch input:checked ~ .as-oil-cpc__slider::before{
	background-color: #fff;
}

/** switch status ******************************************************************************************************************/
/***********************************************************************************************************************************/

body .as-oil-cpc__status{
	color: #C93A3A;
	left: -60px;
}
body .as-oil-cpc__switch input:checked ~ .as-oil-cpc__status{
	color: #849644;
}

/** list element *******************************************************************************************************************/
/***********************************************************************************************************************************/

body .as-oil-third-party-list-element{
    border-bottom: 1px solid #af9c8c;
    margin: 0 15px 10px 0;
    padding: 0 0 5px 0;
}
body .as-oil-third-party-list-element path{
	fill: #3d251b;
}
body .as-oil-third-party-name{
    font-size: 11px;
    margin: 0 0 5px;
    display: inline-block;
}
body .as-oil-third-party-list-element .as-oil-third-party-link{
	color: #AD5B50;
	text-decoration: underline;
	opacity: 1;
}
body .as-oil-third-party-list-element .as-oil-third-party-link:hover{
	text-decoration: none;
}

/** page preference ****************************************************************************************************************/
/***********************************************************************************************************************************/

body #oil-preference-center#oil-preference-center{
	overflow: visible;
}
#oil-preference-center .as-oil__heading,
#oil-preference-center .as-oil__intro-txt {
	display:none;
}
#oil-preference-center .as-oil-cpc__middle {
	max-height: none;
	height: auto;
	overflow: auto;
	padding:0;
	overflow-x: hidden;
}
#oil-preference-center .as-oil__intro-txt{

}
#oil-preference-center .as-oil-cpc__content {
	display: inline-block;
}
#oil-preference-center .as-oil__btn-optin.as-oil__btn-optin-clicked {
	opacity: 1
}
#oil-preference-center .as-oil-cpc__status{
	display:none;
}

/** CPC ****************************************************************************************************************************/
/***********************************************************************************************************************************/

body .as-oil-cpc-wrapper .as-oil-cpc__left,
body .as-oil-cpc-wrapper .as-oil-back-button,
body .as-oil-cpc-wrapper .as-oil-cpc__row-btn-all {
	display:none;
}

