#cd-lateral-nav,
.cd-main-content,
header {
	-webkit-backface-visibility: hidden
}

.cd-main-content,
header {
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform
}

#cd-logo,
#cd-logo img {
	display: block
}

#cd-top-nav,
body,
html {
	height: 100%
}

#cd-lateral-nav .item-has-children>a,
.cd-main-content {
	position: relative
}

#cd-lateral-nav .item-has-children>a,
#cd-menu-trigger .cd-menu-text,
#cd-top-nav a {
	/* text-transform: uppercase; */
	font-weight: 600
}

.cc-grower,
.cd-img-replace,
.overflow-hidden {
	overflow: hidden
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

/* body {
	font-size: 100%;
	font-family: droid_sansregular, sans-serif;
} */

/* a {
	color: #6cac70;
	text-decoration: none
} */

.cd-img-replace {
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap
}

.cd-main-content {
	min-height: 100%;
	background-color: none;
	z-index: 2;
	padding-top: 50px;
	-webkit-transform: translateZ(0);
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	transition-duration: .4s
}

.cd-main-content.lateral-menu-is-open,
header.lateral-menu-is-open {
	z-index: 5;
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px)
}

.cd-main-content.lateral-menu-is-open {
	min-height: 800%;
	height: 100%
}

header {
	position: absolute;
	top: 20px;
	left: 0;
	height: 60px;
	width: 100%;
	background: 0 0;
	z-index: 3;
	-webkit-transform: translateZ(0);
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	transition-duration: .4s
}

header.is-fixed {
	position: fixed
}

#cd-logo {
	float: left;
	margin: 12px 0 0 20px
}

#cd-top-nav {
	position: absolute;
	top: 0;
	right: 120px;
	display: none
}

#cd-top-nav ul {
	height: 100%;
	padding-top: 18px
}

#cd-top-nav li {
	display: inline-block;
	margin-right: 1em
}

#cd-top-nav a {
	display: inline-block;
	padding: .5em;
	color: #000
}

#cd-top-nav a.current {
	background-color: #242e30
}

.no-touch #cd-top-nav a:hover {
	color: rgba(255, 255, 255, .7)
}

#cd-menu-trigger {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 50px;
	background-color: #101820
}

#cd-menu-trigger .cd-menu-text {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	color: #aaa;
	display: none
}

#cd-menu-trigger .cd-menu-icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 18px;
	height: 2px;
	background-color: #aaa;
	margin: -2px 0 0;
	padding: 0
}

#cd-menu-trigger .cd-menu-icon::before,
#cd-menu-trigger .cd-menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #aaa;
	left: 0
}

#cd-menu-trigger .cd-menu-icon::before {
	bottom: 5px
}

#cd-menu-trigger .cd-menu-icon::after {
	top: 5px
}

#cd-menu-trigger.is-clicked .cd-menu-icon {
	background-color: transparent
}

#cd-menu-trigger.is-clicked .cd-menu-icon::after,
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
	background-color: #aaa
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

#cd-menu-trigger.is-clicked .cd-menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#cd-lateral-nav {
	position: fixed;
	height: 100%;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 9999;
	width: 260px;
	background-color: #101820;
	overflow-y: auto;
	-webkit-transform: translateZ(0);
	-webkit-transition: -webkit-transform .4s, visibility 0s .4s;
	-moz-transition: -moz-transform .4s, visibility 0s .4s;
	transition: transform .4s, visibility 0s .4s;
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px)
}

#cd-lateral-nav ul{
	margin: 0;
	margin-top: 10px;
	padding: 0;
	padding-top: 20px;
	padding-left: 20px;
}

#cd-lateral-nav li{
	height: auto;
	list-style-type: none;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	color: #aaa;
	margin-bottom: 15px;
}

#cd-lateral-nav .cd-navigation {
	margin: 10px 0 16px
}

#cd-lateral-nav .sub-menu {
	padding: 0 10px 10px 15px;
	display: none
}

#cd-lateral-nav .sub-menu span,
#cd-lateral-nav .sub-sub-menu {
	display: none
}

#cd-lateral-nav ul.sub-menu li a{
	line-height: 1.6em;
}

#cd-lateral-nav a {
	display: block;
	line-height: 1.8em;
	padding: 0;
	color: #aaa;
	text-decoration: none;
}

#cd-lateral-nav a.current {
	background-color: #3a4a4d;
	color: #000
}

.no-touch #cd-lateral-nav a:hover {
	color: #000
}

@media only screen and (min-width:768px) {
	.cd-main-content {
		padding-top: 70px
	}
	header {
		height: 60px
	}
	#cd-logo {
		margin: 22px 0 0 30px
	}
	#cd-top-nav {
		display: block
	}
	#cd-menu-trigger {
		width: 110px;
		padding-left: 1.25em
	}
	#cd-menu-trigger .cd-menu-text {
		display: inline-block;
		line-height: 60px;
		padding: 0;
		margin: 0 10px 0 0
	}
	#cd-menu-trigger .cd-menu-icon {
		left: auto;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	#cd-lateral-nav .cd-navigation {
		margin: 20px 0
	}
}

#cd-lateral-nav.lateral-menu-is-open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: -webkit-transform .4s, visibility;
	-moz-transition: -moz-transform .4s, visibility;
	transition: transform .4s, visibility;
	-webkit-overflow-scrolling: touch
}

#cd-lateral-nav .item-has-children>a::after {
	content: '';
	display: block;
	height: 11px;
	width: 8px;
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1em;
	background: url(../img/cd-arrow.svg) center center/8px 11px no-repeat;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	transition-duration: .2s
}

#cd-lateral-nav .item-has-children>a.submenu-open::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg)
}

#cd-lateral-nav .socials {
	padding: 0 32px
}

#cd-lateral-nav .socials:after {
	content: "";
	display: table;
	clear: both
}

#cd-lateral-nav .socials a {
	height: 32px;
	width: 32px;
	float: left;
	padding: 0;
	background-image: url(../img/cd-socials.svg);
	background-repeat: no-repeat;
	background-size: 128px 64px;
	background-color: #fff;
	margin-right: .5em;
	border-radius: .25em
}

#cd-lateral-nav .socials a.cd-twitter {
	background-position: 0 0
}

#cd-lateral-nav .socials a.cd-github {
	background-position: -32px 0
}

#cd-lateral-nav .socials a.cd-facebook {
	background-position: -64px 0
}

#cd-lateral-nav .socials a.cd-google {
	background-position: -96px 0
}

.no-touch #cd-lateral-nav .socials a:hover {
	background-color: #4e6361
}

.no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
	background-position: 0 -32px
}

.no-touch #cd-lateral-nav .socials a:hover.cd-github {
	background-position: -32px -32px
}

.no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
	background-position: -64px -32px
}

.no-touch #cd-lateral-nav .socials a:hover.cd-google {
	background-position: -96px -32px
}

.cc-window {
	opacity: 1;
	transition: opacity 1s
}

.cc-window.cc-invisible {
	opacity: 0
}

.cc-animate.cc-revoke {
	transition: transform 1s
}

.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
	transform: translateY(0)
}

.cc-grower {
	max-height: 0;
	transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
	text-decoration: underline
}

.cc-revoke,
.cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999
}

.cc-window.cc-static {
	position: static
}

.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	-ms-flex-direction: column;
	flex-direction: column
}

.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row
}

.cc-revoke {
	padding: .5em
}

.cc-header {
	font-size: 18px;
	font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
	cursor: pointer
}

.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em
}

.cc-close:focus,
.cc-close:hover,
.cc-link:hover {
	opacity: 1
}

.cc-link:active,
.cc-link:visited {
	color: initial
}

.cc-btn {
	display: block;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline
}

.cc-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75
}

.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em
}

.cc-revoke.cc-left {
	left: 3em;
	right: unset
}

.cc-revoke.cc-right {
	right: 3em;
	left: unset
}

.cc-top {
	top: 1em
}

.cc-left {
	left: 1em
}

.cc-right {
	right: 1em
}

.cc-bottom {
	bottom: 1em
}

.cc-floating>.cc-link {
	margin-bottom: 1em
}

.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.cc-window.cc-banner {
	-ms-flex-align: center;
	align-items: center
}

.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0
}

.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0
}

.cc-banner .cc-message {
	display: block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
	margin-right: 1em
}

.cc-compliance {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
	-ms-flex: 1;
	flex: 1
}

.cc-btn+.cc-btn {
	margin-left: .5em
}

@media print {
	.cc-revoke,
	.cc-window {
		display: none
	}
}

@media screen and (max-width:900px) {
	.cc-btn {
		white-space: normal
	}
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
	.cc-window.cc-top {
		top: 0
	}
	.cc-window.cc-bottom {
		bottom: 0
	}
	.cc-window.cc-banner,
	.cc-window.cc-floating,
	.cc-window.cc-left,
	.cc-window.cc-right {
		left: 0;
		right: 0
	}
	.cc-window.cc-banner {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.cc-window.cc-banner .cc-compliance {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.cc-window.cc-floating {
		max-width: none
	}
	.cc-window .cc-message {
		margin-bottom: 1em
	}
	.cc-window.cc-banner {
		-ms-flex-align: unset;
		align-items: unset
	}
	.cc-window.cc-banner .cc-message {
		margin-right: 0
	}
}

.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none
}

.cc-theme-classic .cc-btn {
	border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
	min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block
}

.cc-theme-edgeless.cc-window {
	padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: .8em 1.8em;
	height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
	margin-left: 0
}