@charset "UTF-8";

.bg-secondary-color {background-color: #474E58;}
.bg-secondary-color .title-decorative {color: var(--head-hilite-color);}
.bg-secondary {background: #f2f4f4 !important; /* Light Gray */}
.bg-slate-dark {background: #132a50;}
.bg-blue {background-color: #003165 !important;  color: #fff;}
.bg-light-blue {background-color: #3cb4e5 !important;}
.bg-white {background-color: #fff !important;}
.bg-gray {background-color: #f2f2f2 !important;}
.bg-dark {background-color: #212529 !important;}
.background-color-primary {background-color: #1a5c94!important; }
.background-color-secondary { background-color: #474e58!important;}
.title-decorative {color: var(--head-hilite-color);}
.text-white {color: var(--text-white);}
.text-shadow {text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 20px;}
.text-blue {color: var(--head-primary-color);}
.text-muted {color: #42484c !important;}
.custom-text-color-1 {color: #474e58 !important;}
.custom-text-color-2 {color: #474e58 !important;}
.custom-text-color-3 {color: #F48120 !important;}
.custom-text-color-4 {color: #fff !important;}
.custom-text-color-5 {color: #000000 !important;}
.custom-text-color-6 {color: #000000 !important;}
.font-size-xl {font-size: 56px;}
.font-size-lg {font-size: 38px;}
.font-size-md {font-size: 24px;}
.font-size-sm {font-size: 18px;}
.font-size-xs {font-size: 16px;}
small {font-size: 80%;}
.form-group .btn-default {min-width: 1px;}

.content {overflow: hidden;}


.interior .content ul,
.interior .content ol {
  font-size: 18px;
  font-weight: 300;
}

.interior .content ul li a,
.interior .content ol li a {
  text-decoration: none;
  border-bottom: 1px solid #000;
  font-weight: 400;
}

.interior .content ul li a:hover,
.interior .content ol li a:hover {
  border-bottom: none;
}

.interior .content .footer-social li a {
  border-bottom: none;
}

.jics-container {
  position: relative;
  max-width: 1500px;
}

.jics-container a:not(.jics-btn):not(.btn-default) {
  color: #474e58;
  text-decoration: none;
  font-weight: 600;
  background-color: transparent;
}


.jics-container a:not(.jics-btn):not(.btn-default):hover {
  color: #F48120;
  text-decoration: underline;
}


.jics-container a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.jics-container a:not([href]):not([tabindex]):hover,
.jics-container a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

.jics-container a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.jics-container a[href$=".pdf"]::after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  position: relative;
  right: -5px;
  padding-right: 10px;
  top: 0;
  font-style: normal;
}

.jics-container a[href$=".xlsx"]::after {
  content: "\f1c3";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  position: relative;
  right: -5px;
  padding-right: 10px;
  top: 0;
  font-style: normal;
}
.jics-container a[href$=".docx"]::after {
  content: "\f1c2";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  position: relative;
  right: -5px;
  padding-right: 10px;
  top: 0;
  font-style: normal;
}


.tvcc-custom-list1 {list-style: none;}
ul.tvcc-custom-list1 li:before {color: #000;content: "\25b6 \0020";}
.tvcc-custom-list2 {list-style: none;}
ul.tvcc-custom-list2 li:before {color: #000;content: "\2714 \0020";}
.tvcc-custom-list3 {list-style: none;}
ul.tvcc-custom-list3 li:before {color: #000;content: "\274f \0020";}

.h2-blue {
  font-size: 2rem;
  color: #000000;
}

.fullwidth-split {padding: 0;}

.fullwidth-split .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.fullwidth-split-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 0;
  border-bottom: 1px solid #ccc;	
}

.fullwidth-split-text .text-wrapper {
  max-width: 95%;
  width: 95%;
}

 #sidebar .navbar .row {
  width: 100%;
}

.jics-btn, .btn-default, .jics-content btn-default {
  font-family: var(--font-body);
  font-weight: 500;
  background-color: #F48120;
  color: #000000;
  letter-spacing: 0.25px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 15px;
  margin: 15px auto;
  border-radius: 0;
  border: none;
  min-width: 140px;
  transition: background 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
  position: relative;
  z-index: 3;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #fbc08c;
  color: #000;
}

.btn-blue-sm {
  color: #fff !important;
  background-color: #474e58 !important;
  border-color: #474e58 !important;
  display: inline-block !important;
  padding: 2px 10px !important;
  margin-bottom: 0 !important;
  margin-top: 3px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  border: 1px solid #ccc !important;
  border-radius: .2em !important;
  text-decoration: none !important;
}
.btn-blue-sm:hover,
.btn-blue-sm:focus,
.btn-blue-sm:active {
  color: #000 !important;
  background-color: #fffef0 !important;
}

/* Styles for wow slider used on login box */
.slideshow-row:after {
  content: "";
  display: table;
  clear: both;
}

.slideshow-container {
  max-width: 1080px;
  position: relative;
  margin: auto;
  float: left;
  width: 66%;
  padding: 0px;
  overflow: hidden;
}

.slideshow-left-column {
  float: left;
  width: 66%;
  padding: 0 0 0 0;
  vertical-align: top; 
}

.slideshow-right-column {
  float: left;
  width: 33%;
  padding: 0px 10px 10px 80px;
  vertical-align: top; 
}

.orange-bar {	
    background-color: #F48120;
	height: 2px;
	margin-bottom: 5px;
}


/* Landscape tablets and medium desktops: LG */
@media (min-width: 992px) and (max-width: 1199px) {
 .btn-default {
    min-width: 110px;
	color: #000000;  
  }
}

 
/* Portrait tablets and small desktops: MD */
@media (min-width: 768px) and (max-width: 991px) {
	.interior .content h2 {
    text-align: left;
  }
  #sidebar .navbar .row {
    width: auto;
  }
  
}

@media screen and (max-width: 990px) {
	
	.facilities_workorder_column_ipad {
	display:none;	
	}
		
	.slideshow-container {
    width: 100%;
    max-width: 100%;
  	}
  	
  	.slideshow-left-column {
  	margin-top:15px;
  	padding: 5px 5px 5px 5px;
    width: 100%;
    }
    
    .slideshow-right-column {
  	margin-top:15px;
  	padding: 5px 5px 5px 5px;
    width: 100%;
    }
	 .slide-container{			
	width: 100%;
	height: 100%;
		}
		.slide-container .slides img{
			object-fit:unset;
		}
}

/* Landscape phones and portrait tablets: SM */
@media (max-width: 767px) {
	.fullwidth-split-text {
    padding: 3rem 0;
  }
	
@media (min-width: 1200px) {
	 header .container-fluid {
    width: 90%;
  }
  header .container-fluid.alert {
    width: 100%;
  }
}	
	
	
	
}	
