/* Site background */
.edit[field="content"][rel="content"] 
{
	/*background-color: #FAFAFA !important;*/
}


/* Nav menu link color */
.navbar-nav .nav-item .nav-link
{
  color: #000000 !important;
}


/* Footer background */
#footer-layout
{
  background-color:#3e3e3e !important;
}

.footer-background
{
  background-color:#3e3e3e !important;
}

/* Footer link color */
.module-menu ul li a
{
  color: #dddddd !important;
}

.module-menu ul li a.active
{
  color: #dddddd !important;
}

/* Site font */
html *
{
   /*font-size: 1em !important;
   color: #000 !important;*/
   font-family: Lato !important;
}


/* Remove underline from nav menu links */
.module-menu ul li a
{
  	text-decoration: none;
}

#header_menu
{
	font-family: Lato !important; 
}

.px-3
{
	padding-left: 0px !important; 
}


/* Modded word slider */
.bx-viewport
{
   height: 50px !important;
}

.bx-pager-item
{
  	visibility: hidden;
}

.bx-wrapper
{
  	background-color: transparent;
  	width: 250px;
}


/* Timeline */
.timeline__item--year:after
{
  	color: #fafafa !important;
}


/* Header underline */
.hr:after
{
	display: block;
    content: '';
    width: 65%;
    max-width: 150px;
    height: 4px;
    background-color: #056a94;
  	margin-top: 20px;
  	margin-bottom: 10px;
}

.hr-center:after
{
  	margin-left: auto;
  	margin-right: auto;
}

.hr-color-orange:after
{
  	background-color: #c47705 !important;
}


/* Box shadow */
.box-shadow
{
	-webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
}

.box-shadow-2
{
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
  	border: 1px solid rgba(33,37,41,0.31);
}


/* Custom hover text box over image */
.custom-width1
{
	flex: 0 0 auto !important;
	width: 100% !important;
}

@media (max-width: 768px)
{
	.custom-width1
  	{
    	flex: 0 0 auto !important;
    	width: 83.3333333333% !important;
	}
}

.mx-auto2
{
    margin-right: auto !important;
    margin-left: 0 !important;
}


/* Home page boxes */ 
.box-link
{
  	text-decoration: none !important;
  	display:block !important;
}

.box-link:hover
{
  	background-color:red!important;
}

.home-box-height
{
	width: 100%;
	min-height: 150px;
	margin: 0 auto;
	display: -webkit-flex; /* Safari */     
	display: flex; /* Standard syntax */
}

.home-box-flex
{
	flex: 1;
}


@media screen and (max-width: 768px) /*and (max-device-width: 1024px)*/
{
	.home-box-height
  	{
		min-height: 150px !important;
	}
  
  	.home-intro-text
  	{
	  	text-align: center !important;
  	}
  
  	.slider-wrapper
  	{
	  	justify-content: center !important;
  	}
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1920px)
{
	.home-box-height
	{
		min-height: 210px !important;
  	}
}

@media screen and (min-device-width: 1920px)
{
	.home-box-height
	{
		min-height: 150px !important;
	}
}


/* Background video box */
.video-background-skin
{
  	min-height:5vh !important;
  	height:35vh !important;
}

.timeline__description-modded
{
	text-align: right;
	color: #6c757d;
	font-size: 16px;
	/*max-width: 300px;*/
	margin: 0 0px 0 auto;
}


/* Time line about section */
.timeline-line-color::before
{
  	border: 2px solid #c47705 !important;
  	height: 95% !important;
}

.vertical-center
{
  	display: flex;
  	align-items: center;
}


/* Start Page */
.center-div
{
  	margin-top: 25vh;
}


.search-icon 
{
	position: absolute;
	z-index: 2;
	left: 38px;
	color: #343434;
	width: 0;
	top: 37px;
}

.search-button-icon
{
  	pointer-events: none;
	position: absolute;
	z-index: 2;
	left: 18px;
	color: #343434;
	cursor: pointer;
	width: 0;
	color: #fafafa;
	top: 12px;
}

.search-section 
{
	position: relative;
	width: 100%;
	top:-15px;
}

.search-term-wrapper 
{
	position: absolute;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	right: 100px;
}

#searchTerm 
{
	width: 100%;
	margin: 25px 0px 0px 26px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-size: 16px; 
	border: none;
	border-radius: 10px 0px 0px 10px;
	padding: 20px 20px 20px 40px;
	height: 15px;    
}

.search-button-wrapper 
{
	position: absolute;
	display: inline-block;
	right: 0;
	margin: 25px 26px 0px 10px;
	cursor: pointer;
	height: 40px;
	border: none;
	border-radius: 0px 10px 10px 0px;
	width: 48px;
	background-color: #4c6ebe;
}

.search-button
{
    border: none;
    border-radius: 0px 10px 10px 0px;
    width: 48px;
    height: 40px;
    background-color: #4c6ebe;
}

.search-button:hover
{
  	background-color: #c47705;
  	color: #343434;
}


/* CSS Word Slider */
.slider-wrapper 
{
  font-size: 36px;
  color:#fafafa;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  /*text-transform: uppercase;*/
  display: flex;
  align-items: center;
  /*justify-content: left;*/
}

.slider
{
  height: 50px;
  padding-left:2px;
  overflow: hidden;
}

.slider div 
{
  color:#fafafa;
  height: 50px;
  margin-bottom: 50px;
  padding: 0px 15px;
  padding-top: 4px;
  text-align: center;
  box-sizing: border-box;
}

.slider-text1 
{
  background-color: #c47705;
  animation: slide 5s linear infinite;
}

.slider-text2 
{
  background-color: #c47705;
}

.slider-text3 
{
  background-color: #c47705;
}

@keyframes slide 
{
  0% {margin-top:-300px;}
  5% {margin-top:-200px;}
  33% {margin-top:-200px;}
  38% {margin-top:-100px;}
  66% {margin-top:-100px;}
  71% {margin-top:0px;}
  100% {margin-top:0px;}
}


/* Services page col width */
.col-lg-1-mod {
  flex: 0 0 auto;
  width: 3% !important;
}

.vr-gradient-left
{
  border-width: 0px 0px 0px 2px;
  border-style: solid;
  border-image: linear-gradient(#fafafa, #9a9a9a, #fafafa) 1;
}

.vr-gradient-right
{
  border-width: 0px 2px 0px 0px;
  border-style: solid;
  border-image: linear-gradient(#fafafa, #9a9a9a, #fafafa) 1;
}