/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
p + p { 
margin-top: 0.5em;
}
strong {
font-weight: bold;
}

/*================================*/
/*          Colours               */
/*                                */
/*     Blue:     #001746          */
/*     Orange:   #e33e20          */
/*     Grey:     #e3e1e2
/*                                */
/*================================*/

/*===== Main Styles =====*/
body {
background-color: #ffffff;
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
line-height: 1;
}

#loginpage {
background-color: #001746;
}

/*===== Login Screen =====*/
#login-container {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 500px;
height: 500px;
margin: auto;
z-index: 10;
}

#login-bottom-wave {
background: url("../assets/images/bottom-wave.png") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: absolute;
bottom: 0;
width: 100%;
height: 438px;
z-index: 5;
}

#login-baseline {
position: absolute;
bottom: 20px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 10;
}


/*===== Divs =====*/
#main-container {
position: relative;
min-height: 100vh;
width: 100%;
}

#header {
position: relative;
width: 100%;
height: 200px;
padding: 25px 0 0;
}

#login-logo {
display: block;
margin: 0 auto;
padding: 0;
}

#logo {
display: inline-block;
margin: 0 auto;
padding: 0;
}

#logo-mid {
position: absolute;
left: 0;
right: 0;
display: inline-block;
width: 350px;
margin: 0 auto;
padding: 0;
}

#header-buttons {
position: absolute;
top: 35%;
left: 20px;
}

#header-options {
position: absolute;
top: 26%;
right: 20px;
}

#header-title {
position: absolute;
top: 33%;
left: 0;
right: 0;
margin: 0 auto;
}

#logout {
position: absolute;
top: 33%;
right: 20px;
display: block;
padding: 0;
margin: 0;
}

.main-content {
position: relative;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
z-index: 10;
}

#header-bar {
position: relative;
background: #001746;
width: 100%;
padding: 15px;
margin: 0;
}

#bottom-wave {
background: url("../assets/images/bottom-wave-grey.png") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: absolute;
bottom: 0;
width: 100%;
height: 438px;
z-index: 5;
}

#baseline {
width: 100%;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#header-wrapper {
position: relative;
width: 100%;
max-width: 1600px;
height: 100%;
padding: 20px 10px;
margin: 0 auto;
}

#banner-wrapper {
position: relative;
width: 100%;
max-width: 1600px;
height: 100%;
padding: 0 10px;
margin: 0 auto;
}

.main-content-short-wrapper {
width: 100%;
max-width: 1600px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-wrapper {
width: 100%;
max-width: 1600px;
padding: 80px 10px;
margin: 0 auto;
overflow: hidden;
}

.csv-wrapper {
position: absolute;
top: 0;
right: 0;
}

.refresh-wrapper {
position: absolute;
top: 0;
right: 78px;
}

.downloadDoc-wrapper {
position: absolute;
top: 0;
right: 0;
}

.column-flex-wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
width: 100%;
max-width: 2000px;
padding: 0;
margin: 0;
}

#baseline-wrapper {
width: 100%;
max-width: 1600px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

/*===== Columns =====*/
.one-column {
display: block;
float: left;
width: 100%;
padding: 20px;
margin: 0; 
}

.two-column {
display: block;
float: left;
width: 50%;
padding: 20px;
margin: 0; 
}

.three-column {
display: block;
float: left;
width: 33.333%;
padding: 20px;
margin: 0;
}

.inner-column {
background: #001746;
border-radius: 0;
height: 150px;
padding: 25px 20px 20px;
margin: 0;
}

.inner-column.lightblue {
background: #1877bb;
}

.inner-column.midblue {
background: #0f4fa6;
}

.inner-column.orange {
background: #e33e20;
}

.inner-column:hover {
background: #e33e20;
}

.inner-column.orange:hover {
background: #001746;
}

.panel-25.wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
padding: 0;
}

.panel-25 {
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 25%;
padding: 10px;
margin: 0;
}

.panel-33.wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
padding: 0;
}

.panel-33 {
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 33.333%;
padding: 10px;
margin: 0;
}

.panel-33-full.wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
padding: 0;
}

.panel-33-full {
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 33.333%;
padding: 10px;
margin: 0;
}

.panel-33-split.wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
padding: 0;
}

.panel-33-split {
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 33.333%;
padding: 10px;
margin: 0;
}

.panel-50 {
flex-grow: 0;
flex-basis: auto;
width: 50%;
padding: 10px;
margin: 0;
}

.panel-50-full {
flex-grow: 0;
flex-basis: auto;
width: 50%;
padding: 10px;
margin: 0;
}

/*===== Sections =====*/
section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}

section.small {
padding: 10px 0 0;
margin: 0;
overflow: hidden;
}

section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

section.large {
padding: 80px 0 0;
margin: 0;
overflow: hidden;
}

section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

section.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

/*===== Menus =====*/
.menu_title {
display: none;
position: relative;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #000000;
font-size: 1.1em;
font-weight: 600; 
}

nav a {
position: relative;
color: #000000; 
display: block; 
font-size: 1em;
font-weight: 600;
text-transform: uppercase;
line-height: 50px;
padding: 0 25px; 
text-decoration: none; 
}

nav a.last {
padding: 0 0 0 25px;
}

nav a:hover {
color: #0b8242;
}

nav a.nocursor {
cursor: context-menu;
}

nav ul,
nav ul li { 
height: 50px;
list-style-type: none; 
padding: 0; 
margin: 0; 
}

nav > ul { 
text-align: right; 
}

nav > ul > li { 
display: inline-block; 
}

nav > ul > li:first-child { 
border-left: none; 
}

.sub-menu-parent { 
position: relative;
background: url("../assets/images/down.gif") no-repeat scroll right 15px center;
padding: 0 15px 0 0; 
}

.sub-menu {
visibility: hidden; /* hides sub-menu */
opacity: 0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:hover .sub-menu {
visibility: visible; /* shows sub-menu */
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-menu li {
background: #ffffff;
width: 250px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ececec;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
text-align: left;
}

.sub-menu li a {
font-size: 0.9em;
line-height: 50px;	
}

ul.sub-menu li:last-child {
border-radius: 0 0 10px 10px;
border-bottom: none;
}

/*===== General =====*/
.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.light {
font-weight: 300;
}

.normal {
font-weight: 400;
}

.medium {
font-weight: 500;
}

.semibold {
font-weight: 600;
}

.bold {
font-weight: 700;
}

.extrabold {
font-weight: 900;
}

.italic {
font-style: italic;
}

.uppercase {
text-transform: uppercase;
}

.darkshadow {
text-shadow: 2px 2px 2px #000000;
}

.hidden {
opacity: 0;
}

.hide {
display: inline-block;
}

.noover {
overflow: visible;
}

.clear {
clear: both;
}

/*===== Spans =====*/


/*===== Headers =====*/
header.main {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

header.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

header.short {
padding: 20px 0 0; 
margin: 0;
overflow: hidden;
}

header.small {
padding: 10px 0 0; 
margin: 0;
overflow: hidden;
}

h1 {
color: #000000;
font-size: 3em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h1.white {
color: #ffffff;
}

h2 {
color: #000000;
font-size: 2.5em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h2.white {
color: #ffffff;
}

h3 {
color: #000000;
font-size: 1.6em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h3.white {
color: #ffffff;
}

h3.blue {
color: #1877bb;
}

h3.orange {
color: #e33e20;
}

h4 {
color: #000000;
font-size: 1.2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h4.white {
color: #ffffff;
}

h5 {
color: #000000;
font-size: 1em;
margin: 0;
padding: 0;
display: block;
line-height: 1.1em;
}

h5.white {
color: #ffffff;
}

h6 {
color: #000000;
font-size: 0.9em;
margin: 0;
padding: 0;
display: block;
line-height: 1.1em;
}

h6.white {
color: #ffffff;
}

h6.orange {
color: #e33e20;
}


/*===== Paragraphs =====*/
p.main-text {       
color: #454545; 
font-size: 1em; 
padding: 0;
line-height: 1.7em;
}

p.main-text.white {       
color: #ffffff; 
}

p.main-text.small {       
font-size: 0.875em; 
}

p.main-text.large {       
font-size: 1.2em; 
}

p.banner-text {
color: #000000;
font-size: 3.5em;
margin: 0;
padding: 0;
line-height: 1em;
}

p.error-text {       
color: #454545; 
font-size: 12em; 
font-weight: 700;
padding: 0;
line-height: 1em;
}

/*===== Form Fields =====*/
form#emailForm {
padding: 0;
margin: 0;
}

form.cmxform {
width: 100%;
color: #454545; 
font-size: 1.1em;
padding: 10px 0 0;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #454545;
}

form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmxform fieldset fieldset {
background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}

form.cmxform label.error, label.error {
color: red;
font-style: italic;
display: block !important;
margin: 0 0 10px 0;
}

div.error { 
display: none; 
}

form.cmxform .gray * { 
color: gray; 
}

#emailForm {
width: 100%;
}

#emailForm label.error {
width: auto;
display: none;
font-size: 0.85em;
margin: 0 0 20px 0;
}

.editor-label {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 10px 0;
outline: 0 none;
padding: 0;
}

.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 20px 0 10px 0;
outline: 0 none;
padding: 0;
}

.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
}

.editor-field-padded {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0 0 20px 0;
outline: 0 none;
padding: 0;
}

.select-wrapper {
display: inline-block;
padding: 0;
margin: 0;
}

input.login {
background-color: #ffffff;
box-sizing: border-box;
border: none;
border-radius: 10px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 500;
height: 50px;
line-height: 18px;
margin: 0 auto 10px;
padding: 5px 20px;
outline: 0;
width: 100%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}

input.contact {
border: 1px solid #000000;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 0.9em;
height: 35px;
line-height: 18px;
margin-bottom: 10px;
padding: 2px 3px;
width: 100%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

input.contact:focus {
border: 2px solid #3182bd;
outline: none;
}

input.contact.error {
border: 1px solid red;
}

textarea.contact {
border: 1px solid #000000;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 0.9em;
height: 100px;
line-height: 18px;
margin-bottom: 10px;
padding: 10px 3px;
width: 95%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

textarea.contact:focus {
border: 2px solid #3182bd;
outline: none;
}

textarea.contact.error {
border: 1px solid red;
}

.SiteOption {
	display:none;
}

.showSite {
	display:inline !important;
}

select.contact {
background: #ffffff;
border: 1px solid #bbbbbb;
border-radius: 3px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 400;
height: 40px;
line-height: 18px;
margin: 0 10px 0 0;
padding: 5px;
width: 200px;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

input.search, .form-control.form-control-sm {
background: #ffffff;
border: 1px solid #bbbbbb;
border-radius: 3px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 40px;
line-height: 18px;
margin: 0;
padding: 0 5px;
width: 200px;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.search-button {
position: relative;
top: 15px;
background: #ffffff url("../assets/images/search.png") no-repeat center center;
border: 1px solid #bbbbbb;
border-radius: 3px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
width: 41px;
height: 41px;
padding: 0;
margin: 0 0 0 5px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}

input.submit {
background: #e33e20;
border: 1px solid #ffffff;
border-radius: 20px;
display: inline-block;
color: #ffffff;
width: 100%;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
white-space: normal;
padding: 15px 25px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out; 
-o-transition: all 0.3s ease-in-out; 
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

input.submit:hover {
background: #001746;
}

/*===== Buttons =====*/
a.button {
background: #000000;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
padding: 15px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.button:hover {
background: #e33e20;
}

a.download, input.download {
background: #1877bb url("../assets/images/csv.png") no-repeat center center;
border-radius: 0;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
width: 71px;
height: 71px;
padding: 0;
margin: 0 0 0 5px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
border: none;
}

a.download:hover, input.download:hover {
background: #e33e20 url("../assets/images/csv.png") no-repeat center center;
}

a.download2, input.download2 {
background: #1877bb url("../assets/images/download.png") no-repeat center center;
border-radius: 0;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
width: 71px;
height: 71px;
padding: 0;
margin: 0 0 0 5px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
border: none;
}

a.download2:hover, input.download2:hover {
background: #e33e20 url("../assets/images/download.png") no-repeat center center;
}

a.refresh {
background: #1877bb url("../assets/images/refresh.png") no-repeat center center;
border-radius: 0;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
width: 71px;
height: 71px;
padding: 0;
margin: 0 0 0 5px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}

a.refresh:hover {
background: #e33e20 url("../assets/images/refresh.png") no-repeat center center;
}

a.downloadDoc {
background: #1877bb url("../assets/images/download.png") no-repeat center center;
border-radius: 0;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
width: 71px;
height: 71px;
padding: 0;
margin: 0 0 0 5px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}

a.downloadDoc:hover {
background: #e33e20 url("../assets/images/download.png") no-repeat center center;
}


a.email-logout {
background: #e3e1e2;
background: #e3e1e2 url("../assets/images/email.png") no-repeat scroll center center;
border: 0 none;
border-radius: 0;
display: inline-block;
color: #000000;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 700;
text-transform: uppercase;
height: 50px;
width: 50px;
padding: 0;
margin: 0 5px 0 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.email-logout:hover {
background: #e33e20 url("../assets/images/email.png") no-repeat scroll center center;
}

a.logout {
position: relative;
top: -18px;
background: #e3e1e2;
background: #e3e1e2 url("../assets/images/logoff.png") no-repeat scroll left 20px center;
border: 0 none;
border-radius: 0;
display: inline-block;
color: #000000;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 700;
text-transform: uppercase;
height: 50px;
padding: 15px 40px 0px 70px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.logout:hover {
color: #ffffff;
background: #e33e20 url("../assets/images/logoff.png") no-repeat scroll left 20px center;
}

a.back {
position: relative;
background: #1877bb;
background: #1877bb url("../assets/images/back-arrow.png") no-repeat scroll left 15px center;
border: 0 none;
border-radius: 0;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 700;
text-transform: uppercase;
height: 40px;
padding: 10px 20px 10px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.back:hover {
background: #e33e20 url("../assets/images/back-arrow.png") no-repeat scroll left 15px center;
}

a.delete {
position: relative;
background: #1877bb;
border: 0 none;
border-radius: 0;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 0.8em;
font-weight: 700;
text-transform: uppercase;
height: 40px;
padding: 10px 30px;
margin: 0 0 0 10px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.delete:hover {
background: #e33e20;
}

a.help, input.next {
position: relative;
background: #e33e20;
border: 0 none;
border-radius: 0;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 700;
text-transform: uppercase;
height: 40px;
padding: 10px 30px;
margin: 0 0 0 10px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

input.next {
	margin: 0;
}

a.help:hover {
background: #001746;
}

a.topButtonOrange, button.topButtonOrange {
position: relative;
background: #e33e20;
border: 0 none;
border-radius: 0;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 700;
text-transform: uppercase;
height: 40px;
padding: 10px 30px 0;
margin: 20px 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

button.topButtonOrange {
padding: 0 30px;
}

a.topButtonOrange:hover, button.topButtonOrange:hover  {
background: #001746;
}


a.topButtonDark, button.topButtonDark {
position: relative;
background: #001746;
border: 0 none;
border-radius: 0;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 700;
text-transform: uppercase;
height: 40px;
padding: 10px 30px 0;
margin: 20px 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

button.topButtonDark {
padding: 0 30px;
}

a.topButtonDark:hover, button.topButtonDark:hover  {
background: #e33e20;
}


a.topButtonBlue {
position: relative;
background: #1877bb;
border: 0 none;
border-radius: 0;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 700;
text-transform: uppercase;
height: 42px;
padding: 10px 30px 0;
margin: 20px 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.topButtonBlue:hover {
background: #001746;
}

a.edit {
position: relative;
background: #001746;
border: 0 none;
border-radius: 0;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 0.8em;
font-weight: 700;
text-transform: uppercase;
height: 40px;
padding: 10px 30px;
margin: 0 0 0 10px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.edit:hover {
background: #e33e20;
}

a.viewOrange {
position: relative;
background: #e33e20;
border: 0 none;
border-radius: 0;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 0.8em;
font-weight: 700;
text-transform: uppercase;
height: 40px;
padding: 10px 30px;
margin: 0 0 0 10px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.viewOrange:hover {
background: #001746;
}

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link:hover {
color: #000000;
text-decoration: underline;
}

a.link.under:hover {
color: #000000;
}

a.social:link, a.social:visited, a.social:active {
display: inline-block;
height: 32px;
width: 32px;
text-decoration: none;
}

a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
}

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: inherit; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: inherit; 
}

/*===== Lists =====*/
ul.contact {
list-style: none outside none;
margin: 0;
padding: 0;
}
	
ul.contact li {
float: left;
color: #000000;
font-size: 1.1em; 
font-family: 'Montserrat', sans-serif;
font-weight: 600;
cursor: pointer;
height: 32px;
line-height: 32px;
text-align: center;
padding: 0;
margin: 0 0 0 15px;
text-indent: unset;
}

ul.contact li.first {
padding: 0 25px 0 0;	
}

ul.contact li a {
color: #000000;
text-decoration: none;
}

ul.contact li a:hover {
color: #c74b8f;
}

ul.contact li.facebook {
position: relative;
background: url('../assets/images/facebook.png') no-repeat 50% 0;
}

/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.bullets li {
color: #000000; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #454545; 
font-size: 1em; 
line-height: 1.7em;
}

/*===== Footer =====*/
ul.footmenu {
list-style-type: none;
padding: 0;
margin: 30px 0 0;
}	

ul.footmenu li {
display: inline-block;
color: #ffffff;
font-size: 1.1em;
font-weight: 600;
text-transform: uppercase;
line-height: 2em;
padding: 0 25px;
}

ul.footmenu li a:hover {
text-decoration: none;	
}

/*===== Tables =====*/
table { 
width: 100%; 
border-collapse: collapse; 
margin: 0 0 20px 0;
}

tr {
height: 50px;
}


.table-condensed tr {
height: 0px;
}

tr.table-footer {
background: #1877bb !important;
color: #ffffff;
}

/* Zebra striping */
tr:nth-of-type(odd) { 
background: #eee; 
}

th { 
background: #1877bb !important; 
color: #ffffff !important;
border: 1px solid #ccc; 
font-weight: 400;
font-size: 0.9em; 
font-family: 'Montserrat', sans-serif;
line-height: 1.5em; 
padding: 6px; 
text-align: left;
vertical-align: middle;
}

th.blue {
background: #0f4fa6;
}

td { 
padding: 6px; 
border: 1px solid #ccc;
font-size: 0.8em; 
font-family: 'Montserrat', sans-serif;
line-height: 1.5em;  
text-align: left; 
vertical-align: middle;
}

.container-fluid {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.top {
display: inline-block;
position: relative;
top: 5px;
}

/*===== Animations =====*/

/*=== Fade In  ===*/
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; } }
.fadeIn { animation-name: fadeIn; }

/*=== Fade In Down ===*/
@keyframes fadeInDown {
  from { opacity: 0; transform: translate3d(0, -100%, 0); }
  to { opacity: 1; transform: none; } }
.fadeInDown { animation-name: fadeInDown; }

/*=== Fade In Up ===*/
@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 20px, 0); }
  to { opacity: 1; transform: none; } }
.fadeInUp { animation-name: fadeInUp; }

/*=== Fade In Left ===*/
@keyframes fadeInLeft {
  from { opacity: 0; transform: translate3d(-30px, 0, 0) }
  to { opacity: 1; transform: none; } }
.fadeInLeft { animation-name: fadeInLeft; }

/*=== Fade In Right ===*/
@keyframes fadeInRight {
  from { opacity: 0; transform: translate3d(100%, 0, 0); }
  to { opacity: 1; transform: none; } }
.fadeInRight { animation-name: fadeInRight; }

.animatein.in-view {  
animation: fadeIn;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateleft.in-view {  
animation: fadeInLeft;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateright.in-view {  
animation: fadeInRight;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animatedown.in-view {  
animation: fadeInDown;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateup.in-view {  
animation: fadeInUp;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

/*=== Optional Delays  ===*/
.one { animation-delay: 0.2s !important; }
.two { animation-delay: .6s !important; }
.three { animation-delay: 1s !important; }
.four { animation-delay: 1.4s !important; }
.five { animation-delay: 1.8s !important; }


/*====== dropzone ========*/
#dropzone {
  margin-top: 3rem; 
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white;
  cursor: pointer;
  min-height: 400px;
  background: white;
  padding: 54px 54px;
  width:100%;
  display:inline-block;
 }

.dropzone {}
  .dropzone .dz-message {
    font-weight: 400; }
    .dropzone .dz-message .note {
      font-size: 0.8em;
      font-weight: 200;
      display: block;
      margin-top: 1.4rem; }


.dz-message {
    text-align: center;
    margin: 2em 0;
 }

/******* ADAM******/
/*********** BootStrape Table ******/



#zero_config_filter, #zero_config_length {
	display: none;
}

a {
    text-decoration: none;
}

.table-responsive {
    overflow-x: hidden !important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0px solid transparent !important;
    border-radius: 0px !important;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0px solid transparent;
}
.card-header:first-child {
    border-radius: calc(0px - 0px) calc(0px - 0px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 0px solid transparent;
}
.card-footer:last-child {
    border-radius: 0 0 calc(0px - 0px) calc(0px - 0px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img {
    width: 100%;
    border-radius: calc(0px - 0px);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0px - 0px);
    border-top-right-radius: calc(0px - 0px);
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0px - 0px);
    border-bottom-left-radius: calc(0px - 0px);
}
.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 10px;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
	background: #1877bb !important;
}

.wizard-content .wizard>.actions>ul>li>a[href="#next"], .wizard>.actions>ul>li>a[href="#finish"] {
	background: #e33e20 !important;
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -10px;
        margin-left: -10px;
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px;
    }
}
.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-group > .card {
    margin-bottom: 10px;
}
@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-header,
    .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-footer,
    .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-header,
    .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-footer,
    .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 0px;
    }
    .card-group > .card:only-child .card-header,
    .card-group > .card:only-child .card-img-top {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .card-group > .card:only-child .card-footer,
    .card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    list-style: none;
    background-color: #eeeeee;
    border-radius: 2px;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 2px;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #1877bb;
    border: 1px solid #1877bb;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #e33e20;
    border-color: #e33e20;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e33e20;
    border-color: #e33e20;
}
.page-item.disabled .page-link {
    color: #000;
    pointer-events: none;
    cursor: auto;
    background-color: #eee;
    border-color: #eee;
}
.page-item.previous .page-link, .page-item.next .page-link {
    color: #fff;
	background-color: #001746;
    border-color: #001746;
}
.page-item.disabled.previous .page-link, .page-item.disabled.next .page-link {
    display: none;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.09375rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}

/**Badges **/
.badge {
    display: inline-block !important;
	position: relative;
    float: right;
    top: -5px;
    right: -5px;
    border-radius: 30px !important;
	background-color: #e33e20;
	box-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}
.badge.documents {
    display: inline-block;
	position: absolute;
}


/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480.99px) 
			  and (min-width: 320px) {

#login-container {
width: 300px;
height: 400px;
}

p.error-text { 
font-size: 8em; 
}

input.login {
font-size: 0.9em;	
}

input.submit {
font-size: 0.9em;
}

#header {
height: 220px;
padding: 0;
}

#header-buttons {
top: 10px;
}

#header-options {
top: 65px;
left: 20px;
}

#logo-mid {
top: 165px;
right: unset;
width: 250px;
margin: 0;
}

#logo {
display: block;
width: 250px;
text-align: center;
}

#logout {
top: 55%;
left: 0;
right: 0;
text-align: center;
}

#header-title {
top: 85%;
}

#header-bar {
height: 150px;
padding: 15px 20px 20px;
}

#header-bar h3 {
font-size: 1.3em;	
}

.column-flex-wrapper {
flex-flow: column nowrap;
}

.select-wrapper {
display: block;
}		  

.refresh-wrapper {
top: unset;
bottom: -2px;
}

.downloadDoc-wrapper {
top: unset;
bottom: -2px;
}

.csv-wrapper {
top: unset;
bottom: -2px;
}

.panel-50 {
padding: 5px;
}	

.panel-25 {
width: 100%;
padding: 5px;
}

.panel-33 {
width: 100%;
padding: 5px;
}

.panel-33-full {
width: 100%;
padding: 5px;
}  

.panel-33-split.wrapper {
width: 100%;	
}

.inner-column {
padding: 25px 10px 19px;
}

h1 {
font-size: 1.6em;
}

h3 {
font-size: 1.2em;
}

h5 {
font-size: 0.9em;
}

h6 {
font-size: 0.8em;
}

a.logout {
top: -15px;
height: 45px;
font-size: 0.9em;
padding: 16px 30px 0 60px;
}

a.email-logout {
height: 45px;
width: 45px;
}

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600.99px) 
			  and (min-width: 481px) {
			  
#login-container {
width: 450px;
height: 450px;
}

#header {
height: 220px;
padding: 0;
}

#header-buttons {
top: 10px;
}

#header-options {
top: 55px;
left: 20px;
}

#logo-mid {
top: 130px;
right: unset;
width: 300px;
margin: 0;
}

#logo {
display: block;
width: 250px;
text-align: center;
}

#logout {
top: 55%;
left: 0;
right: 0;
text-align: center;
}

#header-title {
top: 85%;
}

#header-bar {
height: 130px;
padding: 15px 20px 20px;
}

#header-bar h3 {
font-size: 1.3em;	
}

.column-flex-wrapper {
flex-flow: column nowrap;
}

.refresh-wrapper {
top: unset;
bottom: -2px;
}

.downloadDoc-wrapper {
top: unset;
bottom: -2px;
}

.csv-wrapper {
top: unset;
bottom: -2px;
}	  

.panel-50 {
padding: 5px;
}	

.panel-25 {
width: 100%;
padding: 5px;
}

.panel-33 {
width: 100%;
padding: 5px;
}

.panel-33-full {
width: 100%;
padding: 5px;
}  

.panel-33-split.wrapper {
width: 100%;	
}

.inner-column {
padding: 25px 10px 19px;
}

h1 {
font-size: 1.8em;
}

h3 {
font-size: 1.4em;
}

h5 {
font-size: 0.9em;
}

h6 {
font-size: 0.8em;
}

a.logout {
top: -17px;
height: 45px;
font-size: 0.9em;
padding: 16px 30px 0 60px;
}

a.email-logout {
height: 45px;
width: 45px;
}

select.contact {
width: 150px;
}

input.search {
width: 150px;
}
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 768.99px) 
			  and (min-width: 601px) {

#header {
height: 220px;
padding: 0;
}

#header-buttons {
top: 10px;
}

#header-options {
top: 55px;
left: 20px;
}

#logo-mid {
top: 130px;
right: unset;
width: 300px;
margin: 0;
}

#logo {
display: block;
width: 250px;
text-align: center;
}

#logout {
top: 55%;
left: 0;
right: 0;
text-align: center;
}

#header-title {
top: 85%;
}

#header-bar {
text-align: left;
}

#header-bar h3 {
font-size: 1.3em;	
}

.column-flex-wrapper {
flex-flow: row wrap;
}		  

.panel-50 {
padding: 5px;
}	

.panel-25 {
width: 50%;
padding: 5px;
}

.panel-33 {
padding: 5px;
}

.panel-33-full {
width: 50%;
padding: 5px;
}  

.panel-33-split.wrapper {
width: 100%;	
}

.inner-column {
padding: 25px 10px 19px;
}

h1 {
font-size: 2em;
}

h5 {
font-size: 0.9em;
}

h6 {
font-size: 0.8em;
}

a.logout {
top: -17px;
height: 45px;
font-size: 0.9em;
padding: 16px 30px 0 60px;
}

a.email-logout {
height: 45px;
width: 45px;
}

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1079.99px) 
			  and (min-width: 769px) {

#header {
padding: 0;
}

#header-buttons {
top: 18px;
}

#header-options {
top: 0;
}

#logo-mid {
top: 70px;
right: unset;
margin: 0;
}

#logout {
top: 28%;
}

#header-title {
top: 75%;
}

#header-bar {
text-align: left;
}

.column-flex-wrapper {
flex-flow: row wrap;
}		  

.panel-50 {
padding: 5px;
}

.panel-33 {
padding: 5px;
}

.panel-33-full {
width: 50%;
padding: 5px;
}  

.panel-33-split.wrapper {
width: 100%;	
}

.panel-25 {
width: 50%;
padding: 5px;
}

.inner-column {
padding: 25px 10px 19px;
}

h1 {
font-size: 2.5em;
}			  
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1299.99px) 
			  and (min-width: 1080px) {

#header {
padding: 0;
}

#header-buttons {
top: 18px;
}

#header-options {
top: 0;
}

#logo-mid {
top: 70px;
right: unset;
margin: 0;
}

#logout {
top: 28%;
}

#header-title {
top: 75%;
}

.panel-50 {
padding: 5px;
}

.panel-33 {
padding: 5px;
}	  

.panel-25 {
padding: 5px;
}

.inner-column {
padding: 25px 10px 19px;
}

h5 {
font-size: 0.9em;
}

h6 {
font-size: 0.8em;
}
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1500px) 
			  and (min-width: 1300px) {

#header-buttons {
top: 0;
}

#header-options {
top: 0;
}

#logo-mid {
top: 70px;
}
				  
.inner-column {
padding: 25px 10px 19px;
}				  
				  
				  
}