@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* CSS Document */
HTML, BODY {
	margin: 0;	
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.3;
	color: #000000;
	background: #ffffff;
}

a {
	color: inherit;
	font-weight: 400;
	text-decoration: none;
}

DIV.inner {
	width: 100%;
	max-width: 1400px;
	min-width: 320px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

a img {
	border:none;
	display: block;
}
h1 {
	font-size: 24px;
	font-weight: 400;
}
h2, .h2 {
	font-weight: 400;
}
p {
    font-weight: 300;
    display: block;
	
	font-size: 18px;
    margin-top: 0px;
}
p.center {
	text-align: center;
}

div.wrapper {
	overflow: hidden;
}
div.wrapper div.left {
	width: 50%;
	float: left;
}
div.wrapper div.right {
	width: 50%;
	float: right;
}

div.wrapper div.left.p45, div.wrapper div.right.p45 {
	width: 45%;
}

@media screen and (max-width: 500px) {
	div.wrapper div.left, div.wrapper div.right, div.wrapper div.left.p45, div.wrapper div.right.p45 {
		width: auto;
		float: none;
	}
}

/* pagination */
DIV.pagination {
	text-align: center;
	margin: 6px 0px 6px 0px;
	padding: 8px 0px;
	display: block;
	clear: both;
}

/* Layout */
div#main {
	
}

/* Buttons */
a.backButton {
    border: 0px;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #5f5f5f;
	padding: 10px 15px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 15px;
	clear: both;
	font-weight: normal;
}
a.backButton::before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f060";
	padding-right: 7px;
}
a.backButton:hover {
	-webkit-box-shadow: inset 0px 0px 10px 0px  rgba(60,58,58,0.4);
	-moz-box-shadow: inset 0px 0px 10px 0px  rgba(60,58,58,0.4);
	box-shadow: inset 0px 0px 10px 0px  rgba(60,58,58,0.4);
}


a.addButton {
    border: 0px;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #5f5f5f;
	padding: 10px 15px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 15px;
	clear: both;
	font-weight: normal;
}
a.addButton::before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067";
	padding-right: 7px;
}
a.addButton:hover {
	-webkit-box-shadow: inset 0px 0px 10px 0px  rgba(60,58,58,0.4);
	-moz-box-shadow: inset 0px 0px 10px 0px  rgba(60,58,58,0.4);
	box-shadow: inset 0px 0px 10px 0px  rgba(60,58,58,0.4);
}


a.escalateButton {
    border: 0px;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #5f5f5f;
	padding: 10px 15px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 15px;
	clear: both;
	font-weight: normal;
}
a.escalateButton::before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f071";
	padding-right: 7px;
}
a.escalateButton:hover {
	-webkit-box-shadow: inset 0px 0px 10px 0px  rgba(60,58,58,0.4);
	-moz-box-shadow: inset 0px 0px 10px 0px  rgba(60,58,58,0.4);
	box-shadow: inset 0px 0px 10px 0px  rgba(60,58,58,0.4);
}

/* Submit */
form .btn {
    border: 0px;
    display: block;
	width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #5f5f5f;
	padding: 10px 15px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
	clear: both;
	margin-top: 7px;
	font-weight: normal;
}
form .btn:hover {
	-webkit-box-shadow: inset 0px 0px 10px 0px  rgba(60,58,58,0.4);
	-moz-box-shadow: inset 0px 0px 10px 0px  rgba(60,58,58,0.4);
	box-shadow: inset 0px 0px 10px 0px  rgba(60,58,58,0.4);
}




/* Menu Top */
div#menu-top {
	width: 100%;
	min-width: 320px;
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	
	background: rgba(255,255,255,1);
	padding: 0px 5px;
	line-height: 43px;
	overflow: hidden;
}
div#menu-top a {
	color: #5f5f5f;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	padding: 0px 10px;
	margin-right: 0px;
	position: relative;
	box-shadow: inset 0 -3px 0 -1px transparent;
	transition: box-shadow .5s ease-in-out;
	vertical-align: middle;
}
div#menu-top a.hover:hover {
	box-shadow: inset 0 -43px 0 -1px #ecb84a;
	color: #ffffff;
}
div#menu-top a::before {
	font-size: 16px;
}
div#menu-top a.phone::before {
	font-family: "Font Awesome 5 Free";
	content: "\f879";
	font-weight: 900;
	padding-right: 7px;
}
div#menu-top a.email::before {
	font-family: "Font Awesome 5 Free";
	content: "\f1fa";
	font-weight: 900;
	padding-right: 7px;
}
div#menu-top a.support::before {
	font-family: "Font Awesome 5 Free";
	content: "\f059";
	font-weight: 900;
	padding-right: 7px;
}

div#menu-top div#socials {
	float: right;
	text-align: right;
	overflow: hidden;
	vertical-align: middle;
}
div#menu-top div#socials a {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*text-indent: 99999px;*/
    overflow: hidden;
    margin-right: 10px;
	padding: 0px;
	
	font-size: 35px;
}
div#menu-top div#socials a.facebook {
    /*background-image: url(/images/social/facebook.png);*/
}
div#menu-top div#socials a.linkedin {
    /*background-image: url(/images/social/linkedin.png);*/
}
div#menu-top div#socials a.twitter {
    /*background-image: url(/images/social/twitter.png);*/
}
div#menu-top div#socials a.instagram {
    /*background-image: url(/images/social/instagram.png);*/
}
div#menu-top div#socials a i {
    line-height: 44px;
}

/* Menu */
div#menu {
	width: 100%;
	min-width: 320px;
	position: fixed;
	text-align: right;
	z-index: 100;
	top: 50px;
	right: 0px;
	
	box-sizing: border-box;
	padding: 0px 15px 0px 15px;
	background: rgba(255,255,255,0.9);
}

div#menu .openmenu {
	display: none;
	color: #5f5f5f;
}
div#menu .links {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	padding: 70px 0px 0px 0px;
}
div#menu .links li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline-block;
}
div#menu .links li span.expandsub {
	display: none;
}
div#menu .links li ul {
	position: absolute;
	background: rgba(255,255,255,0.9);
	text-align: left;
	
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	
	max-height: 0px;
	box-sizing: border-box;
	opacity: 0;
	z-index: -999999;
	overflow: hidden;
}
@media screen and (min-width: 650px) {
	div#menu .links li:hover ul {
		max-height: 2000px;
		opacity: 1;
		z-index: 999999;
		
		-webkit-transition: max-height 500ms ease-in-out, opacity 500ms ease-in-out;
		-moz-transition: max-height 500ms ease-in-out, opacity 500ms ease-in-out;
		-o-transition: max-height 500ms ease-in-out, opacity 500ms ease-in-out;
		transition: max-height 500ms ease-in-out, opacity 500ms ease-in-out;
	}
	
	div#menu .links li ul {
		-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.43);
		-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.43);
		box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.43);
	}
}
div#menu .links li ul li {
	display: block;
}
div#menu .links a {
	display: block;
	padding: 10px 15px;
	color: #fffffff;
	font-size: 20px;
	font-weight: 500;
	
	color: #5f5f5f;
	
	box-shadow: inset 0 -3px 0 -1px transparent;
	transition: box-shadow .5s ease-in-out;
}
@media screen and (min-width: 650px) {
	div#menu .links a:hover {
		box-shadow: inset 0 -48px 0 -1px #ecb84a;
		color: #ffffff;
	}
}
div#menu a.logo {
	float: left;
	text-align: left;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
div#menu a.logo img {
	width: auto;
	height: 75px;
	display: block;
	float: left;
}
div#menu a.logo span {
	display: block;
    border-left: 2px solid #ecb84a;
    margin-left: 15px;
    padding-left: 15px;
    color: #ecb84a;
    line-height: 25px;
    font-size: 26px;
    float: left;
    font-weight: 500;
}


/* Main Menu */
ul.mainmenu {
	box-sizing: border-box;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: rgba(95, 95, 95, 0.7);
}
ul.mainmenu li {
	box-sizing: border-box;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
ul.mainmenu li a {
	padding: 10px 15px;
    color: #fffffff;
    font-size: 20px;
    font-weight: 500;
    color: #5f5f5f;
    box-shadow: inset 0 -3px 0 -1px transparent;
    transition: box-shadow .5s ease-in-out;
	line-height: 30px;
	color: #ffffff;
	display: block;
}
ul.mainmenu li a:hover {
	box-shadow: inset 0 -48px 0 -1px #ecb84a;
	color: #ffffff;
}


/* Sections */
section {
	padding: 70px 0px;
	box-sizing: border-box;
	position:relative;
	overflow: hidden;
	border-bottom: 2px solid #ffffff;
}
section.first.column1textonly  {
	padding-top: 234px !important;
	text-align: center;
}
section.column1textonly .text.width-80  {
	width: 80%;
}
section.column1textonly .text.spacing-10  {
	padding-left: 10%;
}
section.column1textonly .text.textcolour-white  {
	color: #ffffff;
}
section.column1textonly.text-center  {
	text-align: center;
}
section.column1textonly .text .textalign-center  {
	text-align: center;
}
section.column1textonly .text .large  {
	font-size: 60px;
    font-weight: 200;
    display: block;
	margin: 0px;
}



/* Login Form */
form#loginform {
	text-align: center;
}
form#loginform .input-row {
    box-sizing: border-box;
    clear: none;
    margin-bottom: 9px;
    /*background: rgba(95, 95, 95, 0.55);
    color: #ffffff;*/
    display: block;
    clear: none;
    vertical-align: top;
    /*-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;*/
    box-sizing: border-box;
	
	background: transparent;
    color: #000000;
}
form#loginform .action-row .btn {
	background: #ecb84a;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #ffffff;
    border: 0px solid #ffffff;
    box-sizing: border-box;
    color: #ffffff;
    margin-top: 0px;
    line-height: 47px;
    padding: 0px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: inline-block;
    width: 250px;
}



/* Register Form */
form#registerform {
	text-align: center;
}
form#registerform .input-row {
    box-sizing: border-box;
    clear: none;
    margin-bottom: 9px;
    /*background: rgba(95, 95, 95, 0.55);
    color: #ffffff;*/
    display: block;
    clear: none;
    vertical-align: top;
    /*-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;*/
    box-sizing: border-box;
	
	background: transparent;
    color: #000000;
}
form#registerform .action-row .btn {
	background: #ecb84a;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #ffffff;
    border: 0px solid #ffffff;
    box-sizing: border-box;
    color: #ffffff;
    margin-top: 0px;
    line-height: 47px;
    padding: 0px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: inline-block;
    width: 250px;
}


/* Navigation */
ul.navigation {
	color: #ffffff;
}



/* Extra Boxes */
dl.account, dl.account dt, dl.account dd {
	padding: 0px;
	margin: 0px;
}
dl.account dt {
	font-weight: bold;
	margin-bottom: 3px;
	float: left;
	width: 130px;
	box-sizing: border-box;
	padding-right: 8px;
	clear: left;
	padding: 7px;	
	background: #4e4e4e;
}
dl.account dd {
	padding-bottom: 10px;
	float: left;
	width: calc( 100% - 130px );
	box-sizing: border-box;
	clear: right;
	padding: 7px;	
}
dl.account dd:last-child {
	padding-bottom: 0px;
}
dl.account dd a {
	font-weight: normal;
}

dl.account.p45 {
	width: 45%;
}
dl.account.left {
	float: left;
}
dl.account.right {
	float: right;
}

/* Priorities */
form#ticketpriority div.priorities {
	text-align: center;
}
form#ticketpriority div.priorities div.priority {
	display: inline-block;
	box-sizing: border-box;
	width: calc( 20% - 20px );
	margin: 0px 10px 25px 10px;
	cursor: pointer;
	position: relative;
	border: 3px solid transparent;
	padding: 21px 25px 21px 25px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
    line-height: 22px;
	opacity: 0.4;
}
form#ticketpriority div.priorities div.priority:hover {
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 1;
}
form#ticketpriority div.priorities div.priority.selected {
	opacity: 1;
}
form#ticketpriority div.priorities div.priority.selected:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
form#ticketpriority div.priorities div.priority.selected:after {
	border-top-color: inherit;
	border-width: 15px;
	margin-left: -15px;
}

form#ticketpriority div.prioritytext div.text {
	display: none;
	border: 3px solid transparent;
	padding: 25px;
	
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	
	color: #ffffff;
	font-size: 16px;
	line-height: 24px
}
form#ticketpriority div.prioritytext div.text.selected {
	display: block;
}
form#ticketpriority div.prioritytext div.text h3 {
	margin-top: 0px;
}
form#ticketpriority div.prioritytext div.text p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
}
form#ticketpriority .btn {
	background: #ecb84a;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #ffffff;
    border: 0px solid #ffffff;
    box-sizing: border-box;
    color: #ffffff;
    margin-top: 0px;
    line-height: 47px;
    padding: 0px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: block;
    width: 250px;
	margin: 0px auto;
}
form#ticketpriority .disclaimertext {
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}


/* Ticket note form */
form#ticketnote .input-row {
	padding: 15px;
    margin: 0px;
    display: block;
    box-sizing: border-box;
    clear: none;
    margin-bottom: 16px;
    background: rgba(95, 95, 95, 0.55);
    color: #ffffff;
    clear: none;
    vertical-align: top;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-sizing: border-box;
    height: auto;
}
form#ticketnote .input-row textarea {
	background: transparent;
	border: transparent;
}
form#ticketnote .btn {
	background: #ecb84a;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #ffffff;
    border: 0px solid #ffffff;
    box-sizing: border-box;
    color: #ffffff;
    margin-top: 0px;
    line-height: 47px;
    padding: 0px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: block;
    width: 250px;
	margin: 0px auto;
}
form#ticketnote textarea:focus {
	border: 0px !important;
	outline: none !important;
}

/* Popover */
div.popover {
	z-index: -9999;
	opacity: 0;
	margin: 0px auto;
	background: rgba(149,149,149,0.6);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
div.popover.active {
	z-index: 9999;
	opacity: 1;
	
	-webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
}
div.popover .inner {
	display: block;
	height: 0px;
	overflow: hidden;
	width: 600px;
	margin: 0px auto;
		
    box-sizing: border-box;
    overflow: hidden;
	
    background: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
div.popover.active .inner {
	height: auto;
    padding: 20px;
    border: 2px solid #3a3838;
}
div.popover .inner h3 {
	margin-top: 0px;
	font-weight: 400;
	font-size: 22px;
}

div.popover .inner .wrapper {
	overflow: hidden;
	text-align: center;
}
div.popover .inner .wrapper button {
	display: inline-block;
	margin: 0px 15px;
	padding: 8px 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius:8px;
	border: 1px solid #000000; 
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
div.popover .inner .wrapper button.accept {
	background-color: rgba(109,153,59,0.8);
	border-color: rgba(109,153,59,1);
}
div.popover .inner .wrapper button.decline {
    background-color: rgba(169,32,29,0.8);
    border-color: rgba(169,32,29,1);
}

/* History Note */
div.historyNote {
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed rgba(255,255,255,0.2);
}

div.historyNote:last-of-type {
	padding-bottom: 0px;
	border-bottom: 0px dashed rgba(255,255,255,0.2);
}
div.historyNote .date {
	float: left;
	width: 200px;
	font-weight: bold;
}
div.historyNote .description {
	float: right;
	width: calc( 100% - 225px );
}

/* Ticket Information */
dl.ticketinformation, dl.ticketinformation dt, dl.ticketinformation dd {
	padding: 0px;
	margin: 0px;
}
dl.ticketinformation {
	overflow: hidden;
}
dl.ticketinformation dt {
	float: left;
	width: 130px;
	font-weight: bold;
	padding-bottom: 10px;
}
dl.ticketinformation dd {
	float: right;
	width: calc( 100% - 135px );
	padding-bottom: 10px;
}
dl.ticketinformation dt:last-child, dl.ticketinformation dd:last-child {
	padding-bottom: 0px;
}
p.surroundtext {
	font-size: 18px;
	margin-top: 0px;
}

/* Content List */
div#contentListMain div.row {
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}
div#contentListMain div.row a {
	overflow: hidden;
	display: block;
	padding: 7px 0px;
}
div#contentListMain div.row.heading {
	background: #5f5f5f;
	padding: 7px 0px;
}
div#contentListMain div.row .column {
	float: left;
	box-sizing: border-box;
	padding: 7px 14px;
	color: #808080;
}
div#contentListMain div.row a:hover {
	background: #adadad;
}
div#contentListMain div.row a:hover .column {
	color: #ffffff;
}
div#contentListMain div.row.heading .column {
	color: #ffffff;
}

div#contentListMain div.row .column:nth-of-type(1) {
	width: 150px;
}
div#contentListMain div.row .column:nth-of-type(2) {
	width: calc( 100% - 150px - 100px - 130px - 130px - 90px );
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
div#contentListMain div.row .column:nth-of-type(3) {
	width: 100px;
}
div#contentListMain div.row .column:nth-of-type(4) {
	width: 130px;
}
div#contentListMain div.row .column:nth-of-type(5) {
	width: 130px;
}
div#contentListMain div.row .column:nth-of-type(6) {
	width: 90px;
}




@media screen and (max-width: 1200px) {
	div#menu-top {
		position: static;
	}
	div#menu {
		text-align: center;
		position: absolute;
	}
	div#menu a.logo {
		float: none;
		clear: both;
		margin: 20px auto 0px auto;
		display: inline-block;
		text-align: left;
	}
	div#menu .links {
		float: none;
		clear: both;
		padding: 0px 0px 0px 0px;
	}
}
@media screen and (max-width: 950px) {
	div#menu-top {
		text-align: center;
	}
	div#menu-top div#socials {
		display: none;
	}
}
@media screen and (max-width: 650px) {
	div#menu-top a.support {
		display: none;
	}
}
@media screen and (max-width: 550px) {
	div#menu a.logo img {
		height: 60px;
	}
	div#menu a.logo span {
		line-height: 20px;
		font-size: 18px;
	    margin-left: 10px;
		padding-left: 10px;
	}
	div#menu-top a {
		font-size: 12px;
	}
	div#menu-top a::before {
		font-size: 12px;
	}
}


/* Login Page */
div.wrapper.loginpage div.left {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding-right: 35px;
}
div.wrapper.loginpage div.right {
	width: 50%;
	box-sizing: border-box;
	float: right;
	padding-left: 35px;
	
	border-left: 1px solid #cccccc;
}
div.wrapper.loginpage h2 {
	margin: 0px 0px 10px 0px;
    background: #5f5f5f;
    color: #ffffff;
    padding: 0px 15px;
    line-height: 36px;
    font-size: 24px;
	text-align: center;
}
div.wrapper.loginpage input {
	color: #000000;
}
@media screen and (max-width: 900px) {
	div.wrapper.loginpage div.left {
		width: 100%;
		float: none;
		clear: both;
		padding-right: 0px;
		margin-bottom: 35px;
	}
	div.wrapper.loginpage div.right {
		width: 100%;
		float: none;
		clear: both;
		padding-left: 0px;
		
		border-left: 0px solid #cccccc;
	}
}


div.loadingContent {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	overflow: hidden;
	opacity: 0;
	z-index: -9999;
    background: #ffffff;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
div.loadingContent.show {
	z-index: 999999;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	opacity: 1;
}
div.loadingContent .inside {
	text-align: center;
	font-size: 32px;
	color: #000000;
}
div.loadingContent .inside span {
	display: block;
}

div.loadingContent .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
div.loadingContent .lds-ripple div {
  position: absolute;
  border: 4px solid #000000;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
div.loadingContent .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}


/* Emergency Prompt */
div.emergencyprompt {
	width: 100%;
    min-width: 320px;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
    background-color: rgba(255,0,0,0.8);
	color: #ffffff;
	line-height: 1.3;
	font-size: 28px;
	
	-webkit-animation: energencyflash 3s infinite;  /* Safari 4+ */
	-moz-animation: energencyflash 3s infinite;  /* Fx 5+ */
	-o-animation: energencyflash 3s infinite;  /* Opera 12+ */
	animation: energencyflash 3s infinite;  /* IE 10+, Fx 29+ */
}
div.emergencyprompt p {
	margin: 0px;
}
@-webkit-keyframes energencyflash {
	0%, 4% {
		background-color: rgba(255,0,0,1);
	}
	5%, 9% {
		background-color: rgba(255,0,0,0.8);
	}
	10%, 14% {
		background-color: rgba(255,0,0,1);
	}
	15%, 100% {
		background-color: rgba(255,0,0,0.8);
	}
}



section.first.column1textonly {
	padding-top: 174px !important;
    padding-bottom: 10px;
}
@media screen and (max-width: 800px) {
	section.first.column1textonly {
		padding-top: 119px !important;
		padding-bottom: 10px;
	}
	section.column1textonly .text .large {
		font-size: 32px;
	}
}
@media screen and (max-width: 550px) {
	section.first.column1textonly {
		padding-top: 105px !important;
		padding-bottom: 10px;
	}
}