/**
 * Overrides
 */
html {
  position: relative;
  min-height: 100%;
	font-size: 24px;
	line-height: 1.3;
}
.bg-blue {
	background: #2c4b9c !important;
}
body {
  margin-bottom: 3em; /* Margin bottom by footer height */
	font-size: 24px;
	line-height: 1.3;
	font-family: 'Open Sans', sans-serif;
}

.table-secondary, .table-secondary>td, .table-secondary>th {
	background: #aacff8df !important;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:800;
	text-transform:uppercase;
}
ul {
	margin-bottom: 0;
}
.table-striped tbody tr {
	background: rgb(255,255,150);
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background: rgb(255,255,200);
}

.table-striped-default tbody tr {
	background: rgb(255,255,255);
	border: 0;
}

.table-striped-default tbody tr:nth-of-type(2n+1) {
	background: rgb(240,240,240);
}

.table td,
.table th {
	padding-left: 1.5em;
	padding-right: 1.5em;
	border: 0;
}

/**
 * Layout
 */
.l-page-wrapper{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: bottom left;

    position: absolute;

		/* Viewport Sizing */
    top: -100vw;
    height: 100vw;
    width: 100vh;

    overflow:hidden;
}

.l-page-wrapper::before,
.l-page-wrapper::after {
  clear: both;
  content: '';
  display: block;
}

.l-header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+27,ffe100+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 27%, rgba(255,225,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 27%,rgba(255,225,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 27%,rgba(255,225,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe100',GradientType=0 ); /* IE6-9 */

	/* padding: 1.5em 1em; */
	padding: 1em 1em;
}
.l-header .container,
.l-header .container-fluid {
	height: 3em;
}

.l-divider {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+32,cf0404+44;Red+3D */
	background: rgb(255,0,0); /* Old browsers */

	padding: .25em;
}

.l-main {
	/* padding: 1.5em 2em; */
	padding: 1em 1.5em;
}
.l-header img {
	float: left;
	max-height: 3em;
	width: auto;
}

.brand-icon,
.brand-logo {
	max-width: 100%;
}

.l-footer {
	border-top: 2px solid #000;
	background: rgb(255,0,0);
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;
}
.l-footer .message {
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1.7em;
	text-align:center;
	font-style:italic;
}

.l-footer-sticky {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3em; /* Set the fixed height of the footer here */
  line-height: 3em; /* Vertically center the text there */
}

/**
 * Elements
 */
.page-title {
	font-size: 3em;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
}
.title {
	/* margin-bottom: 0.25rem; */
}
.service-list {
	/* margin-bottom: 2em; */
	/* margin-bottom: 1.5em; */
	margin-bottom: 1em;
}
.service-list table {
	font-weight: 600;
	margin: 0;
}
.service-list td {
	padding-right: 1em;
}
.service-list td.text-right {
	padding-right: 1.5em;
}
.service-list .description {
	font-size: .9em;
	margin-bottom: 0.5em;
	margin-top: -0.4rem;
	color: rgb(100,100,100);
}

.advertisement-banner {
	position: relative;
	margin-left: -1.5em;
	margin-right: -1.5em;
	overflow: visible;
}

.advertisement-banner-container {
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}

.advertisement-banner img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.advertisement-banner .overlay {
	position: fixed;
	bottom: 3em;
	left: 0;
	height: 50vw;
	width: 100vh;
	min-height: 500px;
	min-width: 500px;
	background-image: url('/images/banner-1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-image 1s ease-in-out;
}
