/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */




/*------------------------------------------------------------------ 
[Table of contents] 
 

1. Links
2. Text Format
3. Buttons
3. Main Nav 
3. Secondary Nav
4. Side Nav
5. Body/View Frame
6. Footer / #footer 
7. Scrap

------------------------------------------------------------------------------------------------------------------------------*/

html {
    color: #222;
    font-size: .875em;
    line-height: 1.4;
	background-color:#ffffff;
  position: relative;
  height: 100% !important;
	
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}



.fa { display:inline !important; }

.red{
    color:red;
    }

.font-color{
		color:#222222;
	}

.highlight-color{
		color:#2c98c9;
	}

.font-white{
		color:#ffffff;
	}

.font-light-white{
		color:rgba(255, 255, 255, 0.5);
	}
.font-lighter-white{
		color:rgba(255, 255, 255, 0.3);
	}

.disclaimer{
  padding-top: 50px;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 12px;
		line-height: 1.3em;
		color:rgba(255, 255, 255, 0.3);
		margin-bottom: 0px;
	}
.bg_white{
  	background-color: #fff !important;
}
.bg_applause{
  	background-color: #0272b4;
}
.bg_blurple{
  	background-color: #414383;
}
.bg_bjs{
  	background-color: #c03;
}
.bg_hypedrive{
  	background-color: #58b648;
}
.bg_mpay{
  	background-color: #3e7089;
}
.bg_jd{
  	background-color: #0177a9;
}
.bg_sessionm{
  	background-color: #9a3264;
}
.bg_process{
  background: #3F5EFB;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #3F5EFB, #ec2f4b);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #3F5EFB, #ec2f4b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


/*--------------------------- [1. Links] -------------------------------------------------------------------------------------*/  

a img {border: none; }
	a:focus { 
    outline: none; 
	}
	a {
		color: #147e9f;
		text-align:left;
		text-decoration:none;
		border: none;	
	}
	
	a:link { color: #147e9f;}
	a:visited { color: #147e9f;}	
	a:hover { color: #10657F;}	

	a:hover .font-white{ text-decoration:underline;}	
	
/*a:after .content{
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

a:hover:after .content{
    opacity: .5;
}
*/

	.home--passage a {
		color: #9adce1 !important;
		text-align:left;
		text-decoration:none;
		border: none;	
	}
	
	.home--passage a:link { color: #9adce1 !important;}
	.home--passage a:visited { color: #9adce1 !important;}	
	.home--passage a:hover { color: #4caebc !important;}	


	
	.case-study a:link { color: #9adce1 !important;}
	.case-study a:visited { color: #9adce1 !important;}	
	.case-study a:hover { color: #4caebc !important;}	

.case-study a:hover .bg_applause{
  background:#03639B !important;
  transition: all 0.5s;
  -webkit-transition:  all 0.5s;
}
.case-study a:hover h1{
text-decoration: underline !important;
}
.case-study a:hover .bg_bjs{
  background:rgba(177,0,44,1) !important;
  transition: all 0.5s;
  -webkit-transition:  all 0.5s;
}
.case-study a:hover .bg_blurple{
  background:#36386e !important;
  transition: all 0.5s;
  -webkit-transition:  all 0.5s;
}
.case-study a:hover .bg_hypedrive{
  background:#4ca03e !important;
  transition: all 0.5s;
  -webkit-transition:  all 0.5s;
}
.case-study a:hover .bg_sessionm{
  background:#842a56 !important;
  transition: all 0.5s;
  -webkit-transition:  all 0.5s;
}
.case-study a:hover .bg_jd{
  background:#00648e !important;
  transition: all 0.5s;
  -webkit-transition:  all 0.5s;
}
.case-study a:hover .bg_mpay{
  background:#335e73 !important;
  transition: all 0.5s;
  -webkit-transition:  all 0.5s;
}


	
/*--------------------------- [2. Text Format] -------------------------------------------------------------------------------*/  

	p{
		font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 18px;
		line-height: 1.6em;
		letter-spacing:.1px;
		margin-top: 0px;
		margin-bottom: 20px;
		color:#222222;
	}
	h1{
		font-family:'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 42px  !important;
		line-height: 1.5em;	
		font-weight:300;
		letter-spacing:.2px;
		margin-top: 0px;
		margin-bottom: 12px;
		color:#2c98c9;
	}
	h2{
		font-family:'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 28px !important;
		line-height: 1.4em;
		letter-spacing:.2px;
		margin-top: 0px;
		margin-bottom: .5em; 
		color:#2c98c9;
    
	}
	h3{
		font-family:'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: 1.4em;
		color:#2c98c9;
    font-weight:600;
	}

	h4{
		font-family:'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight:normal;
		line-height: 1.5em;
		letter-spacing:.1px;
		margin-top: 0px;
		margin-bottom: .5em;
		color:#2c98c9;
	}
	h5{

	}


/*--------------------------- [3. Buttons] -----------------------------------------------------------------------------*/  



.btn--contact {
  padding: 10px 30px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
color: #ffffff !important;
	margin: 30px 0px 40px 0px;
}





.btn--gray {
  color: #424242;
  background-color: #e0e0e0;
}
.btn--gray:focus,
.btn--gray.focus {
  color: #fff;
  background-color: #cccccc;
}
.btn--gray:hover {
  color: #fff;
  background-color: #cccccc;
}
.btn--gray:active,
.btn--gray.active,
.open > .dropdown-toggle.btn--gray {
  color: #fff;
  background-color: #cccccc;
}




/*--------------------------- [3. Main Nav] -----------------------------------------------------------------------------*/  


/*--------------------------- [5. Body/ View Frame] --------------------------------------------------------------------------------*/  

body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
	height: 100% !important;
	display: flex;
  flex-direction: column;
  background-color: #ffffff;
}


.content{
	padding-left:15px;
	padding-right:15px;
	padding-top:50px;
	/*background: url(../img/snow_tile_35.jpg) repeat;*/
	flex: 1 0 auto;
  border-bottom: 1px #222222 solid !important;
}

.parallax--content{
	padding-left:15px;
	padding-right:15px;
	/*background: url(../img/snow_tile_35.jpg) repeat;*/
	background-color: #ffffff;
	flex: 1 0 auto;
}

.home--content{
	padding:15px;
	padding-top: 30px;
	padding-bottom:30px;
	flex: 1 0 auto;
}

 
.home--content {
  position: absolute;
  top: 700px;
	background-image: linear-gradient(to top,  #041320 0%, #3682a6 100%);
  width: 100%;
  min-height: 600px;
}



  .home--content h1 {
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
  }

.home--passage{
	padding-top: 30px;
		padding-bottom:75px;
	text-shadow: 0px 1px 1px #091315;
}

.left-side--text{
	float: left;
	width: 70%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.form-area
{
    background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 1px solid GREY;
	}

.gallery
{
	padding-top: 30px;
	padding-bottom:30px;
	}


.hero-img{max-width: 468px !important;
	width: 100% !important;
padding: 0px 30px !important;}

.about-img{
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);}


.parallax {
    /* The image used */
   

    /* Set a specific height */
    min-height: 600px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-img{
	margin-bottom:20px;
}

.case-study-header{
	padding-top:22% !important;
	padding-bottom:40px !important;
}

.case-study-img{
	height: 100px;

}

.logo--img{
	max-height: 100px !important;
	max-width: 100% !important;
  padding: 0px 10px;
}

.case-study--img{
	max-height: 100px !important;
	max-width: 100% !important;
	padding: 0px 30px;
}

.case-study--middle{
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-top: 0px solid #eeeeee;
	border-bottom: 0px solid #eeeeee;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media (max-width: 992px) {
.parallax--container-middle{
  min-height: 300px !important;
	}}



@media (max-width: 992px) {
.case-study--middle{
	border-left: 0px solid #eeeeee;
	border-right: 0px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}}

.case-study--text p{
	padding: 0px 30px 10px 30px !important;
}

.case-study--text{
	padding-bottom: 0px !important;
}

.case-study-img {
  position: relative;
}
.case-study--img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-description{
	padding-top:15px;
}

.case-study{
	background-color: #ffffff;
}

.case-study-container{
	background-color: #ffffff !important;
	border-left: 0px solid #eeeeee;
	border-right: 0px solid #eeeeee;
	border-top: 1px solid #eeeeee !important;
	border-bottom: 1px solid #eeeeee !important;
}

@media (max-width: 768px) {
.gallery-thumb{
	max-width: 300px !important;
	padding-top:15px;
	padding-bottom:15px;
	}}


.ekko-lightbox .modal-footer{
	
}




.row-vert-center {
    display: flex;
    align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (max-width: 992px) {
.row-vert-center {
    display: block;
    align-items: center;
	padding-top: 0px;
	padding-bottom: 0px;
	}}

@media (max-width: 992px) {
	.para-pad-top{
	padding-top:30px !important;
	}}

.para-pad-top{
	padding-top:0px;
}

@media (max-width: 992px) {
	.para-pad-bottom{
	padding-bottom:30px !important;
	}}

.para-pad-bottom{
	padding-bottom:0px;
}


/*--------------------------- [7. Footer] ------------------------------------------------------------------------------*/  

.footer {
	z-index: 100 !important;
	padding-top: 20px;
  width: 100%;
  background-color: #222222;
}
.footer-krop{
	text-align: right;
	
	font-size: 14px !important;
}
.footer-copy {
	padding-top: 0px;
	
	font-size: 14px !important;
}
@media (max-width: 768px) {
.footer-krop {
	text-align: center!important;

}
	.footer-copy{
	text-align: center!important;

}
	
	.footer-mobile>.pull-right{
		float: none !important;
	}
		.footer-mobile>.pull-left{
		float: none !important;
	}
}



.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

	.footer a:focus { 
    outline: none; 
	}
	.footer a {
		color: #777777;
		text-align:left;
		text-decoration:underline;
		border: none;	
	}
	
	.footer a:link { color: #777777;}
	.footer a:visited { color: #777777;}	
	.footer a:hover { color: #5f5f5f;}	







.parallax-container {
	margin-top:50px;	
	padding-top: 30px;
	padding-bottom:30px;
	color: #2d2d2d;
	background-image: linear-gradient(0deg, #4caebc 0%, #9adce1 100%);
  position: fixed;
  overflow: visible;
  width: 100%;
  height: 850px;
}
.parallax-layer {
  width: 100%;
  height: 500px;
  position: fixed;
  left: 0;
  top: 0;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 960px 253px;
}
  
 

.layer-8 {
	z-index: 1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 100px;
	width: 100%;
	margin-left: -50%; /* move left by half element's width */
	}
	/* foreground images */
	

/* foreground */
.layer-7 {
	z-index: 2;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	margin-left: -50%; /* move left by half element's width */
	}
	/* foreground images */
	#fg8-1 {
		position: absolute;
		top: 170px;
		left: 15%;
		}
		

.layer-6 {
	z-index: 3;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	margin-left: -50%; /* move left by half element's width */
	}
	#mg7-1 {
		position: absolute;
		top: 320px;
		right: 10%;
		}

.layer-5 {
	z-index: 4;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	margin-left: -50%; /* move left by half element's width */
	}
	#mg6-1 {
		position: absolute;
		top: 440px;
		right: 0px;
		}

.layer-4 {
	z-index: 5;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	margin-left: -50%; /* move left by half element's width */
	}
	#mg5-1 {
		position: absolute;
		top: 460px;
		left: 32%;
		}

.layer-3 {
	z-index: 6;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	margin-left: -50%; /* move left by half element's width */
	}
	#mg4-1 {
		position: absolute;
		top: 519px;
		left: 0px;
		}
.layer-2 {
	z-index: 7;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	margin-left: -50%; /* move left by half element's width */
	}
	#mg3-1 {
		position: absolute;
		top: 642px;
		right: 0px;
		}
	
/* midground images */
.layer-1 {
	z-index: 8;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	margin-left: -50%; /* move left by half element's width */
	}
	#mg2-1 {
		position: absolute;
		top: 220px;
		left: 68%;
		}

/* background images */
.layer-0 {
	z-index: 9;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	margin-left: -50%; /* move left by half element's width */
	}
	#bg1-1 {
		position: absolute;
		top: 643px;
		right: 20%;
		}







/* ==========================================================================
   JD Parallax
   ========================================================================== */







.parallax--container-top{
 position: relative;
		margin: 0px auto !important;
	z-index: 100 !important;
}

 
.parallax--container-middle{
  top: 0px;
	 position: relative;
  min-height: 600px;
	background-color: #ebecf1;
	
	margin: 0px auto !important;
}


 
.parallax--container-bottom{
	position: relative;
  top: 0px;
		margin: 0px auto !important;
}

.parallax-container-jd {
	margin-top:50px;
	margin-bottom:120px;
	padding-top: 30px;
	padding-bottom:30px;
	color: #2d2d2d;
  position: fixed;
  overflow: visible;
  width: 100%;
  height: 600px;
}

  
 

.layer-1-jd {
	z-index: 8;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 100px;
	width: 100%;
	margin-left: -50%; /* move left by half element's width */
	}
	/* foreground images */
	#jd1-1 {
		position: absolute;
		top: 0px;
		left: 40%;
		width:19%;
		max-width: 100% !important;
		}

/* foreground */
.layer-2-jd {
	z-index: 6;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	margin-left: -50%; /* move left by half element's width */
	}
	/* foreground images */
	#jd2-1 {
		position: absolute;
		top: 840px;
		left: 23%;
		width:18%;
		max-width: 100% !important;
		}
		

.layer-3-jd {
	z-index: 7;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	margin-left: -50%; /* move left by half element's width */
	}
	#jd3-1 {
		position: absolute;
		top: 740px;
		right: 22%;
		width:18%;
		max-width: 100% !important;
		}
/* ==========================================================================
   Gallery Lightbox
   ========================================================================== */
.lightgallery{
  
}

.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 0px;
}

.demo-gallery > ul > li {
  margin-bottom: 15px;
  width: 180px;
  overflow-y: hidden;
  height: 180px;
  display: inline-block;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  height: 180px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}

.lg-sub-html{
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #EEE !important;
    font-size: 16px;
}



/* ==========================================================================
  Seamless Image Grid
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */


#seamless_photos {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 5;
  -webkit-column-gap:   0px;
  -moz-column-count:    5;
  -moz-column-gap:      0px;
  column-count:         5;
  column-gap:           0px;  
}

#seamless_photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}


@media (max-width: 1200px) {
  #seamless_photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #seamless_photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #seamless_photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #seamless_photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
