/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&family=Roboto:wght@500&display=swap');
/*
font-family: 'Nanum Gothic', sans-serif; -Body 400 700 bold
font-family: 'Roboto', sans-serif; - Headings 500
*/
/* 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
   ========================================================================== */

   html {
    color: #222;
	font-family: 'Nanum Gothic', sans-serif;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * 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.
 */

::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;
}
.iFrame {
	width:100%;
}

/*
 * 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;
}

/* ==========================================================================
   Styles - Mobile First Styles
   ========================================================================== */
body {
	font-size:16px;
	background:#cddaec;
}
a {
	color:#0057AD;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
	color:#0057AD;
}
a:active {
}
a:focus {
}
p {
}
strong {
	font-weight:700;
}
i {
	display:inline-block;
	padding-right:0.3em;
	color:#390;
}
.iMed {
	font-size:1.5em;
}
h1, h2, h3, h4, h5, h6 {
	margin:0.4em 0;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	color:#022052;
}
h1 {
	font-size:2.0em;
}
h2 {
	font-size:1.7em;
}
h3 {
	font-size:1.7em;
}
h4 {
	font-size:1.7em;
}
h5 {
	font-size:1.7em;
}
h6 {
	font-size:1.7em;
}
.skip {
	/*Hide for smallest screens*/
	display:block;
	clear:both;
	padding:0.5em;
	text-align:right;
	font-size:0.9em;
}
	.skip, .skip:visited {
		color:#fff;
	}
	.skip span {
		display:none;
	}
#wrapper {
	width:100%;
	max-width:1920px; /*rslide max width is the same as this, see .js settings*/
	margin:auto;
}
header {
	background:#010E24;
	height:auto;
	overflow:hidden;
	border-bottom:solid 2px #3399ff;
}
#logoCont {
	text-align:center;
	padding:0.8em;
}
	.logo {
		width:100%;
		max-width:300px;
	}
	.strapline {
		font-size:1.1em;
		color:#fff;
		text-transform:uppercase;
	}
#social {
	position:absolute;
	top:0;
	left:0;
}
	#social a {
		display:inline-block;
		padding:0.5em 0.5em;
	}
	.sIcon {
		width:34px;
	}
nav {
}
.nav { /*Class*/
	position:relative;
	height:auto;
	overflow:hidden;
	padding:0;
	margin:0;
}
.nav ul {
	list-style:outside;
	list-style-type:none;
	padding:0;
	margin:0;
}
.nav ul li {
	display:block;
	float:left;
	width:100%;
	-webkit-transition: background 500ms ease-in-out;
	-moz-transition: background 500ms ease-in-out;
	-ms-transition: background 500ms ease-in-out;
	-o-transition: background 500ms ease-in-out;
	transition: background 500ms ease-in-out;
}
.nav ul li a {
	display:block;
	width:100%;
	padding:0.75em 0;
	color:#fff;
	font-size:1.2em;
	text-align:center;
	text-decoration:none;
	border-bottom:dashed 1px #ccc;
}
.nav ul li:hover {
	background:#3399ff;
	
}
.nav ul li:hover a {
	color:#010E24;
}
.nav-mobile { /*Mobile menu specific*/
	display:none;
	cursor:pointer;
	position:absolute;
	top:5px;
	right:5px;
	height:40px;
	width:40px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color: rgba(255,1255,255,0.35);
	background-image: url(../img/gfx/nav.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.banner-container {
	position:relative;
	width:100%;
	max-width:1920px;
}
#page {
	height:auto;
	overflow:hidden;
	background:#ffffff;
}
main p, main ul, main ol {
	font-size:1.1em;
	line-height:1.6em;
	word-spacing:2px;
}
	.ipHeader, .ipBody, footer {
		box-sizing:border-box;
		padding:1.0em 5%;
	}
	.ipHeader {
		border-bottom:solid 1px #3399ff;
		text-align:center;
	}
	.ipBody {
	}
aside {
	display:block;
	box-sizing:border-box;
	width:100%;
	height:auto;
	overflow:hidden;
	border-top:solid 1px #3399ff;
}
.asideWrapper {
	box-sizing:border-box;
	width:100%;
	padding:1.0em 5%;
	background:#e6edf5;
}
.accBlock {
	box-sizing:border-box;
	display:block;
	clear:both;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:1.0em;
	margin:0;
	background:#ffffff;
}
.accLogo {
	display:inline-block;
	clear:;
	width:150px;
	height:auto;
	margin:1.0em auto;
}
.img125 {
	/*one of the accLogos*/
	padding:0 53px !important;
	max-width:125px !important;
}
.fbCont {
	box-sizing:border-box;
	display:flex;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	align-items:center;
}
footer {
	height:auto;
	overflow:hidden;
	background:#010E24;
	color:#fff;
	border-top:solid 2px #ffcc00;
}
footer a, footer a:visited {
	color:#80BFFF;
	text-decoration:none;
}
footer a:hover {
	color:#fff;
	text-decoration:underline;
}
footer a:active {
	color:#ccc;
}
footer a:focus {
	color:#ffcc00;
}
	.fBody {
		display:block;
		clear:both;
		text-align:center;
	}
	#siteLinks, #credit {
		display:block;
		clear:both;
		font-size:0.95em;
		text-align:center;
		margin:1.6em 0;
	}
	#siteLinks {
	}
	#credit {
	}
footer .containerRow {
	margin-top:1.0em;
}
footer .containerRow .col {
	margin:0;
	margin-bottom:2.0em;
	padding:0 1%;
	border-bottom:solid 1px #3399ff;
}
footer .containerRow .col:last-child {
	border-bottom:none;
}
footer h6 {
	font-size:1.6em;
	margin:0.2em 0;
	color:#fff;
}
/*----- IMAGE STYLES -----*/
.responsive {
	width:100%;
	height:auto;
}
.banner {
	max-width:1920px;
}
.map {
	width:100%;
	max-width:400px;
}
.icon {
	width:auto;
	height:80px;
	padding:0.3em;
}
.img640 {
	max-width:640px;
}
/*----- TEXT STYLES -----*/
.pCen {
	text-align:center;
}
.intro {
	font-size:1.2em;
}
.starRating {
	font-size:1.4em;
	color:#FC0;
}
.whyList {
	list-style:outside;
	list-style-type:none;
	padding:0;
	margin:0;
}
.whyList li {
	box-sizing:border-box;
	padding:0.5em;
	margin-bottom:0.6em;
	border:solid 1px #ccc;
	font-size:1.2em;
	text-align:center;
}
.whyList li span {
	font-size:1.4em;
	color:#390;
	margin-right:0.3em;
}
.fTitle {
	font-size:1.7em;
}
.clnList {
	margin:0;
	padding:0;
	list-style:outside;
	list-style-type:none;
}
.clnList li {
	line-height:1.9em;
}
.subTitle {
	font-size:1.4em;
}
.subTitle2 {
	font-size:1.6em;
	font-weight:600;
	color:#022052;
}
.txtSm {
	font-size:0.9em;
}
/*----- BANNER OVERLAY STYLES -----*/
.overlayCont {
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:0em;
	text-align:center;
	background:#FFCC00;
}
.title-banner {
	margin:0;
	font-family: 'Roboto', sans-serif;
	font-size:1.0em;
	font-weight:500;
	color:#222;
}
.overlayCont .title-banner span {
	display:inline-block;
	box-sizing:border-box;
	padding:0.5em 1.0em;
	background:none;
}
/*----- BLOCK STYLES -----*/
.block {
	display:block;
	clear:both;
}
.containerRow, .listingRow {
	display:block;
	clear:both;
	width:100%;
	height:auto;
	overflow:hidden;
}
/*Columns will flex, add as many as required*/
.col {
	flex:1;
	box-sizing:border-box;
}
/*Selling point columns based on .col*/
aside .containerRow {
	display:block;
	clear:both;
	width:100%;
}
.usp {
	flex:1;
	box-sizing:border-box;
	padding:0.2em 0.8em;
	text-align:center;
	border-bottom:solid 1px #ccc;
}
	.usp p {
		font-size:1.2em;
		font-weight:700;
	}
	.usp p span {
		display:block;
		clear:both;
		font-size:1.6em;
	}
.border {
	/*border for .col with p padding*/
	border:solid 1px #0057AD;
	margin-bottom:1.0em;
}
	.border p {
		padding:0.2em 0.5em;
	}
.hSection {
	box-sizing:border-box;
	padding:0.4em 0.6em;
	background:#ffcc00;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align:center;
}
.full {
	box-sizing:border-box;
	width:100%;
	padding:1.8em 5%;
}
/*Location Grid on Self Storage Page*/
.locationListGrid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.locationListGrid .col2 {
  width: 100%;
}

@media (min-width: 580px) {
  .locationListGrid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .locationListGrid .col2 {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .locationListGrid .col2 {
    width: 23%;
  }
}
/*Special Offers Block*/
.container {
	box-sizing:border-box;
  	display: flex;
  	flex-direction: column;
  	gap: 0rem;
}
/*Stack boxes on top of each other*/
.box {
	box-sizing:border-box;
  	background:#0057ad;
  	color: white;
  	padding: 0em 2.0em;
  	margin:1%;
  	text-align: center;
  	border-radius: 8px;
}
.offerTitle {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:1.4em;
	background: #FFCC00;
	background: linear-gradient(0deg, rgba(255, 204, 0, 1) 0%, rgba(255, 204, 0, 1) 80%, rgba(189, 151, 0, 1) 100%);
	color:#022052;
	border-radius: 8px 8px 0 0;
	padding:0.2em 0.6em;
}
/* 640px: Stack boxes side by side for 2 rows, then last box full width */
@media (min-width: 640px) {
	.container {
    	flex-direction: row;
    	flex-wrap: wrap;
  	}
  	.box {
		flex:0 0 48%;
    }
  	/*.box:last-child {
		flex:0 0 98%;
  	}*/
}
/* 768px: Wrap into two rows, 3 boxes first row, 2 boxes second row */
@media (min-width: 768px) {
  	.container {
    	flex-wrap: wrap;
  	}
  	.box {
	  	/*Account for margin 1%*/
    	flex: 0 0 31.333%; /* 3 per row initially */
  	}

  	/*.box:nth-child(n+4) {*/
	  	/*Account for margin 1%*/
    	/*flex: 0 0 48%;*/ 
		/* last two boxes take half width each on second row */
  	/*}*/
}
@media (min-width:1024px) {
	.offerTitle {
		font-size:1.8em;
	}
}
/*Colours*/
.bgColA {
	background:#FFC;
}
.bgColB {
	background:#FFC;
}
/*----- CTA -----*/
#cta {
	display:block;
	clear:both;
	width:80%;
	margin:auto;
	border-top:solid 2px #ffcc00;
	text-align:center;
}
#cta .title, .title {
	font-size:1.5em;
}
#cta .tel {
	font-size:1.5em;
}
.faq {
	display:block;
	clear:both;
	box-sizing:border-box;
	padding:0.6em;
	margin:0.5em auto;
	border:solid 1px #3399ff;
}
.question, .answer {
}
.question {
	font-size:1.4em;
	font-weight:700;
	color:#022052;
}
.answer {
	margin-left:2%;
}
.notice {
	box-sizing:border-box;
	padding:0.6em;
	border:solid 1px #022052;
	font-size:1.2em;
	text-align:center;
	background:#bbddff;
	border-radius:4px;
}
.notice2 {
	box-sizing:border-box;
	padding:0.6em;
	margin:1.0em 0;
	border:solid 1px #022052;
	font-size:1.2em;
	text-align:center;
	border-radius:4px;
}
/*----- FORM STYLES ------*/
.btn {
	color:#222;
	display:inline-block;
	width:auto;
	/*Safari fix for not showing button text*/
	-webkit-text-fill-color: black;
}
.btn a {
	display:block;
	padding:0.6em 1.2em;
	border:solid 1px #3399ff;
	text-decoration:none;
	-webkit-transition: background 500ms ease-in-out;
	-moz-transition: background 500ms ease-in-out;
	-ms-transition: background 500ms ease-in-out;
	-o-transition: background 500ms ease-in-out;
	transition: background 500ms ease-in-out;
	/*Safari fix for not showing button text*/
	-webkit-text-fill-color: black;
}
.btn a:hover {
	background:rgba(1,14,36,1);
	background:rgba(1,14,36,0.2);
	text-decoration:none;
	color:#fff;
}
	footer .btn a {
		background:#fff;
		color:#fff !important;
	}
	footer .btn a:hover {
		background:rgba(255,255,255,1);
		color:#010E24;
	}
.btn a:visited {
	color:#222;
}
#contact-form {
}
#contact-form .fRow {
	/*Form div row*/
	display:block;
	clear:both;
}
#contact-form legend {
}
#contact-form label {
	display:block;
	width:100%;
	padding:0.4em 0;
}
	#contact-form label span {
		color:#C00;
		font-size:1.1em;
	}
#contact-form input, #contact-form select, #contact-form textarea {
	box-sizing:border-box;
	width:100%;
	padding:0.6em;
	border:solid 1px #999;
	border-radius:4px;
	background:#fff;
}
#contact-form input, #contact-form select  {
	font-size:1.1em;
}
#contact-form textarea {
	font-size:1.1em;
	height:150px;
}
.messages {
	color:#0057AD;
}
.help-block.with-errors {
	/*field error messages*/
    color:#A30000;
    margin-top: 5px;
	font-size:0.9em;
}
.close {
	margin-right:0.5em;
}
.hidden {
	display:none;
}
/*Reservation Button Section*/
#resBtnCont {
	/*position:absolute;
	top:147px;
	left:0;
	z-index:99999;*/
	display:block;
	clear:both;
	box-sizing:border-box;
	padding:0;
	margin:0;
	width:100%;
	text-align:center;
}
.btnReserve {
	padding:0.25em 1.0em !important;
	margin-left:1.0em;
	border:solid 1px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#ffcc00;
	color:#222;
	font-size:1.0em;
	font-weight:600;
	text-decoration:none;
	-webkit-transition: background 500ms ease-in-out;
	-moz-transition: background 500ms ease-in-out;
	-ms-transition: background 500ms ease-in-out;
	-o-transition: background 500ms ease-in-out;
	transition: background 500ms ease-in-out;
}
.btnReserve:visited {
	color:#222;
}
.btnReserve:hover {
	background:#3399ff;
	text-decoration:none;
	color:#fff;
}
/* Recommended Business Section */
.bizLabel {
	display:inline-block;
	box-sizing:border-box;
	padding:0.3em 0.8em;
	font-size:1.2em;
	color:#fff;
	background:#010E24;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.listingRow .col {
	box-sizing:border-box;
	text-align:center;
	border:solid 1px #ccc;
}
.bizLogo {
	width:100%;
	max-width:200px;
}
.bizName {
	font-size:1.4em;
}
/* PayPal Button Setup */
#ppDeposit {
}
#ppOptions {
	font-size:1.0em;
	box-sizing:border-box;
	padding:0.3em;
	border:solid 1px #036;
}
.ppBtnCont {
	display:block;
	clear:both;
	box-sizing:border-box;
	padding:16px 0;
}
@media (min-width: 1px) and (max-width: 1024px) {
	/*mobile specific*/
	nav {
		min-height:45px;
	}
	.nav-list {
		display:none;
	}
	.nav-mobile {
		display:block;
	}
	.nav-active {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	} /*end mobile specific*/
}
@media (min-width:520px) {
	.skip span {
		display:inline-block;
	}
	.accBlock {
		text-align:center;
	}
	.accLogo {
		float:none;
		display:inline-block;
		width:130px;
		padding:0 1.0em;
	}
	#ppOptions {
		font-size:1.2em;
	}
}
@media (min-width:560px) {
	.accLogo {
		width:170px;
	}
}
@media (min-width: 640px) {
	.logo {
		max-width:400px;
	}
	.accLogo {
		width:100px;
	}
}
@media (min-width: 768px) {
	.overlayCont {
		position:absolute;
		bottom:5%;
		width:100%;
		background:none;
	}
	.title-banner {
		font-size:1.0em;
		color:#010E24;
		font-weight:700;
	}
		.overlayCont .title-banner span {
			padding:0.6em 1.6em;
			background:rgba(255,204,0,0.9);
			border:solid 1px #010E24;
		}
	#cta .title {
		font-size:1.8em;
	}
	#cta .tel {
		font-size:2.0em;
	}
	.usp {
		flex-grow:1;
		float:left;
		width:50%;
	}
	.whyList {
		height:auto;
		overflow:hidden;
	}
	.whyList li {
		float:left;
		width:48%;
		margin-left:1%;
		margin-right:1%;
	}
	.accLogo {
		width:120px;
	}
	#resBtnCont {
		position:absolute;
		left:-4px;
		top:56px;
		text-align:left;
	}
}
@media (min-width: 1024px) {
	.btnReserve {
		padding:0.5em 1.4em !important;
		font-size:1.0em;
	}
	.nav ul li {
		/*Based on 10 tabs*/
		width:10%;
	}
	.nav ul li:first-child {
		/*home*/
		width:6%;
	}
	.nav ul li:nth-child(2) {
		/*self storage*/
		width:10%;
	}
	.nav ul li:nth-child(3) {
		/*buy moving supplies*/
		width:16%;
	}
	.nav ul li:nth-child(4){
		/*caravan storage*/
		width:13%;
	}
	.nav ul li:nth-child(5) {
		/*vehicle sales*/
		/*width:12%;*/
		/*Temp office and business*/
		width:14%;
	}
	.nav ul li:nth-child(6) {
		/*office and business*/
		/*width:14%;*/
		/*Temp why us, contact, find us*/
		width:8%;
	}
	.nav ul li:nth-child(7), .nav ul li:nth-child(9), .nav ul li:nth-child(10) {
		/*why us, contact, find us*/
		/*width:8%;*/
		/*Temp faq*/
		width:12%;
	}
	.nav ul li:nth-child(8) {
		/*faq*/
		/*width:5%;*/
		/*Temp contact*/
		width:9%;
	}
	.nav ul li a {
		font-size:0.9em;
		border-bottom:none;
		border-right:solid 1px #ccc;
	}
		.nav ul li:last-child a {
			border-right:none;
		}
	.containerRow, .listingRow {
		display:flex;
	}
	.col {
		margin:1%;
	}
	aside .containerRow {
		display:block;
	}
	footer .containerRow .col {
		border-right:solid 1px #3399ff;
		border-bottom:none;
	}
	footer .containerRow .col:last-child {
		border-right:none;
		border-bottom:none;
	}
	.accLogo {
		width:200px;
	}
}
@media (min-width: 1200px) {
	h1 {
		font-size:2.4em;
	}
	h2 {
		font-size:2.1em;
	}
	h3 {
		font-size:2.0em;
	}
	h4 {
		font-size:2.0em;
	}
	h5 {
		font-size:1.9em;
	}
	h6 {
		font-size:1.9em;
	}
	.sIcon {
		width:45px;
	}
	.nav {
		max-width:1440px;
		margin:auto;
	}
	.nav ul li a {
		font-size:1.0em;
	}
	.usp {
		width:25%;
		border-bottom:none;
		border-right:solid 1px #ccc;
	}
		.usp:last-child {
			border-right:none;
		}
	.fTitle {
		font-size:1.9em;
	}
	#resBtnCont {
		top:64px;
	}
	.title-banner {
		font-size:1.1em;
	}
}
@media (min-width: 1440px) {
	main, aside {
		float:left;
	}
	main {
		width:78%;
	}
	aside {
		width:22%;
		border-top:none;
	}
	.asideWrapper {
		padding:1.0em 2%;
	}
	.containerRow .usp > .containerRow {
		display:block;
	}
	.usp {
		width:100%;
		float:none;
		border-right:none;
		border-bottom:solid 1px #ccc;
	}
	.img125 {
		padding:37px 53px !important;
	}
}
@media (min-width:1680px) {
	.title-banner {
		font-size:1.4em;
	}
}
@media (min-width: 1920px) {
	#wrapper {
		position:relative;
	}
	.skip {
		float:right;
		width:10%;
	}
	#social {
		position:relative;
		left:0;
		float:left;
		width:20%;
		min-height:38px;
		height:auto;
	}
	#logoCont {
		float:left;
		width:60%;
	}
	.nav {
		display:block;
		clear:both;

	}
}
 /* ==========================================================================
   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;
    }
}


