
html, body {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
.dd-header-container {
	width: 1260px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
#dd-header-top, #dx-contenthub-container {
	background: #efefef;
}
#dd-header-top .dd-header-container {
	display: flex;
}
#dd-header-top-logo img {
	width: 270px;
	margin: 22px 0 -2px 0;
}
/* CONTRIBUTE */
#dd-header-top .dd-header-container #dd-search-input-wrapper-outer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}
#dd-header-top .dd-header-container #dd-header-top-contribute {
	display: flex;
}
#dd-header-top .dd-header-container #dd-header-top-contribute a {
	background: #00b6de;
	color: #fff;
	text-decoration: none;
	width: 125px;
	margin-left: auto;
  	font-weight: 100;
  	height: 125px;
}
#dd-header-top .dd-header-container #dd-header-top-contribute a span.dd-plus {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 104px;
	line-height: 95px;
}
#dd-header-top .dd-header-container #dd-header-top-contribute a span.dd-contribute {
	display: block;
	text-align: center;
	width: 100%;
	font-weight: 700;
	margin-top: -10px;
	font-family: "Roboto" , sans-serif;
}
/*NAVIGATION*/
@media (min-width: 991px) {
	#dd-header-nav-container {
		display: block!important;
	}
}
#dd-header-nav {
	background: #fff;
	font-family: "Roboto" , sans-serif;
}
#dd-header-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
#dd-header-nav ul li {
	list-style: none;
	display: inline-block;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	text-align: center;
}
#dd-header-nav ul li a {
	position: relative;
	display: inline-block;
	zoom: 1;
	font-weight: 700;
	font-size: 16px;
	color: #717171;
	height: 100%;
	line-height: 80px;
	padding: 0 2em;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	text-decoration: none;
}
#dd-header-nav ul li a.is-active {
    color: #00b6de;
}
#dd-header-nav ul li a:hover {
	color: #00b6de;
	text-decoration: none;
}
#dd-header-nav-title, #dd-header-nav-btn, #dd-header-nav-backdrop {
	display: none;
}
#dd-header-nav ul li a .fas{
	display:none;
}
/*DIVIDING LINES*/
#dd-header-nav ul li a::after {
	content: '';
	width: 1px;
	height: 48px;
	background: #a7a7a7;
	position: absolute;
	top: 16px;
	right: -1px;
}
#dd-header-nav .dd-header-container::before {
	content: '';
	width: 1px;
	height: 48px;
	background: #a7a7a7;
	position: absolute;
	top: 16px;
}
/* SELECTOR ARROW*/
#dd-header-nav ul li a.is-active::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: solid 10px #fff;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	z-index: 99999;
	font-family: "Roboto" , sans-serif;
}

/*TABLET NAV*/
@media (min-width: 991px) {
.dd-tablet-menu {
    display: none!important;
}
}
@media (max-width: 990px) {
	.show-on-tablet {
	display: contents;
	}
	/*MENU BUTTON*/
	#dd-header-nav-btn {
		display: block;
	}
	#dd-header-nav-btn {
		width: 122px;
		text-align: center;
		float: right;
	}
	#dd-header-nav-btn i {
		font-size: 34px;
		color: #00b6de;
		cursor: pointer;
		margin: 27px 0 0;
	}
	#dd-header-nav #dd-header-nav-container {
		position: absolute;
		top: -78px;
		left: 10%;
		width: 80%;
		background: #fff;
		z-index: 11;
		display: none;
		border: 1px solid #CCCCCC;
	}
	#dd-header-nav-backdrop {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #00000099;
		z-index: 10;
	}
	#dd-header-nav .dd-header-container::before {
		content: none;
	}
	#dd-header-nav ul {
		display: block;
	}
	#dd-header-nav ul li {
		display: block;
		width: 100%;
	}
	#dd-header-nav ul li a {
		font-weight: 400;
		line-height: 52px;
		border-bottom: 1px solid #CCCCCC;
		text-align: left;
		padding: 0 15px;
	}
	#dd-header-nav #dd-header-nav-title {
		display: block;
		text-align: center;
		position: relative;
		border-bottom: 2px solid #CCCCCC;
		font-weight: 700;
		font-size: 16px;
		line-height: 52px;
		color: #333;
	}
	#dd-header-nav #dd-header-nav-close {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate(0,-50%);
		color: #00b6de;
		cursor: pointer;
	}
	#dd-header-top .dd-header-container #dd-header-top-contribute {
		display: none;
	}
	#dd-header-top-logo img {
		width: 180px;
	}
	#dd-header-nav-btn {
		width: 77px;
	}
	#dd-header-nav #dd-header-nav-container {
		top: -77px;
		left: 0%;
		width: 100%;
	}
	#dd-header-nav ul li a.is-active::before {
		display: none;
	}
	#dd-header-nav ul li a .fas{
		float:right;
		margin-top:18px;
		margin-right:6px;
		display:block;
	}
	#dd-search-input-wrapper {
    display: none;
}
}
@media (max-width: 1270px) {
	#dd-header-top {
		padding-left: 15px;
		padding-right: 15px;
	}
	#dd-header-nav {
		padding-left: 15px;
		padding-right: 15px;
	}
}



/***********     DD FOOTER CSS START     **********/
#dd-footer-outer {
	background: #3d4a5a;
	color: #fff;
	padding: 50px 15px 50px 0;
}
#dd-footer-outer .dd-footer-container {
	display: flex;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
#dd-footer-logo {
	display: flex;
	flex: 0 35%;
	flex-direction: column;
	padding-left: 15px;
}
#dd-footer-logo p {
	display: block;
	color: #FFF;
	font-size: 14px;
	margin: 0;
    padding-top: 10px;
    font-family: "roboto", sans-serif;
}
#dd-footer-logo img {
	width: 340px;
	max-width: 100%;
}
#dd-footer-links {
	display: flex;
	flex: 0 65%;
	align-items: flex-end;
	justify-content: center;
	font-family: "Roboto", sans-serif;
	padding-right: 15px;
}
#dd-footer-links #dd-footer-social {
	margin: 0 0 2px auto;
}
#dd-footer-links #dd-footer-social img {
	width: 40px;
	padding: 5px;
}
#dd-footer-links ul {
	padding: 0;
	margin: 0 0 7px 30px;
	list-style: none;
}
#dd-footer-links ul li {
	line-height: 1;
	display: inline-block;
	border-right: 1px solid #00b6de;
}
#dd-footer-links ul li a {
	color: #fff;
	margin: 0 .25em;
	padding: 0 .25em;
	text-decoration: none;
	font-weight: 500;
	font-size:1rem;
}
@media (max-width: 1074px) {
	#dd-footer-outer {
		padding: 56px 0 50px 0;
	}
	#dd-footer-outer .dd-footer-container {
		display: block;
		text-align: center;
	}
	#dd-footer-logo p {
		font-size: 14px;
		font-family: "Roboto" , sans-serif;
	}
	#dd-footer-logo img {
		width: 350px;
	}
	#dd-footer-logo {
		display: block;
		margin-right: 20px;
	}
	#dd-footer-links {
		display: block;
	}
	#dd-footer-links {
		margin-top: 30px;
	}
	#dd-footer-links ul, #foot-social {
		display: inline-block;
	}
	#dd-footer-links ul {
		margin-left: 30px;
		vertical-align: 10px;
	}
}
@media (max-width: 1074px) {
	#dd-footer-social {
		display: block;
		width: 100%;
	}
	#dd-footer-links ul {
		margin: 33px 0 8px 0;
	}
}

#dx-contenthub-container{background-color:#efefef;}

