div.uk-offcanvas-bar {
	background-color: #2C2C2C;
}

div.uk-offcanvas-slide:before {
    width: 100%;
    content: "";
    background-image: url('/wp-content/uploads/2023/06/Sinbad-Nav.jpeg');
    background-position: 100% 120%;
    position: absolute;
    background-size: 120% auto;
    background-repeat: no-repeat;
    opacity: 0.5;
    bottom: 0;
    height: 100%;
    background-color: #2C2C2C;
}

.uk-text-small {
	line-height: 16px;
}

.uk-section-primary.uk-section-small {
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer {
	
}

#footer .uk-container {
	padding-left: 160px;
	padding-right: 160px;
}

#footer .social a {
	background-color: #fff;
	color: #000;
}

h1, .uk-h1, h2, .uk-h2, .uk-h3, h3, h4, h5,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
ul.uk-slideshow-items {
	
}

img.dwnarrow {
	width: 30px;
    margin-top: 40px;
}

ul.uk-slideshow-items li.el-item .el-content {
	margin-top: 0px!important;
}

.woverlay.uk-section-default.uk-light {
	position: relative;
	overflow: hidden;
	text-align: center;
}

body.page-id-97 .woverlay.uk-section-default.uk-light:before {
	background-color: transparent;
}

.woverlay.uk-section-default.uk-light:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.divider-bottom > div.uk-grid > div {
	position: relative;
}

.divider-bottom > div.uk-grid > div:not(:first-child):not(:nth-child(2))::before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: 0;
    border-bottom: 1px solid #e5e5e7;
	height: 1px;
	width: 90%;
}

@media only screen and (max-width: 604px) {
	.divider-bottom > div.uk-grid > div:not(:first-child)::before {
	    content: "";
	    position: absolute;
	    top: -20px;
	    bottom: 0;
	    border-bottom: 1px solid #e5e5e7;
		height: 1px;
		width: 100%;
	}
	.uk-heading-large {
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 960px) {
	#footer .uk-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (min-width: 960px) {
	#footer #sitemap {
		margin-left: 50px;
	}
}

ul.el-nav.uk-dotnav {
	margin-top: -50px;
}

.uk-dotnav>*>* {
	border-radius: 0px;
    width: 30px;
    height: 2px;
}

.uk-icon.uk-navbar-toggle-icon {
	
}

.uk-icon.uk-navbar-toggle-icon svg {
    width: 40px;
    color: #fff;
}

div.uk-sticky.uk-sticky-fixed .uk-icon.uk-navbar-toggle-icon svg {
	color: #0E3178;
}

.uk-light {
	color: #fff;
}

.uk-light .highlight {
	background-color: #fff;
	color: #000;
    padding-left: 5px;
    padding-right: 5px;
}

.bg-purple {
	background-color: rgba(104, 48, 146, 1);
}

.bg-blue {
	background-color: #0E3178;
}

.bg-gold {
	background-color: #a78d37
}

.bg-orange {
	background-color: #FF722E;
}

.orange {
	color: #FF722E;
}

.gold {
	color: #a78d37!important;
}

#footer,
.bgimg-D {
	position: relative;
}

.bgimg-D:before,
#footer:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: url('/wp-content/uploads/2023/06/NDICLogo-White-D.svg');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto 100%;
}

.el-overlay div.learnmore {
	float: right;
	font-family: 'DINCondensedW01-Normal';
}

.el-overlay div.learnmore .uk-icon-button.uk-icon {
	border-color: #fff;
	color: #fff;
	border-width: 2px;
	margin-right: 10px;
}

.el-overlay div.learnmore .uk-icon-button.uk-icon svg polyline {
	stroke-width: 2;
}

@media (pointer: coarse) {
    .uk-background-fixed {
        background-attachment: fixed;
    }
}

.cbsection > div.uk-background-cover {
    background-position: 100% 0;
    background-size: auto 100%;
}

@media (min-width: 960px) {
    .cbrow .uk-width-1-2\@m:first-child {
        padding-left: calc((100vw - 1200px) / 2 + 0px);
    }
	
	.cbrow > div:last-child {
		min-height: 400px;
	}
	
	.cbrow > div > div:first-child {
		padding-right: 40px;
	}
}

@media (max-width: 959px) {
	
	.cbrow > div {
		min-height: 469px;
	}
	
	.cbrow > div:first-child > * {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.cbrow > div:first-child h3 {
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.cbrow > div:first-child div.text-larger {
		
	}
}

.cbrow > div > div:first-child {
	
}

.cbrow > div > * {
	margin: 0px!important;
}

.cbrow.black {
	color: inherit;
	background-color: #000;
}

.cbrow.light-gray {
	color: inherit;
	background-color: #d8d8d8;
}

.cbrow.yellow {
	color: inherit;
	background-color: #f7b829;
}