			/* ==========================================================================
		   Global Styles
		   ========================================================================== */

		@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Ubuntu:400,400i,500,500i,700,700i&display=swap');

		*, *:before, *:after {
		  -moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
		}

		body {
		  background: #ffffff;
		  font-family: 'Open Sans', sans-serif;
		  font-size: 14px;
		  font-weight: normal;
		  line-height: 2.142857;
		  color: #464646;
		}

		#page {
		  overflow: hidden;
		  position: relative;
		  display: flex;
		  flex-direction: column;
		  min-height: 100vh;
		}

		a {
		  text-decoration: none;
		  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
		}

		a:hover {
		  text-decoration: underline;
		}

		p {
		  margin: 12px 0 22px;
		}

		ul, ol {
		  margin: 12px 0 22px;
		  padding: 0 0 0 1em;
		}

		h1, h2, h3, h4, h5, h6 {
		  font-family: 'Ubuntu', sans-serif;
		  font-weight: 500;
		  line-height: 1.2;
		  text-transform: uppercase;
		  margin: 1em 0 .5em;
		}

		h1 {
		  line-height: 1;
		  font-size: 40px;
		  font-weight: bold;
		}

		h2 {
		  font-size: 26px;
		}

		h3 {
		  font-size: 18px;
		}

		h4 {
		  font-size: 16px;
		}

		h5 {
		  font-size: 14px;
		}

		h6 {
		  font-size: 12px;
		}

		p:first-child, ul:first-child, ol:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
		  margin-top: 0;
		}

		p:last-child, ul:last-child, ol:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
		  margin-bottom: 0;
		}

		.text-center {
		  text-align: center;
		}

		.text-left {
		  text-align: left;
		}

		.text-right {
		  text-align: right;
		}

		.text-justify {
		  text-align: justify;
		}

		.img-responsive {
		  display: block;
		  max-width: 100%;
		  height: auto;
		}

		.embed-responsive {
		  position: relative;
		  display: block;
		  height: 0;
		  padding: 0;
		  overflow: hidden;
		  z-index: 5;
		}

		.embed-responsive-16by9 {
		  padding-bottom: 56.25%;
		}

		.embed-responsive-4by3 {
		  padding-bottom: 75%;
		}

		.embed-responsive .embed-responsive-item,
		.embed-responsive embed,
		.embed-responsive iframe,
		.embed-responsive object,
		.embed-responsive video {
		  position: absolute;
		  top: 0;
		  bottom: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  border: 0;
		}

		.container {
		  padding: 0 10px;
		  margin: 0 auto;
		  position: relative;
		  z-index: 1;
		}

		.container:before,
		.container:after {
		  content: " ";
		  display: table;
		}

		.container:after {
		  clear: both;
		}

		.row {
		  margin: 0 -10px;
		}

		.row:before,
		.row:after {
		  content: " ";
		  display: table;
		}

		.row:after {
		  clear: both;
		}

		.container-large {
		  position: relative;
		  z-index: 1;
		  margin: auto;
		}

		@media (max-width: 767px) {
		  .container {
			padding-left: 20px;
			padding-right: 20px;
			width: 100%;
		  }
		}

		@media (min-width: 768px) {
		  .container {
			width: 750px;
		  }
		}

		@media (min-width: 992px) {
		  .container {
			width: 970px;
		  }
		}

		@media (min-width: 1130px) {
		  .container {
			width: 1090px;
		  }
		}

		/* ==========================================================================
		   Header
		   ========================================================================== */
		#header {
		  position: fixed;
		  top: 0;
		  left: 0;
		  width: 100%;
		  z-index: 200;
		  margin: 12px 0 0;
		  font-family: 'Ubuntu', sans-serif;
		  background: rgba(255,255,255, .8);
		  box-shadow: 3px 5px 10px 0px rgba(4, 5, 5, 0.11);
		  transition: all .3s ease-in-out;
		}

		body.scrolled #header {
		  background: #ffffff;
		  margin: 0;
		}

		#header .container {
		  display: flex;
		  justify-content: space-between;
		}

		#header .container:before,
		#header .container:after {
		  display: none;
		}

		#header #logo {
		  width: 250px;
		  align-self: center;
		}

		#header #navigation-row {
		  flex: 1;
		  border-left: solid 1px #c9d2d6;
		}

		#top-navigation {
		  font-size: 0;
		  position: relative;
		  text-align: right;
		}

		#top-navigation:after {
		  border-top: solid 1px #c9d2d6;
		  position: absolute;
		  top: 100%;
		  left: 0;
		  width: 100vw;
		  display: block;
		  content: "";
		}

		#top-navigation a {
		  text-decoration: none;
		  color: inherit;
		}

		#top-navigation .menu {
		  display: inline-block;
		  vertical-align: top;
		  list-style: none;
		  margin: 0;
		  padding: 0;
		  border-left: solid 1px #c9d2d6;
		}

		#top-navigation .menu {
		  display: inline-block;
		  vertical-align: top;
		}

		#top-navigation .menu > li {
		  display: inline-block;
		  vertical-align: top;
		}

		#top-navigation .menu > li > a {
		  display: inline-block;
		  vertical-align: top;
		  font-size: 12px;
		  border-right: solid 1px #c9d2d6;
		  line-height: 26px;
		  padding: 0 15px;
		}

		#top-navigation .social-links {
		  display: inline-block;
		  vertical-align: top;
		  padding: 0 0 0 10px;
		}

		#top-navigation .social-links a {
		  display: inline-block;
		  vertical-align: top;
		  font-size: 14px;
		  line-height: 26px;
		  margin: 0 0 0 5px;
		}

		#header .search-form {
		  color: #ffffff;
		  display: flex;
		  align-items: center;
		  width: 305px;
		  border-radius: 25px;
		  padding: 10px;
		}

		#header .search-form .search-field {
		  appearance: none;
		  background: transparent;
		  border: none;
		  color: #ffffff;
		  flex: 1;
		  line-height: 15px;
		  padding: 10px;
		  outline: none;
		}

		#header .search-form .search-field::-moz-placeholder {
		  color: #ffffff;
		  opacity: .9;
		  font-style: italic;
		}

		#header .search-form .search-field::-ms-input-placeholder {
		  color: #ffffff;
		  opacity: .9;
		  font-style: italic;
		}

		#header .search-form .search-field::-webkit-input-placeholder {
		  color: #ffffff;
		  opacity: .9;
		  font-style: italic;
		}

		#header .search-form button {
		  appearance: none;
		  border: none;
		  outline: none;
		  color: #ffffff;
		  background: transparent;
		  font-size: 24px;
		  line-height: 30px;
		}

		@media (min-width: 768px) {
		  #top-navigation .link-icon {
			display: none;
		  }
		}

		@media (min-width: 992px) {
		  #menu-toggle {
			display: none;
		  }

		  #mobile-navigation {
			display: none !important;
		  }

		  #navigation {
			display: block !important;
			padding: 24px 0;  
			transition: padding .3s ease-in-out;
		  }

		  body.scrolled #navigation {
			padding: 10px 0;
		  }

		  #navigation .menu {
			display: flex;
			align-items: center;
			justify-content: flex-end;
			list-style: none;
			margin: 0;
			padding: 0;
		  }

		  #navigation .menu > li {
			display: block;
			position: relative;
		  }

		  #navigation .menu > li > a {
			display: block;
			color: inherit;
			text-decoration: none;
			text-transform: uppercase;
			line-height: 31px;
		  }

		  #navigation .menu > li > a:after {
			display: block;
			content: "";
			position: absolute;
			width: 0;
			height: 2px;
			left: 50%;
			bottom: 0;
			transition: all .3s ease-in-out;
		  }

		  #navigation .menu > li:hover > a:after,
		  #navigation .menu > li.active > a:after {
			left: 0;
			width: 100%;
		  }

		  #navigation .menu > li + li {
			margin-left: 25px;
		  }

		  #navigation .menu .sub-menu {
			display: block;
			position: absolute;
			top: 100%;
			left: 0;
			padding: 10px;
			margin: -10px 0 0;
			background: #ffffff;
			box-shadow: 1px 2px 5px 0px rgba(4, 5, 5, 0.11);
			opacity: 0;
			visibility: hidden;
			transition: all .3s ease-in-out;
		  }

		  #navigation .menu li:hover > .sub-menu {
			margin: 0;
			opacity: 1;
			visibility: visible;
		  }

		  #navigation .menu .sub-menu li {
			display: block;
		  }

		  #navigation .menu .sub-menu li + li {
			display: block;
			margin-top: 5px;
		  }

		  #navigation .menu .sub-menu a {
			display: block;
			text-decoration: none;
			color: inherit;
			white-space: nowrap;
		  }

		  #navigation .menu > li.search-icon {
			transition: opacity .3s ease-in-out;
		  }

		  #navigation .menu > li.search-icon > a {
			font-size: 18px;
		  }

		  body.search-form-visible #navigation .menu > li.search-icon {
			opacity: 0;
		  }

		  #header .search-form {
			position: absolute;
			top: 100%;
			right: -20px;
			margin: -10px 0 0;
			opacity: 0;
			visibility: hidden;
			transition: all .3s ease-in-out;
		  }

		  body.search-form-visible #header .search-form {
			opacity: 1;
			visibility: visible;
			margin: 0;
		  }

		  #header .search-form:before{
			display: block;
			content: "";
			position: absolute;
			border: solid 12px transparent;
			bottom: 100%;
			right: 30px;
		  }
		}


		@media (max-width: 991px) {
		  #header {
			background: rgba(255,255,255, .9);
		  }

		  body.menu-expanded #header {
			background: #ffffff;
		  }

		  #header .container {
			flex-wrap: wrap;
		  }

		  #header #logo {
			padding: 10px 0;
			align-self: flex-start;
		  }

		  #menu-toggle {
			float: right;
			display: block;
			padding: 10px 0;
			margin: 10px 0 0;
			line-height: 20px;
			font-size: 14px;
			font-weight: 500;
			text-decoration: none;
		  }

		  #menu-toggle .bars {
			display: inline-block;
			vertical-align: top;
			height: 20px;
			width: 30px;
			border-top: solid 2px;
			border-bottom: solid 2px;
			margin: 0 0 0 10px;
			position: relative;
			transition: border-color .3s ease-in-out;
		  }

		  #menu-toggle .bars:before {
			border-top: solid 2px;
			position: absolute;
			top: 7px;
			left: 0;
			width: 100%;
			display: block;
			content: "";
			transition: border-color .3s ease-in-out;
		  }

		  #navigation {
			display: none;
		  }

		  #mobile-navigation {
			width: 100%;
			display: none;
			border-top: solid 1px #c9d2d6;
			text-align: right;
		  }

		  #mobile-navigation .menu {
			display: block;
			padding: 20px 0;
			margin: 0;
			list-style: none;
		  }

		  #mobile-navigation .menu > li {
			display: block;
		  }

		  #mobile-navigation .menu > li > a {
			display: block;
			font-size: 16px;
			text-decoration: none;
			text-transform: uppercase;
			color: inherit;
		  }

		  #mobile-navigation .menu .sub-menu {
			display: nones;
			list-style: none;
			margin: 0;
			padding: 0 10px 0 0;
		  }

		  #mobile-navigation .menu .sub-menu a {
			display: block;
			color: inherit;
			text-decoration: none;
			font-size: 14px;
		  }

		  #header .search-form {
			margin: 0 0 20px auto;
		  }
		}

		@media (max-width: 767px) {
		  #top-navigation .menu > li > a {
			padding: 0 10px;
		  }

		  #top-navigation .link-icon {
			font-size: 16px;
		  }

		  #top-navigation .link-text {
			display: none;
		  }
		}

		@media (max-width: 500px) {
		  #header #logo {
			width: 200px;
			padding-right: 10px;
		  }

		  #menu-toggle {
			font-size: 0;
			margin-top: 5px;
		  }
		}

		@media (max-width: 430px) {
		  #header .container {
			padding-left: 10px;
			padding-right: 10px;
		  }

		  #header #logo {
			width: 170px;
		  }
		}


		/* ==========================================================================
		   Homepage
		   ========================================================================== */
		.homepage-slideshow {
		  height: 584px;
		  position: relative;
		  z-index: 10;
		  overflow: hidden;
		}

		.homepage-slideshow:before,
		.homepage-slideshow:after,
		#internal-page-banner:before,
		#internal-page-banner:after {
		  display: block;
		  content: "";
		  position: absolute;
		  left: 0;
		  top: 0;
		  width: 100%;
		  height: 100%;
		}

		.homepage-slideshow .pattern-overlay,
		#internal-page-banner .pattern-overlay {
		  width: 100%;
		  height: 100%;
		  z-index: 3;
		  position: absolute;
		  top: 0;
		  left: 0;
		  background: url('/images/d3-banner-pattern.png') repeat center top;
		  opacity: .14;
		}

		.homepage-slideshow:before,
		#internal-page-banner:before {
		  z-index: 1;
		}

		.homepage-slideshow:after,
		#internal-page-banner:after {
		  z-index: 2;
		  background: url('/images/d3-banner-shadow.png') repeat-x center bottom;
		}

		.homepage-images-slideshow {
		  position: absolute !important;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  z-index: 0;
		}

		.homepage-images-slideshow .item-slide {
		  background: no-repeat center;
		  background-size: cover;
		}

		.homepage-slideshow-wrapper {
		  position: relative;
		  height: 100%;
		  z-index: 5;
		}

		.homepage-slideshow .slick-list,
		.homepage-slideshow .slick-track,
		.homepage-slideshow .item-slide {
		  height: 100%;
		}

		.homepage-slideshow .item-slide > div {
		  height: 100%;
		  display: flex;
		  align-items: center;
		  padding: 120px 0 0;
		  color: #ffffff;
		}

		.homepage-slideshow-wrapper .slide-content {
		  max-width: 700px;
		}

		.homepage-slideshow-controls {
		  position: absolute;
		  z-index: 10;
		  bottom: 50px;
		  left: 0;
		  width: 100%;
		}

		.homepage-slideshow-controls .slick-dots {
		  float: right;
		}

		.homepage-intro-text {
		  background: url('/images/d3-page-overlay.jpg') repeat-x center top;
		  padding: 75px 0 50px;
		  border-top: solid 3px #ffffff;
		}

		.homepage-intro-text .text-wrapper {
		  max-width: 820px;
		  margin: 0 auto 40px;
		}

		.buckets {
		  display: flex;
		  flex-wrap: wrap;
		  justify-content: center;
		  margin: 0 -20px;
		}

		.buckets .item {
		  width: 25%;
		  padding: 0 20px 40px;
		  text-align: center;
		}

		.buckets a {
		  display: inline-block;
		  vertical-align: top;
		  text-decoration: none;
		  font-size: 18px;
		  font-weight: 500;
		  font-family: 'Ubuntu', sans-serif;
		}

		.buckets .item-icon {
		  width: 100px;
		  height: 100px;
		  border-radius: 100%;
		  border: solid 2px #ffffff;
		  color: #ffffff;
		  font-size: 60px;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  padding: 10px;
		  margin: 0 auto 10px;
		  box-shadow: 1px 3px 32px 0px rgba(4, 5, 5, 0.16);
		  transition: background-color .3s ease-in-out;
		}

		.buckets .item-icon img {
		  margin: auto;
		}

		.expandable-image-boxes {
		  padding: 115px 0;
		  background: #f5f5f5;
		  border-bottom: solid 2px #ffffff;
		}

		.expandable-image-boxes .item {
		  box-shadow: 5px 11px 35px 0px rgba(4, 5, 5, 0.29);
		  position: relative;
		  color: #ffffff;
		}

		.expandable-image-boxes .item + .item {
		  margin-top: 40px;
		}

		.expandable-image-boxes .item-content {
		  padding: 60px 0 50px 50px;
		  width: 60%;
		  position: relative;
		  z-index: 10;
		  transition: padding .3s ease-in-out;
		}

		.expandable-image-boxes .item.expanded .item-content {
		  padding-top: 40px;
		  padding-bottom: 30px;
		}

		.expandable-image-boxes .collapsed-content {
		  display: none;
		  padding: 0 0 10px;
		}

		.expandable-image-boxes a {
		  color: inherit;
		  text-decoration: none;
		}

		.expandable-image-boxes .toggle-link {
		  font-family: 'Ubuntu', sans-serif;
		  display: inline-block;
		  vertical-align: top;
		}

		.expandable-image-boxes .item .toggle-link > span:nth-child(1) {
		  display: inline;
		}

		.expandable-image-boxes .item .toggle-link > span:nth-child(2) {
		  display: none;
		}

		.expandable-image-boxes .item.expanded .toggle-link > span:nth-child(1) {
		  display: none;
		}

		.expandable-image-boxes .item.expanded .toggle-link > span:nth-child(2) {
		  display: inline;
		}

		.expandable-image-boxes .toggle-link:before {
		  display: block;
		  content: "";
		  position: absolute;
		  top: 0;
		  left: 0;
		  bottom: 0;
		  right: -66.666%;
		  z-index: 10;
		  transition: box-shadow .3s ease-in-out;
		}

		.expandable-image-boxes .toggle-link:hover:before {
		  box-shadow: 5px 11px 35px 0px rgba(4, 5, 5, 0.5);
		}

		.expandable-image-boxes .item.expanded .toggle-link:before {
		  display: none;
		}

		.expandable-image-boxes .item-image {
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  background: no-repeat right center;
		  /* background-size: cover; */
		  z-index: 0;
		}

		.expandable-image-boxes .item-image:before,
		.expandable-image-boxes .item-image:after {
		  display: block;
		  content: "";
		  position: absolute;
		}

		.expandable-image-boxes .item-image:before {
		  top: 0;
		  bottom: 0;
		  left: 35%;
		  right: 25%;
		  z-index: 0;
		}

		.expandable-image-boxes .item-image:after {
		  top: 10px;
		  left: 10px;
		  bottom: 10px;
		  right: 50%;
		  background-image: linear-gradient(to right, #ffffff , transparent);
		  opacity: .21;
		  z-index: 5;
		}

		.expandable-image-boxes .item-image > div {
		  position: absolute;
		  z-index: 2;
		  top: 0;
		  left: 0;
		  bottom: 0;
		  width: 35%;
		}

		.expandable-image-boxes .button {
		  font-size: 14px;
		  padding: 5px 20px;
		  border-radius: 15px;
		}

		.images-slideshow-and-text {
		  position: relative;
		  color: #ffffff;
		}

		.images-slideshow-and-text .images-slideshow {
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 50%;
		  height: 100%;
		  z-index: 5;
		  overflow: hidden;
		}

		.images-slideshow-and-text .text-wrapper {
		  width: 50%;
		  margin-left: auto;
		  padding: 30px 0 30px 50px;
		  min-height: 395px;
		  display: flex;
		  align-items: center;
		}

		.images-slideshow-and-text .text-wrapper > div {
		  flex: 1;
		}

		.images-slideshow-and-text .slick-list,
		.images-slideshow-and-text .slick-track,
		.images-slideshow-and-text .item-image {
		  height: 100%;
		}

		.images-slideshow-and-text .item-slide {
		  background: no-repeat center;
		  background-size: cover;
		}

		.images-slideshow-and-text .slick-dots {
		  z-index: 20;
		  position: absolute;
		  bottom: 40px;
		  right: 40px;
		}

		.text-section {
		  padding: 80px 0;
		}

		.text-section .text-wrapper {
		  max-width: 820px;
		  margin: 0 auto 80px;
		}

		.text-over-image {
		  padding: 0 0 120px;
		}

		.text-over-image .image-box {
		  background: #dbdbdb no-repeat center;
		  background-size: cover;
		  box-shadow: 5px 11px 35px 0px rgba(4, 5, 5, 0.29);
		  padding: 30px;
		  display: flex;
		  align-items: center;
		  min-height: 335px;
		}

		.text-over-image .image-box:before {
		  display: block;
		  content: "";
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  z-index: 0;
		  background: #dbdbdb;
		  opacity: .79;
		}

		.text-over-image .text-wrapper {
		  width: 100%;
		  position: relative;
		  z-index: 5;
		}


		@media (max-width: 991px) {
		  .homepage-slideshow-controls {
			bottom: 40px;
		  }

		  .expandable-image-boxes .item .item-content {
			width: 85%;
			padding-left: 30px;
			padding-right: 30px;
		  }

		  .expandable-image-boxes .item-image:before {
			left: 40%;
			right: 0;
		  }

		  .expandable-image-boxes .item-image > div {
			width: 40%;
		  }

		  .expandable-image-boxes .toggle-link:before {
			right: -110px;
		  }

		  .images-slideshow-and-text .text-wrapper {
			padding-left: 30px;
		  }
		}

		@media (max-width: 767px) {
		  .homepage-slideshow-controls {
			bottom: 20px;
		  }

		  .expandable-image-boxes .item .item-content {
			width: auto;
			padding: 30px !important;
		  }

		  .expandable-image-boxes .item-image {
			background: none !important;
		  }

		  .expandable-image-boxes .item-image:after {
			right: 0;
		  }

		  .expandable-image-boxes .toggle-link:before {
			right: 0;
		  }

		  .images-slideshow-and-text .images-slideshow {
			position: relative;
			height: auto;
			width: auto;
		  }

		  .images-slideshow-and-text .item-slide > div {
			padding-bottom: 60%;
		  }

		  .images-slideshow-and-text .slick-dots {
			bottom: 20px;
			right: 20px;
		  }

		  .images-slideshow-and-text .text-wrapper {
			min-height: auto;
			width: auto;
			display: block;
			padding: 30px 0;
		  }

		  .buckets {
			display: block;
		  }

		  .buckets .item {
			width: auto;
		  }
		}


		/* ==========================================================================
		   Internal pages
		   ========================================================================== */
		#internal-page-banner {
		  position: relative;
		  height: 412px;
		  background: #e1e1e1 no-repeat center;
		  background-size: cover;
		  display: flex;
		  align-items: flex-end;
		  padding: 100px 0 60px;
		  color: #ffffff;
		}

		#internal-page-banner .container {
		  z-index: 20;
		}

		#internal-page-content {
		  padding: 75px 0 100px;
		  background: url('/images/d3-page-overlay.jpg') repeat-x center top;
		  border-top: solid 3px #ffffff;
		}

		#internal-page-content .intro-text {
		  max-width: 820px;
		  margin: 0 auto 50px;
		}

		.two-columns-wrapper {
		  display: flex;
		  justify-content: space-between;
		  border-top: solid 1px #dbdbdb;
		  border-bottom: solid 1px #dbdbdb;
		}

		.two-columns-wrapper .content-column {
		  flex: 1;
		  border-left: solid 1px #dbdbdb;
		  margin-left: 60px;
		  padding: 60px 0 60px 60px;
		}

		.two-columns-wrapper .sidebar {
		  padding: 60px 0;
		  width: 220px;
		}

		.sidebar h5 {
		  margin-bottom: 1em;
		}

		.sidebar-menu {
		  display: block;
		  margin-bottom: 40px;
		  padding: 0;
		  list-style: none;
		  border-bottom: solid 1px #dbdbdb;
		}

		.sidebar-menu > li {
		  display: block;
		  border-top: solid 1px #dbdbdb;
		}

		.sidebar-menu > li > a {
		  display: block;
		  text-decoration: none;
		  color: inherit;
		  padding: 5px 0;
		  position: relative;
		}

		.sidebar-menu > li.active > a:after {
		  display: block;
		  content: "";
		  position: absolute;
		  top: 50%;
		  left: 100%;
		  margin: -8px 0  0 10px;
		  border: solid 8px transparent;
		}

		.sidebar-link {
		  display: block;
		  position: relative;
		  padding: 13px 0 13px 50px;
		  line-height: 20px;
		  color: inherit;
		  text-decoration: none;
		  border-top: solid 1px #dbdbdb;
		  border-bottom: solid 1px #dbdbdb;
		  min-height: 68px;
		}

		.sidebar-link:hover {
		  text-decoration: none;
		}

		.sidebar-link .fa {
		  position: absolute;
		  top: 15px;
		  left: 0;
		  line-height: 1;
		  font-size: 36px;
		}

		@media (max-width: 1129px) {
		  .two-columns-wrapper .content-column {
			padding-left: 40px;
			margin-left: 40px;
		  }
		}

		@media (max-width: 767px) {
		  .two-columns-wrapper {
			display: block;
			border: none;
		  }

		  .two-columns-wrapper .content-column {
			padding: 0;
			margin: 0;
			border: none;
		  }

		  .two-columns-wrapper .sidebar {
			width: auto;
			margin: 0;
			padding: 0 0 30px;
			border: none;
		  }
		}


		/* ==========================================================================
		   Footer
		   ========================================================================== */
		#footer-cta {
		  color: #ffffff;
		  padding: 30px 0;
		  margin-top: auto;
		}

		#footer-cta a:not(.white-button) {
		  color: inherit;
		}

		#footer-cta .cta-wrapper {
		  display: flex;
		  align-items: center;
		  justify-content: space-between;
		}

		#footer-cta .cta-text {
		  float: 1;
		  max-width: 640px;
		  line-height: 1.714285;
		}

		#footer-cta .cta-button {
		  margin-left: 20px;
		}

		#footer-cta .cta-button .white-button {
		  white-space: nowrap;
		}

		#footer {
		  margin-top: auto;
		  color: #ffffff;
		  padding: 55px 0 35px;
		  background: #555555 url('/images/d3-footer-background.jpg') repeat center top;
		}

		#footer-cta + #footer {
		  margin-top: 0;
		}

		#footer a {
		  color: inherit;
		  text-decoration: underline;
		}

		#footer a:hover {
		  text-decoration: none;
		}

		#footer #footer-logo {
		  margin: 0 0 60px;
		  text-align: center;
		}

		#footer #footer-logo a {
		  display: inline-block;
		  vertical-align: top;
		}

		#footer #footer-contact {
		  display: flex;
		  justify-content: space-between;
		  margin: 0 -10px 35px;
		  text-align: center;
		  font-size: 18px;
		  font-weight: 500;
		  font-family: 'Ubuntu', sans-serif;
		}

		#footer #footer-contact > div {
		  width: 30%;
		  padding: 0 10px;
		}

		#footer #footer-contact > div:nth-child(2) {
		  width: 40%;
		}

		#footer #footer-contact a {
		  text-decoration: none;
		  display: inline-block;
		  vertical-align: top;
		  line-height: 30px;
		}

		#footer #footer-contact a:hover {
		  color: #ffffff;
		}

		#footer #footer-contact .fa {
		  line-height: 30px;
		  display: inline-block;
		  vertical-align: top;
		  margin-right: 10px;
		  font-size: 30px;
		}

		#footer .social-links {
		  text-align: center;
		  margin: 0 0 45px;
		}

		#footer .social-links a {
		  color: #595959;
		  text-decoration: none;
		  width: 42px;
		  height: 42px;
		  line-height: 42px;
		  border-radius: 100%;
		  display: inline-block;
		  vertical-align: top;
		  font-size: 22px;
		  margin: 0 5px;
		}

		#footer .social-links a:hover {
		  background: #ffffff;
		  text-decoration: none;
		}

		#footer .footer-bottom {
		  border-top: solid 1px #adadad;
		  display: flex;
		  justify-content: space-between;
		  padding: 45px 0 0;
		}

		#footer .footer-bottom .footer-copyright {
		  flex: 1;
		  margin-right: 20px;
		}

		#footer .footer-bottom .footer-logos {
		  width: 40%;
		  margin: 0 -5px;
		  display: flex;
		  justify-content: space-between;
		  align-items: center;
		}

		#footer .footer-bottom .footer-logos > div {
		  padding: 0 5px;
		  text-align: center;
		}

		@media (max-width: 991px) {
		  #footer #footer-contact .fa {
			display: block;
			margin: 0 0 5px;
		  }
		}

		@media (max-width: 767px) {
		  #footer-cta .cta-wrapper {
			display: block;
		  }

		  #footer-cta .cta-button {
			margin: 20px 0 0;
		  }

		  #footer #footer-contact {
			display: block;
		  }

		  #footer #footer-contact > div {
			width: auto !important;
		  }

		  #footer #footer-contact > div + div {
			margin-top: 30px;
		  }

		  #footer #footer-contact a {
			line-height: 1.5;
		  }

		  #footer .footer-bottom {
			display: block;
		  }

		  #footer .footer-bottom .footer-copyright {
			text-align: center;
		  }

		  #footer .footer-bottom .footer-logos {
			width: auto;
			margin-top: 30px;
			justify-content: space-evenly;
		  }
		}


		/* ==========================================================================
		   Global Elements
		   ========================================================================== */

		.button,
		.white-button {
		  display: inline-block;
		  vertical-align: top;
		  margin: 0;
		  appearance: none;
		  border: none;
		  border-radius: 20px;
		  line-height: 23px;
		  padding: 10px 25px;
		  max-width: 100%;
		  font-size: 18px;
		  font-family: 'Ubuntu', sans-serif;
		  font-weight: 500;
		  text-decoration: none;
		  margin-right: 10px;
		  margin-bottom: 5px;
		}

		.button {
		  color: #ffffff;
		}

		.white-button {
		  background: #ffffff;
		}

		.button:hover,
		.white-button:hover {
		  text-decoration: none;
		}

		.slick-slide:focus,
		.slick-slide:active,
		.slick-slide:focus:active {
		  outline: none;
		}

		.slick-arrow {
		  position: absolute;
		  top: 50%;
		  height: 70px;
		  line-height: 70px;
		  margin-top: -35px;
		  font-family: 'Ubuntu', sans-serif;
		  font-size: 0;
		  font-weight: normal;
		  color: #ffffff;
		  appearance: none;
		  border: none;
		  outline: none;
		  background: transparent;
		  padding: 0;
		  z-index: 30;
		  transition: color .3s ease-in-out;
		}

		.slick-arrow:before {
		  font-size: 64px;
		}

		.slick-prev {
		  left: 20px;
		}

		.slick-prev:before {
		  content: "<";
		}

		.slick-next {
		  right: 20px;
		}

		.slick-next:before {
		  content: ">";
		}

		.slick-dots {
		  list-style: none;
		  overflow: hidden;
		  display: block;
		  margin: 0;
		  padding: 0;
		  font-size: 0;
		}

		.slick-dots > li {
		  display: block;
		  float: left;
		}

		.slick-dots > li + li{
		  margin-left: 8px;
		}

		.slick-dots button {
		  appearance: none;
		  border: solid 2px #ffffff;
		  width: 20px;
		  height: 20px;
		  border-radius: 100%;
		  background: transparent;
		  outline: none;
		  transition: all .3s ease-in-out;
		}


		.homepage-slideshow:before,
		#internal-page-banner:before {
		  /* RGBa value of the primary color */
		  background: rgba(30, 110, 161, .4);
		}
		
