@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
/*@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,500;1,100;1,200;1,300;1,400&display=swap');


/*video*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }

html {  color: #d8d8db; text-align: center; height: 100%; }

#video-viewport { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: -1; }
video { display: block; width: 100%; height: auto; }

.fullsize-video-bg { position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%; }

.fullsize-video-bg:before { content: ""; background: rgba(0,45,114,.35); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.fullsize-video-bg:after { content: ""; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI4RkZBQTgzNzg1NzExRTU4NTQyODc3OUM4MTZGMUREIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI4RkZBQTg0Nzg1NzExRTU4NTQyODc3OUM4MTZGMUREIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjhGRkFBODE3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjhGRkFBODI3ODU3MTFFNTg1NDI4Nzc5QzgxNkYxREQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66uHInAAAAIUlEQVR42mL5//8/AyMj42YGIGBigABfEMEIkoEBgAADAKvuBwVS8BAjAAAAAElFTkSuQmCC); background-size: 3px 3px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }


.fullsize-video-bg .inner { display: table; width: 100%; max-width: 24em; height: 100%; margin: 0 auto; padding: 0; position: relative; z-index: 2; text-shadow: 0 1px 5px rgba(0,0,0,.5); }
.fullsize-video-bg .inner > div { text-align: center; display: table-cell; vertical-align: middle; padding: 0 2em; }

.filmstrip {
	--background:#191A1A;
	--size: 10px;
	background-image:
	  linear-gradient(to right, var(--background) var(--size), transparent var(--size)),
	  linear-gradient(to bottom, var(--background) var(--size), transparent var(--size)),
	  linear-gradient(to right, var(--background) var(--size), transparent var(--size)),
	  linear-gradient(to bottom, var(--background) var(--size), transparent var(--size)),
	  linear-gradient(to bottom, transparent var(--size), var(--background) var(--size));
	background-size: calc(var(--size) * 2) var(--size), calc(var(--size) * 2) var(--size), calc(var(--size) * 2) var(--size), calc(var(--size) * 2) var(--size), 100% calc(100% - var(--size) * 3);
	background-repeat: repeat-x;
	background-position: 0 var(--size), top left, 0 calc(100% - var(--size)), bottom left, 0 var(--size);
	padding: calc(var(--size) * 3) calc(var(--size) * 2.5);
	box-sizing: border-box;
  }


nav {
    background-color:transparent;
    height: 100px;
	top: 0;
	z-index: 999;
}


body {
	background: #191A1A!important;
	font-family: 'Barlow', sans-serif!important;
	height: 100%;
	color: #d8d8db!important;
	font-weight: 100!important;
}
a{
	color: #d8d8db!important;
}

a:hover{
	color: #ED1C24!important;
}

li, p, strong , em {
	word-wrap: break-word;
	padding: 3px;
	margin-bottom: 0rem!important;
}

.container{
	text-align:justify!important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
 background-color: #191A1A;

}

.breadcrumb{
	background-color:#191A1A!important ;
	margin: 2% 0px;
	
}
.breadcrumb-item.active{
	color: #f1f1f1!important;
}
.breadcrumb a {
	font-family: 'Barlow', sans-serif!important;
	color: #ED1C24!important;
}

.lead{
	padding: 0!important;
	margin: 0!important;
}
.navbar-nav li a{
	background-color: transparent; 
	text-decoration:none!important;
	text-align:left!important;
	font-family: 'Barlow', sans-serif!important;
	font-size:1em!important;
	font-weight: bold!important;
	color:#d8d8db !important;
	margin:0 0 0 0!important;
	transition:0.5s; -webkit-transition:0.5s!important;
	z-index: 1030;
	}
	.navbar-nav li a:hover{
		color:#ED1C24!important;
		background-color: transparent; 
	}


.navbar-toggler {
	background-color: #D8D8DB!important; 
	}
	
	.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

@media (min-width:1024px) { 
.navbar-nav li a{
	background-color: transparent; 
	text-decoration:none!important;
	text-align:left!important;
	font-family: 'Barlow', sans-serif!important;
	font-size:1em!important;
	font-weight: bold!important;
	color:#d8d8db !important;
	margin:0 0 0 0!important;
	z-index: 1030;
	}

	.navbar-nav li a:hover{
		color:#ED1C24!important;
	}
}

   
.display-4{
	font-weight:100!important;
	text-align: center;
}


  /*practice left bar*/
  .navigation_cg {
	width: 100%;
	margin:10px 0 10px 0;
  }
  .nav_cat_cg {
	list-style: none;
	padding: 0;
	margin: 0;
  }

  .nav_cat_cg a {
	display: block;
	font-weight: bolder;
	text-align: left;

	text-decoration: none;
	padding: 10px;
	color: #000;
  }
  .nav_cat_cg a:hover {
	background-color: #ED1C24;
	color: #d8d8db;
  }
  .nav_cat_cg li:hover {
	display: block;
	max-height: 400px;
  }







/*practice areas*/
.cards-list {
	z-index: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
  }
  
  .card {
	margin: 30px auto;
	width: 350px;
	height: 500px;
	border:0px !important;
  	box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22) !important;
	cursor: pointer;
	transition: 0.4s;
  }
  
  .card .card_image {
	width: inherit;
	height: inherit;
	
  }
  
  .card .card_image img {
	width: inherit;
	height: inherit;
	
	object-fit: cover;
  }
  
  .card .card_title {
	background: rgba(0, 0, 0, .5);
	text-align: center;
	font-family: 'Barlow', sans-serif;
	font-weight: thin;
	font-size: 20px;
	margin-top: -100px;
	height: 100%;
  }
  
  .card:hover {
	transform: scale(0.9, 0.9);
	box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
	  -5px -5px 30px 15px rgba(0,0,0,0.22);
	  
  }
  
  .title-white {
	color: white;
  }
  
  .title-black {
	color: black;
  }
  
  @media all and (max-width: 500px) {
	.card-list {
	  /* On small screens, we are no longer using row direction but column */
	  flex-direction: column;
	}
  }
 


/*============== BANNER =================*/
.subscribe_section{
	width:100%;
	padding:5% 0;
}

.subscribe_section h1{
	text-align:center;
	font-family: 'Barlow', sans-serif;
	font-size:2.5em;
	color:#d8d8db;
	font-weight:normal;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

.subscribe_section h2{
	text-align:center;
	font-family: 'Barlow', sans-serif;
	font-size:18px;
	color:#d8d8db;
	font-weight:normal;
	margin:0 0 40px 0;
	padding:0 0 0 0;
	text-transform:uppercase;
}

@media (max-width: 1200px){
	.subscribe_section h1{
		text-align:center;
		font-family: 'Barlow', sans-serif;
		font-size:2em;
		color:#d8d8db;
		font-weight:normal;
		margin:0 0 0 0;
		padding:8% 0;
		text-transform:uppercase;
	}
	.subscribe_section{
		width:100%;
	}
	
}

@media (max-width: 900px){
	.navbar-nav li a{
		text-decoration:none!important;
		text-align:center!important;
		font-family: 'Barlow', sans-serif!important;
		font-weight: bold!important;
		color:#ED1C24 !important;
		margin:0 0 0 0!important;
		transition:0.5s; -webkit-transition:0.5s!important;
		}
	
		.navbar-nav li a:hover{
			background:#ED1C24!important;
			color:#D8D8DB!important;
		}

		.subscribe_section {
			margin: 5% 0;
		}
		.navbar-collapse {
		background-color: #D8D8DB ;
		}
	.subscribe_section h1{
		text-align:center;
		font-family: 'Barlow', sans-serif;
		font-size:2em;
		color:#D8D8DB;
		font-weight:normal;
		margin:0 0 0 0;
		padding:0 0 0 0;
		text-transform:uppercase;
		padding:5%;
	}

	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	
	
	td { 
		display: block;
		/* Behave  like a "row" */
		border: none;
		position: relative;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 99%; 
		white-space: nowrap;
	}
	video {  
		width: 100%!important;
		height: 100vh;
		object-fit: cover;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	  }

}

  /* social media icon CSS Code start */
  
ul {
    padding:0;
    list-style: none;
}

.index-footer {
    position: fixed;
	text-align: center;
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
}

.footer-social-icons {
    width: 350px;
    display:block;
    margin: 0 auto;
	text-align: center;
}
.social-icon {
    color: #d8d8db;
}
ul.social-icons {
    margin-top: 10px;
	font-size: 2em!important;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #d8d8db;
    text-decoration: none;
}


.card-panel{
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #d8d8db;
  border:0px !important;
  	box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22) !important;
	cursor: pointer;
	transition: 0.4s;
}

.hoverable:hover {
	transform: scale(0.9, 0.9);
	box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
	  -5px -5px 30px 15px rgba(0,0,0,0.22); }


@media only screen and (min-width : 601px) {
  .container {
    width: 85%; } }

@media only screen and (min-width : 993px) {
  .container {
    width: 70%; } }


.grayscale img{
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        -ms-filter: grayscale(1);}

.grayscale img:hover{
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0);}

img.logo {
  width:30px;
}

img.responsive-img {
  max-width: 35vh;
  height:15vh; }


  body {
	font-family: "Overpass", sans-serif;
  }
  
  .section-header {
	text-align: center;
	margin: 60px auto 20px auto;
  
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	color: #222;
  }
  
  .section-header-underline {
	border: 1px solid #222;
	width: 3rem;
	margin: 0 auto;
	margin-bottom: 30px;
  }
  
  .video-gallery {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
  }
  
  .video-gallery .gallery-item {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 580px;
	max-height: 360px;
	width: 48%;
	background: #000;
	cursor: pointer;
  }
  
  .video-gallery .gallery-item img {
	position: relative;
	display: block;
	opacity: 0.45;
	width: 105%;
	height: 300px;
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(-23px, 0, 0);
	backface-visibility: hidden;
  }
  
  .video-gallery .gallery-item .gallery-item-caption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
  }
  
  .video-gallery .gallery-item .gallery-item-caption,
  .video-gallery .gallery-item .gallery-item-caption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  .video-gallery .gallery-item h2 {
	font-weight: 300;
	overflow: hidden;
	padding: 0.5em 0;
  }
  
  .video-gallery .gallery-item h2,
  .video-gallery .gallery-item p {
	position: relative;
	margin: 0;
	z-index: 10;
  }
  
  .video-gallery .gallery-item p {
	letter-spacing: 1px;
	font-size: 68%;
  
	padding: 1em 0;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(10%, 0, 0);
  }
  
  .video-gallery .gallery-item:hover img {
	opacity: 0.3;
	transform: translate3d(0, 0, 0);
  }
  
  .video-gallery .gallery-item .gallery-item-caption {
	text-align: left;
  }
  
  .video-gallery .gallery-item h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15%;
	height: 1px;
	background: #fff;
  
	transition: transform 0.3s;
	transform: translate3d(-100%, 0, 0);
  }
  
  .video-gallery .gallery-item:hover h2::after {
	transform: translate3d(0, 0, 0);
  }
  
  .video-gallery .gallery-item:hover p {
	opacity: 1;
	transform: translate3d(0, 0, 0);
  }
  
  @media screen and (max-width: 50em) {
	.video-gallery .gallery-item {
	  display: inline-block;
	  float: none;
	  margin: 10px auto;
	  width: 100%;
	}
  }


/*VIDEO GALLERYYYYYYYY*/
  
  .video-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
	grid-gap: 15px;
	max-width: 1100px;
	padding: 15px; 
	margin: 0 auto;
	box-sizing: border-box;
  }
  
  .video-gallery .gallery-item {
	position: relative;
	width: 100%;
	height: 300px;
	background: #000;
	cursor: pointer;
	overflow: hidden;
  }
  
  .video-gallery .gallery-item img {
	position: relative;
	display: block;
	width: 115%;
	height: 300px;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: .5;
	/*transition: opacity .35s, transform .35s;*/
	transition: all 350ms ease-in-out;
	transform: translate3d(-23px, 0, 0);
	/*backface-visibility: hidden;*/
  }
  
  .north-cascades-img {
	-o-object-position: 50% 30%;
	   object-position: 50% 30%;
  }
  
  .video-gallery .gallery-item .gallery-item-caption {
	padding: 32px;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
  }
  
  .video-gallery .gallery-item .gallery-item-caption,
  .video-gallery .gallery-item .gallery-item-caption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  .video-gallery .gallery-item h2 {
	font-weight: 300;
	overflow: hidden;
	padding: 12px 0;
  }
  
  .video-gallery .gallery-item h2,
  .video-gallery .gallery-item p {
	position: relative;
	margin: 0;
	z-index: 1;
	pointer-events: none;
  }
  
  .video-gallery .gallery-item p {
	letter-spacing: 1px;
	font-size: 12px;
	padding: 12px 0;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(10%, 0, 0);
  }
  
  .video-gallery .gallery-item:hover img {
	opacity: 0.3;
	transform: translate3d(0, 0, 0);
  }
  
  .video-gallery .gallery-item .gallery-item-caption {
	text-align: left;
  }
  
  .video-gallery .gallery-item h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15%;
	height: 1px;
	background: #fff;
	transition: transform 0.3s;
	transform: translate3d(-100%, 0, 0);
  }
  
  .video-gallery .gallery-item:hover h2::after {
	transform: translate3d(0, 0, 0);
  }
  
  .video-gallery .gallery-item:hover p {
	opacity: 1;
	transform: translate3d(0, 0, 0);
  }
  

  @media screen and (max-width: 784px) {
	.video-gallery {
	  width: 100%;
	  padding: 15px;    
  
	}
	.video-gallery .gallery-item {
	  width: 95%;
	  margin: 0 auto;
	}
  }