@charset "utf-8";
/* CSS Document */

/* Text Style */

h1 {
	 font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	color: #114692;
	text-transform: uppercase;
	
}

h2 {
	 font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 1em;
	color: #dc143c;
	text-transform: uppercase;
}

h3 {
	font-weight: 400;
	font-size: .9em;
	color: black;
	 font-family: "Roboto", sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h4 {
	 font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: .9em;
	color: #114692;
	text-transform: uppercase;
}

h5 {
	 font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: .9em;
	color: #114692;
	text-transform: uppercase;
}

h6 {
	 font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: .8em;
	color: #114692;
	text-transform: uppercase;
}

p {
	 font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: black;
	font-size: .9em;
}

a {
	text-decoration:none;
		color:#006098;
}


a:hover {
	cursor:pointer;
	text-decoration:underline;
	color: #006197;
}

.center {
	text-align: center;
}

.heavy {
	font-weight: 800;
}


ul li {
		 font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size:1em;
		margin-bottom: 5px;
}

ol li {
		 font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size:1em;
	margin-bottom: 10px;
}



.btn {
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 8px 10px;
	margin-top: 10px;
	border: 1px solid #666666;
	color: #666666;
}

.btn:hover {
	background-color: #006197;
	color: white;
	border: 1px solid #006197;
	text-decoration: none;
}


.btnOutline {
	font-family: "Roboto", sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 8px 50px;
	margin-top: 10px;
	border: 1px solid white;
	color: white;
}

.btnOutline:hover {
	background-color: #dc143c;
	color: white;
	border: 1px solid #dc143c;
	text-decoration: none;
}

.btnBlue {
	font-family: "Roboto", sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 8px 10px;
	margin-top: 10px;
	border: 1px solid #114692;
	background-color:  #114692;
	color: white;
}

.btnBlue:hover {
	background-color: #dc143c;
	color: white;
	border: 1px solid #dc143c;
	text-decoration: none;
}



/* ----------- Universal ------- */

.noPadding {
   padding: 0 !important;
   margin: 0 !important;
}
.videoWrapperHome {
	position: relative;
	padding-bottom: 54.25%; /* Scaled for home Modal */
	padding-top: 25px;
	height: 0;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe, .videoWrapperHome iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.formError {
	color: #bb1c2b;
	font-weight: 700;
	font-size: 1em;
}

label.error {
		color: #bb1c2b;
}

hr.style-one {
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.logoNavArea {
	padding: 25px 0 25px 0;
}

ul.navbar-nav {
	padding-top: 1%;
}

.nav-link {
	display: block;
	text-transform: uppercase;
	margin-right: 30px;
	font-weight: 600;
	font-size: 1.2em;
	color: black;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
   color: #114692;
   text-decoration: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
width: 250px;
}

/* ----------- Body Area ------- */

.redVertical {
float: left;
margin-right: 10px;
margin-bottom: 30px;
}

/* ----------- Homepage ------- */	
.content {
	padding-top: 45px;
}

.homepageContent {
	padding-bottom: 
}

.homeHighlight {
	background-color: #e2e9f2;
	margin: 50px 0 50px 0;
}

.homeHighlightAccord {
	padding: 50px 20px 0 20px;
}

.accordion-item {
  border-bottom: 1px solid black;
}

.accordion-button {
  background-color: #e2e9f2 !important;
  color: black; /* To ensure the text is visible on the blue background */
}

/* The rest of your existing plus/minus icon CSS goes here */
.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "−";
  transform: rotate(0deg);
}

.accordion-button::after {
  background-image: none;
  content: "+";
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed) {
color: black;
background-color: var(--bs-accordion-active-bg);
box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-body {
  background-color: #e2e9f2;
  color: black;
}

.carousel-caption {
position: absolute;
right: 50%;
top: 15px;
text-align: left;
}

.carousel-caption h1 {
	font-size: 3em;
	color: white;
	text-align: left;
}

.carousel-caption p {
	font-size: 1.2em;
	color: white;
	text-align: left;
	font-weight: 400;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	background-color: rgb(189, 189, 189); 
}

.demoRequest {
	background-image: url('https://www.tileflow.com/assets/templates/images/requestdemoBkg.jpg');
	background-size: cover;
	background-repeat: none;
	background-attachment: center;
	height: 317px;
}

.requestDemoIMG {
	text-align: right;
	padding-top: 50px;
}

.requestDemoContent {
	padding-top: 50px;
}

.requestDemoBTN {
	padding-top: 50px;
}

.demoRequest h3, .demoRequest h2, .demoRequest p {
	color: white;
}

.demoRequest h2 {
	font-size: 1.4em;
}

.news {
	padding: 40px;
}

.blog-feed {
	background-color: #e2e9f2;
	padding: 20px 0 20px 0;
}

.blog-feed li a {
	color: black;
}
/* Interior Area ------------------------------------ */

.interiorHeaderPhoto {
	background-image: url('https://www.tileflow.com/assets/templates/images/interiorheader.jpg');
	background-size: cover;
	background-repeat: none;
	background-attachment: center;
	height: 230px;
}

.interiorContent {
	margin-bottom: 50px;
}

.subNav {
	background-color: #114692;
}
.subNavLink {
	color: white;
}

ul.sideNav {
	list-style-type: none;
	padding: 10px 0 10px 0;
}
ul.sideNav li {
	display: inline-block;
	margin-right: 20px; /* Adds spacing between items */
	text-transform: uppercase;
}

ul.sideNav li a:hover {
	text-decoration: none;
	color: #c3cdda;
}

ul.sideNav .active {
	text-decoration: none;
	color: #c3cdda;
}

.videoHighlightRow {
	background-color: #e2e9f2;
	padding: 20px 0 20px 0;
}

.mp4HighlightRow {
	background-color: #e2e9f2;
	padding: 20px 0 20px 0;
}

.mp4HighlightRow p {
margin-top: 15px;
}

.interiorAccordion .accordion-body {
  background-color: white;
  color: black;
}

.trainVideo {
margin-bottom: 50px;
}

.loginLoginButton input {
font-family: "Roboto", sans-serif;
font-size: 1em;
text-transform: uppercase;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight: 400;
text-decoration: none;
display: inline-block;
text-align: center;
padding: 2px 25px;
margin-top: 10px;
border: 1px solid #666666;
color: #666666;
background-color: white;
margin-left: 20px;
}
	
.loginLoginButton input:hover {
		background-color: #006197;
		color: white;
		border: 1px solid #006197;
		text-decoration: none;
	}
	
	.loginUsernameLabel {
		margin-right: 20px;
	}
	
/* Photo Gallery ------------------------------------ */
.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.galleryText {
	margin-top: 10px;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

.imageGallery {
	text-align: center;
	padding: 0 20px 0 20px;
}
.imageGallery img {
	width: 70%;
	height: auto;
	}
	
@media (max-width:767px) {
  .photo-gallery h2 {
	margin-bottom:25px;
	padding-top:25px;
	font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}




/* ***********************************************************************

Articles Area

*********************************************************************** */
	.blog-container {
		padding-top: 25px;
	}
	.post {
		margin-bottom: 20px;
	}
/*Styles for Pagination in Articles Container*/

.paging {
	 width: 100%;
}

.paging ul {
	list-style: none;
	padding: 0;
}

.pageList li a {
	font-size:14px;
	display: inline-block;
	padding: 2px 7px;
	color: black;
	float: left;
	border: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	margin:0px 5px 0px 0px;
	text-decoration: none;
	background-color: white;
}

.pageList li a:hover{
	color: white !important; 
	background-color:#c03f3c;
	text-decoration:none;
}
.pageList li a.active{
	color: white !important; 
	background-color: #c03f3c;
}





/* ----------- Footer Area ------- */

.footer {
	padding-top: 25px;
	text-align: right;
}

.footer a:link, .footer a:visited {
	color: black;
}

.footer h1 {
	 font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: black;
	text-transform: uppercase;
	margin-bottom: 2px;
	font-size: 1.1em;
}

.footer p {
	 font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: black;
	font-size: 1em;
}

ul.footernav {
	list-style-type: none;
	padding-left: 0;
}
ul.footernav li {
	display: inline-block;
	margin-right: 10px; /* Adds spacing between items */
	text-transform: uppercase;
}

ul.footernav li a:hover {
	text-decoration: none;
	color: #114692;
}
.copyright p {
	 font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: .8em;
	padding-top: 10px;
	text-align: right;
}




/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 575.98px)  { 
	.sidebar-nav {
		display: none;
	}
	.demoRequest {
	height: 429px;
	}
	
	.carousel-caption p {
		font-size: .7em;
	}
]}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
	.sidebar-nav {
		display: none;
	}

}


@media (min-width: 768px) and (max-width: 991.98px) { 

	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
	.navbar-brand {
	display: none;
	}	
	
}

/* Large desktops and laptops */
@media screen and (min-width: 1200px) {
	.navbar-brand {
		display: none;
	}	
	
}

/* Large desktops and laptops */
@media screen and (min-width: 1600px) {
	.navbar-brand {
		display: none;
	}	
	
}