/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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
   ========================================================================== */

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.eot');
    src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
        url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
        url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display SB';
    src: url('../fonts/PlayfairDisplay-SemiBold.eot');
    src: url('../fonts/PlayfairDisplay-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff'),
        url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype'),
        url('../fonts/PlayfairDisplay-SemiBold.svg#PlayfairDisplay-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype'),
        url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7-not-valid-tip, .wpcf7 .ajax-loader, .wpcf7-spinner{
	display: none !important;
}

.reeds .inp{
	border-bottom: 2px solid #8B0000 !important;
}

.reeds label{
	color: #8B0000 !important;
}

a{
	text-decoration: none;
}

.animated{
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

   html, body {
	letter-spacing: .5px;
    color: #1E1E1E;
    font-size: 12px;
    overscroll-behavior-y: none;
    line-height: 16px;
	font-weight: normal;
    font-family: 'Montserrat';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.protexts{
	overflow: hidden;
	top: -80vh;
	z-index: 110;
	position: sticky;
    position: -webkit-sticky;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
}
.section-opens{
	height: 100vh;
}


.hiddens{
	pointer-events: none !important;
	opacity: 0 !important;
}
		

.scroll{
	position: relative;
	width: 100%;
}
.header{
	height: 80vh;
	z-index: 100;
	overflow: hidden;

	
}
.pop-up{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.pop-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: .95;
	
}

.pop-panel{
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 60px;
	background: #111723;
	color: #EBEADF;
	width: 90%;
	max-width: 700px;
	letter-spacing: 1.5px;
	line-height: 24px;
	font-size: 16px;
	text-align: left;
	overflow: hidden;
	
}

.pop-txt strong{
	    font-family: 'Playfair Display';
	font-size: 44px;
	line-height: 52px;
	display: block;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 30px;
		color: #D8B36D;


}
.ico1 {
        fill: #ebeadf;
		  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
      }
.ico2 {
        fill: #ebeadf;
		  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
      }

.icons:hover > svg .ico1{
        fill: #D8B36D;
}
.icons:hover > svg .ico2{
        fill: #D8B36D;
}
.icons{
	cursor: pointer;
	width: 30px;
	margin-left: 0px;
	display: inline-block;
}

.thankyou{
	margin-top: 360px;
}

.pop-close{
	position: absolute;
	width: 25px;
	right: 25px;
	top: 25px;
	  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
	cursor: pointer;
}
.pop-close:hover{
	  transform: rotate(90deg); /* Using transform property */

}
.icon{
	position: fixed;
	top: 25px;
	left: 5%;
	z-index: 220;
	width: 35px;
	cursor: pointer;
}
.blues{
	background: #111723;
}

.bottom-sticke{
	overflow: hidden;
	z-index: 110;
	height: 100px;
	
}

.form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
	
}

.inputer{
	position: relative;
	margin-bottom: 40px;
}

.halfc{
	width: 47%;
}

.fulls{
	width: 100%;
}

label{
	font-size: 14px;
	color: #5D1132;
	position: absolute;
	pointer-events: none;
	top: 0;
	 -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.smaller label{
	font-size: 10px;
	top: -20px;
}

.smaller .inp{
	color: #242328 !important;
}


/* The container must be positioned relative: */
.custom-select {
	height: 25px;
  position: relative;
	text-align: left;
		font-size: 14px;
	line-height: 14px;
		border-bottom: 2px solid #242328;


}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.custom-select .fieldtitle{
	position: relative;
	z-index: 10;
	pointer-events: none;
}

.select-selected {
	width: 100%;
	padding-left: 0% !important;
	height: 100%;
	position: absolute;
  background-color: transparent;
}



/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  top: 0px;
  right: 0%;
  width: 15px;
  content: url('../img/dropper.svg');
}
/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  transform: rotate(180deg); /* Using transform property */
}

/* style the items (options), including the selected item: */
.select-selected {
  color: #003548;
    font-family: 'Montserrat';
	font-size: 16px;
	line-height: 22px;
    padding: 0px 0px;
  border: none;
  cursor: pointer;
}

.select-items div{
	  color: white;
	background: #003548;
    font-family: 'Montserrat';
	font-size: 16px;
	box-sizing: border-box;
  padding: 10px 10px;
  border: none;
  cursor: pointer;
		-moz-transition:all .2s ease-in-out;  
    -o-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
	max-height: 200px;
	overflow: scroll;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
	  padding: 10px 10px !important;

  background-color: #003548;color: white !important;
}

.wpcf7-list-item-label{
	pointer-events: all;
}

.radios .l1{
	position: relative;
	display: block;
	padding-bottom: 20px;
}
.wpcf7-list-item{
	display: block;
	margin-bottom: 10px;
}

.inp{
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 2px solid #242328;
	padding-bottom: 5px;
	color: transparent;
	
}

.wpcf7-list-item {
    display: block!important;
    margin: 0!important;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + .wpcf7-list-item-label,
[type="radio"]:not(:checked) + .wpcf7-list-item-label
{
    position: relative;
    padding-left: 28px;
	font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #5D1132;
}
[type="radio"]:checked + .wpcf7-list-item-label:before,
[type="radio"]:not(:checked) + .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #242328;
    border-radius: 0%;
    background: transparent;
}
[type="radio"]:checked + .wpcf7-list-item-label:after,
[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #5D1132;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 0%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.radioo label{
	pointer-events: all;
}

.radios .l1{
	position: relative;
	display: block;
	padding-bottom: 20px;
}
.radioo{
	display: block;
	margin-bottom: 10px;
}

.inp{
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 2px solid #242328;
	padding-bottom: 5px;
	color: transparent;
	
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
	font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #5D1132;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #242328;
    border-radius: 0%;
    background: transparent;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #5D1132;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 0%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.submit{
	width: 100%;
	text-align: right;
}



.disc{
	margin-top: 40px;
	font-size: 10px;
	line-height: 14px;
	color: #1E1E1E;

}

#anchor{
	padding-top: 30px;
}

.logo{
	position: absolute;
	left: 50%;
	width: 175px;
	transform: translate(-50%, 0);
	top: 40px;
}

.contne{
	position: relative;
	z-index: 10;
}

.foot_info{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	    align-items: flex-end;

	display: flex;
		padding-top: 100px;

	justify-content: space-between;
}

.legal{
	color: #EBEADF;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
			-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.legal:hover{
		color: #D8B36D;
}

.foot-infos{
	display: flex;
	width: 55%;
	color: #EBEADF;
	justify-content: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	
}


.foot-infos strong{
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
}

.foot-infos a{
		text-decoration: none;
		color: #EBEADF;
			-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	}
	
	.foot-infos a:hover{
		color: #D8B36D;
	}
.foot-logo img{
	width: 120px;
}
.foot-logo{
	width: 25%;
}

.f1{
	width: 40%;
}

.f-icons{
	text-align: right;
	width: 25%;
}

.ff{
	display: flex;
	justify-content: flex-end;
}

.contact-serction{
	width: 100%;
	padding-top: 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.left-im{
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	overflow: hidden;
	width: 50%;
	height: 880px;
}

.right-tx{
	width: 50%;
	box-sizing: border-box;
}

.inner-text{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #242328;
	text-align: left;
	max-width: 785px;
	font-size: 18px;
	line-height: 24px;
}

.slideshow{
	height: 100%;
	width: 100%;
}

.owl-dots{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot{
	border-radius: 50%;
	background: #D9D9D9;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.owl-dot.active{
	background: #D8B36D;
}
.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage,.owl-carousel .owl-item{
	height: 100%;
	width: 100%;
}
.contact{
	position: absolute;
	z-index: 210;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: right;
	margin-top: 35px;
	pointer-events: none;
	
	
}

.submit input{
	text-align: center;
	color: #EBEADF;
	font-weight: bold;
	border: none;
	text-transform: uppercase;
	background: #5D1132;
	letter-spacing: 1.5px;
	border-radius:10px;
	font-size: 18px;
	padding: 15px 30px;
	box-sizing: border-box;
	width: auto;
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	
}

.submit input:hover{
	background: #141A27;
}

.c_inner{
	pointer-events: all;
	cursor: pointer;

	box-sizing: border-box;
	font-weight: bold;
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	font-size: 18px;
	text-transform: uppercase;
	color: #EBEADF;
	letter-spacing: 1.5px;
	border-radius: 10px;
	padding: 15px;
	background: #5D1132;
	width: 130px;
	text-align: center;
	margin-left: auto;
	margin-right: 5%;
}

.c_inner:hover{
	background: #141A27;

	
}



.sticky-top {
	position:fixed!important;
	top:0!important;
	z-index:10000!important;
	margin-top: 0 !important;
}

.section{
	position: relative;
}

.stickys{
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 50;
	background: black;
}


.footer{
	height: 220px;
	padding-top: 0px;
	padding-bottom: 40px;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 80;
}
.arrowss{
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	left: 50%;
	z-index: 122;
}

.clickarrow:hover > svg .st0{
	stroke: #EBEADF;
}

.clickarrow{
		cursor: pointer;
}

.st0 {

        fill: none;
        stroke: #d8b36d;
        stroke-linecap: round;
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
      }



.leftarr{
	position: absolute;
	left: 0;
	width: 35px;
	  transform: rotate(90deg); /* Using transform property */

}

.rightarr{
	position: absolute;
	right: 0;
	width: 35px;
	  transform: rotate(-90deg); /* Using transform property */

}
.lasts{
	border-radius: 60px;
	background: #EBEBE0;
	position: relative;
	z-index: 100;
	overflow: hidden;
	padding-bottom: 100px;
}
.wpcf7-radio label{
	position: relative;
}
.content2{
	font-size: 18px;
	line-height: 24px;
	max-width: 725px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #242328;
	text-align: center;
	
		
}

.delays2{
	transition-delay: .4s !important;
}

.delays3{
	transition-delay: .8s !important;
}

.delays4{
	transition-delay: 1.2s !important;
}

.covers{
    opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition:opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;	
}

.in-view .covers{
	opacity: 1;
}


.main_copy{
	width: 90%;
	text-align: center;
	max-width: 725px;
	margin-left: auto;
	margin-right: auto;
	color: #EBEADF;
	font-size: 22px;
	line-height: 30px;
	z-index: 200;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -50%);
}

.right-tx strong, .main_copy strong, .content2 strong{
	font-size: 58px;
	line-height: 66px;
	font-weight: normal;
	}

.main_copy strong{
	letter-spacing: 0;
	font-weight: normal;
	display: block;
	margin-bottom: 30px;
	color: #D8B36D;

    font-family: 'Playfair Display';
}

.content2 strong{
	padding-top: 60px;
	letter-spacing: 0;
    font-family: 'Playfair Display';
	display: block;
	margin-bottom: 30px;
	color: #5D1132;
	
}
.right-tx strong{
	letter-spacing: 0;
    font-family: 'Playfair Display';
	display: block;
	margin-bottom: 30px;
	color: #5D1132;
	
}

.section-foot{
	height: 160px
}

.pattern{
	position: absolute !important;
	width: 100vw !important;
	height: 100vh !important;
	pointer-events: none;
}


.pattern2{
	top: 0;
	position: absolute !important;
	width: 120% !important;
	pointer-events: none;
	height: 100% !important;
}

.mobile{
	display: none;
}

.down_arrow{
	position: absolute;
	bottom: 0;
	width: 35px;
	left: 50%;
	transform: translate(-50%, 0);
	cursor: pointer;
	
}

@media screen and (max-width:780px) {
	
	.thankyou{
	margin-top: 0px;
}

	
	.infoo{
		text-align: right;
		color: #EBEADF;
		font-size: 10px;
		line-height: 18px;
	}
	
	.legal, .ff{
		display: inline-block;
	}
	.foot-infos{
		justify-content: flex-end;
	}
	
	.legal{
		margin-right: 5px;
	}
	.bnt{
		display: block;
		margin-bottom: 5px;
	}
	
	.foot-infos{
		width: 60%;
	}
	
	.lasts{
		border-radius: 40px;
	}
	
	.protexts{
		border-bottom-left-radius: 40px;
		border-bottom-right-radius: 40px;
	}
	
	
	.foot-logo img{
		width: 100px;
	}
	
	.infoo a{
		text-decoration: none;
		color: #EBEADF;
			-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	}
	
	.infoo a:hover{
		color: #D8B36D;
	}
	
	.desktop{
	display: none;
}
	.mobile{
	display: block;
}
	.left-im{
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		border-radius: 60px;
		height: 40vh;
		max-height: 300px;
		margin-bottom: 60px;
	}
	.right-tx{
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	
	.tte{
		text-align: center;
	}
	.inner-text{
		width: 100%;
	}
	.content2 strong{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.contact-serction{
		padding-top: 60px;
		
	}
	
	.contact{
		margin-top: 25px;
	}
#anchor {
    padding-top: 25px;
}
.right-tx strong, .main_copy strong, .content2 strong {
    font-size: 36px;
    line-height: 44px;
	margin-bottom: 15px;
}
	.halfc {
    width: 100%;
}
	.main_copy, .content2{
	        font-size: 16px;
        line-height: 24px;
		max-width: 450px;
	}
.logo{
	width: 115px;
	left: 10%;
	transform: translate(0);
}
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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
   ========================================================================== */
















 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

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

/*
* 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;
  white-space: inherit;
}

/*
* 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:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        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 {
        white-space: pre-wrap !important;
    }
    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;
    }

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

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


