/* Import JQUI */
@import "../themes/forest-carbon-new/assets/css/jquery-ui.min.css";
/* Import gridly core layout and resets */
@import "../themes/forest-carbon-new/assets/css/gridly-1.1.0.css";
/* Import gridly responsive menu functionally */
/* Needs jquery and script on page - see docs */
@import "../themes/forest-carbon-new/assets/css/gridly-menu-1.0.0.css";
/* Import theme */
@import "../themes/forest-carbon-new/assets/css/live.forestcarbon.css";
/* Import Doughnut Chart CSS */
@import "../themes/forest-carbon-new/assets/css/doughnut-chart.css";
/* Import Slick Slider CSS */
@import "../themes/forest-carbon-new/assets/css/slick.css";
/* Import Animate CSS */
@import "../themes/forest-carbon-new/assets/css/animate.css";




	/* Carbon Club sign in / dashboard extra styles */
	
	.password-link
{
	display: block;
	margin-top: 20px;
}

	label.checkbox,
	label.radio
{
	position: relative;
}

	/* Carbon club total cost on dashboard */

	.carbon-club-dashboard .carbon-credit-cost
{
	text-align: left;
	padding: 0px;
}

	.carbon-club-dashboard .carbon-credit-cost span
{
	display: inline-block;
	background-color: #f1eee4;
	padding: 13px;
	padding-bottom: 10px;
	margin-top: 25px;
}

	.carbon-club-header .carbon-club-logo-member-page
{
	margin-bottom: 10px;
}

	/* Adding dropdown arrow to a select element */

	form .select-wrapper
{
	position: relative;
}

	form .select-wrapper:before
{
	position: absolute;
	font-family: "icons";
	content: "\f0d7";
	font-size: 25px;
	right: 15px;
	top: 13px;
	color: #6c8240;
	pointer-events: none;
}


	/* body settings */
	
	.cc-body
{
    background-color: #fff;
    font-size: 17px;
    line-height: 32px;
    color: #404040;
}

	.cc-body h1
{
	font-size: 47px;
    font-weight: 700; 
}

	.cc-body h1:before
{
	display: none;
}

	.cc-body h2
{
	font-size: 29px;
	font-weight: 700;
}

	.cc-body h2:before
{
	display: none;
}

	.cc-body .container > :first-child
{
	margin-top: 0px!important;
}
	.cc-body .container > :last-child
{
	margin-bottom: 0px!important;
}


    /* Header */

    .cc-header
{
	margin-top: 64px;
    background-size: cover;
    background-position: center center;
}

    .cc-header .d-100
{
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}

    .cc-header .overlay
{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 54, 9, 0.25);
}

    .cc-header h1
{
    font-size: 76px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 76px;
}

    .cc-header h1:before
{
    display: none;
}

    .cc-header span
{
    font-size: 12px;
    color: #fff;
}

    .cc-header .cc-join
{
    position: absolute;
    right: 20px;
    top: 20px;
    color: #272727;
    font-family: "bold";
    font-size: 18px;
    padding: 15px;
    padding-left: 23px;
    padding-right: 23px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: background-color 0.2s ease-in-out;
    border-radius: 30px;
    z-index: 50;
}

    .cc-header .cc-join:hover
{
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

	.cc-header .cc-sign-in
{
	display: inline-block;
	position: absolute;
	right: 35px;
	top: 90px;
	font-size: 16px;
	color: #fff;
}

	.cc-header .cc-sign-in a
{
	color: #fff;
}

/* Main */

    .cc-main
{
    padding-top: 100px;
    padding-bottom: 100px;
}

    .cc-main .cc-partner-logo
{
    max-width: 400px;
    max-height: 400px;
    display: block;
    margin: auto auto;
    margin-bottom: 60px;
}

    .cc-main .woodland-carbon-code
{
    float: right;
    width: 150px;
}

/* Tabs */

    .cc-tabs .d-100,
    .cc-tabs .d-100 .tabs,
    .cc-tabs .d-100 .tabs ul
{
    padding: 0px;
}

    .cc-tabs .tabs ul li
{
    width: 50%;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

    .cc-tabs .tabs ul li a
{
    width: 100%;
    padding: 20px!important;
    padding-top: 21px!important;
    padding-bottom: 19px!important;
    padding-left: 23px!important;
    padding-right: 23px!important;
    font-size: 17px;
    background-color: #F8F8F8;
    border-radius: 50px;
    text-align: center;
}

    .cc-tabs .tabs ul li a:focus
{
    outline: none!important;
}

    .cc-tabs .tabs ul li.ui-state-active a
{
    background-color: #6B8345;
    color: #fff;
    box-shadow: 0px 0px 25px rgba(000,000,000,0.2);
}

	.cc-tabs .tabs ul li.ui-state-active a:before
{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: -12px;
	left: calc(50% - 17px);
	transform: rotate(45deg);
	background-color: #6B8345;
}


/* Carbon Club levels */

	.cc-levels > div:nth-of-type(3n+4)
{
	clear: both;
}

    .cc-levels .cc-level
{
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    width: 33.333%;
}

    .cc-levels .cc-level .cc-level-inner
{
    background-color: #F8F8F8;
    border-radius: 5px;
    border: 2px transparent solid;
    transition: border 0.2s ease-in-out;
}

    .cc-levels .cc-level .cc-level-inner:hover
{
    border: 2px #6B8345 solid;
}

	.cc-levels .cc-level .cc-level-inner .cc-level-header
{
	padding: 10px;
}

    .cc-levels .cc-level-header .cc-level-header-inner
{
    background-color: #EDEDED;
    border-radius: 5px;
    text-align: center;
    padding: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

	.cc-levels .cc-level-header .cc-level-header-inner h2
{
	font-weight: 700;
	font-size: 34px;
	margin-top: 0px;
	margin-bottom: 15px;
}

	.cc-levels .cc-level-header .cc-level-header-inner h2:before
{
	display: none;
}

	.cc-levels .cc-level-header .cc-level-header-inner span
{
	font-family: "bold";
	display: block;
	line-height: 22px;
	color: #6B8345;
}

	.cc-levels .cc-level-header .cc-level-header-inner span:first-of-type
{
	font-size: 20px;
}

	.cc-levels .cc-level-header .cc-level-header-inner span:last-of-type
{
	font-size: 12px;
}

	.cc-levels .cc-level-main img,
	.cc-levels .cc-level-main svg
{
	max-width: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	margin: auto auto;
}

	.cc-levels .cc-level-main p
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px;
	padding-top: 0px;
	font-size: 17px;
    line-height: 32px;
}

	.cc-levels .cc-level-main span
{
	display: block;
	text-align: center;
}

	.cc-levels .cc-level-main span a
{
	display: inline-block;
	font-size: 17px;
	color: #fff;
	background-color: #EDEDED;
	padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	transition: background-color 0.2s ease-in-out;
	color: #6B8345;
}

	.cc-levels .cc-level-main span a:hover
{
	background-color: #6B8345;
	color: #fff;
}

	.cc-levels .cc-level .cc-level-inner:hover .cc-level-main a
{
	box-shadow: 0px 0px 25px rgba(000,000,000,0.2);
}

/* Carbon Club SVG fill */
	
	.cc-level-svg
{
	fill: #6c8240;
}


/* Custom level */

	.cc-tabs .cc-level-other
{
	padding: 40px;
}

	.cc-tabs .cc-level-other .cc-level-other-inner
{
	background-color: #F8F8F8;
	border-radius: 5px;
	padding: 10px;
	border: 2px transparent solid;
    transition: border 0.2s ease-in-out;
}

	.cc-tabs .cc-level-other .cc-level-other-inner:hover
{
	border: 2px #6B8345 solid;
	cursor: pointer;
}

	.cc-tabs .cc-level-other .cc-level-other-header
{
	background-color: #EDEDED;
	border-radius: 5px;
	padding: 40px;
	padding-top: 50px;
}

	.cc-tabs .cc-level-other .cc-level-other-header h2
{
	font-weight: 700;
	font-size: 34px;
	margin: 0px;
	margin-bottom: 15px;
}

	.cc-tabs .cc-level-other .cc-level-other-header span
{
	font-family: "regular";
	color: #404040;
}

	.cc-tabs .cc-level-other img,
	.cc-tabs .cc-level-other svg
{
	max-width: 125px;
	display: block;
	margin: auto auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}



/* Carbon club footer */
	
	.cc-footer
{
	background-size: cover;
    background-position: center center;
    margin-top: 100px;
}

    .cc-footer .d-100
{
    padding-top: 140px;
    padding-bottom: 130px;
    text-align: center;
}

    .cc-footer .overlay
{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 54, 9, 0.25);
}

	.cc-footer h2
{
	font-size: 47px;
	font-weight: 700;
	color: #fff;
	margin-top: 0px;
	line-height: 47px;
}

	.cc-footer h2:before
{
	display: none;
}

	.cc-footer p
{
	text-align: left;
	font-size: 17px;
    line-height: 32px;
}

	.cc-footer a
{
	display: inline-block;
	font-size: 17px;
	color: #fff;
	background-color: #6B8345;
	padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	transition: box-shadow 0.2s ease-in-out;
	color: #fff;
	margin-bottom: 0px;
}

	.cc-footer a:hover
{
	box-shadow: 0px 0px 25px rgba(000,000,000,0.2);
}



/* Forest Carbon sign up mini header */


	.cc-mini-header
{
	background-color: #f8f8f8;
}

	.cc-mini-header img
{
	max-width: 130px;
}

	.cc-mini-header .d-50:nth-of-type(2) a
{
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background-color: #6B8345;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 5px;
	transition: box-shadow 0.2s ease-in-out;
	color: #fff;
	margin-bottom: 0px;
	float: right;
}

	.cc-mini-header .wrapper .d-50:nth-of-type(2) a:hover
{
	box-shadow: 0px 0px 25px rgba(000,000,000,0.2);
}



/* Sign up form */

	.cc-sign-up
{
	padding-top: 60px;
	padding-bottom: 60px;
}

	.cc-sign-up h2
{
	margin-bottom: 0px;
	margin-top: 40px;
}

	.cc-sign-up form
{
	margin-top: 0px;
	margin-bottom: 0px;
}

	.cc-sign-up .form-wrapper
{
	padding: 0px;
}



/* Sign up form radio buttons and checkboxes */

	.cc-sign-up .cc-levels
{
	padding: 0px;
	margin-top: 22px;
}

	.cc-sign-up .cc-level .d-100
{
	background-color: #F8F8F8;
	border-radius: 5px;
	padding: 40px;
	border: 2px solid #EDEDED;
	transition: border-color 0.2 ease-in-out;
}

	.cc-sign-up .cc-level.selected .d-100
{
	border: 2px solid #6B8345;
}

	.cc-sign-up .cc-level .d-100 img,
	.cc-sign-up .cc-level .d-100 svg
{
	width: 33%;
	float: left;
	margin-right: 20px;
}

	.cc-sign-up .cc-level .d-100 label
{
	font-family: "bold";
	line-height: 25px;
	margin-top: 10px
}

	.cc-sign-up .cc-level .d-100 label span
{
	display: inline-block;
	margin-top: 0px;
	margin-left: 31px;
	font-size: 12px;
	color: #7a7a7a;
}

	.cc-sign-up input[type="radio"],
	.cc-sign-up input[type="checkbox"]
{
	position: relative;
}

	.cc-sign-up input[type="radio"]:after,
	.cc-sign-up input[type="checkbox"]:after
{
	top: -1px;
}



/* Other levels */


	.cc-sign-up .cc-level-other
{
	position: relative	
}

	.cc-sign-up .cc-level-other span
{
	position: absolute;
	top: 63px;
	right: -120px;
	border-radius: 5px;
	color: #7a7a7a;
	font-family: "bold";
	font-size: 12px;
	background-color: #F8F8F8;
	padding: 7px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	transition: background-color 0.2s ease-in-out;
	border: 2px solid #F8F8F8;
}

	.cc-sign-up .cc-level-other input:focus + span
{
	border: 2px solid #6B8345;
}


/* Sign up form inputs */

	.cc-sign-up input[type="text"],
	.cc-sign-up input[type="tel"],
	.cc-sign-up input[type="email"],
	.cc-sign-up input[type="password"],
	.cc-sign-up textarea
{
	border-left: none;
	background-color: #F8F8F8;
	border: 2px solid #EDEDED;
	border-radius: 5px;
	transition: background-color 0.2s ease-in-out;
}

	.cc-sign-up input[type="text"]:focus,
	.cc-sign-up input[type="tel"]:focus,
	.cc-sign-up input[type="email"]:focus,
	.cc-sign-up input[type="password"]:focus,
	.cc-sign-up textarea:focus
{
	background-color: #FFF;
}

	.cc-sign-up label
{
	margin-top: 10px;
}

	.cc-sign-up input[type="submit"]
{
	border-radius: 5px;
	border-left: 0px;
}

/* Go cardless button */


	.cc-sign-up .gocl
{
	display: inline-block;
	font-size: 17px;
	color: #fff!important;
	background-color: #4F90D8!important;
	padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
	color: #fff;
	margin-bottom: 0px;
}

	.cc-sign-up .gocl:hover
{
	box-shadow: 0px 0px 25px rgba(000,000,000,0.2);
	background-color: #4180c9!important;
}
	
	




/* Changes for mobile */


	@media screen and (max-width:767px)

{

		.cc-header .d-100
	{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
		.cc-header a
	{
		display: none;
	}
	
	    .cc-main
	{
	    padding-top: 40px;
	    padding-bottom: 60px;
	}
	
		.cc-main .cc-partner-logo
	{
		margin-bottom: 30px;
		max-width: 90%;
		max-height: auto;
	}
	
		.cc-levels .cc-level
	{
		padding: 0px;
		padding-bottom: 20px;
		width: 100%;
	}
	
		.cc-tabs .cc-level-other
	{
		padding: 25px;
	}
	
		.cc-footer
	{
		margin-top: 60px;
	}
	
	    .cc-footer .d-100
	{
	    padding-top: 60px;
	    padding-bottom: 60px;
	}

}

@media screen and (max-width: 767px) {
	.nav-h>ul>li.mm-clicked:first-of-type {
	    top: -15px;
	    transition: top .20s ease-out;
	}
}

