/* 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;
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               */
/*                                */
/*     Dark Blue: #122d47         */
/*     Yellow:    #fec00e         */
/*     Orange:    #db740b         */
/*                                */
/*================================*/

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

#loginpage {
background-color: #ffffff;
}

.shape-top {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #eeeeee;
background-repeat: no-repeat;
background-size: cover;
-webkit-clip-path: polygon(0 0, 80% 0, 35% 50%, 0 12%);
clip-path: polygon(0 0, 80% 0, 35% 50%, 0 12%);
z-index: 10;
}

.shape-left {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to top, #374f6b 0%, #122d47 100%);
background-repeat: no-repeat;
background-size: cover;
-webkit-clip-path: polygon(0 12%, 0 86%, 35% 50%);
clip-path: polygon(0 12%, 0 86%, 35% 50%);
z-index: 10;
}

.shape-right {
position: absolute;
right: 0;
bottom: 50px;
width: 100%;
height: 100%;
background-color: #eeeeee;
background-repeat: no-repeat;
background-size: cover;
-webkit-clip-path: polygon(100% 5%, 48% 70%, 100% 100%);
clip-path: polygon(100% 5%, 48% 70%, 100% 100%);
z-index: 10;
}

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

#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%;
z-index: 100;
}

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

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

#logo {
position: relative;
display: inline-block;
margin: 0 auto;
padding: 0;
z-index: 10;
}

#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: 30px;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
z-index: 5;
}

#header-title img {
height: 100px;
max-width: 100%;
max-height: 100%;
}

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

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

#header-bar {
position: relative;
background: #122d47;
width: 100%;
padding: 20px;
margin: 0;
}

.reminder-panel {
position: relative;
overflow: hidden;
min-height: 180px;
}

.reminder-container {
position: relative;
height: 60px;
margin-top: 40px;
}

.reminder {
position: absolute;
width: 100%;
opacity: 0;
animation: fadeRotate 9s infinite;
text-align: center;
color: #fff;
font-size: 1.3em;
font-weight: 500;
}

/* Delay each reminder */
.reminder:nth-child(1) {
animation-delay: 0s;
}

.reminder:nth-child(2) {
animation-delay: 3s;
}

.reminder:nth-child(3) {
animation-delay: 6s;
}

@keyframes fadeRotate {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 0;
    }
}

#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;
}

.column-flex-wrapper {
display: flex;
align-items: stretch;
gap: 20px;
}

.flex-two-wrapper {
display: flex;
flex-flow: row nowrap;
gap: 20px;
}

.flex-two-wrapper .flex-column a {
display: flex;
flex: 1;
text-decoration: none;
}

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

/*===== Columns =====*/
.flex-column {
display: flex;
flex: 1;
}

.flex-column.col-03 {
display: flex;
flex-direction: column;
gap: 10px;
}

.flex-column-50 {
flex: 1;
}

.inner-column {
display: flex;
flex: 1;
flex-direction: column;
background: #122d47;
border-radius: 3px;
padding: 40px 25px;
margin: 0;
}

.inner-column.blue {
background: #122d47;	
}

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

.inner-column.yellow {
background: #fec00e;
}

.inner-column.blue:hover {
background: #db740b;
}

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

.inner-column.orange:hover h5 {
color: #ffffff;
}

.inner-column.orange:hover img {
filter: brightness(0) invert(1);
}

/*===== Dividers =====*/
.hr { 
display: block;
border: none;
height: 1px;
background: #fec00e;
width: 100%;
margin: 20px 0 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;
}

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

.inline {
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.midhigh {
padding: 30px 0 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: #122d47;
font-size: 3em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

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

h2.white {
color: #ffffff;
}

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

h3.white {
color: #ffffff;
}

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

h4.white {
color: #ffffff;
}

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

h5.white {
color: #ffffff;
}

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

h6.white {
color: #ffffff;
}

/*===== 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: 2px solid #213a55;
border-radius: 3px;
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%;
transition: all 0.5s ease-in-out;
}

input.login:focus {
border: 2px solid #fec00e;
outline: none;
}

input.contact {
border: 2px 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;
transition: all 0.5s ease-in-out;
}

input.contact:focus {
border: 2px solid #fec00e;
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;
transition: all 0.5s ease-in-out;
}

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

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

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;
transition: all 0.5s ease-in-out;
}

input.search {
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;
transition: all 0.5s ease-in-out;
}

a.search-button {
position: relative;
top: 15px;
background: #ffffff url("../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: #213a55;
border: 2px solid #ffffff;
border-radius: 3px;
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;
transition: all 0.3s ease-in-out;
}

input.submit:hover {
color: #213a55;
background: #fec00e;
}

/*===== Buttons =====*/
a.button {
background: #122d47;
border: 0 none;
border-radius: 3px;
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;
transition: all 0.5s ease-in-out;
}

a.button.yellow {
color: #122d47;
background: #fec00e;
}

a.button.small {
font-size: 0.95em;
padding: 10px 40px;
margin: 0 10px 10px 0;
}

a.button.tiny {
float: right;
font-size: 0.85em;
padding: 8px 30px;
margin: 0;
}

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

a.button.small:hover {
background: #db740b;
}

a.button.tiny:hover {
background: #db740b;
}

a.download {
background: #db740b url("../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: 73px;
height: 73px;
padding: 0;
margin: 0 0 0 5px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}

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

a.refresh {
background: #db740b url("../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: 73px;
height: 73px;
padding: 0;
margin: 0 0 0 5px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}

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

a.email-logout {
background: #122d47;
background: #122d47 url("../images/email.png") no-repeat scroll center center;
border: 0 none;
border-radius: 3px;
display: inline-block;
color: #ffffff;
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;
transition: all 0.5s ease-in-out;
}

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

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

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

a.back {
position: relative;
background: #db740b;
background: #db740b url("../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: 13px 20px 0px 40px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all 0.5s ease-in-out;
}

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

a.help {
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: 13px 30px 0;
margin: 0 0 0 10px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all 0.5s ease-in-out;
}

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

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
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;
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('../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;
}

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

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

th { 
background: #db740b; 
color: #ffffff;
border: 1px solid #ccc; 
font-weight: 400;
font-size: 1.1em; 
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: 1em; 
font-family: 'Montserrat', sans-serif;
line-height: 1.5em;  
text-align: left; 
vertical-align: middle;
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.icon {
max-width: 64px;
margin: 0 auto;
}

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

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

.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: -17px;
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;
}

.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;
}				  
				  
				  
}